
/********************* general ********************/
body {
	margin: 9px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #001226;
}

/************************* top navigation ****************************/
#topnavigation {
	width:770px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0px;
}

#topnavigation ul{
	padding: 0px;
	margin: 0px;
}

#topnavigation li{
	list-style: none;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px 1px 0px 0px;
	text-align: center;
	font-size: 11px;
}

.topnavigation_off a {
	color: #FFFFFF;
	background-image: url(../images/bg_menu.gif);
	width: 109px;
	height: 25px;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

.topnavigation_off a:hover, 
.topnavigation_on a,
.topnavigation_on a:hover {
	color: #eba831;
	background-image: url(../images/bg_menu_on.gif);
	width: 109px;
	height: 25px;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

/*********************************** main ********************************************/
#main {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	border: 1px solid #005189;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 778px;
	height: 267px;
	margin-bottom: 1px;
	float: left;
	background-image: url(../images/bg_header.jpg);
}

#quote {
	width: 240px;
	height: 229px;
	margin-right: 8px;
	margin-top: 19px;
	background-image: url(../images/bg_quote.jpg);
	float: right;
}

#header_inside {
	width: 778px;
	height: 67px;
	margin-bottom: 1px;
	float: left;
}

/************************ homepage content boxes *******************/
.cb_call {
	width: 320px;
	height: 70px;
	float: left;
	color: #ffffff;
	padding: 3px 0px 0px 75px;
	background-image: url(../images/get_a_quote_2.jpg);
	background-repeat: no-repeat;
}

.cb_call_number {
	font-weight: bold;
	color: #eba831;
	font-size: 13px;
	padding-top: 2px;
}

.cb_box {
	float: left;
}

.cb_bar {
	width: 1px;
	height: 176px;
	float: left;
} 

.cb_title {
	background-image: url(../images/cb_bg_title.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 11px;
	height: 26px;
	width: 246px;
}

.cb_title1 {
	background-image: url(../images/cb_bg_title.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 11px;
	height: 26px;
	width: 245px;
}

.cb_body {
	padding: 10px 8px 10px 95px;
	color: #ffffff;
	height: 119px;
	width: 156px;
}

.cb_body1 {
	padding: 10px 5px 10px 112px;
	color: #ffffff;
	height: 119px;
	width: 141px;
}

.cb_body1_long {
	padding: 10px 5px 10px 90px;
	color: #ffffff;
	height: 119px;
	width: 203px;
}

.cb_body a,
.cb_body1 a {
	color: #ffffff;
}
	
/********************** main content ***************************/
#navcontainer {
	width: 778px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #001b3b;
	padding-bottom: 11px;
}


/*************************************** navigation ****************************************/

#navigation {
	width: 141px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu_on {
	float: right;
	color: #ffffff;
	text-align: right;
	padding-right: 6px;
	padding-top: 30px;
	width: 135px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/bg_sidemenu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.menu_on a,
.menu_on a:hover {
	color: #ffffff;
	text-decoration: none;
}

#navigation_bar {
	width: 2px;
	height: 450px;
	float: left;
}

.menu2_off,
.menu2_on {
	text-align: right;
	padding-right: 6px;
	padding-left: 3px;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 13px;
}

.menu2_off a {
	color: #6ca3c4;
	text-decoration: none;
}

.menu2_off a:hover,
.menu2_on a,
.menu2_on a:hover {
	color: #eba831;
	text-decoration: none;
}

.menu3_off,
.menu3_on {
	text-align: right;
	padding-right: 6px;
	background-color: #005189;
	padding-bottom: 3px;
	padding-top:2px;
	font-size: 11px;
}

.menu3_off a {
	color: #ffffff;
	text-decoration: none;
}

.menu3_off a:hover,
.menu3_on a,
.menu3_on a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/************************* breadcrumb **************************/
#breadcrumb {
	color: #eba831;
	width: 500px;
	float: right;
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
	padding: 3px 10px 10px 0px;
}

#breadcrumb a {
	color: #eba831;
	text-decoration: none;
}

