/* Primary Navigation
------------------------------------------------------------------*/

#Header	{
	margin: 0 auto;
	padding: 0;
	height: 180px;
	width: 1000px;
	text-align: left;
	background: transparent;
	clear: both;
	position: relative;
	}

#EDLogo	{
	width: 640px;
	height: 125px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	position: absolute;
	top: 56px;
	left: 0;
	}
img.Logo	{
	width: 355px;
	height: 64px;
	border: 0;
}
a img.Logo	{
	border: 0;
	text-decoration: none;
}
#QuickSearchModule	{
	width: 360px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 28px;
	right: 0;
}
table#QuickSearch	{
	width: 360px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 43px;
	text-align: right;
}
input.search	{
	border: 1px solid #7b9eba;
	margin: 0;
	padding: 2px;
	width: 182px;
	height: 14px;
	font-size: 11px;
}
select#SField	{
	border: 1px solid #7b9eba;
	padding: 2px;
	margin: 0;
	width: 130px;
	font-size: 11px;
}
input.GoButton {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_go.png) no-repeat top center;
	width: 32px;
	height: 20px;
}
input.GoButton:hover {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_go.png) no-repeat bottom center;
	width: 32px;
	height: 20px;
}
#QuickSearch td	{
	text-align: right;
	white-space: nowrap;
}
#QuickSearch td.Label	{
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
#QuickSearch td.Link	{
	font-size: 9px;
	color: #fff;
	text-align: right;
	padding-bottom: 3px;
}
#QuickSearch td.Filters	{
	text-align: left;
}
td.Link a:link,
td.Link a:visited	{
	color: #fff;
}
	
td.Link a:hover,
td.Link a:active	{
	color: #cbf3a7;
}
#ButtonModule	{
	width: 360px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 92px;
	right: 0;
	display: block;
}

#ButtonModule li#Send {
		display: inline;
		padding: 0;
		margin: 0;
		border: 0;
		width: auto;
		float: left; 
	}
	
#ButtonModule li#Support {
		display: inline;
		padding: 0;
		margin: 0;
		border: 0;
		width: auto;
		float: right; 
	}
a.HeaderButton span {
	background: transparent url(/images/layout/header_button_left.png) no-repeat 0 0;
	display: block;
	line-height: 16px;
	padding: 5px 4px 5px 13px;
	margin: 0;
	color: #fff;
}

a.HeaderButton {
	background: transparent url(/images/layout/header_button_right.png) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	padding-right: 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.HeaderButton:hover span {
	background-position: 0 -26px; color: #fff;
}

a.HeaderButton:hover {
	background-position: right -26px;
}
#TabModule	{
	width: 1000px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 145px;
	left: 0;
	display: block;
	}
#TabModule li {
		display: inline;
		padding: 0;
		margin: 0 25px 0 0;
		border: 0;
		height: 35px;
		line-height: 28px;
		font-size: 12px;
		font-weight: bold;
		text-align: right; 
		width: auto;
		float: left;
	}	
#TabModule li a:link,
#TabModule li a:visited {
		color: #fff;
		text-decoration: none;
	}
#TabModule li a:hover {
		color: #cbf3a7;
		text-decoration: none;
	}	
	
/* Determining tab selected state by page based upon page body id & class
------------------------------------------------------------------*/
.TestResults #HomeTab	{
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}
.Stats #StatsTab	{
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}
.AboutTests #AboutTestsTab	{
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}
.AboutUs #AboutUsTab	{
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}
.ContactUs #ContactTab	{
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}

.FAQPage #FAQTab {
	color: #fff;
	float: left;
	width: auto;
	text-decoration: none;
	background: transparent url(/images/layout/tab_selected.gif) no-repeat bottom center;
}


/* Second Level Navigation
------------------------------------------------------------------*/
#HeaderNav	{
	margin: 0 auto;
	padding: 0;
	height: 44px;
	width: 1000px;
	text-align: left;
	position: relative;
	background: transparent url(/images/layout/subheader_hline.gif) repeat-x bottom left;
	clear: both;
	list-style-type: none;
	}
