@charset "utf-8";
@import "reset.css";
/*  ===== @MAIN BODY STYLES ============================== */
html, body {height: 100%;}
body {font: 14px Tahoma, Arial, sans-serif; color:#666;}
#home, #interior,#blog {background:#620001 url(bodyBg.jpg) repeat-x ;}
#container{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 960px;
  background: #fff;
  margin: 0 auto -40px; /* the bottom margin is, in most cases, the negative value of the #footer height.  might need to be adjusted */
}
/*  ===== @DEFAULT STYLES ============================== */
.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;
}
.floatR{
float:right;
}
.floatL{
float: left;
}
* html .clearfix {height: 1%;}
:-moz-any-link:focus {outline: none;}
img {border:none;}
hr {height:1px; border:0; border-bottom:1px solid #000;}
a,a:link,a:visited, a:focus{color:#620001; text-decoration:none; outline:none;}
a:hover, a:active, a:hover,{color:#620001;}

.copy h2, .copy h3, .copy h5, .copy h6{ color: #620001; margin: 0 0 1em 0;}
.copy h1{font-size:22px; color:#620001;margin: 0 0 1em 0;}
.copy h2{ font-size:18px; }
.copy h3 { font-size:16px; }
.copy h4 { font-weight:bold;}
.copy p{color:#666; margin-bottom:15px; line-height: 1.5em;}
.copy ul, .copy ol{margin:1em 0;}
.copy li{margin:0 0 0 2em; list-style-type:disc; line-height: 1.5em;}
.copy{
clear: both;
}
#interior .copy{
padding: 20px;
}

#blog .copy {
  float:right;
  width:600px;
  padding:10px;
  clear:none}
#blog #sideBar {width:300px}
/*  ===== @HEADER =============================== */
#phoneWrapper, #phoneWrapper2 {
  margin: 35px 0 0 50px;
  float:right;
  text-align:right }
#phoneWrapper p, #phoneWrapper2 p {
  color:#fff;
  font-size:16px;
  text-align:right;
  text-transform:uppercase;
  font-weight:bold;}
#phoneNumber, #phoneNumber2 {
  font-size:26px;
  font-weight:bold;
  color:#ff0000;
  display:inline }
#logo{
width: 306px;
height: 68px;
display: block;
float:left;
margin: 20px 0 0 0;
}
#header{
width:960px;
height: 131px;
margin: 0 auto;
background: url(headerBg.jpg) no-repeat;
}

/*  ===== @Drop-Down Nav =============================== */
#jsddm {
list-style: none;
font: 14px Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
height:22px;
clear:both;
width: 960px;
}
#jsddm li{
list-style:none;
}
#jsddm > li {float: right;}
#jsddm > li > a {
color:#fff;
font-weight:bold;
display:block;
text-decoration:none;
height:22px;
line-height:22px;
margin: 0 0 0 20px;
}
#jsddm > li > a:hover{
color: #ccc
}
.mainNavFirst a{

}
.mainNavLast a{

}
#jsddm > li ul{
display:none;
width: 165px;
list-style:none;
position:absolute;
z-index:100;
border: 1px solid #000;
margin: 0 0 0 20px;
}
#jsddm > li > ul a{
color:#fff;
background: #333;
padding: 4px 10px;
font-size: 11px;
text-decoration:none;
display: block;
}
.subNav, .subNavFirst, .subSubNav,  .subSubNavFirst{
border-bottom: 1px solid #666;
}
#jsddm > li > ul a:hover{
background: #999;
}
#jsddm  > li ul li  ul{
margin:-23px 0 0 203px;
position:absolute;
}
/*  ===== @HOMEPIECE ============================ */
#mastHead{
width: 960px;
margin: 0 auto;
height:250px;
}
/* ===== @PAGE CONTENT BOX STYLES ============================================= */
#homeContent{
float:left;
padding:0 0 0 20px;
width:610px;
}
#contentWrapper{
margin:0 auto;
width:960px;
text-align:left;
}
#content {
float:right;
width:600px;
}
/* ===== @ACTION NAV STYLES ============================================= */
#homeSideBar{
float:right;
margin:20px 20px 0 0;
width:308px;
}
#sideBar{
float:left;
height:auto;
margin: 0 0 0 20px;
}
#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;
}
#actionNav h2 {
    background:#333;
    font-size:16px;
    padding: 5px 10px;
}
#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
}

