* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C3;
	background-color: #fff;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: left;
}

img {
	border-style: none;
}

a {
	color: #0C3;
	text-decoration: none;
}

a:hover {
	color: #27dd3d;
	text-decoration: underline;
}

li, ul, h1, h2, h3, h4, h5, p {
	font-family: Arial;
}

/* @group Header */

#wrapper {
	width: 879px;
	margin: 0 auto 25px;
}

#header {
	width: 879px;
	padding: 22px 0 0;
	height: 48px;
	margin: 0 0 15px;
}

#header h1 {
	width: 469px;
	height: 48px;
	float: left;
	text-indent: -5000px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

#header h1 a {
	width: 469px;
	height: 38px;
	float: left;
}

#header .links {
	color: #656565;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-top: 17px;
}

#header .links a {
	color: #656565;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#header .links a:hover {
	text-decoration: underline;
}

#nav {
	width: 879px;
	margin: 0;
	padding: 0;
	height: 29px;
}

#nav ul {
	height: 29px;
	width: 879px;
	float: left;
	font: 12px Tahoma;
}

#nav ul li {
	width: 175px;
	height: 29px;
	margin-right: 1px;
	float: left;
	list-style-type: none;
}

#nav ul li.last {
	margin-right: 0;
}

#nav ul li.last_active {
	margin-right: 0;
}

#nav ul li a {
	float: left;
	width: 175px;
	height: 21px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	background-image: url(tab_hover.jpg);
	background-repeat: no-repeat;
}

#nav ul li.normal_active a {
	float: left;
	width: 175px;
	height: 21px;
	background: url(images/tab_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}

#nav ul li.last_active a {
	float: left;
	width: 175px;
	height: 21px;
	background: url(images/tab_hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	margin: 0;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(tabbg.jpg);
}

/* @end */

/* @group Index Page */

#content {
	overflow: hidden;
	width: 875px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-left: 2px solid #dcdcdc;
}

#form {
	width: 875px;
	height: 266px;
	padding-top: 35px;
	background-image: url(formbg.jpg);
	background-repeat: no-repeat;
}

#form .mainform {
	width: 325px;
	padding-top: 55px;
	height: 204px;
	padding-left: 25px;
	background-image: url(compare3.jpg);
	background-repeat: no-repeat;
}

#form .mainform p {
	margin-bottom: 10px;
}

#form .mainform input#zip_code {
	padding-top: 10px;
	height: 27px;
	width: 195px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
}

#form .mainform select#type {
	height: 39px;
	width: 205px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #000000;
	padding: 8px 5px 7px;
}

#form .mainform p.type {
	color: #446ecb;
	font-size: 14px;
}

#form .mainform .ratios {
	float: left;
	width: 100px;
}

#form .mainform .gob {
	margin-left: 39px;
	float: left;
	width: 57px;
	height: 46px;
	cursor: pointer;
	
}

#form .mainform .gob input#submit {
	background: url(images/go.gif) no-repeat;
	text-indent: -5000px;
	width: 57px;
	height: 46px;
	border-style: none;
	cursor: pointer;
}
/*------------------------*/
#form_auto {
	width: 875px;
	height: 266px;
	background: url(images/formbg_auto.gif) no-repeat;
	padding-top: 35px;
}

#form_auto .mainform {
	width: 325px;
	background: url(images/compare.png) no-repeat;
	padding-top: 45px;
	height: 204px;
	padding-left: 35px;
}

#form_auto .mainform p {
	margin-bottom: 10px;
}

#form_auto .mainform input#zip_code {
	padding-top: 10px;
	height: 27px;
	width: 195px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
}

#form_auto .mainform select#type {
	padding-top: 11px;
	height: 24px;
	width: 210px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
	padding-bottom: 11px;
}

#form_auto .mainform p.type {
	color: #446ecb;
	font-size: 14px;
}

#form_auto .mainform .ratios {
	float: left;
	width: 100px;
}

#form_auto .mainform .gob {
	margin-left: 39px;
	float: left;
	width: 57px;
	height: 46px;
}

#form_auto .mainform .gob input#submit {
	background: url(images/go.gif) no-repeat;
	text-indent: -5000px;
	width: 57px;
	height: 46px;
	border-style: none;
}
/*------------------------*/
#form_life {
	width: 875px;
	height: 266px;
	background: url(images/formbg_life.gif) no-repeat;
	padding-top: 35px;
}