ul#HeaderNavModule	{
	width: 1000px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	list-style-type: none;
}
ul#HeaderNavModule li	{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
	float: left;
}
ul#HeaderNavModule li ul	{
	display: block;
	margin: 0;
}
#HeaderNavModule li ul li {
	display: none;
	padding: 0 15px 0 0;
	margin: 0 14px 0 0;
	border: 0;
	font-size: 11px;
	text-align: right; 
	width: auto;
	float: left;
	background: transparent url(/images/layout/subheader_divider.gif) no-repeat right 2px;
	list-style-type: none;
}
/* Logic for Displaying Second Level Navigation & Selection based upon page body id
------------------------------------------------------------------*/
.TestResults ul#HeaderNavModule li#TestResultsSub,
.TestResults ul#HeaderNavModule li#TestResultsSub ul li,
#AdvancedSearch ul#HeaderNavmodule li#TestResultsSub a {
	display: inline;
}
#TabletDetails #HeaderNavModule li#TestDetails	{
	font-weight: bold;
	color: #4a9208;
}
.Stats ul#HeaderNavModule li#StatsSub,
.Stats ul#HeaderNavModule li#StatsSub ul li	{
	display: inline;
}

#AdvancedSearch #HeaderNavModule #NavAdvancedSearch a {
 	font-weight: bold;
	text-decoration: none;
	color: #4a9208; 
}

#StatsSummary #HeaderNavModule li#SummaryData a,
#StatsSubstancesYear #HeaderNavModule li#SubstancesYear a,
#StatsSubstancesWeight #HeaderNavModule li#SubstancesWeight a,
#StatsCitiesYear #HeaderNavModule li#CitiesYear a,
#StatsStatesYear #HeaderNavModule li#StatesYear a,
#StatsUniqueSubstancesYear #HeaderNavModule li#SubstancesUniqueYear a,
#StatsWeightsYear #HeaderNavModule li#WeightsYear a {
	font-weight: bold;
	text-decoration: none;
	color: #4a9208;
}
.AboutTests ul#HeaderNavModule li#AboutTestsSub,
.AboutTests ul#HeaderNavModule li#AboutTestsSub ul li	{
	display: inline;
}
#AboutTestsOverview #HeaderNavModule li#TestsOverview a,
#AboutTestsTypes #HeaderNavModule li#TestTypes a,
#AboutTestsDataSources #HeaderNavModule li#DataSources a,
#AboutTestsResources #HeaderNavModule li#TestingResources a,
#AboutTestsArticles #HeaderNavModule li#Articles a	{
	font-weight: bold;
	text-decoration: none;
	color: #4a9208;
}
.AboutUs ul#HeaderNavModule li#AboutUsSub,
.AboutUs ul#HeaderNavModule li#AboutUsSub ul li	{
	display: inline;
}
#AboutUsOverview #HeaderNavModule li#AboutOverview a,
#AboutUsFunding #HeaderNavModule li#Funding a,
#AboutUsSponsor #HeaderNavModule li#Sponsor a	{
	font-weight: bold;
	text-decoration: none;
	color: #4a9208;
}
/* Logic for Displaying Header Button Selection based upon body id
------------------------------------------------------------------*/

#AboutUsFunding li#Support a.HeaderButton span {
	background-position: 0 -26px;
}

#AboutUsFunding li#Support a.HeaderButton {
	background-position: right -26px;
}
#SendTablet li#Send a.HeaderButton span {
	background-position: 0 -26px;
}

#SendTablet li#Send a.HeaderButton {
	background-position: right -26px;
}

/* Footer
------------------------------------------------------------------*/
#PushFooter {
	height: 50px;
}

#Footer	{
	font-size: 10px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 50px;
  	background: #143264 url(/images/layout/footer_back.gif) no-repeat center center;  
  	padding: 0;
  	margin: 0;
}
div.FooterRowOne {
	margin: 0 auto;	
	width: 1000px;
	height: 18px;
	padding: 7px 0 0 0;
	vertical-align: bottom;
	clear: both;
	}
div.FooterRowTwo {
	margin: 0 auto;	
	width: 1000px;
	height: 18px;
	padding: 0 0 7px 0;
	vertical-align: bottom;
	clear: both;
	}
#Footer a:link,
#Footer a:visited	{
	color: #fff;
}
	
#Footer a:hover,
#Footer a:active	{
	color: #cbf3a7;
}

.FooterDivider	{
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
