/*
-----------------------------------------------
Last Updated: February 11, 2009 

----------------------------------------------- */

/* Base Styles
----------------------------------------------- */
* { margin: 0; padding: 0; }

body {
  padding: 0px;
  margin: 0px;
  line-height: 1.5em;
  background-color: #fff;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #151e47;
  font-size: 80%;
}

body, td, div, li, p {
  font-size: 13px;
  color: #151e47;
}
th {
  font-size: 13px;
  font-weight: bold;
}

input, select, option {
  font-size: 14px;
  color: #151e47;
}

a:hover, a:active { 
  text-decoration: underline;
}

a, a:link, a:visited { 
  color: #2E539D;
  outline: none;
  font-weight: normal;
}

a:visited { text-decoration:underline; }

a, input{
  outline-style:none;
}

img {
  border:0;
  outline: none;
}
table {
  border-collapse: collapse;
}

h1, h2, h3, h4 { 
  color:#151e47; 
  padding-bottom:10px;
  line-height: 1em; }

h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0 0 0;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 15px 0 5px;
  margin: 1em 0 0;
}

h3 { font-size: 16px; }

p {
  margin: 1em 0;
  text-align: left;
  padding: 0;
  line-height: 1.5em;
}

p, ol, ul, li { color:#151e47; }
li {
  line-height: 1.5em;
}

#form-table td.vbottom, .vbottom { vertical-align:bottom;}

.small { font-size:.75em }
.smallish { font-size:.9em }
.smaller { font-size:.85em }


.clearer {
 clear:both;
}

.left {text-align:left;}
.right {text-align:right;}

ol, ul {
  margin-left:20px;
  list-style-type: circle;
}

/* Layout
----------------------------------------------- */
div.left {float:left;}
div.right {float:right;}
.clear {clear:both;}
.center {text-align:center;}


#wrapper { 
  width: 800px; 
  margin: 0 auto; 
  text-align: left;
  padding:0; }

#index-page #main, #unrecognized-page #main, #terms_of_use-page #main, #privacy_policy-page #main, #faq-page #main, #about-page #main {
	background:url(../../../images/themes/skid/bg-body-top-qb.jpg) top left no-repeat; 
}

#main {
	background:url(../../../images/themes/skid/bg-body-top.jpg) top left no-repeat; 
  border: none;
  width:800px;
  margin:0px auto;
  padding:13px 0 0;
}

#content {
  width:800px;
  padding: 0px 0px 0px 0px;
  margin:0;
 }

#holder { background:url(../../../images/themes/skid/bg-body.jpg) repeat-y; }

#content2 {
  padding: 0px 30px 10px 30px;
  text-align: left;
  margin:0px auto;
}


/* HEADER & TOP NAV
----------------------------------------------- */
#header {
 width:800px;
 margin:0px auto;
}
 
#title {
  margin:0;
  height:25px;
}

#title h1, #title a {
  color: #151e47;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
 }

#title h1 em, #title a em {
  color: #2e539d ;
  font-style: normal;
}


/* HERO IMAGE & QUOTEBOX
----------------------------------------------- */
#banner {
  background: url(../../../images/themes/skid/bg-header.jpg) left top repeat-x; 
  width:787px; 
  height:284px; 
  margin:0px 0 20px 2px;
  border-bottom:1px solid #151e47; }

#banner table {
  width: 100%;
}

#banner td {
  /*vertical-align: top;*/
}

#banner #hero-image-border {
  border: 4px solid #FFFFFF;
  height: 269px;
  width: 406px;
  overflow: hidden;
}
 
#banner #hero-image-wrapper {
  margin-left: 6px;
}
 
#banner h1 {
  font-weight: normal;
  color: #151e47;
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 auto 5px;
  padding: 0;
  text-align: center;
  background: url(../../../images/themes/skid/hassle-free-home-ins.jpg) no-repeat 0 0;
  width: 335px;
  height: 112px;
  text-indent: -9999px;
}

#banner h2 {
  margin: 10px 0 0;
  padding: 0 0 6px 0;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #535b7a;
}
 
#banner input {
  padding:5px; 
  margin: 0 auto;
}
 
#banner #qb { 
  text-align: center;
}

#zip { 
  color: #999;
  width: 135px; 
  border: 1px solid #0a608f;
  padding: 2px;
  text-align: center;
}
#zip:hover {
  border: 1px solid #3a90bf;
}

#qb #start-my-quote {
  margin-top: 10px;
}



/* News Sidebar
----------------------------------------------- */

#sidebar {
  background: url(../../../images/themes/skid/bg-sidebar-top.jpg) top left no-repeat scroll;
  float: right;
  padding: 6px 0 0;
  width: 218px;
  margin: 10px 0px 20px 20px; }

#sidebar ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-position: outside;
  list-style-type: circle;
  clear: both;
  background: url(../../../images/themes/skid/bg-sidebar-bot.jpg) bottom left no-repeat;
}

#sidebar li {
  line-height: 1.25em;
  margin: 0 30px;
  padding: 5px 0;
}

#sidebar h2 {
  font-size: 13px;
  padding: 0 15px;
  margin: 10px 0 5px 0;
}

