/* 
This stylesheet defines styles for the main header
used on all member pages.
*/

#header_container { 
	width:980px;
	margin:10px auto;
	height:111px;
	position:relative;
	}	
#logo_top { 
	width:980px;
	margin:0 auto;
	height:10px;
	background-color:#ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding:0 0 10px 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

}
#logo { 
	width:950px;
	padding:0 0 20px 30px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;

}
#nav_header { 
	position:absolute;
	top:37px;
	left:176px;
	width:300px;
	height:25px;
	font-size:11pt;
	font-weight:bold;
	color:#00548e;
	background-color:#FFFFFF;
	z-index:6;
}
#logout { 
	float:right;
	margin:39px 0 0 0;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	color:#00548e;
	background-color:#FFFFFF;
	z-index:7;
}

