html {
	margin: 0 auto;
	text-align: center;
}

body {
	background: #c7c7c7 url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	color: #5e6668;
}

a {
	color: #0066CC;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	color: #0033CC;
}

#container {
	width: 752px;
	margin: 0 auto;
	text align: center;
	position: absolute;
	left: 50%;
	margin-left: -376px;
	line-height: 150%;
	background: #FFF url(../images/mainbg.jpg) repeat-y;
}

p { 
	margin: 0;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 302px;
}

#header h1 {
	display: none;
	}


#footer {
	background: url(../images/botbreak.jpg) no-repeat;
	height: 35px;
}

#nav {
	padding-top: 275px;
	font-size: 15px;
	font-weight: bold;
}

#nav a {
	color: #6f6f6f;
	text-decoration: none;

}

#nav a:hover {
	text-decoration: underline;
	color: #333333;
}

#maincontent {
	background: #FFF url(../images/mainbg.jpg) repeat-y;
	padding: 10px 0 20px 0;
}

#contentleft {
	float: left;
	width: 485px;
	padding: 0px 0px 10px 20px;
	text-align: left;
}

#contentleft p {
	padding: 5px;
}

#contentright {
	float: right;
	width: 220px;
	padding: 0 15px 0 5px;
	text-align: left;
}

#box {
	width: 121px;
	height: 35px;
	padding: 19px 10px 0px 85px;
	text-align: left;
}

#SEOfooter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 100%;
	text-align: center;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C5C5C5;
}

a.footer {
	color: #999999;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #999999;
}
.house {
	background: #FFF url(../images/navhouse.gif) no-repeat;
}

.car {
	background: #FFF url(../images/navcar.gif) no-repeat;
}

.boat {
	background: #FFF url(../images/navboat.gif) no-repeat;
}

.life {
	background: #FFF url(../images/navlife.gif) no-repeat;
}

.business {
	background: #FFF url(../images/navbusiness.gif) no-repeat;
}

.umbrella {
	background: #FFF url(../images/navumbrella.gif) no-repeat;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
}

h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#quotebox {
	border-left: 5px solid #3e6538;
	padding: 0px 5px 0px 5px;
	width: 170px;
	margin-left: 20px;
	color: #878a9d;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

#important {
	background-color: #e3e3e6;
	padding: 5px;
	max-width: 470px;
	font-size: 11px;
	text-align: left;

}

#frontimg {
	margin-left: -7px;
	width: 493px;
}

/* Form */
#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
}
#contactForm div {
	margin: 0.4em;
}
#contactForm legend {
	color: #0099FF;
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#contactForm fieldset {
	width: 375px;
	padding: 0;
	border: 1px solid #CCC;
}

#contactForm .txt {
	border: 1px solid #333333;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #5e6668;
	background-color: #CCCCCC;
}
