@charset "utf-8";
/* CSS Document */

.header_logo{
	height:100px;
	width:420px;
	float:left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin:0 auto;
}

.header_center {
	width:865px;
	padding-left:12px;
	padding-right:12px;
	height:110px;
	margin:0 auto;
}

.header_phone{
	height:100px;
	width:445px;
	float:left;
	text-align:right;
	padding-top: 7px;
	padding-bottom: 3px;
	margin:0 auto;
}

.header_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #038EDE;
	text-decoration:none;
}

.header_links:hover{
	text-decoration:underline;
}

.header_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #038EDE;
}

.header_navbg{
	height:23px;
	width:100%;
	min-width:889px;
	background-image:url(../images/header/titlebarbg.gif);
	background-repeat:repeat-x;
}

.header_navbar{
	height:23px;
	width:865px;
	margin:0 auto;
}

.header_navtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