#form_life .mainform {
	width: 325px;
	background: url(images/compare.png) no-repeat;
	padding-top: 45px;
	height: 204px;
	padding-left: 35px;
}

#form_life .mainform p {
	margin-bottom: 10px;
}

#form_life .mainform input#zip_code {
	padding-top: 10px;
	height: 27px;
	width: 195px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
}

#form_life .mainform select#type {
	padding-top: 11px;
	height: 24px;
	width: 210px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
	padding-bottom: 11px;
}

#form_life .mainform p.type {
	color: #446ecb;
	font-size: 14px;
}

#form_life .mainform .ratios {
	float: left;
	width: 100px;
}

#form_life .mainform .gob {
	margin-left: 148px;
	float: left;
	width: 57px;
	height: 46px;
}

#form_life .mainform .gob input#submit {
	background: url(images/go.gif) no-repeat;
	text-indent: -5000px;
	width: 57px;
	height: 46px;
	border-style: none;
}
/*------------------------*/
#form_home {
	width: 875px;
	height: 266px;
	background: url(images/formbg_home.gif) no-repeat;
	padding-top: 35px;
}

#form_home .mainform {
	width: 325px;
	background: url(images/compare.png) no-repeat;
	padding-top: 45px;
	height: 204px;
	padding-left: 35px;
}

#form_home .mainform p {
	margin-bottom: 10px;
}

#form_home .mainform input#zip_code {
	padding-top: 10px;
	height: 27px;
	width: 195px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
}

#form_home .mainform select#type {
	padding-top: 11px;
	height: 24px;
	width: 210px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
	padding-bottom: 11px;
}

#form_home .mainform p.type {
	color: #446ecb;
	font-size: 14px;
}

#form_home .mainform .ratios {
	float: left;
	width: 100px;
}

#form_home .mainform .gob {
	margin-left: 148px;
	float: left;
	width: 57px;
	height: 46px;
}

#form_home .mainform .gob input#submit {
	background: url(images/go.gif) no-repeat;
	text-indent: -5000px;
	width: 57px;
	height: 46px;
	border-style: none;
}
/*------------------------*/
#form_health {
	width: 875px;
	height: 266px;
	background: url(images/formbg_health.gif) no-repeat;
	padding-top: 35px;
}

#form_health .mainform {
	width: 325px;
	background: url(images/compare.png) no-repeat;
	padding-top: 45px;
	height: 204px;
	padding-left: 35px;
}

#form_health .mainform p {
	margin-bottom: 10px;
}

#form_health .mainform input#zip_code {
	padding-top: 10px;
	height: 27px;
	width: 195px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
}

#form_health .mainform select#type {
	padding-top: 11px;
	height: 24px;
	width: 210px;
	padding-left: 8px;
	border: 1px solid #cfcfcf;
	background: #fff url(images/inputbg.gif) repeat-x;
	font-size: 14px;
	color: #adadad;
	padding-bottom: 11px;
}

#form_health .mainform p.type {
	color: #446ecb;
	font-size: 14px;
}

#form_health .mainform .ratios {
	float: left;
	width: 100px;
}

#form_health .mainform .gob {
	margin-left: 148px;
	float: left;
	width: 57px;
	height: 46px;
}

#form_health .mainform .gob input#submit {
	background: url(images/go.gif) no-repeat;
	text-indent: -5000px;
	width: 57px;
	height: 46px;
	border-style: none;
}
/*------------------------*/
#sponsors {
	width: 875px;
	height: 72px;
	text-align: center;
	padding-top: 5px;
	background-image: url(spobg.gif);
	background-repeat: no-repeat;
}

/* @group Blog Style */

#mainc { 
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	display: inline;
	position: relative;
	width: 680px;
}

h2.pagetitle, h2 {
	color: #1d459e;
	font-size: 20px;
	margin-bottom: 15px;
}

#mainc .entry {
	width: 680px;
	margin-bottom: 20px;
}

#mainc .entry h2 {
	background-color: #ccd8f1;
	width: 670px;
	padding: 5px;
	margin-bottom: 5px;
}

#mainc .entry h2 a {
	color: #1d459e;
	font: bold 16px Tahoma;
}

#mainc .entry p.info {
	color: #275c9c;
	font: normal normal 12px Tahoma;
	width: 680px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #435275;
}

#mainc .entry p.info a {
	font-weight: bold;
	text-decoration: none;
	color: #275c9c;
}

#mainc .entry p {
	color: #333;
	font: 12px/17px Tahoma;
	margin-bottom: 10px;
}

