#page { display: block; }
#flash_splash_container { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

.sidebar { position: relative; top: -30px; left: -4px; }

#header_image_container
{
	width: 900px;
	height: 205px;
	margin: auto;
	margin-bottom: 7px;
	background-repeat: no-repeat;
}

#header_text_container
{
	width: 400px;
	position: relative;
	top: 105px;
	left: 20px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#page_content 
{
	line-height: 18px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606060;
}

#tabs_container {  margin-top: 50px; }

#tabs_menu
{
	margin: 0px;
	height: 29px;
	border-bottom: 10px solid #1A5E91;
	width: 470px;
	_width: 475px;
}

#tabs_menu li
{
	background-image: url('../images/tabs.png');
	background-position: center bottom;
	list-style: none;
	
	float: left;
	
	text-align: center;
	width: 116px;
	height: 29px;
	margin-left: 2px;
}

#tabs_menu li:first-child { margin-left: 0px; }

#tabs_menu li:hover, #tabs_menu li.active { background-position: center top; }

#tabs_menu li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	color: #FFFFFF !important;
	text-decoration: none;
	display: block;
	width: 116px;
	height: 29px;
}

#tabs_content { min-height: 150px; font-size:14px; line-height:18px; }
#tabs_content .tab_content { margin-top: 5px; /*min-height: 300px;*/ display: none; }
#tabs_content a { text-decoration: none; }
#tabs_content a:hover { color: #6699CC!important; }