/* GENERAL RESETS */
* { 
	margin: 0; padding: 0; 
}


html body {
	font-size: 0.625em;	
	background-color:#fff;
	color:#707070;
	font-family: Tahoma, Arial, sans-serif;
}

html * {
	margin: 0;
	padding: 0;	
}


ul { 
	list-style-type: none; 
}

a, a:link, a:visited { 
	text-decoration: none; 
	color: #0aafef; 
}

a:hover, a:active{ 
	text-decoration: underline; 
	color: #0aafef;
}

a img { 
	border: 0; 
}

p, a, ul, ul li {
	font-family: Arial,Tahoma,sans-serif;
}

h1 {
	background:url(../img/bg_header_h1.gif) no-repeat top left;
	width: 752px;
	height: 26px;
	font-size: 1.7em;
	color: #ffffff;
	padding: 7px 5px 5px 15px;
	margin:0;
	font-weight: normal;
}

h1 strong{ color:#0AAFEF; font-weight:normal; }

h2 {
	font-size: 1.7em;
	color: #707070;
	padding:0;
	margin:0;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	color : #7d7d7d;
	padding:0;
	margin:0;
}

h4 {
	font-size: 1.2em;
	color : #7d7d7d;
	padding:0;
	margin:0;
	vertical-align: top;
}

/* hide off the screen, available to others*/
ul.skipLinks {
	position: absolute; 
	left: -100000px;
}
.textReplace {
	position:absolute;
	width: 1%;
	left: -100000px;
	height: 0;
	overflow: hidden;
}


/*hide from all, including screenreaders*/
.hiddenAll {
	display:none;
	visibility:hidden;
}


/* Clearfix */

.clear{
	clear:both;
}

.clearfix:after, .featuredVideos ul li:after, playList {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*************************** Page layout ***************************************/

.ngaWrapper { 
	width: 980px; 
	margin: 0 auto; 
}


.ngaCoreContainer {
	background:url(../img/bg_ngaCoreContainer.jpg) bottom left repeat-x;
	border-top: none!important;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 978px;
	padding-bottom: 55px;	
}

.ngaFooter {
	background-color:#efefef;
	border-top: none!important;	
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 978px;
	float: left;
	padding: 13px 0;
}

#noBackground {
	background-image:none;
}

/*************************** Page layout - 3 column ***************************************/

.ngaCoreContainer {
	width: 978px;
	float: left;
}

.ngaCoreContainer .colWrap1 {
	width: 154px;
	/*margin-right: 20px;*/
	float: left;
}

.ngaCoreContainer .colWrap2 {
	width: 804px;
	float: left;
	margin-left:20px;
}

.ngaCoreContainer .colWrap3 {
	width: 452px;
	padding: 0;
	float: left;
	margin: 10px 18px 0 0;
	background:url(../img/bg_col_wrap_3.gif) bottom left no-repeat;
}

.ngaCoreContainer .colWrap4 {
	width: 302px;	
	float: left;
}

.ngaCoreContainer .colWrap5 {
	width: 978px;
	float: left;
	display:none;
}

.flashHomePage {
	background:url(../img/bg_ngaCoreContainer_homepage.jpg) bottom left repeat-x;
}

.flashHomePage .colWrap2{
	margin:30px 0 0 0;
	height: 550px;
}

.flashHomePage .colWrap5{
    display:block;
	background:url(../img/bg_border_dotted_lay-wrp-5.gif) center left repeat-x;
}


/* standard HTML header */
/** 3= Header **/
#header {
	overflow: hidden;
	width: 100%;
	padding-top: 20px; /* 1.55 x 13 = 20px */
}
#header a,
#header .sub_head {
	float: left;
}
#header a {
	margin-left: 20px;
}
#header .sub_head {
	width: 30%;
	margin-left: 28px;
}
/* search form */
#header .form {
	float: right;
	margin-top: 15px;
	padding-right: 20px;
}
#header label,
#header input,
#header fieldset,
#header .cta {
	float: left;
}
#header fieldset {
	border: none;
}
#header fieldset input {
	margin: 0 5px;
	width: 158px;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
}
#header label {
	position: absolute;
	left: -9999px;
}
#header #search {
	cursor: pointer;
	float: left;
	height: 18px;
	overflow: hidden;
	width: 69px;
}
/* primary navigation */
#header ul {
	padding-top: 1.4em; /* 1.4 x 12 = 16/17px */
	font-weight: bold;
	width: 100%;
	height: 30px !important;
	font-size: 1.2em;
	overflow: hidden;
	background: transparent url(../img/header/primary_nav.png) no-repeat left bottom;
	clear: left;
}

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {

#header ul {
	margin-bottom:-3px;
}
}


