/*
Theme Name: CheckInsuranceRates.Org
Author: Check Insurance Rates
Author URI: http://www.checkinsurancerates.org/
*/

* {
	margin:0; padding: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: #555D59;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #99c;
}

a:hover {
	border:none;
	color:#68f;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#eef;
}

td {
	border:1px solid #dde;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#eef;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#024;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #99c;
	border-color:#99c #eef #eef #99c;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	/*was 10px*/
	margin:0px auto;
	padding:0;
	overflow:hidden;
	background:no-repeat #fff;
	/*was 5px
	border:0px solid #dde;*/
	border-left:3px solid #dde;
	border-right:3px solid #dde;
	text-align:left;
}

.hid_1 #header { background:/*url(images/bg_1.jpg) no-repeat*/ #ffffff; }
.hid_2 #header { background:url(images/bg_2.jpg) no-repeat #fff; }
.hid_3 #header { background:url(images/bg_3.jpg) no-repeat #fff; }
.hid_4 #header { background:url(images/bg_4.jpg) no-repeat #fff; }
.hid_5 #header { background:url(images/bg_5.jpg) no-repeat #fff; }
.hid_6 #header { background:url(images/bg_6.jpg) no-repeat #fff; }
.hid_7 #header { background:url(images/bg_7.jpg) no-repeat #fff; }
.hid_8 #header { background:url(images/bg_8.jpg) no-repeat #fff; }
.hid_9 #header { background:url(images/bg_9.jpg) no-repeat #fff; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:left/*right*/;
	border-bottom:5px solid #1D97C3;/*#fc0;*/
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header a#homeLink {
	text-indent:-999em;
	display:block;
	left:0;
	position:absolute;
	background:transparent;
	border:none;
	width:730px;
	height:100px;
	text-align:left;
	margin:0;
}

#header p {
	padding:0 95px 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
	list-style-type:none;
	width:700px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:10px 14px;
	border:none;
	text-transform:/*lowercase*/none;
	color:#fff;
	background:#084C8E;/*#024;*/
	border:1px solid #fff;
	border-bottom:none;
	/*border-color:#357 #002 #002 #357;*/
	border-color:#084C8E;
	display:block;
	white-space:nowrap;
	_width:1em;
	/*added later*/
	font-size: 10px;
	font-weight: bold;
}

ul#nav li a:hover {
	background:#1D97C3;/*#246;*/
	text-decoration:none;
	/*added later*/
	border-color:#1D97C3;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#fff;/*335;*/
	background:#1D97C3;/*#fc0;*/
	text-decoration:none;
	/*border-color:#ff3 #da0 #da0 #ff3;*/
	border-color:#1D97C3;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:457px;
	float:left;
	font-size:1.2em;
	overflow:hidden;
	border-left:20px solid #fff;
	/*border-bottom:20px solid #fff;*/
	border-right:1px dotted #99c;
}

.leftAlign #content {
	float:right;
	/*border-right:12px solid #fff;*/
	border-bottom:20px solid #fff
}

#content p, #content li {
	color:#666;
}

#content p {
	margin:12px 0;
	line-height:1.5em;
}

#content h2 {
	font-size:1.6em;
	margin:30px 0 8px 0;
	/*added later*/
	border-top:1px dotted #99c;
	padding-top: 20px;
}

#content h1 {
	font-size:1.6em;
	margin:10px 0 30px 0;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#99c;
 	font-style:normal;
}

#content h2 a {
	color:#1C72BA;/*#333;*/
	border:none;
	/*added later*/
	text-decoration: underline;
}

#content h2 a:hover {
	color:#68f;
}

#content h3 {
	font-size:1.4em;
	color:#aaa;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#eef url( images/bg_blockquote.gif ) top left no-repeat;
}

#content .info {
	color:#99c;
	font-size:0.8em;
	border-top:1px dotted #99c;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#99c;
}

#content pre {
	background:#eef;
	padding:20px;
}

#content .tags {
	padding:10px 15px;
	background:#eef;
	margin:5px 0;
}