/* Footer
----------------------------------------------- */
#footer { 
  background:url(../../../images/themes/skid/bg-body-bot.jpg) no-repeat; 
  padding:15px 10px 10px 10px; 
  padding-top:30px;
  margin-bottom:20px;
  clear:both;
  text-align:center; font-size:.8em; }

#bottom-nav {
  margin:20px auto;
  _margin:35px auto 20px auto;
  width: 800px;
  text-align: center;
  height: 20px;
  color: #999;
}


#bottom-nav a { padding:5px; }

#disclaimer {
  text-align: left;
  font-size: 10px;
  width: 800px;
  margin:20px auto;
}

#disclaimer em, #copyright em {
  font-style: normal;
}


#copyright {
  margin-top: 20px;
  padding:20px;
  text-align: center;
  font-size: 10px;
}

/* Form page
----------------------------------- */
.base,
#first_name,
#last_name,
#address1_street1,
#address1_street2,
#address1_city,
#email1,
#homeowner_first_name,
#homeowner_last_name,
#residence_street1,
#residence_city { width:150px;}

.dig-3,
#phone1_area,
#phone1_exchange,
#phone2_area,
#phone2_exchange { width:35px; }

.dig-4,
#phone1_station,
#phone2_station  { width:45px; }

.dig-5,
#address1_zip { width:55px; }

#form-holder {
  width:750px;
  margin:0 auto;
}

#form-table {
  width: 740px; 
  margin:0 auto;
}

#form-table td {
  vertical-align:top;
  padding:0 10px 12px 0; }

#form-table th { padding:15px 0 5px 0; font-size:1em; }

label { font-weight: bold; font-size:.95em; line-height: 1.5em; }

label.nobold { font-weight:normal;}

label a, label a:link, label a:visited { font-weight: bold}

fieldset    {
  padding:0; 
  margin: 0 0 1.5em 0;
  border:0; 
  border-bottom: 1px dotted #151e47;
  width:740px; }
       
div.legend {
	border-bottom: 1px dotted #151e47;
  font-weight: bold; 
  font-size:1.2em; 
  color:#9c3400; 
  padding:5px;
  width:740px;
  text-align:center;
  margin:0 0 15px 0;}


form.health-form {
  background:#fff; 
  margin:0px; 
  padding:10px 10px 30px 10px;
}

.button {
  text-align:center;
}

input, textarea, select {
  border:1px solid #9F9F9F;
  background:#fff;
  padding:1px;
}

input[radio], input[checkbox]  { border:none; }

input.noborder { border:none; }

input.button { 
  border:none;
  background:none; }

div#legalcheck { margin:10px 0;}
div#security-check { margin:10px 10px 25px; font-weight: bold; }

#coreg-consent {
  display: block;
  margin-left: 20px;
  font-size: 11px;
  font-weight: normal;
}
/* Prototype Pop-ups
----------------------------------- */
#pop-up {
  padding: 0px;
  margin: 0px;
  font: 13px normal arial, helvetica, sans-serif;
  color: #454545;
  text-align: left;
  background: #ffffff;
  padding: 0 12px;
}

#pop-up p {
  line-height: 160%;
}
#close {
  float: right;
  margin-top: 20px;
}

/* Thank you page
------------------------------------------------------------------------------*/
#thank_you-page #content {
  text-align: center;
}
#thank_you-page #content2 {
  padding: 0 20px 0 10px;
}
#thankyou-content p {
  font-size: 15px;
}
#thankyou-content h3 {
  text-align: center;
  font-size: 26px;
}
#downstream {
  border: 1px solid #315682;
  padding: 10px 0;
}
#downstream h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 0;
}
#downstream h3 {
  margin-top: 0;
  font-size: 22px;
}
#downstream p {
  font-size: 16px;
  text-align: center;
}
.phone-col {
  float: left;
  width: 240px;
}
.phone-col2 {
  margin: 0 10px;
}
.surehits-col {
  float: left;
  width: 520px;
  border-left: 1px solid #315682;
}
.surehits-col2 {
  margin: 0 10px;
}
/* Phone offer styling */
#downstream .phone-col h2 {
  margin-bottom: 5px;
}
#downstream .phone-col p {
  margin-top: 0;
}
#downstream .phone-col .hours-of-operation {
  font-size: 10px;
}

/* Surehits styling */
#downstream #life_insurance_providers h1, #downstream #life_insurance_providers #listingHeading {
  display: none;
}
#downstream #listingTable td {
  vertical-align: top;
}
#downstream #listingTable td p {
  text-align: left;
}
#downstream #listingTable td ul {
  padding: 1ex 0;
  margin: 0;
}
#downstream #listingTable td li {
  padding-left: 1em;
  margin: 0;
}
#downstream #listingTable td dir {
  padding: 0 0 0 1em;
}

/* Clear fix
------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*+html .clearfix { display: inline-block; }
* html .clearfix {height: 1%;}

div#content-disclaimer p {
  font-size:11px;
  line-height:13px;
}

input#privacy_policy {
  margin:0;
  padding:0;
  height:13px;
  width:13px;
  overflow:hidden;
}
