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

/* Stylesheet for Website */
/*  ===== @MAIN BODY STYLES ============================== */
header, footer, section, article, nav{display:block;}
html, body {height: 100%;}
body {font: 12px/1.6 "Lucida Sans", Arial, sans-serif; color:#4a4a4a;}
#page{ background: #fff; font-size:12px;  background:url(contentBack.jpg) repeat-y center;}

#themeContainer{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -49px; /* the bottom margin is, in most cases, the negative value of the #footer height.  might need to be adjusted */
}
.a2a_dd { display:block; margin:20px 0; clear:both; }
/*  ===== @DEFAULT STYLES ============================== */
.floatL{float:left;}
.floatR{float:right;}
.clear {
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;}

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

#content a, #content a:link, #content a:visited, #content a:focus {color:#46a7b8; text-decoration:none; outline:none;}
#content a:hover, #content a:active {color:#2e78ab;}

#content h2, #content h3, #content h5, #content h6 { color: #4a4a4a;}
#content h1 {
  font-size:16px;
  font-weight:bold;
  color:#4a4a4a;
  text-transform:uppercase;
}
#content h2 { font-size:14px; font-weight:bold; }
#content h3 { font-size:13px; }
#content h4 { font-weight:bold;}

#content p {color:#4a4a4a; margin-bottom:15px;}

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

/*  ===== @HEADER =============================== */
#logo{
  padding:26px 0 0 10px;
  margin:0;
  height:56px;
  width:293px;
  float:left;
}
#phoneWrapper{ float: right; margin: 20px 0; }
#phoneWrapper p { 
  display: inline; 
  color: #5DC6D9;
  font-weight: bold;
  margin: 0 10px 0 0;
  line-height:35px;
}
#phoneNumber{
  display: inline;
  font:27px Calibri, Tahoma, Arial;
  font-weight:bold;
  color:#fff;
  height:20px;
}
#headerContainer{
  width:100%;
  height:110px;
  background:url(headerBack.jpg) repeat-x  top;
}
#header{
  width:960px;
  height:110px;
  padding:0;
  margin:0 auto;
  clear:both;
}
/*  ===== @Drop-Down Nav =============================== */
#jsddm {
  list-style: none;
  padding: 0;
  margin: 0;
  font: bold 12px Arial, Helvetica, sans-serif;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  width:460px;
  clear:right;
  float:right;
  position:relative;
  z-index:999;
}
#jsddm li{
  list-style-type:none;
}
#jsddm > li {float:left; margin:0; position:relative;}
#jsddm > li > a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
.mainNavFirst, .mainNavMiddle{
  border-right:1px solid #fff;
  padding:0 15px 0;
}
.mainNavLast{
  padding:0 0 0 15px;
}
.mainNavFirst a, .mainNavMiddle a, .mainNavLast a {

}
#jsddm .mainNavFirst ul{
}
.mainNavFirst a:hover, .mainNavMiddle a:hover, .mainNavLast a:hover  { color:#5dc6d9 !important;}


#jsddm > li > ul {
  top: 25px;
  right:0;
}
#jsddm > li ul {
  display:none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:3px 0 0;
  padding:0;
  position:absolute;
  z-index:999;
}
.subNav a, .subSubNav  a, .subNavFirst a, .subNavLast a{
  background:#4a4a4a;
  color:#fff;
  display:block;
  padding: 5px 0 5px 10px;
  margin:0;
  text-align:left;
  text-decoration:none;
  width:180px;
  border-right:1px solid #fff;
  border-left:1px solid #fff;
  font-size: 11px;
}

