@charset "utf-8";
@import "reset.css";

/* Stylesheet for Website */
/*  ===== @MAIN BODY STYLES ============================== */
html, body {height: 100%; font: 12px Tahoma, Arial, sans-serif; color:#666;}
#page, #partnersPage{ background: url(bg.png) top; font-size:12px;}

#container{
  height: auto !important;
  height: 100%;
  margin: 0 auto -36px; /* the bottom margin is, in most cases, the negative value of the #footer height.  might need to be adjusted */
  width:960px;
}
#sharingModule{ width:171px; height:16px; clear:both; margin:20px 0;}
/*  ===== @DEFAULT STYLES ============================== */
.floatL{float:left;}
.floatR{float:right;}
.clear {clear:both;}
.clearer  {
  clear: both; 
  display: block; 
  overflow: hidden; 
  visibility:hidden; 
  width: 0; 
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}  
* html .clearfix {height: 1%;}
:-moz-any-link:focus {outline: none;}

img {border:none;}

hr {height:1px; border:0; background:#000;}

a, a:link, a:visited, a:focus {color:#DF6817; text-decoration:none; outline:none;}
a:hover, a:active {color:#44243F;}

h2, h3, h5, h6 { color: #DD5D0D; margin-bottom: 10px;}
h1 {
  font-size:22px;
  font-weight:bold;
  color:#DD5D0D;
  padding:0;
}
h2 { font-size:14px; font-weight:bold;}
h3 { font-size:14px; }
h4 { font-weight:bold;}

p {color:#44230d; margin-bottom:15px; line-height: 1.6;}

ul, ol{margin:0 0 1em 0; }
li{margin:0 0 0 2em; list-style-type:disc; }

/*  ===== @HEADER =============================== */
#phoneWrapper{
text-align: right;
float: right;
padding:0;
margin: 20px 43px 0 0;
}
#phoneNumber{
  font-size:26px;
  font-weight:bold;
  color:#fff;
  margin:0;
  padding:0;
}
#logo{
  margin:0;
  padding:0;
  float: left;
  border:1px solid #d5caa5;
  border-top-style: none;
  width: 235px;
  height: 100px;
}
#header{
  width: 960px;
  height: 101px;
  padding:0;
  margin:0 auto;
  display: block;
  background: url(headerBG.png) #331C11 repeat-x;
}
/*  ===== @Drop-Down Nav =============================== */
#jsddm {
  list-style: none;
  padding: 0;
  margin:-30px 42px 0 0;
  text-decoration:none;
  float: right;
  width: 640px;
}
#jsddm > li {float: left; }
#jsddm li {
font-weight:bold;
list-style-type:none;
margin:0;
text-align:center;
}
#jsddm > li > a {
  display:block;
  color:#48291c;
  text-decoration:none;
  margin-left: 2px;
}
#jsddm > li > a:hover {
  color: #fff;
  background-position: bottom left;
}
.mainNavMiddle a, .mainNavFirst a, .mainNavLast a{
  background: url(buttonBG.png);
  width: 126px;
  height: 30px;
  line-height:2.5;
}
.mainNavFirst a:hover, .mainNavMiddle a:hover, .mainNavLast a:hover  {
color: #ccc;
}
#jsddm > li ul {
  display:none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 8px 0 0 3px;
  padding:0;
  position:absolute;
  z-index:90;
  border: 1px solid #BFB48F;
  border-top: none;
}
.subNav a,  .subSubNav  a,.subNav a, .subNavFirst a, .subNavLast a, .subSubNavFirst a, .subSubNavLast a{
  color:#48291c;
  display:block;
  padding:2px 10px;
  margin:0;
  text-align:left;
  text-decoration:none;
  font-size: 12px;
  width: 150px;
  height: 20px;
  line-height: 20px;
  font-weight:normal;
  border-top: 1px solid #BFB48F;
}

.subNav a, .subSubNav  a, .subNavFirst a, .subSubNavFirst a {background: #D9D0AE; font-weight:normal;}
.subNavLast a, .subSubNavLast a {background: #D9D0AE; font-weight:normal;}
.subNav a:hover, .subNavFirst a:hover, .subNavLast a:hover, .subSubNav  a:hover{background: #E46F1D; color: #fff}
#jsddm  > li ul li ul{
margin:-28px 0 0 172px;
position:absolute;
}
#jsddm span {
float:right;
width:220px;
}
/*  ===== @HOMEPIECE ============================ */
#mastHead{
  background-image: url(mastheadBG.png);
  background-repeat: repeat-x;
  width: 960px;
}
/* ===== @PAGE CONTENT BOX STYLES ============================================= */
#homeContentWrapper{
text-align:left;
background: #fff url(homeContentBG.png) no-repeat top;
border-left: 1px #d4c9a4 solid;
}
#contentWrapper{
margin: 0 auto;
width: 960px;
text-align:left;
background: #fff url(innerBG.png) repeat-y left;
}
#partnersPage #contentWrapper{
  margin: 0 auto;
  width:960px;
  text-align:left;
  background: #fff;
}

