/* Header *************************************************************/
#header {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	position: relative;
	margin: -160px auto 0;
	width: 960px;
	height: 149px;
}
#headerSections {
	position: absolute;
	margin-top: 86px;
	width: 960px;
}

.headerSection {
	font-size: 18px;
	float: right;
	text-align: right;
	cursor: pointer;
	display: inline;
	height: 27px;
	margin-top: 3px;
	margin-left: -10px;
	padding-top: 5px;

}
.headerSection > a {
        color:#454545;
        text-decoration:none;
}
.headerSection a:hover {
	text-decoration: none;
	color: #000000;
}
/*
* CSS for header landing page
*/
.headerPromo #headerSections {
	position: absolute;
	margin-top: 30px;
    right:10px;
    width:72px;
	text-align: right;
}
/* Footer *************************************************************/

#footer_background {
	width: 100%;
	height: 15px;
	background: #FFFFFF url("../images/bg_footer.png") top center repeat-x;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 960px;
}

.footerTitle {
	color: #777777;
	float: left;
	width: 128px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}

.footerTitle h4 {
	margin-bottom: 10px;
	padding: 0;
}

.footerTitle li {
	font-weight: normal;
	list-style: none;
	margin-bottom: 5px;
}
.footerTitleLeft {
	float: left;
	text-align: left;
	width: 522px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}
.footerTitleLeft ul{
	padding:0;
}
.footerTitleLeft ul li{
	margin:0 10px 0 0;
}
.footerTitleLeft ul li a{
	text-decoration:none;
	color:#004785;
}
.footerTitleLeft ul li a:hover{
	text-decoration:underline;
	color:#004785;
}
.footerTitleRight {
	float: right;
	text-align: right;
	width: 122px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}

.footerTitleRight h4 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.footerTitleRight h4:first-child {
	margin-top: 0;
}

.footerTitleRight li {
	display: block;
	margin-left: 5px;
}

.footerTitleRight li.inline,
.footerTitleLeft li.inline{
	display: inline;
	font-weight: normal;
}

.footerTitleRight ul {
	padding:0;
}

.footerTitleRight ul ~ ul {
    margin-top:0px;
}

#headerPromoWrapper {
    position: relative;
    margin: 0 auto;
    height: 90px;
    max-height: 90px;
    background: #F5F5F5 url(../images/header_promo_bg.jpg) center bottom no-repeat;
    overflow:hidden;
    z-index: 1;
}
#headerPromoWrapper + div {
    margin-top:-20px;
    position: relative;
}
#headerPromoWrapper #header {
    margin:0 auto;
    width:100%;
    *width:980px;
    max-width: 980px;
}
#headerPromoWrapper .headerPromo {
    margin-top:0 !important;
    height:auto !important;
}
#headerPromoWrapper .logo_wrapper {
    float:left;
}
#headerPromoWrapper .logo_wrapper > img {
    display: block;
    padding-right: 25px;
    height: 32px;
    width: 184px;
    margin: 30px 0 0 10px;
}
#headerSectionsMobile,
.mobile-back-to-top {
    display:none;
}
