* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

/******************************************
    Hyperlinks
******************************************/

a {
	background: inherit;
	text-decoration: none;
	color: #667F99;
}
a:hover {
	background: inherit;
	color: #996800;
}

/******************************************
    Header
******************************************/

h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 120%;
	line-height: 2em;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color: #007E80;
}
h1, h2, h3, p {
	margin: 0;
	padding: 10px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/******************************************
    Images
******************************************/

img {
	border: none;
	padding: 10px;
}
img.float-right {
	margin: 5px 0px 5px 10px;
}
img.float-left {
	margin: 5px 10px 5px 0px;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    background: #FAFAFA;
	border: 1px solid #f2f2f2;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

/******************************************
    Blockquote
******************************************/

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #99cc99;
	background: #e2f9e3 url(../images/quote.gif) no-repeat 5px 5px;
}

/******************************************
    Forms
******************************************/

form.search {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox {
	margin: 0;
	padding: 1px;
	width: 120px;
	background: #FFF;
	color: #333;
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/******************************************
    Layout
******************************************/

#wrap {
	width: 833px;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;
}
#content {
	overflow: hidden;
}

/******************************************
    Header
******************************************/

#header {
	position: relative;
	width: 833px;
	height: 133px;
	background: url(../images/header.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 15px;
	left: 53px;
}
#header h1#logo a {
	color: #FFF;
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0 0 0 530px;
	padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #87c153;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 20px;
	left:55px;
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}

/******************************************
    Menu
******************************************/

#menu {
	clear: both;
	width: 760px;
	height: 39px;
	background: #cecece url(../images/menubg.jpg) no-repeat;
	margin: 0 0 0 35px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	background: inherit;
	color: #7f7e7e;
}
#menu ul li a:hover {
	color: #605f5f;
}
#menu ul li.current_page_item a {
	color: #605f5f;
}

/******************************************
    Main
******************************************/

#main {
	float: left;
	width: 72%;
	padding: 0;
	margin: 0;
}
#main h1 {
	color: #023f80;
	border-bottom: 1px solid #CCCCCC;
	background: #fff url(../images/arrow.gif) no-repeat 5px 50%;
	padding: 3px 0 3px 20px;
	margin: 10px 0 0 0;
}
#main h1 a {
	background:none;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore a {
	background:none;
}

/******************************************
    Sidebar
******************************************/

#sidebar {
	float: right;
	width: 26%;
	padding: 0;
	margin: 0;
}
#sidebar h1 {
    margin: 10px 0 0 0;
	padding: 3px 10px;
	font: bold 120% Tahoma, Verdana, Sans-Serif;
	color: #FFF;
	background: #B6B8BB;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	padding: 0px;
	border-bottom:1px #ccc dashed;
}
#sidebar ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
}
#sidebar ul li a:hover {
	padding: 5px;
	display: block;
	background: #f6f7f7;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#sidebar-landing {
	float: right;
	padding: 0;
	margin: 280px 0 0 0;
}
#sidebar-landing h4 {
	color: #4d4d4d;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	padding: 5px 0 3px 5px;
	margin: 0;
}
#sidebar-landing ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar-landing ul li {
	list-style-type: none;
	padding: 0px;
}
#sidebar-landing ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
}
#sidebar-landing ul li a:hover {
	padding: 5px;
	display: block;
	background: #f6f7f7;
}
#sidebar-landing ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar-landing ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar-landing ul li li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#quote-box h1{
	margin: 10px 0 0 0;
	padding: 3px 10px;
	font: bold 120% Tahoma, Verdana, Sans-Serif;
	color: #FFF;
	background: #b3cbf1;
	text-align: center; 
}

/******************************************
    Quote Wizard
******************************************/

.aq_inpage_zip {
	text-align: center;
	margin: -20px 63px 0 0;
	padding: 0;
	float: right;
	top: auto;
}
.aq_inpage_zip input, .aq_inpage_zip select {
	background: url(../images/zip-input.gif) no-repeat;
	width: 250px;
	height: 50px;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
    padding: 8px 2px 1px 2px; 
	color: #333;
	margin: 0 auto;
	border: none;
}
.aq_inpage_zip textarea {
	text-align: center;
}
.aq_inpage_zip h1 {
	font-size: 18px;
	padding-top: 33px;
	font-weight: bold;
	color: #ed7933;
	margin: 5px 0 0 0;
	text-align: center;
}
.aq_inpage_zip h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.aq_inpage_zip h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.aq_inpage_zip p {
	text-align: center;
	vertical-align: super;
	font-weight: bold;
	color: #93a2aa;
}
.aq_inpage_zip .button {
	background: none;
	border: none;
	width: 250px;
	height: 50px;
	padding: 10px 0 0 0;
}
.aq_sidebar_zip {
	background: #eceff3;
	border: 1px solid #b3cbf1;
}
.aq_sidebar_zip input, select {
	font-size: 190%;
	text-align: center;
	color: #f6c43b;
	margin-right: 14px;
	margin: auto;
}
.aq_sidebar_zip textarea {
	text-align: center;
}
.aq_sidebar_zip h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.aq_sidebar_zip p {
	text-align: center;
	font-weight: bold;
}
.aq_sidebar_zip .button {
	border: none;
}