/*added later*/
#content img {
	border: thin solid #999999;
	padding: 2px;
	margin-right: 8px;
	margin-top: 4px;
	float: left;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#99c;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#68f;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#eef;
	border-right:1px dotted #99c;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eef;
	overflow:hidden;
	color:#99c;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#99c;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

#comments {
	clear:both;
	background:#eef;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	border-top:1px dotted #99c;
	color:#333;
}

#comments dt a {
	font-weight:bold;
}

#comments dt img {
	border:2px solid #fff;
	float:right;
	display:block;
	width:30px; height:30px;
	background: url( images/gravatar.gif );
}

#comments dt.highlighted {
	padding:8px;
	background:#fc0;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background:#ddd;
	padding:15px;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 0 0 0;
	width:420px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:240px;
	float:right;
	color:#666;
	/*color:#99f;*/
	line-height:1.5em;
	padding-left: 0px;
	overflow:hidden;
	border-right:12px solid #fff;
	/*added later*/
	/*background-color: #eef;
	border-left: 3px dotted #000000;*/
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	padding:3px;
	border:none;
	/*color:#888;*/
}

#sidebar a:hover {
	color:#68f;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#sidebar li {
	_border:1px solid #fff;
	clear:both;
}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type:square;
}

#sidebar ul ul ul {
	list-style-type:none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:square;
	border-bottom:1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:15px;
	background:#1D97C3;/*#fc0;*/
	margin:0 0 0 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#fc0;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	background:#eef;
	overflow:hidden;
	border-top:16px solid #fff;
	height:30px;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#99c;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


/* -------
- FOOTER -
------- */

#footer {
	display:block;
	padding:1em 0 4em 8px;
	border-top:5px solid #1D97C3;/*#fc0;*/
	color:#fff;
	clear:both;
	background:#084C8E;/*#024;*/
	list-style-type:none;
	_height:1%;
}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #cce;
}

#footer li a {
	color:#fff;
	border-color:#99c;
}


/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:5px solid #eef;
	margin:12px 0 0 0;
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:#eef;
	color:#666;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
	background:#fc0;
}

#wp-calendar #today {
	background:#fc0;
	font-weight:bold;
	color:#666;
}

#wp-calendar a {
	color:#666;
	text-decoration:underline;
}

#pageNav {
	overflow:hidden;
	height:34px;
	margin:32px 0 0 0;
}

#pageNav a {
	display:block;
	font-size:1.1em;
	width:8em;
	float:left;
	text-align:center;
	padding:0.5em;
	border:none;
	background:#fc0;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:underline;
}

#pageNav a:hover {
	color:#333;
	text-decoration:none;
}

/*added later*/
.headerlogo {
	float:left;
	margin: 15px;
}

.bigone {
	background:url(images/family_back.png) no-repeat #ffffff;
	height: 185px;
	width: 730px;
	border-bottom:5px solid #1D97C3;
	float:left;

}

.smallone {
	/*height: 185px;*/
	width: 410px;
	float:right;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color: #084C8E;
}

.smallone p {
	height: 10px;
	width: 365px;
	float:right;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color: #084C8E;
}

.inputzipcode {
	background:#FFFFFF;
	border-color:#357 #002 #002 #357;
	color:#000000;
	padding:0; margin:0;
}

.bannerone {
	background:url(images/banner_main.png) no-repeat #47C2FE;
	height: 180px;
	width: 730px;
	border-bottom:5px solid #1D97C3;
	float:left;

}

.bannermap {
	/*background:url(images/banner_main.png) no-repeat #093139;*/
	height: 250px;
	width: 473px;
	border-bottom:0px dotted #99c;
	margin-left: 0px;

}

#content .bannermap img {
	border: none;
}

#sidebartext {
	padding-left:10px;
      width: 230px;
}


/* start auto insurance hovering links*/
#autoinsurance-links ul {
        list-style-type: none;
        width: 230px;
} 