#header li {
	float: left;
	display: block;
	text-align: center;
	width: 159px;
	margin-right: 2px;
	overflow: hidden;
}
#header li.has_drop_down {
	width: 174px;
	position: relative;
}
#header li.last {
	margin-right: 0;
}
#header li a {
	margin-left: 0;
	color: #FFF;
	background: #6697BB url(../img/header/primary_nav.png) no-repeat left top;
	float: none;
	font-weight: bold;
	display: block;
	padding: 8px 0 7px;
}
#header li.has_drop_down a {
	text-align:left;
	padding-left: 15px;
}
#header li a:hover,
#header li a:focus,
#header li a:active {
	background-position: left -61px;
}
#header li a.drop_down,
#header li a.close {
	height: 30px;
	width: 32px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	text-indent: -9999em;
	background-position: -200px top;
}
#header li a.drop_down:hover,
#header li a.drop_down:focus,
#header li a.drop_down:active {
	background-position: -200px -61px;
}
#header li a.selected,
#header li a.selected:hover {
	color: #0055B0;
	background-color: #FFF;
	background-position: left -122px;
}
#header li a.close:link,
#header li a.close:visited,
#header li a.close:focus,
#header li a.close:hover,
#header li a.close:active {
	background-position: -250px top;
}
/* footer */
/** 5= Footer **/
#dropdown_links {
	border: 1px solid #CCC;
	border-width: 0 1px;
	padding: 0 20px 1.55em; /* 1.55 x 13 = 20 */
	background: #E2E2E2;
	overflow: hidden;
	zoom: 1;
	clear:both;
}
.js #dropdown_links {
	display: none;
}
#dropdown_links a:link,
#dropdown_links a:visited,
#dropdown_links a:focus,
#dropdown_links a:hover,
#dropdown_links a:active {
	color: #0055B0;
}
/* using a better identifier class - so same style works in both footer and drop-down */
.footer_products {
	background: #FAFAFA;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer_products h2 {
	position: absolute;
	left: -9999em;
}
.footer_products h3 {
	font-weight: bold;
	width: 110px;
	min-height: 34px;
	font-size: 1.5em;
	font-family: Arial;
}
.footer_products div {
	float: left;
	width: 138px;
	min-height: 118px;
	margin: 19px 0 0 15px;
	border-right: 1px dotted #B9B9B9;
}
.footer_products div.last {
	border: 0;
}
.footer_products ul {
	font-size: 1.1em;
	margin-top: 10px; 
}
.footer_products li {
	padding-bottom: 4px; 
}
.footer_helpers {
	border-top: 2px solid #E2E2E2;
	padding: 0.5em 13px; /* 11 x 0.5 = 5 */
	background: #FAFAFA;
	font-size: 1.1em;
	overflow: hidden;
}
.footer_helpers a {
	float: left;
	display: block;
}
.footer_helpers .more_info {
	background-position: right -42px;
}

/* Light box Div */
.js #bgPanel {
	background:url(../img/header/bg_light_box.png);
	left:0;
	display:none;
	height:100%;
	position:absolute;
	width:100%;
}
	
.js .ddWindow {
	padding:0 7px 7px 7px;
	border-top: none;
	display:none;
	text-align:left;
}
.js .ddWindow .footer_products,
.js .ddWindow .footer_helpers {
	padding-left: 19px;
	padding-right: 0;
	background: #FFF;
	width: 959px;
}
.js .ddWindow .footer_helpers {
	width: 957px;
	border: 1px solid #FFF;
	border-top-color: #E0E0E0;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

.js .ddWindow .footer_products div {
	width: 144px;
}