#mainc .entry ul {
	margin-bottom: 10px;
	padding-left: 20px;
}

#mainc .entry blockquote {
	padding-left: 45px;
	padding-right: 45px;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}

#mainc .entry img {
	border: 2px solid #a2b3d7;
	padding: 2px;
	margin-bottom: 0;
}

#mainc .entry .alignleft {
	float: left;
	margin: 4px 5px 0 0;
}

#mainc .entry .alignright {
	float: right;
	margin: 4px 0 0 5px;
}

#mainc .entry p.more a {
	font-size: 15px;
	font-weight: bold;
}



/* @end */

/* @group Page Style */

#pagec { 
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	display: inline;
	position: relative;
	width: 859px;
}

#pagec .entry {
	width: 859px;
	margin-bottom: 20px;
}

#pagec .entry h2 {
	background-color: #ccd8f1;
	width: 849px;
	padding: 5px;
	margin-bottom: 5px;
}

#pagec .entry h2 a {
	color: #1d459e;
	font: bold 16px Tahoma;
}

#pagec .entry p {
	color: #333;
	font: 12px/17px Tahoma;
	margin-bottom: 10px;
}

#pagec .entry ul {
	margin-bottom: 10px;
	padding-left: 20px;
}

#pagec .entry blockquote {
	padding-left: 45px;
	padding-right: 45px;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}

#pagec .entry img {
	border: 2px solid #a2b3d7;
	padding: 2px;
	margin-bottom: 0;
}

#pagec .entry .alignleft {
	float: left;
	margin: 4px 5px 0 0;
}

#pagec .entry .alignright {
	float: right;
	margin: 4px 0 0 5px;
}

#pagec .entry p.more a {
	font-size: 15px;
	font-weight: bold;
}

#pagec .states_div {
	float: right;
}



/* @end */

/* @group Sidebar */

#sidebar { 
	display: inline;
	padding: 5px;
	width: 155px;
	float: right;
	border: 1px solid #a2b3d7;
	background-color: #e9eef9;
	margin: 10px 10px 10px 0;
}

#sidebar h3 {
	color: #1d459e;
	font: bold 14px Tahoma;
	border-bottom: 1px solid #b8c8eb;
	width: 155px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#sidebar ul {
	width: 155px;
	margin-bottom: 15px;
}

#sidebar ul li {
	background: url(images/bullet.gif) no-repeat 0 2px;
	list-style-type: none;
	padding-left: 15px;
	font: 11px Tahoma;
	margin-bottom: 4px;
}

#sidebar ul li a {
	text-decoration: none;
	color: #000;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group Footer */

#footer {
	width: 864px;
	clear: both;
	margin: 0;
	padding: 10px 15px 0 0;
	color: #fff;
	background-color: #3C3;
	height: 20px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */

/* @group Comments */

h3.comments {
	float: left;
	margin-bottom: 15px;
	color: #5b5b5b;
	padding: 0;
	font-size: 17px;
	width: 680px;
}

ol.commentlist {
	width: 680px;
	float: left;
	margin-bottom: 15px;
	padding: 0;
}

ol.commentlist li {
	padding: 10px 10px 25px;
	list-style-type: none;
	float: left;
	width: 660px;
	margin-bottom: 15px;
	background: #eff2fa left bottom;
}

ol.commentlist li .avatar {
	margin-right: 5px;
	float: left;
}

ol.commentlist li p {
	padding-left: 60px;
	margin-bottom: 7px;
}

form#commentform {
	width: 680px;
	padding: 0;
}

form#commentform label {
	color: #4a4a4a;
	font-size: 13px;
	margin-left: 10px;
	font-weight: bold;
}

form#commentform label span {
	color: #06648e;
	font-size: 15px;
}

form#commentform p {
	margin-bottom: 10px;
}

form#commentform textarea#comment {
	border: 1px solid #d3d3d3;
	padding: 5px;
	width: 480px;
	color: #7b7b7b;
	font: 12px Arial;
	background: #fff url(images/inputbg.gif) repeat-x;
}

form#commentform input#author, input#email, input#url {
	border: 1px solid #d3d3d3;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	height: 17px;
	width: 210px;
	color: #7b7b7b;
	font: 12px Arial;
	background: #fff url(images/inputbg.gif) repeat-x;
}

#respond h3 {
	color: #06648e;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 18px;
	padding: 0;
	width: 500px;
}



/* @end */
.Zipcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
