@charset "UTF-8";
/* CSS Document */

div#wrapper {
	margin: 0px auto;
	width: 845px;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
}
div#header {
	height: 60px;
	width: 845px;
	background: url(../images/header.jpg) no-repeat;
	margin-bottom: 3px;
	padding-top: 240px;
}
div#content {
	float: left;
	width: 555px;
	margin-left: 35px;
}
div#content-sidebar {
	width: 144px;
	float: right;
	margin-right: 35px;
	padding-top: 20px;
	background: #cccc99 url(../images/sidebar_01.jpg) no-repeat top;
	margin-bottom: 10px;
}
#content-sidebar-inner {
	width: 124px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background: url(../images/sidebar_03.jpg) no-repeat bottom;
}
div#footer {
	clear: both;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 7px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #134573;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
#top-nav {
	text-align: left;
	width: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
}
#quote-wrappper {
	width: 220px;
	background: url(../images/comma_01.jpg) no-repeat left top;
	padding: 0px;
}
#quote-inner {
	background: url(../images/comma_03.jpg) no-repeat right bottom;
	padding: 5px;
}
form#lead-capture {
	background: url(../images/form-bg.jpg) no-repeat;
	width: auto;
	height: 470px;
	padding: 15px;
	border: 3px double #134573;
}
#contact-info {
	color: #000;
	background-color: #47869F;
	padding: 15px;
	width: auto;
	height: 380px;
}
#contact-form {
	width: 180px;
	height: auto;
	border-right: 1px solid #FFFFFF;
	float: left;
	padding-right: 45px;
}
#contact-info-content {
	width: 250px;
	height: auto;
	float: right;
}
.area-div {
	border-bottom: 1px solid #666666;
	width: 100%;
}