#autoinsurance-links li {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#autoinsurance-links li a { 
        color: #1C72BA;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		background-color: #ffffff;
		background-image: url(images/autoInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

 * html #autoinsurance-links li a {  /* make hover effect work in IE */
		width: 230px;
		background-color: #ffffff;
		background-image: url(images/autoInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#autoinsurance-links li a:hover {
        background-color: #66C1F5;
		background-image:url(images/autoInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#autoinsurance-links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#autoinsurance-links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* end auto insurance hovering links*/


/* start health insurance hovering links*/
#healthinsurance-links ul {
        list-style-type: none;
        width: 230px;
} 

#healthinsurance-links li {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#healthinsurance-links li a { 
        color: #1C72BA;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		background-color: #ffffff;
		background-image: url(images/healthInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

 * html #healthinsurance-links li a {  /* make hover effect work in IE */
		width: 230px;
		background-color: #ffffff;
		background-image: url(images/healthInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#healthinsurance-links li a:hover {
        background-color: #F9B69C;
		background-image:url(images/healthInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#healthinsurance-links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#healthinsurance-links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* end health insurance hovering links*/

/* start home insurance hovering links*/
#homeinsurance-links ul {
        list-style-type: none;
        width: 230px;
} 

#homeinsurance-links li {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#homeinsurance-links li a { 
        color: #1C72BA;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		background-color: #ffffff;
		background-image: url(images/homeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

 * html #homeinsurance-links li a {  /* make hover effect work in IE */
		width: 230px;
		background-color: #ffffff;
		background-image: url(images/homeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#homeinsurance-links li a:hover {
        background-color: #D6F9B1;
		background-image:url(images/homeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#homeinsurance-links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#homeinsurance-links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* end home insurance hovering links*/


/* start life insurance hovering links*/
#lifeinsurance-links ul {
        list-style-type: none;
        width: 230px;
} 

#lifeinsurance-links li {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#lifeinsurance-links li a { 
        color: #1C72BA;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		background-color: #ffffff;
		background-image: url(images/lifeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

 * html #lifeinsurance-links li a {  /* make hover effect work in IE */
		width: 230px;
		background-color: #ffffff;
		background-image: url(images/lifeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#lifeinsurance-links li a:hover {
        background-color: #F7E0A3;
		background-image:url(images/lifeInsuranceIconTrans.gif);
		background-repeat: no-repeat;
		background-position: center right;
}

#lifeinsurance-links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#lifeinsurance-links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* end life insurance hovering links*/

#sidebar-item-divider {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}


/*rounded corner box on sidebar*/
.rounded-checkinsurance-style{display:block}
.rounded-checkinsurance-style *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CEE0F0}
.rounded-checkinsurance-style1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9f1f8;
  border-right:1px solid #e9f1f8;
  background:#dae7f3}
.rounded-checkinsurance-style2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fafbfd;
  border-right:1px solid #fafbfd;
  background:#d7e5f2}
.rounded-checkinsurance-style3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d7e5f2;
  border-right:1px solid #d7e5f2;}
.rounded-checkinsurance-style4{
  border-left:1px solid #e9f1f8;
  border-right:1px solid #e9f1f8}
.rounded-checkinsurance-style5{
  border-left:1px solid #dae7f3;
  border-right:1px solid #dae7f3}
.rounded-checkinsurance-stylefg{
  background:#CEE0F0;
  padding-left: 10px;
  padding-right: 10px;
  }
 .rounded-checkinsurance-stylefg a { 
        color: #1C72BA;
        font: bold 110% Arial, Helvetica, sans-serif;
		margin-left: 10px;
}

.rounded-checkinsurance-stylefg a:hover { 
        color: #1C72BA;
        font: bold 110% Arial, Helvetica, sans-serif;
}

 .rounded-checkinsurance-stylefg li { 
        color: #1C72BA;
        font: bold 110% Arial, Helvetica, sans-serif;
		background-color:#CEE0F0;
		background-image:url(images/sidebar_bullet.png);
		background-repeat: no-repeat;
		background-position: center left;
}

#content-item-divider {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

.spacer {
clear: both;
height: 15px;
overflow: hidden;
display: block;
} 

.right-float-bottom {
float: right;
display:block;
width: 200px;
height:50px;
background:#084C8E;
padding-right: 0px;
padding-top: 10px;
border-top:5px solid #1D97C3;
} 

.left-float-bottom {
float: left;
display:block;
width:530px;
height:65px;
background:#084C8E;
} 