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

body {
	margin: 0 0 0 0;
	background: #F9FBFC url(img/bg.jpg) repeat-x;
}

h2 {
	margin: 23px 0 0 23px;
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 20px 0;
	color: #FD5C11;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
	color: #999999;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

img {
	border: none;
}

#wrapper {
	width: 902px;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo {
	width: 339px;
	height: 82px;
	margin: 72px auto 0 auto;
	position: relative;
}

#header {
	background: url(img/header_bg.jpg) no-repeat;
	width: 902px;
	height: 149px;
	margin: 24px auto 0 auto;
	position: relative;
}

#sections {
	width: 650px;
	height: 152px;
	float: right;
	position: relative;
}

#sections p {
	margin: 5px 0 0 23px;
	color: #CCCCCC;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#insurance {
	width: 208px;
	height: 152px;
	position: relative;
	margin: 0 0 0 0;
	float: left;
}

#liability {
	width: 226px;
	height: 152px;
	position: relative;
	margin: 0 0 0 0;
	float: left;
}

#additional {
	width: 216px;
	height: 152px;
	position: relative;
	margin: 0 0 0 0;
	float: left;
}

#nav {
	width: 902px;
	height: 20px;
	position: relative;
	margin-top: 9px;
}

ul.nav {
	padding: 5px;
	margin: -2px 10px;
	list-style: none;
	float: left;
	clear: left;
}

ul.nav li {
	float: left;
}

ul.nav li a {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px 10px 0 0;
	margin-right: 8px;
	font: normal 12px "Arial", Helvetica, sans-serif;
	line-height: 12px;
}

ul.nav li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -4px;
	height: 20px;
}

ul.nav li a:hover {
 	color: #FFFFFF;
	background: url(img/nav.jpg) no-repeat top right;
}

ul.nav li a:hover span {
	background: url(img/nav.jpg) no-repeat top left;
}

ul.nav li a.current {
	background: url(img/nav.jpg) no-repeat top right;
 	color: #FFFFFF;
}

ul.nav li a.current span {
	background: url(img/nav.jpg) no-repeat top left;
}

#home {
	background: url(img/home.jpg) no-repeat;
	width: 902px;
	height: 335px;
	margin: 20px 0 0 0;
	position: relative;
}

#content {
	background: #FFFFFF;
	width: 902px;
	margin: 20px 0 0 0;
	position: relative;
}

#page {
	float: left;
	width: 410px;
	margin-top: 16px;
	margin-left: 16px;
	position: relative;
}

#side {
	float: right;
	width: 452px;
	height: 318px;
	margin-top: 16px;
	position: relative;
}

#footer {
	background: url(img/footer.jpg) repeat-x;
	width: 100%;
	height: 90px;
	position: relative;
	clear: both;
	margin-top: 15px;
}

#footer p {
	padding-top: 15px;
	color: #9BB3B8;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
}

.clear {
	clear: both;
}
