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

/* Stylesheet for Website */;}
/*  ===== @MAIN BODY STYLES ============================== */
header, footer, section, article, nav, time{display:block;}
html, body {height: 100%;}
body {font: 12px/1.6 Tahoma, Arial, sans-serif; color:#464646;}
#page{ 
  background:#FFF url(bodyBack.png) repeat-x top;
  font-size:12px;
}
#blank{  
  background:#FFF url(bodyBack.png) repeat-x top;
  font-size:12px;
}

#area4 { font-size:12px; }

#themeContainer{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -44px; /* the bottom margin is, in most cases, the negative value of the #footer height.  might need to be adjusted */
}

.carrierList { vertical-align:middle; }
.carrierList td { padding:10px; vertical-align:middle; }

/*  ===== @DEFAULT STYLES ============================== */
.floatL{float:left;}
.floatR{float:right;}

.floatRight{float:right;margin:5px 0 5px 5px;}

.floatLeft{float:left;margin:5px 5px 5px 0;}

.clear {clear:both;}

:-moz-any-link:focus {outline: none;}

img {border:none;}

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

a:link, a:visited, a:focus {
    color:#0072bc;
    outline:none;
}
a:hover { color:#2C754F; }

h1, h2, h3 { 
    color:#0072bc; 
    margin:0 0 15px 0;
    font-family: "Arial Black", Helvetica, sans-serif;
}

h1 { font-size:20px; }
h2 { font-size:17px; }
h3 { font-size:14px; }

.altHeader { color:#2C754F; }

p { 
    color:#464646; 
    font-size:12px; 
    margin-bottom:15px 
}
ul, ol{margin:0 0 1em 0;}
li{margin:0 0 0 2em; list-style-type:disc;}

/*  ===== @HEADER =============================== */

#header {
    width:960px;
    height:125px;
    margin:0 auto 0;
}
#logo {
    background:url(../images/logo.png) no-repeat;
    display:block;
    width:469px;
    height:82px;
    float:left;
}
#phoneNumber {
    color:#006EB7;
    font: bold 33px "Arial Black", Helvetica, sans-serif;
    float:right;
    margin:42px 0 0 0 !important;
    padding:0;
}
/*  ===== @Drop-Down Nav =============================== */
#jsddm {
    width:960px;
    list-style: none;
    font: 12px "Arial Bold", Helvetica, sans-serif;
    color:#FFF;
    text-shadow: 0 1px 3px #000;
    text-transform:uppercase;
    text-decoration:none;
    height:33px;
    clear:both;
    margin:0;
    padding:0;
}
#jsddm li{
  margin:0; 
  padding:0;
  list-style-type:none;
}
#jsddm > li {float: left; margin-top:4px;}
#jsddm > li > a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  height:33px;
  line-height:33px;
}
.mainNavFirst{
  width:191px;
  text-align:center;
}
.mainNavFirst a {
  display:block;
}
.mainNavMiddle{
  width:191px;
  text-align:center;
}
.mainNavMiddle a {
  text-align:center;
  display:block;
}
.mainNavLast{
  width:191px;
  text-align:center;
  border-right:1px solid #005214;
}
.mainNavLast a {
  display:block;
}
.mainNavFirst a:hover, .mainNavMiddle a:hover, .mainNavLast a:hover  {background-position:bottom left;}

#jsddm .mainNavFirst ul{width:191px;}

#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:90;
}
.subNav a,  .subSubNav  a{
  color:#fff; 
  font-size:11px;
  display:block;
  text-align:center;
  text-decoration:none;
  width:191px;
  height:25px;
  line-height:25px;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}
.subNavFirst a, .subSubNavFirst a{
  border:1px solid #fff;
  width:191px;
}

.subSubNav a, .subSubNavFirst a, .subSubNavLast a { width:250px !important; }