/******************************************
    Footer
******************************************/

#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #fff url(../images/footerbg.jpg) no-repeat center top;
	height: 100px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
}
#footer p {
	margin: -15px 0 0 0;
}
/******************************************
    Float/Align
******************************************/

.alignleft {
	display:block;
	float:left
}
.alignright {
	display:block;
	float:right
}
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center
}

img.alignleft, img.alignright, img.aligncenter {
	background:#EFEFED;
	border:1px solid #D0D0CE;
	display:block;
	padding:3px
}
img.alignleft {
	float:left;
	margin:0 10px 2px 0
}
img.alignright {
	float:right;
	margin:0 0 2px 10px
}
img.aligncenter {
	margin:5px auto
}
img.noborder {
	background:transparent;
	border:none;
	padding:0
}
a:hover img.alignleft, a:hover img.alignright, a:hover img.aligncenter {
	background:#FFF;
	display:block;
	padding:3px
}

.wp-caption {
	background-color:#EFEFED;
	border:1px solid #D0D0CE;
	margin-bottom:15px;
	margin-top:15px;
	padding:3px;
	text-align:center;
	max-width:470px!important
}

.wp-caption img {
	border:none;
	margin:0;
	padding:0;
	width:100%!important;
	height:auto!important
}
.wp-caption-text {
	color:#676F51;
	font-size:0.85em;
	margin:0;
	padding:4px 0
}

a img, img {
	border:none
}

/******************************************
    Mics
******************************************/

.clear {
	clear: both;
}
.gray {
	color: #CCC;
}
img.avatar {
	float:left;
	margin-right:5px;
}

/******************************************
    Landing
******************************************/

#landing {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#landing h1 {
	color: #7f7e7e;
	background: #fff url(../images/title-bg.jpg) no-repeat 5px 50%;
	padding: 3px 0 3px 20px;
	margin: 10px 0 0 0;
	height: 34px;
}
#landing h1 a {
	background:none;
}

#landing-box {
	float: right;
	width: 45%;
}

#insurance-comparison {
	background: url(../images/insurance-header-new.jpg) no-repeat;
	width: 758px;
	height: 260px;
	margin: 10px 0 0 0;
}

#insurance-comparison h1 {
	font-size: 16px;
	color: #0c3569;
	background: none;
	border: none;
	margin: 0 0 0 350px;
	text-align: center;
}
.free {
	color: #f00;
}
#insurance-articles {
	float: right;
	margin: 175px 0 0 0;
}

#help-link {
}

/******************************************
    Rating
******************************************/

.rating_A {
	background: url(/themes/rl/images/5star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}

.rating_B {
	background: url(/themes/rl/images/4star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}

.rating_C {
	background: url(/themes/rl/images/3star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}

.rating_D {
	background: url(/themes/rl/images/2star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}

.rating_F {
	background: url(/themes/rl/images/1star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}

.rating_N {
	background: url(/themes/rl/images/0star.gif) no-repeat;
	width: 160px;
	height: 16px;
	margin: -17px 0 0 0;
	float: right;
}
.dialog {
	border: 1px solid #ccc;
}
.featuredpost {
	background: #fffeeb;
	border: 1px dashed #c6c6c6;
}
.featuredpost h1 {
	color: #658e28;
	background: #fffeeb url(../images/title-bg.jpg) no-repeat 5px 50%;
	padding: 3px 0 3px 20px;
	margin: 10px 0 0 0;
	height: 34px;
}
.featuredpost h1 a:link, a:visited  {
	color: #658e28;
	text-decoration: underline;
}
.featuredpost h1 a:hover {
	text-decoration: none;
	border-bottom: none;
}
.featuredpost p {
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
}
.thumb {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.rounded-container {
	width: 542px;
}
.powered-by {
	margin: -10 0 0 0;
	width: 100%;
	float: right;
}