.subNav a, .subSubNav a{border-bottom:1px solid #ccc;}
.subNavFirst > a, .subSubNavFirst a{border-top:1px solid #fff;border-bottom:1px solid #ccc;}
.subNavLast > a, .subSubNavLast a{border-bottom:1px solid #fff;}
.subNav a:hover, .subNavFirst a:hover, .subNavLast a:hover, .subSubNav a:hover{color:#fff !important;background:#4ab4c7;}

#jsddm > li ul li ul{
margin:-26px 0 0;
position:absolute;
right:-194px;
}
#jsddm span {float:right;width:180px;}
/* ===== @SLIDER STYLES ============================================= */
#slider{ border: 1px solid #6e6e6e; width:938px; height:228px; clear:both;}
.coda-slider-wrapper { padding:0; margin:0; float:right; width:938px; }
.coda-slider { width:695px; float:right;}
    
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 228px; overflow: auto !important; padding-right: 20px }


/* .panel-wrapper elements */
.panel-wrapper { width:310px; float:left; margin-left:15px; text-align:left; }
.title { margin:0; padding:0; font-size:25px; color:#46a7b8; }
.title span{ color:#575757;}
.panel-wrapper p { color:#222; margin:0 0 15px 0; }
.panel img { float:left; margin-top:10px; }
.slider-quote-button {
    background:url(images/quote-button.jpg);
    display:block;
    width:150px;
    height:32px;
    line-height:32px;
    text-indent:-9999px;
    margin: 0 0 0 75px;
}

.slider-quote-button:hover {
    background-position:bottom left;
}
.coda-nav{float:left;}
.coda-nav ul{
    display:block;
    width:239px;
    height:228px;
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}
.coda-nav ul li {
    background:#4a4a4a;
    width:229px;
    height:55px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #2d2d2d;
    float:left;
    list-style-type:none;
    line-height:55px;
    text-align:left;
    display:block;
    margin:0;
    padding:0;
}

#slider-nav li.nomargin { margin:0 !important; }

.coda-nav ul li a {
    color:#FFF;
    font: 16px Arial, Helvetica, sans-serif;
    display:block;
    line-height:55px;
    text-decoration:none !important;
    padding:0 0 0 10px;
}
.coda-nav li.current{ background:#373737; }
.coda-nav li:hover { background:#373737; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 695px; height:226px; }     

/* Panel padding */
.coda-slider .panel-wrapper { padding: 10px 15px 0 0; }
    
/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }
/* Tab nav */
.coda-nav ul li a.current { background:#373737; }
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.tab1 a{ background:#4a4a4a;}
.tab2 a{ background:#4a4a4a;}
.tab3 a{ background:#4a4a4a;}
.tab4 a{ background:#4a4a4a;}
.tab1 a:hover, .tab2 a:hover, .tab3 a:hover, .tab4 a:hover {background:#373737;}

/* Miscellaneous */
.coda-slider-wrapper { overflow: auto; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
/*  ===== @HOMEPIECE ============================ */
#homeMenu{
  height:228px;
  width:960;
  margin:10px 0;
  text-align:center;
}
/* ===== @PAGE CONTENT BOX STYLES ============================================= */
#contentArea {
    clear:both;
    margin:0 auto;
    padding: 3px 0 10px;
    width:940px;
    text-align:left;
 }

.claimsBtn{
  float:left; 
  width:257px; 
  height:59px;
  margin:0 20px 7px 0;
}
.claimsBtn a{ display:block; width:257px; height:59px;}
.claimsBtn1{background: url(claimsBtn.jpg) no-repeat;}
.claimsBtn2{background: url(certificateBtn.jpg) no-repeat;}
.claimsBtn3{background: url(policyBtn.jpg) no-repeat;}
.claimsBtn4{background: url(serviceBtn.jpg) no-repeat;}
.claimsBtn5{background: url(clientLoginBtn.jpg) no-repeat;}
.claimsBtn1:hover, .claimsBtn2:hover, .claimsBtn3:hover, .claimsBtn4:hover, .claimsBtn5:hover{background-position:bottom;}

/* ===== @BREADCRUMB STYLES ============================================= */
.crumbs{
  color:#616161;
  margin:0 0 20px 0;
}
.crumbs a, .crumbs a:visited {
  color:#616161;
  font-size:14px;
  text-decoration:underline;
}
.crumbs a:hover, .crumbs a:visited:hover{
  color:#397dd0;
 }
.crumbLast{color:#397dd0;}
/* ===== @ACTION NAV STYLES ============================================= */
#sideBar{width:338px; float:right; height:auto; text-align:left; clear:both:}
#actionNav {
font:13px Arial, Helvetica, sans-serif;
width:338px;
background: #ccc;
color: #fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border:1px solid #a7a7a7;
margin:0;
}
#actionNav h2 {
    background:#333;
  color:#fff;
    font-size:16px;
    padding: 5px 10px;
}
#actionNavLinks { margin:0; padding:0 }

#actionNavLinks li {
    border-bottom:1px solid #b4b4b4;
    border-top:1px solid #fff;
    list-style:none;
}

#actionNavLinks li a {
    color:#000;
    display:block;
    padding:5px 0 5px 10px;
    text-decoration:none
}

#actionNavLinks li a:hover {
    background:#efefef;
    padding:5px 0 5px 10px
}

#twitter {font-size:12px; margin: 0 0 10px; }
#twitter a { color:#252525; margin:2px 0 0; }
#twitter ul li > a { color:#2e678a; margin:2px 0 0; display:block; test-decoration:none; }
#twitter li { background:none; list-style:none; padding:10px 10px 0; color:#252525; }
#twitter ul{margin:0;}

.sideContent{float:right; text-align:left; width:auto; clear:both;}
#socialBtn{
  background:url(getSocBack.jpg) no-repeat;
  width:245px;
  height:53px;
  text-align:right;
  padding:18px 12px 0 0;
}
#facebook{}
#twitter{}
#feed{}
.actionBtn{
    display:block;
    margin:0 0 7px 0;
}
/* ===== @CONTENT STYLES ============================================= */
#pageTitle{}
#pageSubHeader{}
#content{
  width:600px;
  heaight:auto;
  margin:0;
  float:left;
  text-align:left;
  color:#4a4a4a;
}

#pageContent{text-align:left;}

#googleMap{
  width:325px;
  height:325px;
  background:#50b1c2;
  border:1px solid #2e678a;
  margin:0;
  padding:2px;
}

/* ===== @FORMS STYLES ============================================= */
.formReferFriend{clear:both;}
#formContainer{
  width:520px;
  background:#50b1c2;
  border:2px solid #2e678a;
  margin:0 0 20px 0;
  padding:4px;
  color:#fff;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
#formContainer label{
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContainer h2{
color: #fff;
  font-size:15px;
margin:0 0 4px 0;
}
#formContainer h3{ color:#fff;}
.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: #Fb0; display:block; }
.form .formInput input.error {border:1px solid #F00; font-weight:bold;}
#submit{margin:5px 0 10px; }
/*refer a friend form*/
.formReferFriend{width:300px !important;}
#formReferFriend{width:300px !important;}
#formReferFriend .formInput{width:150px !important;}
#formReferFriend .formWidth{width:140px !important;}

/*health forms*/
#formHealthFamily1 .formInput{ width:240px !important;}
#formHealthFamily1 .formWidth{ width:230px !important;}
#formHealthFamily1 .city, #formHealthFamily1 .state, #formHealthFamily1 .zip{ width:160px !important;}
#formHealthFamily1 .city .formWidth, #formHealthFamily1 .state .formWidth, #formHealthFamily1 .zip .formWidth{ width:150px !important;}
#formHealthFamily1 .company {width:480px !important;}
#formHealthFamily1 .company input {width:470px !important;}
#formHealthBuss2 select {height:20px;}

/*Certificare Of Insurance Request form*/
#formCOIR h3{color:#fff;}
#formCOIR a{color:#fff; cursor:default;}
#formCOIR .fieldHalf{width:250px !important;}
#formCOIR .fieldFull{width:490px !important;}
#formCOIR .fieldHalf .formWidth{width:240px !important;}
#formCOIR .fieldThird{width:166px !important;}
#formCOIR .fieldThird .formWidth{width:156px !important;}
#formCOIR .inputMoreInfo a{color:#000; cursor:pointer;}

.fieldHalf{width:250px !important;}
.fieldHalf .formWidth{width:240px !important;}
.fieldFull{width:490px !important;}
.fieldThird{width:166px !important;}
.fieldThird .formWidth{width:156px !important;}

/* ===== @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;
}
/* ===== @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 .formInput .error{display:block;}
#partnersQuote label.error {color: #fff; display:block; }
#partnersQuote .formInput input.error {border:1px solid #f00; }

#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 #000;  /*Coupon Border Color*/
  margin: 0 0 15px;
}
#couponContainer h2 {
  display: block;
  text-align: center;
  padding: 8px 0 8px 0;
  background: #50B1C2;    /*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 50px 10px; min-height:300px;}
#partnersRight{ width:285px; float:right; margin:0 0 0 10px; margin:0 10px 0 10px;}
#floatBox{
}
h2.categoryHeading{
    color:#fff;    /*heading font color*/
    font-size:18px;
    background:#50B1C2;    /*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:#e9e9e9;   /*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;
}

.partnerItem h4{ 
font-size:16px;
color:#333333;
  margin:0 0 10px 0;
}

.itemTxt{float:left; width:370px; height:auto; margin:0 0 10px 0;}
.itemTxt p {color:#666666;}
a.printCoup{
    display:block;
    clear:both;
    color:#333333;
    text-decoration:none;
    font-size:14px;
    border:1px dashed #bbbbbb; /* Border style */
    background:#eeeeee;      /*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:5px; /* Padding - Insert 0 if you want a basic button */
    margin:0;
}
a.printCoup:hover{

    background:#cccccc; /*Print Button Hover Color*/
    border: 1px solid #dddddd;
    }   
a.showPrint{display:none;}
.partnerLogo{
  float:right;
  width:200px;
  height:auto;
  display:block;
  border: 1px solid #c5c5c5;
}
#partnersMenu{
    color:#2b2b2b;
    font-size:14px;
    background:#50B1C2;    /*Our Partners Menu Background Color*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    width:285px;
}
#partnersMenu h2{
    color:#fff;
    font-size:18px;
    background:#50B1C2; /*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;
  color:#333333;
}
#categories span a{
    display:block;
  background:#e9e9e9;
    text-decoration:none;
    color:#333333;   /*Our Partners Menu Link Text Color*/
    font-size:14px;
    padding:8px 10px;
}
#categories span a:hover{ background:#ccc;color:#333333;}   /*Our Partners Menu Link Hover Color*/
/* ===== @FOOTER STYLES ============================================= */
#footer li img {vertical-align:middle;}
.push{height:48px;}/* .push must be  the same height as #footer */
#footer{
  background:#252525;
  margin:0;
  padding:0;
  color:#fff;
}
#footer ul{
  text-align:left;
  width:960px;
  margin:0 auto;
  height:48px;
}
#footer li {
  display:inline;
  margin:0 15px;
  line-height:48px;
}
#footer a, #footer a:visited {
  font:16px Tahoma, Arial, sans-serif;
  color:#FFF;
  text-decoration:none;
}
#footer a:hover {color:#ccc;}
/* ===== @VIDEO GIRL STYLES ============================================= */
#vpPlayer, #vpBtn, #vpBtnPause{
  position:fixed;
  bottom:0;
  right:0;
  z-index: 9999;
  margin:0;
  padding:0;
}
#vpBtn{display:none;}
/* ===== @SLIDE-DOWN-PANEL ============================================= */
#slidepanel {
  position:absolute; /* absolute = overlap content, relative = push-down content */
  top: 0;
  width: 100%;
  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:220px;
  float:left;
  padding:10px;
}

/* box content */

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

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

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

.box a { color: #606060; text-decoration: none; }
.box a:hover { color: #2F2F2F; }

/* @TAB */

.tab {
  background:#2F2F2F;
  height:20px;
  position: relative; top: 0; z-index: 1000;
}

.tab #toggle { float:right; }

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

.tab a.open { background: url(../images/bt_open.png) no-repeat left 0; }
.tab a.close { background: url(../images/bt_close.png) no-repeat left 0; }
.tab a:hover.open { background: url(../images/bt_open.png) no-repeat left -19px; }
.tab a:hover.close { background: url(../images/bt_close.png) no-repeat left -19px; }

.boxShad{
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  }