#centering{
margin: 0 auto;
width: 960px;
padding: 20px 0 0 0;
}
#homeContent{
float:left;
padding:0 10px 0 3px;
width:600px;
margin: 0 0 20px;
}
#content{
float:left;
padding:0 10px 0 30px;
width:629px;
margin: 0 0 30px; 18px;
}
#partnersPage #content{
  padding:0;
  width:960px;
  margin: 15px 0;
}
#content ul{margin-top: 7px;}
#content li{color: #44230d; line-height: 1.5; margin-left: 15px;}
#homeContent p{
color: #44230d;
}
#homeContent h2{
color: #dd5d0d;
font-size: 18px;
}
#homeButtons{
width:255px;
padding: 0 10px 0 10px;
float: left;
}
.carrierSlideshow{
margin: 10px auto 0;
width: 255px;
}
#socialNetworking h2{
margin: 15px 0 15px 0;
font-size: 20px;
color: #e16717;
font-weight: bold;
}
/* ===== @BREADCRUMB STYLES ============================================= */
.crumbs{
  color:#333;
  margin:20px 10px;
}
.crumbs a, .crumbs a:visited {
  color:#DF6817;
  font-size:14px;
  text-decoration:underline;
}
.crumbs a:hover, .crumbs a:visited:hover{
  color:#44243F;
 }
.crumbLast{color:#44243F;}
/* ===== @ACTION NAV STYLES ============================================= */
#homeSideBar{
float:right; 
margin:20px 20px 0 0;
width:308px;
}
#register{
margin: 0 auto;
width:260px;
display: block;
}
#sideBar{
float:right; 
margin:20px 0 20px 0;
}
.actionBtn{
    display:block;
    margin:0 0 3px;
}
.carrierSlideshow, .carrierSlideshow img{
  width:225px;
  height:100px;
  display:block;
}
/* ===== @CONTENT STYLES ============================================= */
#pageTitle{
font-size: 18px;
color: #dd5d0d;
margin: 10px 0;
}
#pageSubHeader {
color:#FFFFFF;
font-size:14px;
margin:10px auto;
text-shadow:0.1em 0.1em #000000;
}
#googleMap{
  width:325px;
  height:325px;
  background:#d8ebf7;
  border:1px solid #b5d2e6;
  margin:0;
  padding:2px;
}
#customHeader { font-size: 16px; }
/* ===== @FORMS STYLES ============================================= */
#formContainer{
  width:520px;
  background:#df6817 url(formBG.png) repeat-x;
  margin:0 0 20px 0;
  padding:4px;
  color:#fff;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.wiffyForm { width: 600px !important; }
#formContainer label{
color:#fff;
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContainer h2{
color: #fff;
  font-size:16px;
margin:0 0 4px 0;
}
#formReferFriend .emailAddress{
width: 250px;
}
#formReferFriend .emailAddress input{
width: 240px;
}
.notes textarea, .form .formWidth{ border:1px solid #cecece;}
.formContest{border-style:dashed !important;}
.form{
padding:5px 5px 0;
text-align:left;
width:500px;
margin:0 auto;
}
.form .formInput{
width:125px;
padding:0;
margin:0;
text-align:left;
float:left;
}
.form .formWidth{
width:115px;
height:15px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
#CRM_Leads_CompanyName{
width:490px;
}
.notes textarea{
width:490px;
height:35px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.inputMoreInfo, .submit{text-align:center;}
.inputMoreInfo{margin:2px 0; color:#fff;}
.form label.error {color: #fff; padding-left: 5px; }
#submit{margin:5px 0 10px; }

/*new quote form*/
 #newFormQuote .formInput.half{
  width:250px;
  float:left;
  }
 
 #newFormQuote .formInput.half .formWidth{
  width:245px;
  height:15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  }
 #newFormQuote .formInput.third{
 width:160px;
 float:left;
 }
 #newFormQuote .formInput.third .formWidth, #newFormQuote  .formInput.third select{
 width:155px;
 height:15px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 }
 #newFormQuote .formInput.third select{
   margin:0;
   height:19px;
  }
 
 #newFormQuote .notes textarea{
 width:510px;
 height:35px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 }