.hcsb{
margin:0 0 0 35px;
}
#twitter {font-size:12px; margin: 0 0 10px; }
#twitter a { color:#000; margin:2px 0 0; }
#twitter li { background:none; list-style:none; padding:0 10px; color:#000; }
#twitter ul{
margin: 10px 0 0 0;
}
.carrierSlideshow, .carrierSlideshow img{
  width:225px;
  height:100px;
  display:block;
}
/* ===== @CONTENT STYLES ============================================= */
#pageTitle{
font-size: 18px;
color: #990000;
margin: 0 0 10px 0;
}
#pageSubHeader{
font-size: 14px;
color: #666;
margin: 10px 0;
}
/* ===== @FORMS STYLES ============================================= */
#formContainer{
background:#333;
color:#fff;
border:1px solid #111;
width: 555px;
margin:0 auto;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContainer #idMediaLoader{
margin: 0 auto;
width: 520px;
display: block;
}
#formContainer h2{
color: #fff;
font-size:14px;
text-align:center;
margin:10px 0 10px 0;
}
#formReferFriend .emailAddress{
width: 260px;
}
#formReferFriend .emailAddress input{
width: 260px;
}
#formReferFriend .phone1,#formReferFriend .phone2{
width: 130px;
}
#formReferFriend .phone1 input, #formReferFriend .phone2 input{
width: 130px;
}
.notes textarea, .form .formWidth{ border:1px solid #cecece;}
.form{
width:520px;
margin: 10px 10px;
}
.form .formInput{
  width:130px;
  float:left }

.form .formInputThird{
  width: 172px;
  float: left }
.form .formInputThird .formWidth { width: 162px !important }

.form .formInputHalf{
  width: 260px;
  float: left }
.form .formInputHalf .formWidth { width: 250px !important }

.form .formShortInput{
width:100px;
float:left;
}
.form .formWidth{
width:120px;
height:15px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.formShort2{
width:85px;
height:15px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}


#CRM_Leads_CompanyName{
width:517px;
}
.notes textarea{
width:518px;
height:35px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.phone .phoneUS{
width: 128px;
}
.inputMoreInfo, .submit{text-align:center; margin: 5px 0 0 0;}
.inputMoreInfo{margin:5px 0 0 0; color:#fff;}
.form label.error {color: #f00; display:block; }
.form .formInput input.error {border:1px solid #f00; }
#submit{margin:0 0 10px 0; }

/* ===== @CONTACT PAGE STYLES ===================================== */

#formContactContainer{
  width:280px;
  height: 345px;
  background:#333333;
  border:1px solid #111;
  margin:0 0 20px -6px;
  padding:4px;
  color:#fff;
  font: 13px/normal Arial, Helvetica, sans-serif;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
#formContactContainer label{
  color:#fff;
  font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContactContainer h2{
  color: #fff;
  font-size:16px;
  margin:0 0 4px 0;
}
.formSlim{
  padding:5px 5px 0;
  text-align:left;
  width:260px;
  margin:0 auto;
}
.formSlim .formSlimInput{
  width:260px;
  padding:0;
  margin:0;
  text-align:left;
  float:left;
}
.formSlim .formWidth{
  width:250px;
  height:15px;
  margin: 0 0 5px 0;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.notesSlim textarea{
  width:250px;
  height:70px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

/*== Google Maps == */
#map_canvas{
  width:625px;
  height:355px;
  border:1px solid #c6c6c6;
  margin:0 0 0 -38px;
}
.contactMapForm {
  background: #333333 url(contactFormBack.jpg);
  float:left;
  height:140px;
  margin:0 8px 8px 0;
  padding:5px;
  width:165px;
  border:1px solid #111;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.contactMapForm p { line-height: 1.2; color: #fff;}
.contactMapFormLast {
  margin-right: 0 !important;
}
.contactMapForm .getdir {
  text-align:center;
  margin-top:5px;
  font-size:13px;
  display:block }
.contactMapForm .getdir a {
  color:#fff;
  text-decoration:none }
.contactMapBtn {
  background: #C40001 url(contactBtnBack.jpg) repeat-x;
  border:1px solid #888;
  height: 20px;
  width: 120px;
  margin:0 0 0 22px;
  padding:0;
  color: #ffffff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.contactMapBtn:hover {
  background-position: bottom left;
  border: 1px solid #ffffff;
}
.contactMapBtn:active {
  background-position: top right;
}
.contactAddress { line-height: 1.2; color: #ffffff; }

/* ===== @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;
}
.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;
}
.poFullDesc{
  padding:0;
  margin:10px 0;
  text-align:left;
  width:330px;
}
.partners{
  width:960px;
  margin:0 0 20px;
}
/* ===== @FOOTER STYLES ============================================= */
.push {
height:37px;
}
#footer {
background: #000 url(footerBg.png) repeat-x;
color:#FFFFFF;
height:33px;
margin:0 auto;
padding:5px 0 2px 0;
width:960px;
}
#footer ul {
padding:0 20px;
margin:7px 0 0;
float:left;
}
#footer img {
float:right;
padding:0 20px;
}
#footer li {
display:inline;
margin:0 2px;
}
#footer a, #footer a:visited {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
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;}

/*  ===== @SLIDER STYLES ============================== */
.coda-slider-wrapper {
height:263px;
width:920px;
margin: 0 auto 20px;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
height: 263px;
overflow: auto !important;
}
/* .panel-wrapper elements */
.panel-wrapper {width:550px;  float:right; padding: 20px; }
.panel-wrapper h2 {
margin:0 0 10px 0;
font-size:25px;
color:#fff;
font-weight: bold;
text-shadow: #333 3px 3px 3px;
}
.panel-wrapper p {
text-align:left;
font:11px;
line-height:1.3;
margin:0 0 15px 0;
color: #fff;
}
.coda-slider .panel {
width: 920px;
height: 230px;
overflow:hidden;
background: #2E2E2E url(sliderBg.jpg) repeat-x;
}
.coda-slider{
width: 920px;
}
.panel img { float:left; padding: 10px 0 0 20px; }
a.slider-quote-button {
    background:url(freeQuoteBtn.png) no-repeat;
    display:block;
    text-indent:-9999px;
    width:171px;
    height:47px;
}
a.slider-quote-button:hover { background-position:bottom right;}
/* Change the width of the entire slider (without dynamic arrows) */
/* Tab nav */
.coda-nav ul li a.current { background-position:bottom left; }
/* Preloader */
.coda-slider p.loading { padding: 20px; }
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; width:920px; height:33px; margin:0; padding:0; }
.coda-nav ul li { display: inline }
.coda-nav ul li a {
width:136px;
height:33px;
float:left;
list-style:none;
margin: 0 2px 0 0;
background: url(images/slideNavBtnBg.png);
text-align: center;
font-size: 14px;
color: #fff;
line-height: 30px;
font-weight: bold;
}

.tab1 a:hover, .tab2 a:hover, .tab3 a:hover{background-position:bottom left;}
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative; margin: 0 0 0 0 }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav ul .tab1 {display: none;}
#canceledPanel img{
padding:20px 0 0 70px;
}
#carriersList{
width: 80%;
border: 1px solid #ccc;
margin: 0 0 20px 0;
}
#carriersList td{
padding: 5px;
}
#carriersList .row1 td{
background: #efefef;
}

