/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background-color: #7CB0CB;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover, a.active {
	color: #900;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#main {
	width: 950px;
	background-color: white;
	border: 1px solid #666;
	margin: 20px auto;	
}

#headerimage {
	height: 250px;
	overflow: hidden;
}

#nav {
	background-image: url(images/background_nav.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 59px;
}

#nav .menuitem {
	float: left;
}

#nav .menuitem a {
	display: block;
	width: 215px;
	height: 20px;
	border: 1px solid #333;
	background-color: #999;
	color: white;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 4px 0px;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	color: yellow;
	background-color: #006699;

}

#mininav {
	padding-left: 265px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}

#mininav .menuitem {
	display: inline;
}

#mininav .menuitem a {

}


/***** MAPS & DIRECTIONS CSS *****/

#map_canvas_small {
	height: 350px;
	border: 1px solid #333;
	background-color: white;
}

#map_canvas {
	width: 100%;
	height: 600px;
	border: 1px solid #333;
	background-color: white;
}

#routecontainer {
	display: none;
	font-size: 12px;
}

#route {
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
}

#directions {
	background-color: #CCC;
	width: 250px;
	height: 580px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #333;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#directions .address {
	padding: 3px;
	width: 242px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#directions .button a {
	display: inline;
	padding: 3px;
	-moz-border-radius-topleft: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-moz-border-radius-bottomleft: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-webkit-border-top-left-radius:  0.3em;
	-webkit-border-top-right-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	background-color: #DEDEDE;
	border: 1px solid #555;
	font-size: 11px;
}


/***** SERVICES NAV CSS *****/

#services {
	width: 100%;
}

#services a, #services img {
	background-image: none;
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	clear: both;
}

#services a#auto {
	background-image: url(images/sub_links/sublinks_auto.jpg);
}

#services a#auto:hover, #services a#auto.active  {
	background-image: url(images/sub_links/sublinks_auto_over.jpg);
}

#services a#home {
	background-image: url(images/sub_links/sublinks_home.jpg);
}

#services a#home:hover, #services a#home.active  {
	background-image: url(images/sub_links/sublinks_home_over.jpg);
}

#services a#life {
	background-image: url(images/sub_links/sublinks_life.jpg);
}

#services a#life:hover, #services a#life.active  {
	background-image: url(images/sub_links/sublinks_life_over.jpg);
}

#services a#boat {
	background-image: url(images/sub_links/sublinks_boat.jpg);
}

#services a#boat:hover, #services a#boat.active  {
	background-image: url(images/sub_links/sublinks_boat_over.jpg);
}

#services a#business {
	background-image: url(images/sub_links/sublinks_business.jpg);
}

#services a#business:hover, #services a#business.active  {
	background-image: url(images/sub_links/sublinks_business_over.jpg);
}

#services a#rec {
	background-image: url(images/sub_links/sublinks_rec.jpg);
}

#services a#rec:hover, #services a#rec.active  {
	background-image: url(images/sub_links/sublinks_rec_over.jpg);
}

#services a#res {
	background-image: url(images/sub_links/sublinks_res.jpg);
}

#services a#res:hover, #services a#res.active  {
	background-image: url(images/sub_links/sublinks_res_over.jpg);
}

/***** RIGHT SIDE FORM CSS *****/

#quoteform {

}

#quoteform .entry input, #quoteform .entry select, #quoteform .entry textarea {
	display: block;
	width: 328px;
}

#quoteform .entry label {
	display: block;
	font-style: italic;
	font-size: 12px;
}

#quoteform .entry option {
	padding: 2px;

}

#quoteform #key {
	width: 155px;
}


/***** COMMON CSS *****/

.col150 {
	width: 150px;
}

.col160 {
	width: 160px;
}

.col180 {
	width: 180px;
}

.col200 {
	width: 200px;
}

.col250 {
	width: 250px;
}

.col350 {
	width: 350px;
}

.col570 {
	width: 570px;
}

.col640 {
	width: 640px;
}

.col930 {
	width: 930px;
}

.box150 {
	height: 150px;
	overflow: hidden;
}

.box180 {
	height: 190px;
	overflow: hidden;
}

.box250 {
	height: 250px;
	overflow: hidden;
}

.flp_blue {
	color: #069;
}

.bg_flp_blue {
	background-color: #7DB0CB;
}

.bordersides1 {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.borderbottom1 {
	border-bottom: 1px solid #333;
}

.trebuchet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.subhead {
	height: 80px;
	overflow: hidden;
}

.middlealign {
	vertical-align: text-bottom;
}

#freequote {
	background-image: url(images/hp_freequote.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 350px;
	height: 50px;
}

.overrow {
	background-color: #069;
	color: white;
	cursor: pointer;
}