/* ===== @BLOG STYLES ============================================= */
.articleSeparator{}
.blog{
  margin:20px;
  line-height:1.3;
}
.blog h2{
  margin:0;
  padding:0;
  border-bottom:1px solid;
}
.blog .time{
  display:block;
  margin: 0 0 20px 0;
  font-size:10px;
  float:right;
}
.blog .article{
  clear:both;
  margin: 0 0 20px 0;
}
/* ===== @PREFERRED VENDOR STYLES ============================================= 
.partnersItem{
  width:150px;
  display:block;
  margin:10px;
}
#becomePartnerBox{ 
  border: 1px dashed #ddd;
  margin: 0 0 6px 0;
  text-align: center;
  padding: 10px 10px 20px 10px;
}
#becomePartnerBox h3{ 
  margin: 0 0 15px 0;
}
#becomePartnerBox a{ 
  background: #DD5D0D;
  color: #fff;
  padding: 6px 20px;
  margin: 0 0 0 0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  font-weight: bold;
  border: 1px solid #AF480A;
}
#becomePartnerBox a:hover { 
  background: #40251A;
  border: 1px solid #694A36;
}
.visitSiteBtnNo{display:none;}
.poBox{
  border: 1px dashed #ddd;
  height:78px;
  color:#687175;
  width:310px;
  margin:0 5px 5px 0;
  padding:0;
}
.poBoxContent a{
  color:#687175;
  text-decoration: none;
}
.poBoxContent a:hover{
  color:#9FB0B8;
  text-decoration: underline;
}
.poBoxIcon{
  width:76px;
  height:76px;
  margin:2px 2px 0 2px;
  padding:0;
}
.poBoxContent{
  width:230px;
  padding:5px 0 0  0;
  text-align:left;
  color:#687175;
}
.poShortDesc{
  padding:0;
  margin:3px 0 5px;
  font-size:12px;
  text-align:left;
  color:#687175;
}
#couponItemWrapper { 
  
  float: left;
}
#couponItemWrapper > h2{ margin: 0; font-size: 16px; }
#couponContainer { 
  background: #ffffff;
  width: 325px;
  padding: 5px;
  border: 2px dashed #665237;
  margin: 0 auto 15px;
}
#couponContainer h2 { 
  display: block; 
  text-align: center;
  padding: 8px 0 8px 0;
  background: #665237;
  color: #ffffff;
  font-size: 18px;
}
#couponContainer img { margin: 0 auto; display: block; }
.poFullDesc{
padding:5px;
margin:10px 0;
text-align:left;
width:330px;
}
.partners{
width:700px;
margin:0 0 20px;
}
.printBtn{ margin: 0 0 0 120px; }
.backVendor { margin: 5px 0 10px 120px;}

*/

/* ===== @PARTNERS PAGE STYLES ============================================= */
/* partners Form Container Styles */
#formContainer.partnersFormMod{
  width:940px;
  margin:0 auto 10px;
}
#partnersVid{
  float:left;
  margin:5px;
  width:600px;
  height:200px;
}
#idMediaLoaderWiffy{display: block;}
#partnersForm{
  float:right;
  margin:10px 5px 0 0;
}
#partnersForm #formHeader{margin-top:0;}
#partnersQuote{
padding:5px 0 0;
text-align:left;
width:320px;
margin:0 auto;
}
#partnersQuote .formInput{
width:160px;
padding:0;
margin:0;
text-align:left;
float:left;
}
#partnersQuote .formWidth{
width:150px;
height:15px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
#partnersQuote .company, #partnersQuote .company .formWidth{width:310px;}
#partnersQuote .submit, #partnersQuote .submit input{ margin: 0;}

#couponItemWrapper > h2{ margin: 0 0 0 20px; }
#couponContainer {
  background: #ffffff;
  width: 325px;
  padding: 5px;
  border: 3px dashed #df6817;  /*Coupon Border Color*/
  margin: 0 0 15px;
}
#couponContainer h2 {
  display: block;
  text-align: center;
  padding: 8px 0 8px 0;
  background: #df6817;    /*Coupon Header Background Color*/
  color: #fff;       /*Coupon Header Text Color*/
}
#couponContainer img { margin: 0 auto; display: block; }
.poFullDesc{
padding:5px;
margin:10px 0;
text-align:left;
width:330px;
}
.backVendor { margin: 5px 0 0 120px; }

