@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg_tile.gif);
	background-repeat: repeat-x;
	margin-top:0;
}
img {
	border:none;
}
a {
	color:#212121;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#00527d;
	text-decoration:underline;
}
input, textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #00527d;
}
textarea {
	width:250px;
}

.mainContainer {
	width:950px;
	margin:auto;
}
.bodyContainer {
	width:950px;
	float:left;
	text-align:left;
	background-image:url(img/bg_main_body.png);
	background-repeat:no-repeat;
}
.innerContainer {
	width:880px;
	float:left;
	margin-left:45px;
	display:inline;
}
.masthead {
	width:880px;
	height:162px;
	float:left;
}
.leftCol {
	width:475px;
	float:left;
	margin-top:22px;
}
.rightCol {
	width:390px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	display:inline;
}
/*bullet list*/
ul li {background:url(img/sml_blu_bullet.gif) no-repeat 0 7px; padding-left:20px; margin-left:-25px; /*list-style-image:url(img/sml_blu_bullet.gif);*/ list-style:none;}
/*masthead*/
.logo {width:284px; float:left;}
.r_focus {width:431px; float:right;}
/*footer*/
.footer {
	width:900px;
	height:50px;
	float:left;
	background-color:#d8d4c9;
	margin: 15px 0 0 25px;
	display:inline;
	text-align:right;
}
.footer_txt {
	float:right;
	background-color:#d8d4c9;
	margin:20px;
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#645950;
}
.footer_sml {
	width:900px;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	margin:10px 0 0 25px;
	display:inline;
}
/*content*/
.Title {
	width:100%;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.blue {
	color:#015a84;
}
.brown {
	color:#584f47;
}
.text {
	line-height:18px;
}
.font13 {
	font-size:13px;
}
/*NAV*/
.navigation {
	width:100%;
	height:41px;
	float:left;
}
.tabs {
	float:left;
	width:100%;
	line-height:normal;
	font-size:14px;
}
.tabs ul {
	list-style-type: none;
	margin:0;
	/*margin-left: 10px;*/ /*Left offset of entire tab menu relative to page*/
padding:0;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs a {
	float:left;
	background:url(img/bg_tabs_left.gif) no-repeat left top;
	margin:0;
	margin-right: 10px; /*spacing between each tab*/
	padding:0 0 0 4px;
	text-decoration:none;
}
.tabs a span {
	float:left;
	/*height:41px;*/
display:block;
	background:url(img/bg_tabs_right.gif) no-repeat right top;
	padding: 15px 15px 10px 10px;
	font-weight:bold;
	color:#d8d4c9;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {
	float:none;
}
/* End IE5-Mac hack */

.tabs a:hover span {
	color: #015a84;
	text-decoration:underline;
}
#selected { /*Selected Tab style*/
	background-position:0 -41px; /*Shift background image up to start of 2nd tab image*/
}
.tabs a.current { /*Selected Tab style*/
	background-position:0 -41px; /*Shift background image up to start of 2nd tab image*/
}
#selected span { /*Selected Tab style*/
	background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
	color: #015a84;
	text-decoration:underline;
}
.tabs a.current span { /*Selected Tab style*/
	background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
	color: #015a84;
}
.tabs a:hover { /*onMouseover style*/
	background-position:0% -41px; /*Shift background image up to start of 2nd tab image*/
}
.tabs a:hover span { /*onMouseover style*/
	background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
}
/*right col content*/
.rates_header {
	float:left
}
.rates_container {
	width:368px;
	float:left;
	border:1px solid #e0ebf0;
	/*border-top:none;*/
	padding:0 0 10px 10px;
	margin-bottom:15px;
}
.rates_txt {
	font-size:16px;
	font-weight:bold;
}
/*contact box */
.contact_container {
	width:380px;
	float:left;
	background-color:#00527d;
	padding-bottom:15px;
	margin-top:15px;
}
.contact_text {
	width:290px;
	float:left;
	color:white;
	margin:15px 0 0 15px;
	display:inline;

}
.contact_text2 {
	width:290px;
	float:left;
	color:black;
	margin:15px 0 0 15px;
	display:inline;

}
.contact_text a {
	color:white;
	font-weight:normal;
}
.contact_text strong {
	font-weight:bold;
	font-size:16px;
}


