@charset "utf-8";
/* CSS Document */


#top_info {
	height: 221px;
	/*background-color: #233F5A;*/
	background: url('../images/info_bg.png') repeat; 
	position: relative;
	z-index: -2;
}

#top_info #top_bar{
	width: 100%;
	height: 19px;
	background: url('../images/info_fill.png') repeat-x;
}

#top_info #top_bar #top_links {
	width: 360px;
	height: 33px;
	background: url('../images/info_links.png') no-repeat;
	float:right;	
	margin-right: 10px;
	z-index: 2;
}

#top_info #top_bar #top_links table {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#top_info #top_bar #top_links tr td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 3px;
	text-align: center;
	color:white;
}

#top_info #top_bar #top_links tr td a {
	color: white;
	text-decoration: none;
}


#top_info #top_bar #top_links tr td a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*
#top_info #flashcontent {
	width: 925px;
	height: 186px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	position: absolute;
	z-index: -1;
}
*/

#top_info #flashcontent {
	width: 925px;
	height: 220px;
	position: absolute;
	z-index: -1;
	margin-top: -4px;
	margin-left: -462.5px;
	left: 50%;
}