#partnersLeft{ width:620px; float:left; margin:0 0 0 10px; min-height:300px;}
#partnersRight{ width:302px; float:right; margin:0 0 0 10px; margin:0 10px 0 10px;}
#floatBox{
}
h2.categoryHeading{
    color:#fff;    /*heading font color*/
    font-size:18px;
    background:#df6817;    /*heading background color*/
    display:block;
    margin:0 0 10px 0;
    padding:0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    height:35px;
    line-height:35px;
}
.partnerItem{
    color:#000;
    font-size:14px;
    background:#DFDFDF;   /*Item Background Color*/
    display:block;
    margin:0 0 10px 0;
    padding:10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
}
.itemTxt{float:left; width:370px; height:auto; margin:0 0 10px 0;}
a.printCoup{
    display:block;
    clear:both;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    background:#665237;      /*Print Button Background Color*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height:25px;
    height:25px;
    width:135px;
    text-align:center;
    padding:0;
    margin:0;
}
a.printCoup:hover{background:#523022;}    /*Print Button Hover Color*/
a.showPrint{display:none;}
.partnerLogo{
  float:right;
  width:200px;
  height:auto;
  display:block;
  border: 1px solid #c5c5c5;
}
#partnersMenu{
    color:#2b2b2b;
    font-size:14px;
    background:#e4e4e4;    /*Our Partners Menu Background Color*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    width:300px;
}
#partnersMenu h2{
    color:#fff;
    font-size:18px;
    background:#df6817; /*Our Partners Menu Heading Background Color*/
    height:35px;
    line-height:35px;
    display:block;
    padding:0 0 0 10px;
    margin: 0;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-radius-topleft:3px;
    border-radius-topright:3px;
}

#categories span{
    border-top:1px solid #fff;
    border-bottom:1px solid #d0d0d0;
    list-style:none;
    display:block;
    margin:0;
    padding:0;
}
#categories span a{
    display:block;
    text-decoration:none;
    color:#2b2b2b;   /*Our Partners Menu Link Text Color*/
    font-size:14px;
    padding:8px 10px;
}
#categories span a:hover{ background:#ccc;}   /*Our Partners Menu Link Hover Color*/
/* ===== @FOOTER STYLES ============================================= */
.push {
  height:35px;

}
#footer {
background:#523022 url(footerBG.png) repeat-x bottom;
color:#FFFFFF;
margin:0 auto;
padding:5px 0 0 0;
width: 954px;
height: 50px;
border: 3px solid #3b2115;
border-bottom: none;
}
#footer ul {
width: 960px;
margin:0 auto;
text-align: center;
}
#footer img {
margin: 7px 15px 0 0;
width: 71px;
display: block;
float: right;
}
#footer li {
display:inline;
float:left;
margin:12px 0 0 10px;
}
#footer a, #footer a:visited {
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}
#footer a:hover {color:#E7FCC4;}
/* ===== @VIDEO GIRL STYLES ============================================= */
#vpPlayer, #vpBtn, #vpBtnPause{
  position:fixed;
  bottom:0;
  right:0;
  z-index: 9999;
  margin:0;
  padding:0;
}
#vpBtn{display:none;}
/* ===== @SLIDER STYLES ============================================= */
#slider {
color:#FFF;
font:12px sans-serif;
width:960px;
margin: auto;
position:relative;
overflow:  hidden;
}
  #slider p{
  color: #e7fcc4;
  line-height: 1.3;
  }
