html { background: #000 url(background.jpg) top center no-repeat; }
body { background: transparent none; }

#siteHeader { background-image: url(pageHeader.jpg); height: 208px; }
#siteHeader #adminNav { bottom: 110px }
#siteHeader h1 a { width: 990px; height: 200px; display: block; }

#accountNav .currentSite a {display: none; }
#accountNav .secondary a:hover, #accountNav li a:hover { background-color: #131313; background-color: rgba(0, 0, 0, .8); }



/*SOCIAL MEDIA*/

a.facebook, a.twitter, a.youtube, a.flickr {
	position: absolute;
	z-index: 25;
	text-indent: -9999px;
	top: 165px; 
	background: url(i/socialSprite.png) transparent; 
	width: 23px;
	height: 22px; }
	
a.facebook { left: 874px; background-position: 0px 0px; }	
a.facebook:hover { background-position: 0px -22px; }
	
a.twitter {	left: 903px; background-position: -23px 0px; }	
a.twitter:hover {	background-position: -23px -22px; }
	
a.youtube {	left: 932px; background-position: -46px 0px; }
a.youtube:hover {	background-position: -46px -22px; }	
	
a.flickr {	left: 961px; background-position: -69px 0px; }
a.flickr:hover{	background-position: -69px -22px; }

/*TOPNAV*/

#topNav table {
	-webkit-box-shadow:  0px 1px 2px 2px rgba(0, 0, 0, .5);
	        box-shadow:  0px 1px 2px 2px rgba(0, 0, 0, .5); }

#topNav tr td > a {
	background: url(i/topNavBack.jpg) #a70301; }
#topNav tr td > a.selected, 
#topNav tr td > a:hover,
#topNav td.hover > a {
	background: url(i/topNavHover.jpg) #a70301; }
	
/*DROPDOWNS*/

#topNav td ul li a {
	background: #390907
	
	background: rgb(107,13,13); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMGQwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTA5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(107,13,13,1) 0%, rgba(57,9,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,13,13,1)), color-stop(100%,rgba(57,9,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,13,13,1) 0%,rgba(57,9,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,13,13,1) 0%,rgba(57,9,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,13,13,1) 0%,rgba(57,9,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,13,13,1) 0%,rgba(57,9,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0d0d', endColorstr='#390907',GradientType=0 ); /* IE6-8 */
	
	border-top: 1px solid #a70301;
	border-bottom: 1px solid #a70301; }
	
#topNav td ul li a:hover,
#topNav td ul li.hover a {
	border-top: 1px solid #ff0300;
	border-bottom: 1px solid #ff0300;
	background: #a70301; }	
	
/*SIDENAVE*/	

.subNav, .relatedSections { border: 2px solid #505050; }	
.subNav h4, .relatedSections h4 { background: url(i/subNavHeader.png); }
.subNav .selected a, .relatedSections li.selected a { color: #141414; }
.subNav .selected a:hover {color: #000; }
.subNav .parents a:hover, .relatedSections li.selected a:hover {color: #390907; }
.subNav li a, .relatedSections li a { background-color: #ff0300; border-top: 1px solid #505050; }
	
	
	
/*DARKBACKGROUND*/

#pageContentContainer,
#siteContainer2.one_panel #panelTwo,
#siteContainer2.one_panel #yieldContent,
#panelTwo,
#yieldContent {
	background: #141414 none; }

/*SIMULATED ROUNDED CORNERS*/
	
#pageContentContainer {
	margin-top: 30px;
	padding-top: 0; }

/*HEADERS*/
#displayBodyHeader { 
	background: url(i/displayBodyHeader.jpg); 
	border: 2px solid #ff0300; }
	
.textBlockElement h3, .aggregatorElement h3,
.tableElement h3, .reportTableElemtn h3 {
	background: url(i/elementHeader.jpg) transparent;
	border: 1px solid #a70301; }

.contactElement h3, .sponsorElement h3 {
	color: white;
}

/*----------GENERAL----------*/
.newsItemElement h2 { color: #fff; }
.formElement { color: #666; }
.formElement label { color: #fff; }

/*FOOTER*/

#siteFooter ul li a:link, #siteFooter ul li a:visited { color: #505050 } 
	
	
.textBlockElement p, p, 
.textBlockElement li,
.collectorElement .item p,
.aggregatorElement p { 
	color: #aaabb0; }
		
a, .pageElement a { color: #d60300; }
a:hover, .pageElement a:hover { color: #ff0300; }	
	
.sponsorElement a {color: white;
}	
	
.hrElement { color: #505050; background-color: #505050; } 

.pageElement .even,
.bottomOptions ul.pageOptions { 
	background: none #303030; 
	border: 1px solid #505050 }
.collectorElement .item, .aggregatorElement.item { border-top: 1px solid #505050; }
	
	
	