@charset "utf-8";
/* CSS Document */

#pageShell {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
    padding:0 0 5px;
    padding-top:0px;
	display:table;
	background-color:#FFF;
}

#pageShell #header {
	z-index:10; 
	width:955px;
	height:200px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#pageShell #header #header_expand {
	width: 955px;
	height: 35px;
	max-height: 35px;
	position:relative;
	float:left;
	display:block;
	background-image:url(/sitewide/core/assets/backgrounds/background_header_expand.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:490000;
}

#pageShell #header #header_expand #flux_menu {
	width:630px;
	height: 35px;
	max-height: 35px;
	position:relative;
	display:block;
	padding-left:5px;
	padding-top:2px;
	float:left;
	font-weight:bold;
	z-index:500000;
}



#pageShell #header #header_main {
	z-index:10;
	width: 955px;
	height: 165px;
	position:relative;
	float:left;
	display:block;
	background-image:url(/sitewide/core/assets/backgrounds/background_header.png);
	background-repeat:no-repeat;
}

#pageShell #header #header_main #header_advertisement_728x90 {
	width:728px;
    height:90px;
    border: 1px solid #111111;
	background-color:#FFFFFF;
    overflow: hidden;
    float:right;
    margin-right:1px;
    margin-top:1px;
    position:relative;
}



#xoxo_signup {
	background:url('/sitewide/core/assets/backgrounds/background_header_expand_xoxo.gif') repeat-x center bottom;
	border-left:1px solid #AAB8BB;
	float:right;
	height:25px;
	*height:30px;
	_height:32px;
	width:300px;
	text-align: center;
	padding-top: 10px;
	*padding-top:5px;
	position:relative;
}

#xoxo_signup a {
	text-decoration: none;
	color: #336699;
	font-size:11px;
	font-weight: bold;
	background: url('/sitewide/core/assets/backgrounds/background_header_expand_xoxo_envelope1.gif') no-repeat left center;
	padding:4px 0 4px 35px;
	padding: 8px 0 8px 35px; 
	cursor: pointer;
}

#xoxo_signup a:hover {
	text-decoration: underline;
	color: #8498B3;
} 