@charset "utf-8";
/* CSS Document */

#topBarHeader {
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top-bg-strip-red.gif);
	background-repeat: repeat-x;
}
#mainNavigation {
	height:30px;
	width: 861px;
	float: left;
	padding-left: 175px;
	background-image: url(images/red-top-navigation-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tab-holder {
	display:none;
}
#tab_overflow{
	position:relative;	
	width:846px;
	/*width:978px;*/
	overflow:hidden;
	z-index:1000;
}
#tab_container{
	position:relative;
	white-space:nowrap;
	margin-left:-10px;
	margin-right:-10px;

}
#tab_body_container{
	position:relative;
	overflow:hidden;
	width:951px;
	/*width:978px;*/
}
.tab_content {
	display:none;
 }
#mainNavigation .tab {
	position:relative;
	cursor:pointer;
	margin-right:1px;
	background:#153d73;
	height: 30px;
}
#mainNavigation .tab a {
	font-size:15px;
	text-decoration:none;
	color:#ffffff;
	float:left;
	display: block;
	width: auto;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 9px;
	padding-left: 9px;
}
#mainNavigation .tab a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color:#FFFFFF;
	text-decoration:none;
}
#mainNavigation .tab a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color:#FFFFFF;
	text-decoration:underline;
}
