@charset "utf-8";

/* Light Green Color: 92bf56 */

body {
	text-align:left;
	width:100%;
	background-color: #000;
	margin: 0 auto;
}
#indexBounds {
	width:922px;
	height:200px;
	margin:auto;
	}

.class1 A:link {text-decoration: none; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; padding:12px 0px 0px 20px;}
.class1 A:visited {text-decoration: none; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; padding:12px 0px 0px 20px;}
.class1 A:active {text-decoration: none; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; padding:12px 0px 0px 20px;}
.class1 A:hover {text-decoration: none; color: #92bf56; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; padding:12px 0px 0px 20px;}
.class1 {
	text-align:left;
}

.class2 A:link {text-decoration: underline;}
.class2 A:visited {text-decoration: underline;}
.class2 A:active {text-decoration: underline;}
.class2 A:hover {text-decoration: none color: #92bf56;}

.bodyLogoPlacement {
	margin: 20px 0px 0px 22px;
	text-align:left;
	}
.body_copy_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align:left;
}
.body_copy_global a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#063;
	text-decoration:underline;
	text-align:left;
}

.disclaimer_copy_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align:center;
}
.subhead_copy_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align:left;
}
.subhead_copy_green_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #92bf56;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	text-align:left;
}
.subhead_copy_small_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 12px 0px;
	text-align:left;
}
.bottomBar_body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align:left;
}
.bottomBar_subHead_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight:bold;
	padding:0px 0px 13px 0px;
	color: #FFF;
	text-decoration: none;
	text-align:left;
}
.bottomBar_bullets_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align:left;
	margin-left:0px;
}
.bottomBar_bullets_copy li {
	margin-left:0px;
	padding: 0px;
	list-style-type:disc;
}
.stateNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align:left;
	background-color:#0CF;
	padding: 0px 0px 0px 8px;
	}

/* Index */
.index_bottom_cell {
	background-image:url(images/index_bottom.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:159px;
	}
.index_top_cell {
	background-image:url(images/index_top.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:313px;}
.index_top_cell_sp {
	background-image:url(/spanish/images/index_top.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:313px;}

/*Div Styles*/
.clearHack {
	clear:both;}
#NightBrightLogo {
	display:block;
	position:absolute;
	padding: 35px 0px 0px 15px;
	width:242px;
	height:76px;
	z-index:3;
	top: 15px;
}
#VideoBlock {
	display:block;
	position:absolute;
	padding: 10px 0px 0px 15px;
	width:423px;
	height:344px;
	z-index:2;
	top: 167px;
}


#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav a {
    display: block;
    width: 10em;
}
#nav li {
    float: left;
    width: 10em;
}

#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}
#nav li:hover ul {
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

.product_Catagory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #92bf56;
	background-color:#2B391A;
	text-decoration: none;
	padding: 2px 0px 2px 8px;
	text-align:left;
}
.product_Catagory a{
	text-decoration: none;
}
.product_descript {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	}
.product_descript a{
	text-decoration:none;
	}
