@charset "ISO-8859-1";
#top {
	background: #FFFFFF url(../images/top_bg.gif) repeat-x;
	width: auto;
}
#header_container {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#header_left_shadow {
	background: url(../images/leftSide_white_shadow.gif) no-repeat;
	height: 80px;
	width: 24px;
	float: left;
	display: inline;
}
#header_right_shadow {
	background: url(../images/rightSide_white_shadow.jpg) repeat-y;
	float: left;
	height: 80px;
	width: 18px;
}
#header_content {
	height: 79px;
	width: 825px;
	float: left;
	margin-top: 1px;
	/*border: 1px solid red;*/
}
#logo  {
	display:inline;
float:left;
height:63px;
margin-left:29px;
margin-top:5px;
width:154px;	/*border: 1px solid #00FF00;*/
}
#slogan {
	margin-left: 30px;
	height: 23px;
	width: 195px;
	margin-top: 35px;
	float: left;	/*border: 1px solid yellow;*/
}
#header_links_container {
	width: 250px;
	height: 79px;
	float: left;
	display: inline;
}
#header_links_container ul {
	margin:18px 0 0 145px;
	padding: 0;
	border-right: solid 1px #bebebe;
}
#header_links_container li {
	list-style: none;
	background: url(../images/top_bullet.gif) no-repeat center left;
	/*border: 1px solid orange;*/
	padding: 2px 0 0 15px;
}
/* //////////////////// */
#date_container1{
	display: table; 
	height: 80px; 
	#position: relative; 
	overflow: hidden;
}
#date_container2 {
	#position: absolute; 
	#top: 50%;display: table-cell; 
	vertical-align: middle;
}
#date_box {
	#position: relative; 
	#top: -50%;
}
#date{
	padding-left:10px;
}
/* //////////////////// */
#header_links_container a {
	text-decoration: none;
	color: #000000;
}
#header_links_container a:hover {
	text-decoration: none;
	color: #0062BE;
}
/* //////////////////// */
#flash_container {
	height: 151px;
	margin-right: auto;
	margin-left: auto;
	width: 867px;
}
#flash_left_shadow {
	background: url(../images/header_left_shadow.gif);
	height: 152px;
	width: 24px;
	float: left;
}
#flashnav {
	float: left;
	height: 153px;
	width: 825px;
}
#flash_right_shadow {
	background: url(../images/header_right_shadow.gif);
	height: 152px;
	width: 18px;
	float: left;
}