#sideBtns{
float: left;
width: 235px;
height: 349px;
background: url(sideSliderBG.png) repeat-x;
border: 1px solid #d5caa5;
border-top-style: none;
z-index: 90;
}
#sideBtnsInner{
float: left;
width: 235px;
z-index: 90;
}
.scroll {    
overflow:hidden;
position:relative;
}
.scrollContainer div.panel {
width:705px;
height: 315px;
margin: 10px 0 20px 0;
overflow:hidden;
}
.hide { display:none }
.slider-content {
margin:5px 0 0 60px;
padding:0;
}
.sliderCopy {
float:left;
margin:0 20px 0 20px;
padding:0;
width:520px;
}
.slider-content h1 { font:bold 24px Arial, Helvetica, sans-serif; color: #fff }
.slider-content p {
color:#FFFFFF;
font-size:12px;
line-height:1.8;
padding:0;
text-align:left;
margin:0 0 10px 0;
}
.slider-images {
float: left;
display: block;
}
ul.navigation li {
float:left;
list-style:none;
margin: 0;
padding: 0;
}
ul.navigation a {
display:block;
width:300px;
height:122px;
text-decoration: none;
text-indent: -9999px;
}
ul.navi2 li {
float:left;
list-style:none;
margin: 0;
padding: 0;
}
ul.navi2 a {
display:block;
width:300px;
height:122px;
text-decoration: none;
text-indent: -9999px;
}
#autoBtn{
width: 235px;
height: 40px;
margin: 26px 0 1px 0;
background: url(autoBtn.png) no-repeat;
}
#homeBtn{
width: 235px;
height: 40px;
background: url(homeBtn.png) no-repeat;
}
#businessBtn{
width: 235px;
height: 40px;
background: url(businessBtn.png) no-repeat;
}
#lifeBtn{
width: 235px;
height: 40px;
background: url(lifeBtn.png) no-repeat;
}
#groupBtn{
width: 235px;
height: 40px;
background: url(groupHealthBtn.png) no-repeat;
}
#onlineQuoteBtn{
width: 235px;
height: 40px;
background: url(auto-quote-btn.png) no-repeat;
}
#autoBtn:hover, #homeBtn:hover, #businessBtn:hover, #lifeBtn:hover, #groupBtn:hover, #onlineQuoteBtn:hover{
background-position: bottom left;
}
ul.navigation a:focus { outline:none !important; }
.quote-button {
background: url(quoteBtn.png) no-repeat;
width:171px;
height:36px;
clear:both;
display:block;
text-indent:-9999px;
margin:0 0 0 175px;  
}
.quote-button:hover,.navigation li:hover,.navigation a.selected { background-position:bottom left }
.twitted {
  padding:19px 0 0;
  margin: 0;
  color: #fff;
  background: url(twitterHeader.png) no-repeat;
}
.twitted ul#twitter_update_list li {
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}
.twitted li span {
  /* tweet content */
margin: 0 0 10px 0;
display: block;
line-height: 1.4em;
}
.twitted li span a {
  /* links in tweet content */
color: #ccc;
}
.twitted li a {
  /* timestamp link */
  color: #ccc;
}

/* ===== @SPANISH SIDE NAVIGATION ======================================== */
#spanishBtnsInner{
float: left;
width: 235px;
z-index: 90;
}
ul.spanishNavigation li {
float:left;
list-style:none;
margin: 0;
padding: 0;
}
ul.spanishNavigation a {
display:block;
width:300px;
height:122px;
text-decoration: none;
text-indent: -9999px;
}
#espAuto, #espHome, #espLife, #espBusi{ width:235px; height:40px; margin:0px 0 1px 0; }
#espAuto{ background: url(espAuto.png) no-repeat; margin-top:26px; }
#espHome{ background: url(espHome.png) no-repeat; }
#espLife{ background: url(espLife.png) no-repeat; }
#espBusi{ background: url(espBusi.png) no-repeat; }
#espAuto:hover, #espHome:hover, #espLife:hover, #espBusi:hover{ background-position: bottom left; }\
ul.spanishNavigation a:focus { outline:none !important; }

/* ===== @SLIDE-DOWN-PANEL ============================================= */
#slidepanel {
  position:relative; /* absolute = overlap content, relative = push-down content */
  top: 0;
  width: 960px;
  z-index: 1000;
  text-align: center;
  margin: 0 auto;
}

#panel {
  background: #FFF;
  color: #544D45;
  display: none;
  width: 100%;
  overflow: hidden; position: relative; z-index: 1000;
}

#panel .content {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#panel .content .box {
  width:172px;
  float:left;
  padding:10px;
}

/* box content */

.box h1 {
  font-size: 16px;
  padding:0 0 10px;
  margin: 0;
}

.box h2 {
  font-size: 14px;
  padding:0 0 10px;
  margin: 0;
}

.box p {
  color:#544D45;
  margin: 5px 0;
  padding: 0;
  font-size:12px;
}

.box a { color: #15ADFF; text-decoration: none; }
.box a:hover { color: white; }

/* @TAB */

.tab {
  background:#573F2F;
  height:20px;
  position: relative; top: 0; z-index: 1000;
  border-bottom: 1px solid #5B3625;
  border-left:1px  solid #C1B37D;
}
.tab #toggle { float:right; margin: 0 37px 0 0; }

.tab a.open, .tab a.close {
  color:#FFF;
  display:block;
  font-size:12px;
  width:180px;
  height: 20px;
  line-height: 20px !important;
  cursor: pointer;
  position: relative;
  text-decoration:none;
}