@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------
START OF PROPERTIES FOR HOME page 
-----------------------------------------------------------------*/
/* HOMEPAGE PROPERTIES */
/*HOMEPAGE MAIN CONTENT BACKGROUND POSITIONING */
#outerWrapper #contentWrapper #content_homepage {
  background-color: #D6D5C1 !important;
  background-image:url(../homePage/homeImages/homeBgcontent.jpg);
  background-position: top center !important;
  background-repeat: no-repeat; 
  margin: 0px 320px 0px 0px; /* (top, right, bottom, left) */
  padding: 20px 0px 0px 75px; /* (top, right, bottom, left) */
}
/*RIGHT GREEN COLUMN */
#outerWrapper #contentWrapper #rightColumn1_home {
	background-color: #136501;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #D6D5C1;
	float: right;
	padding: 20px 10px 10px 10px; /* (top, right, bottom, left) */
	width: 298px;
}
.homeTitle {
	color: #D6D5C1;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align:left;
}
.rightContent {
  color: #D6D5C1;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-decoration:underline;
}
.rightColHeader {
  color: #CC6600;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  text-align:center;
}
/*TAGLINE POSITION AND TEXT STYLES*/
#getEm_home {
	margin: 0px 0px 0px 0px;  /*(top, right, bottom, left) */
	padding: 0px 0px 0px 0px;  /* (top, right, bottom, left) */
	width: 280px;
    font-family: Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	color: #000000;
	font-weight:normal;
}
/*VERIBAGE UNDER THE GUN POSITION AND TEXT STYLES*/
#undergun {
	margin: 0px 0px 0px 175px; /*(top, right, bottom, left)*/
	padding: 0px 0px 0px 0px; /* (top, right, bottom, left)*/
	width: 430px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	font-weight: normal;
	color:#333;
}
/* event logo - NRA */
#nraLogo {
	margin: 0px 0px 0px 280px; /*(top, right, bottom, left)*/
	width: 320px;
	height: 126px;
}
/* Made in the USA */
#madeUSA {
	margin: 0px 505px 0px 0px; /*(top, right, bottom, left)*/
	width: 94px;
	height: 94px;
}
.miniTrade_home {
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
font-style:italic;
	}