.subNavLast a, .subSubNavLast a{
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

.subNavFirst a, .subNavLast a, .subSubNavFirst a, .subSubNavLast a{
  height:26px;
  color:#fff; 
  font-size:11px;
  display:block;
  text-align:center;
  text-decoration:none;
  width:191px;
  line-height:26px;
}
.subNav a, .subSubNav  a {background:#256f33;}
.subNavFirst a, .subSubNavFirst a {background:#256f33;}
.subNavLast a, .subSubNavLast a {background:#256f33;}
.subNav a:hover, .subNavFirst a:hover, .subNavLast a:hover, .subSubNav  a:hover{background:#005f9f;}

#jsddm  > li ul li  ul{
margin:-28px 0 0 191px;
position:absolute;
}
#jsddm span {
float:right;
width:220px;
}
/*  ===== @HOMEPIECE ============================ */
#homeMenu{
    background:#006BB3 url(homepiece-back.png) repeat-x top;
    width:100%;
    height:284px;
    color:#FFF;
}
/* ===== @SLIDER STYLES ============================================= */ 
#mainmenu {
    width:958px;
    height:282px;
    position:relative;
    border:1px solid #3CF;
    margin:0 auto; 
}
* html #mainmenu { width:962px; height:286px; }
#menu { 
    position:absolute;
    top:0;
    left:0;
    float:left;
    width:383px;
    z-index:10; }

#menu a { display:block; width:383px; height:70px; outline:none; }
#menu a:hover { background-position:bottom left; }

#menu1 { background:url(menu1.png) no-repeat; }
#menu2 { background:url(menu2.png) no-repeat; height:71px !important; }
#menu3 { background:url(menu3.png) no-repeat; height:71px !important; }
#menu4 { background:url(menu4.png) no-repeat; }
 
#menuimages {
    position:absolute;
    float:left;
    z-index:5;
    margin-left:333px;
}
/* ===== @PAGE CONTENT BOX STYLES ============================================= */ 
#contentArea {clear:both; margin:0 auto; padding: 3px 0 10px; width:960px;}
#contentArea h1 { font-size:17px; }

/* ===== @GREEN FIELD  ================================================== */
.greenInput select { width:492px; height:20px; }

/* ===== @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:225px; 
  height:auto; 
  float:right;
}

.arbor-advatage { margin-bottom:10px; display:block; }

.carrierSlideshow, .carrierSlideshow img{
  width:216px;
  height:92px;
  display:block;
  margin:0 0 20px 0;
}
#actionNavBox{
  width:220px;
  text-align:center;
}
.actionBtn{
    display:block;
    margin:0 0 3x;
}
/* ===== @CONTENT STYLES ============================================= */ 
#pageTitle{
  width:960px;
  margin:0 auto;
}
#pageSubHeader{}
#content{
  width:650px;
  height:auto;
  margin:0;
  float:left;
  text-align:left;
  color:#464646;
  font-size:12px;
}
#homeContent #pageContent{
  width:450px;
  height:auto;
  float:left;
  text-align:justify;
}
#homeContent h1{
  font-size: 17px;
  text-align: left;
  }
#homeContent h3{
  font-size: 12px;
  color: #333;
  }
.socColumn{
  float:left;
  width:220px;
  height:auto;
  padding:0 0 0 20px;
  text-align:justify;
}
#pageContent{text-align:left;}

#googleMap{
  width:325px;
  height:325px;
  background:#3eabf5;
  border:1px solid #006fb7;
  margin:0;
  padding:2px;
}

/* ===== @FORMS STYLES ============================================= */ 
#formContainer{
  width:520px;
 
  background:#3eabf5;
  border:2px solid #006fb7;
  margin:0 0 20px 0;
  padding:4px;
  color:#fff;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#formContainer label{
