body {
	background:#ffe38f url(background.jpg) no-repeat center top;	
}

#accountNav .currentSite a, #accountNav .currentSite a:hover {
background: #eb2323 url(https://assets.ngin.com/site_files/2037/favicon.gif) no-repeat center center;
}

#siteHeader {
background: #fddd95 url(siteHeader.jpg) center top no-repeat;height: 190px;
}

#topNav table a {
display: block;
height: 20px;
line-height: 20px;
_line-height: 18px;
padding: 5px 15px 5px 15px;
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #FFF;
border-right: solid 1px #bccdd5;
border-left: none;
background-image: none;
background: #273b44;
}


#topNav table .selected:link,
#topNav table .selected:visited,
#topNav table a:hover {
color: #FFF;
background-image: none;
background: #b43f00;
}


#topNav td ul li a {
background: #273b44;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#273b44));
background-image: -moz-linear-gradient(top, #4c4c4c, #273b44);
border: none;
border-top: 1px solid #bccdd5;
border-bottom: 1px solid #bccdd5;
display: block;
padding: 2px 15px 2px 5px;
text-align: left;
width: 160px;
font-size: 12px;
}


.aggregatorElement {
border: solid 1px #cddde4;
border-top: none;
background: #cddde4;
}
.aggregatorElement h3 {
font-size: 16px;
font-weight: normal;
text-align: center;
background: #5f737c;
background-image: none;
padding: 6px 5px;
line-height: 120%;
margin: 0;
border-bottom: none;
color: #ffffff;
}


#siteFooter {
width: 940px;
margin: 0 auto;
padding-top: 0;
background-image: none;
background-repeat: repeat-x;
clear: both;
position: relative;
padding-bottom: 0;
}

#siteFooter ul {
display: block;
background-color: #273b44;
text-align: center;
padding: 10px 5px 12px 5px;
}


/* Hide all lower levels in dropdown hierarchy */
#topNav ul .dropdown-disclosure {
	display: none;
}

#topNav td ul li:hover > ul, #topNav td ul li.hover > ul {
	display: none !important;
}