/* ===== @MISC ===================================================== */

#sharingModule { clear: both; }

#social { margin: 10px 0 }
#social h2 { float: left; line-height: 52px; margin-right: 10px }
#social a { margin: 0; padding: 0; }
#formEspanol select { width: 100% }

#formContainer #emailUpdate {width:260px}
#formContainer #emailUpdate input {width:259px}

/* ===== @LOCAL LISTING STYLES ======================================= */

  .localListingsPage #content { width: 630px; margin-right: 20px }

  /*****
    Link page styles
  *****/
  .localListings a {
    display: inline-block;
    width: 160px;
    height: 112px;
    padding: 0;
    margin:0 5px 20px }
  .localListings a:hover { opacity:0.8 }
  .localListings img {
    display: block;
    width: 160px;
    height: 112px;
    margin: 0;
    padding:0 }

  /*****
    Main page
  *****/    
  .localListingsNav li { list-style:none; margin: 5px 0 }
  .localListingsNav li a {
    text-align:center;
    color:#444242;
    font-weight:bold;
    display:block;
    width:215px;
    border:1px solid #969494;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2efef', endColorstr='#cccccc');
    background: -moz-linear-gradient(top,  #f2efef,  #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2efef), to(#cccccc));
    padding: .5em 1em;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    box-shadow: 0 2px 2px rgba(0,0,0,.3);
    -ms-box-shadow: 0 2px rgba(0,0,0,.3);
    text-shadow: 1px 1px rgba(255,255,255,.7) }
    
  .localListingsNav li a:hover, .localListingsNav li a.active {
    background: #afaeae;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2efef', endColorstr='#afaeae');
    background: -moz-linear-gradient(top,  #f2efef,  #afaeae);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2efef), to(#afaeae)) }

/*=== TESTIMONIAL PAGE ===*/
#optionalFields{width:300px}

    #optionalFields li{margin:5px 0 15px 15px;float:none}
    #optionalFields .inputFloat input{float:right}
    .showNone{display:none}
    #hideLabel label{display:none}
    blockquote.testimonialItem{
      background:#fff url(/quoteLeft.png) no-repeat 5px 5px;
      width:275px;
      height:180px;
      border:1px solid #ccc;
      overflow:hidden;
      position:relative;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      -ms-border-radius:5px;
      border-radius:5px}
      
blockquote.testimonialItem.featured{
      background-color:#EFFBFF;
      width:575px;
      height:130px;
      float:none}
      
    blockquote.testimonialItem.featured p{width:570px}
    blockquote h5{margin:0 10px 20px 0 !important}
    .blockQuoteWrapper{margin:10px 11px;float:left}
    blockquote.testimonialItem h5{margin-right:10px;float:right}
    blockquote.testimonialItem a{margin-left:10px;float:left}
    blockquote.testimonialItem span{bottom:0;position:absolute;right:5px}
    blockquote.testimonialItem p{
      width:260px;
      margin:12px 0 10px 0;
      padding-left:10px;
      overflow:hidden;
      text-indent:30px}
    .lengthError{color:#ff0000}
    .almostError{color:#CE7019}
    .showNone{display:none}
    .on{display:block}
    #counter{
      margin:10px 0 0 198px;
      display:block;
      font-size:15px;
      font-weight:bold}
    #paginationBtns{margin:20px 0 25px 0;text-align:center}
    #testimonailInterior h5{margin:0 0 3px 0}
    .extraHeadings{margin:20px 0}
    #testimonailInterior #boxStyle{
      background:#fff;
      margin:0 0 20px 0;
      padding:0 10px;
      border:1px solid #ccc;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      -ms-border-radius:5px;
      border-radius:5px}
    #testimonialBlurb{width:293px !important;height:90px}

/*=== GENERAL ITEMS ===*/
 /* Editor UI */
.editItemBox{
  background:#f0f0f0;
  margin:0 0 20px 0;
  padding:20px;
  border:#ccc 1px solid;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px}
.editItemBox p strong{padding:0 10px 0 0}
.editItemBox input,.editItemBox select,.editItemBox textarea{
  padding:2px;
  border:1px solid #ccc;
  -webkit-border-radius:5px !important;
  -moz-border-radius:5px !important;
  -ms-border-radius:5px !important;
  border-radius:5px !important}
#addItemControl{margin:-43px 19px 0 0;float:right}
#addItemControl a{
  background:#ddd;
  background:-moz-linear-gradient(top,#eee,#bbb);
  background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#bbb));
  width:100px;
  height:30px;
  border:#999 1px solid;
  display:block;
  font-weight:bold;
  line-height:30px;
  outline:none;
  text-align:center;
  text-decoration:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
  -ms-box-shadow:0 1px 3px rgba(0,0,0,.3);
  box-shadow:0 1px 3px rgba(0,0,0,.3)}
#addItemControl a:hover{
  background:#eee;
  background:-moz-linear-gradient(top,#fff,#ddd);
  background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
  color:#777;
  border-color:#bbb}
#addItemControl a:active{
  background:#aaa;
  background:-moz-linear-gradient(top,#999,#bbb);
  background:-webkit-gradient(linear,left top,left bottom,from(#999),to(#bbb));
  color:#333;
  border-color:#777}
.innerError{color:#ff0000}


#fade {
  clear: both;
  display: block;
  height: 80px !important;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px;
  width: 288px }

#fade .panel { width: 288px }
#fade .panel p { padding-bottom: 10px; width: 288px }
#fade .panel p.testimonial { padding: 5px 0 }
#fade .panel p.name { float: right; text-align: right }
#fade .panel a {
  margin: 0 22px;
  text-align: center;
  width: 240px }

.siteBtnUI{
    background:#c8c8c5;
    background:-moz-linear-gradient(top,#E9E9E8,#C4C2C4);
    background:-webkit-gradient(linear,left top,left bottom,from(#E9E9E8),to(#C4C2C4));
    border:1px solid #aaa;
    color:#264064 !important;
    font:700 12px/1 Georgia,'Times New Roman',Times,serif !important;
    text-shadow:0 1px 0 #eee;
    text-decoration:none;
    padding:6px !important;
    display:inline-block !important;
    -moz-border-radius:7px;
    -ms-border-radius:7px;
    border-radius:7px;
    -moz-box-shadow:0 2px 3px rgba(0,0,0,.3);
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,.3);
    -ms-box-shadow:0 2px 3px rgba(0,0,0,.3);
    box-shadow:0 2px 3px rgba(0,0,0,.3)}
.siteBtnUI:hover{
    background:#f4f4f4;
    background:-moz-linear-gradient(top,#fff,#ddd);
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
    border:1px solid #ccc;
    text-decoration:none}