color:#fff;
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContainer h2{
color: #fff;
  font-size:12px;
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:30px;
-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{padding:2px 3px;}

/* ===== @BLOG STYLES ============================================= */ 
#pageTitle{
color:#0072bc; margin: 10px 40px;
font-size: 16px;
}
#blogContent{
margin: 0 40px;
}
#blogContent p{
margin: 10px 0;
}
#blogContent .DateTimeCreated{
font-size: 10px;
}
#blogContent h2{
  font-size: 14px;
  margin:0;
  padding:0;
  border-bottom:1px solid;
}
.blog h2 a { text-decoration: none; }
.blog .time{
  display:block;
  margin: 0 0 5px 0;
  font-size:10px;
  float:right;
}
.readMore{float:right;}
.blog .article{
  clear:both;
  margin: 0 0 20px 0;
}

/** BLANK **/
 
/* ===== @PARTNERS PAGE STYLES  ============================================= */
/* partners Form Container Styles */
#blank #content {width:960px;}
#formContainer.partnersFormMod{
  height:210px;
  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:  #005913;    /*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:225px; float:right; margin:0 0 0 10px; margin:0 10px 0 10px;}
#floatBox{
}
h2.categoryHeading{
    color:#fff;    /*heading font color*/
    font-size:18px;
    background:#005913;    /*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:#333;
    text-decoration:none;
     font-size:14px;
    background:#e8e8e8;      /*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;
    margin:0;
  border:1px dashed #f9f9f9;
}
a.printCoup:hover{background:#dfdfdf;color:#333;border:1px solid #bbb;}     /*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;
    
}
#partnersMenu  h2{
    color:#fff;
    font-size:18px;
     background:#005913; /*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 ============================================= */ 
#footer li img {margin:0; vertical-align:middle;}
.push{height:43px;}/* .push must be  the same height as #footer */
#footer{
  background: url(footerSlice.jpg) repeat-x;
  margin:20px 0 0 0;
  padding:0;
  color:#fff;
clear:both;
}
#footer ul{
  width:960px;
  margin:0 auto;
  height:43px;
  display:block;
}
#footer li {
  display:inline;
  margin:0 15px 0 0;
  line-height:36px;
}
#peace {padding:3px 0 0 70px; font: 19px Georgia1, Georgia, serif; font-style:italic;}
#footer a, #footer a:visited {
  font: 12px Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#FFF;
  text-transform:uppercase;
  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;}

/* @CFORMS */

noscript {
    background-color:#FFC;
    color:#000;
    font:12px Verdana, Geneva, sans-serif;    
    width:95%;
    padding:5px;
    margin:5px;
    border:1px solid #FF0;
    position:absolute;
    top:0;
}

.cl {
  clear: both; 
  display: block; 
  overflow: hidden; 
  visibility:hidden; 
  width: 0; 
  height: 0;
}

.cf:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}  
* html .clearfix {height: 1%;}


#cFormContainer {
  background:#EBF4FB;
  color:#333;
  width:400px;
  height:auto;
  margin:20px auto;
  padding:5px;
  border:1px solid #B7DDF2;
}

#cFormDescription { border-bottom:1px solid #B7DDF2; padding-bottom:5px; }
#cFormDescription h2 { margin:5px 0; font-size:18px; color:#333; }
#cFormDescription p { font-size:12px; margin:2px 0; }
#cFormDescription span { color:#F00; }

.cFormSection { clear:both; margin-bottom:20px; }
.cFormSection > p { margin:5px 0;  font-size:12px;  }
.cFormSection li { list-style:none; }

.fields {
  width:150px;
  height:auto;
  float:left;
  padding:2px;
  margin:2px;
}

.fields2 {
  width:250px;
  height:auto;
  float:left;
  padding:2px;
  margin:5px 0;
}

.input, .email-input {
  width:150px;
  height:20px;
  border:1px solid #DDD;
}

/* INPUTS */
.label { font-size:12px; margin-left:2px; }
.error { font-size:11px; color:#F00; display:block; }
.email-input { width:400px; }
.selects { width:155px; height:22px; border:1px solid #DDD; }
.cFormSection textarea { border:1px solid #CCC; margin:0 auto; overflow:auto; }
.submit-btn { clear:both; float:right; }
.space { margin-left:5px; }

/* ===== Social ================================== */

.socialBtns { margin: 0 8px 0 0; }