html, body {
	font-family: verdana;
	font-size: 12px;
	border: 0;
	color: #3E464E;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(255,229,145) url(/img/bg_body.jpg) repeat-x;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

.normal {
	font-size: 15px;
}

code {
	background: #FFFFC1;
}

a {
	color: #77B12A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(/img/quote.gif) no-repeat 10px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.hidden {
	display: none;
}

/* Wrap */

#wrap {
	width: 800px;
	margin: 0 auto;
}

/* Top */

#top {
	width: 800px;
	height: 77px;
	background: url(/img/bg_top.gif) no-repeat right top;
}

#top img {
	padding-left: 40px;
	display: block;
}

/* Menu */

#menu {
	width: 760px;
	height: 28px;
	padding-left: 40px;
	overflow: hidden;
}

#menu ul {
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	height: 28px;
	background-position: left top;
}

#menu ul li a:hover {
	background-position: left bottom;
}

#menu ul li a span {
	display: none;
}

#menu ul li a.home {
	width: 58px;
	background-image: url(/img/img_menu_home.gif);
}

#menu ul li a.news {
	width: 63px;
	background-image: url(/img/img_menu_news.gif);
}

#menu ul li a.insurance {
	width: 119px;
	background-image: url(/img/img_menu_insurance.gif);
}

#menu ul li a.faq {
	width: 55px;
	background-image: url(/img/img_menu_faq.gif);
}

#menu ul li a.about {
	width: 82px;
	background-image: url(/img/img_menu_about.gif);
}

#menu ul li a.contact {
	width: 87px;
	background-image: url(/img/img_menu_contact.gif);
}

/* Header */

#header {
	width: 100%;
	height: 228px;
	background: url(/img/bg_header.jpg) no-repeat 0 0;
	position: relative;
	margin-bottom: 30px;
}

#header .block {
	width: 400px;
	position: absolute;
	left: 34px;
	top: 65px;
	font-family: Arial, Helvetica, sans-serif;
}

#header .block a.quote {
	width: 171px;
	height: 40px;
	display: block;
	background: url(/img/bg_get_quote.gif) no-repeat left top;
	margin-left: 85px;
	margin-top: 10px;
}

#header .block a:hover.quote {
	background: url(/img/bg_get_quote.gif) no-repeat left bottom;
}

/* Content */

#content {
	width: 750px;
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	background: #fff url(/img/bg_content_top.gif) no-repeat left top;
	font-size: 11px;
	margin-left: 10px;
}

/* What We Do */

.what_we_do {
	width: 480px;
	float: left;
	margin-top: 19px;
}

.what_we_do img.title {
	margin-bottom: 5px;
	display: block;
}

.what_we_do .alignleft {
	margin: 8px 0 0 0;
}

/* Testimonials */

.testimonials {
	width: 205px;
	float: right;
	margin-right: 7px;
	background: rgb(229,229,229) url(/img/bg_testimonials.gif) no-repeat left top;
	padding: 48px 5px 10px 15px;
	display: inline;
}

.testimonials span {
	padding-left: 15px;
	font-style: italic;
}

/* Content Bottom */

#content_bottom {
	width: 750px;
	height: 131px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 30px;
	background: url(/img/bg_content_bottom.gif) no-repeat 0 0;
}

#content_bottom img.title {
	margin-bottom: 3px;
	display: block;
}

/* Our Services */

#content_bottom .our_services {
	width: 409px;
	float: left;
}

#content_bottom .our_services ul {
	float: left;
	width: 176px;
	padding-left: 14px;
	color: #3E464E;
}

#content_bottom .our_services ul li {
	line-height: 20px;
	padding: 4px 0 4px 12px;
	background: url(/img/bg_arrow.gif) no-repeat 0 11px;
}

/* Carriers we work with */

#content_bottom .carriers {
	float: left;
	width: 320px;
}

#content_bottom .carriers img.carrier {
	margin-right: 30px;
	margin-top: 28px;
}

/* Footer */

#footer {
	width: 765px;
	padding-right: 35px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 11px;
	color: #6C6C6C;
}

#footer a {
    color: #6C6C6C;
    text-decoration:none;
}
/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

hr  {
 border: 0;
 height: 3px;
 color: #e4e4e4;
 background-color: #e4e4e4; }