/*************************** content *************************/
#maincontent {
	width: 621px;
	float: left;
	margin-left: 5px;
	background-color: #ffffff;
}

#container {
	padding: 15px;
    min-height: 400px;
    _height: 400px
}

.corner_top_left {
	background-image: url(../images/corner_top_left.gif);
	width: 4px;
	height: 4px;
	line-height: 0px;
	float: left;
}

.corner_top_right {
	background-image: url(../images/corner_top_right.gif);
	width: 4px;
	height: 4px;
	line-height: 0px;
	float: right;
}

.corner_bottom_left {
	background-image: url(../images/corner_bottom_left.gif);
	width: 4px;
	height: 4px;
	line-height: 0px;
	float: left;
}

.corner_bottom_right {
	background-image: url(../images/corner_bottom_right.gif);
	width: 4px;
	height: 4px;
	line-height: 0px;
	float: right;
}

.border_top_bottom {
	height: 4px;
}


/*************************************** footer ****************************************/
#footer {
	width: 767px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
	border-top: 1px solid #004e89;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #6ca3c4;
}

#footer_left {
	width: 1px;
	height: 58px;
	float: left;
}

#footer_right {
	width: 1px;
	height: 58px;
	float: right;
}

#footer_address {
	width: 400px;
	float: left;
	padding: 6px 0px 0px 9px;
	line-height: 16px;
}

#footer_address a {
	color: #ffffff;
}

#footer_menu {
	width: 300px;
	float: right;
	text-align: right;
	padding: 6px 9px 0px 0px;
}

#footer_menu a {
	color: #6ca3c4;
	text-decoration: none;
}

#disclaimer {
	margin-top: 57px; 
	float: left; 
	text-align: center; 
	color: #6ca3c4;
	width: 100%;
}

#social_media {
	float: right;
	width: 100%;
	padding-top: 6px;
	height: 37px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

form div label
{
	padding-right: 13px;
	margin-right: 5px;
	clear: both;
}

form div.required label
{
	background-image: url(/images/icons/required.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
}

form div textarea
{
	margin-top: 3px;
}

div.fileUpload
{
	float: left;
	width: 310px;
}

.hrFaded
{
	margin-left: 5px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c8ceba;
	margin-bottom: 6px;
	margin-top: 6px;
}

.hrFaded.link
{
	margin-left: 5px;
	height: 14px;
	border: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	font-size: 14px;
}

.hrFaded.link img
{
	margin-bottom: -3px;
	border: none;
}

.hrFaded.yellowbar
{
	background-color: #E6AE38;
	margin-left: 5px;
	height: 18px;
	border: none;
	border-bottom: 1px solid #c8ceba;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	font-size: 13px;
}


.checkLegend
{
	text-align: right;
	clear: both;
	height: 22px;
}

.acceptance
{
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	height: 200px;
	width: 550px;
	overflow: auto;
}

.applyTable .title
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.applyTable .title a
{
	font-size: 10px;
	font-weight: normal;
}

.tabs
{
	margin-bottom: 10px;
}

.tabs td
{
	text-align: center;
	padding: 5px;
	border: 1px solid #023469;
	background-color: #fff;
	color: #036;
}

.tabs td a
{
	text-decoration: none;
}
.tabs td.active
{
	background-color: #023469;
	border: 0;
}
.tabs td.active a, .tabs td.selected a
{
	color: #fff;
}
.tabs td.selected
{
	background-color: #DE7315;
	border: 0;
}

div.buttons
{
	border-top: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
}

#message.success
{
	color: #006600;
	background-color: #BFF2BF;
	margin: 5px;
	border-top: 1px solid #2C7F27;
	border-bottom: 1px solid #2C7F27;
}
#message.error
{
	color: #990000;
	background-color: #D2A5A5;
	margin: 5px;
	border-top: 1px solid #7F2C27;
	border-bottom: 1px solid #7F2C27;
}

#message.success #messagetext
{
	background-image: url(/images/success.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding: 2px 5px 3px 25px;
}

#message.error #messagetext
{
	background-image: url(/images/error.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding: 2px 5px 3px 25px;
}
