body {
  background: transparent url(http://assets.ngin.com/site_files/1115/backgroundRepeat.gif) top left repeat-x;
}
html {
  background: #eff1f0 url(http://assets.ngin.com/site_files/1115/background.jpg) top center no-repeat;
}

#accountNav {
	z-index: 500;
}

#accountNav .secondary a {
	z-index: 700;
}

#accountNav .secondary a:hover {
	z-index: 900;
}

.clientGraphic div {
  padding-top: 90px;
}

#displayBodyHeader{
	border: none;
}

.relatedSections li.selected a {
	color: #fff;
}

#siteFooter ul {
	color: #000;
}

#siteHeader { 
	height: 153px; 
}

.subNav, .relatedSections{
	border: 1px solid #ddd;
}

.subNav li a, .relatedSections li a {
	border-top: 1px solid #adadad;
}

.subNav .selected a, .relatedSections .selected a {
	color: #fff;
}

.subNav .selected a:hover, .relatedSections li.selected a:hover {
	color: #000;
}

.textBlockElement h3, .aggregatorElement h3, .tableElement h3, .reportTableElement h3 {
	border: none;
}

#topNav a {
	background: none;
	border: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#topNav a:hover {
	background: none;
	color: #000;
}

#topNav a.selected {
	background: #cf211d;
}

/*social media header*/

#siteHeader {
	position: relative;
}

.facebookButton, .twitterButton, .youTubeButton {
	text-indent: -9999px;
	display: block;
	width: 65px; height: 30px;
	position: absolute;
	top: -24px; left: 460px;
	z-index: 25;
}

.facebookButton {
  	left: auto; right: 380px; top: -24px;
  	width: 75px;
}

.twitterButton {
  	right: auto; Left: 375px; top: -24px;
  	width: 75px;
	
}

