/* *************************** 
  Site - Access
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
  margin: 0;
  padding: 0;
}
a {
  color:#858378;
  text-decoration:none;
}
a:hover {
  color:#858378;
  text-decoration:underline;
}
img {
  border:0;
}
fieldset {
  border:none;
}
ul li {
  list-style:none;
}
.clear {
  clear:both;
  height:0;
  font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#858378;
  text-align:left;
  background:#FFF url(/images/bg_body.png) left top repeat-x;
}
#container{
  width:100%;
  width:expression(document.body.clientWidth < 1160 ? "1120px" : "100%" );
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header{
  height:195px;
  padding-right:47px;
}
#header .header_inner{
  width:100%;
  min-width:1060px;
  
  height:195px;
  position:relative;
}
#header h1{
  width:194px;
  height:149px;
  float:left;
}
#header h1 a{
  display:block;
  text-indent:-9999px;
  outline-style:none;
  background:url(/images/logo.png) no-repeat;
  width:194px;
  height:149px;
}
.header_img{
  float:left;
}
.main_nav{
  min-width:826px;
  padding-left:234px;
  height:46px;
  clear:both;
  background:url(/images/bg_header.png) left bottom repeat-x;
}
.main_nav ul{
  min-width:860px;
  height:46px;
  font-family:Helvetica, Arial, sans-serif;
}
.main_nav ul li{
  float:left;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  padding:14px 15px 0px 15px;
}
.main_nav ul li a{
  color:#000;
}
.main_nav ul li a:hover{
  color:#fff;
  text-decoration:none;
}
.main_nav ul li.selected a{
  color:#fff;
  text-decoration:none;
}
.header_form_box{
  position:absolute;
  top:203px;
  right:0px;
}
.header_form_box .input_box{
  vertical-align:middle;
  width:148px;
  height:18px;
  font-size:11px;
  color:#231f20;
  font-family:Helvetica, Arial, sans-serif;
  padding:6px 4px 0px 8px;
  background:#FFF;
  border:none;
}
.header_form_box .go_button{
  vertical-align:middle;
  border:none;
  cursor:pointer;
  background:url(/images/bg_go_button.png) left top no-repeat;
  width:38px;
  height:24px;
  margin-left:5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#FFF;
}
.header_form_box .go_button:hover{background:url(/images/bg_go_button.png) left bottom no-repeat;}
/* *************************** 
   $4 Content Styles
   ***************************/
#content{
  width:100%;
  overflow:hidden;
  min-width:1060px;
  padding-bottom:36px;
}
#maincontent{
  margin-left:197px !important; 
  margin-left:194px;
  padding-right:47px;
  padding-top:32px;
}
.maincontent_inner{
  width:99.6%;
  overflow:hidden;
}
.home_box{
  width:49.8%;
  float:left;
}
.home_box .home_box_inner{
  padding-left:30px;
}
.home_box .home_box_inner h2{
  font-size:20px;
  font-weight:normal;
  color:#d80000;
  padding-bottom:12px;
  line-height:20px;
}
.home_box .home_box_inner p{
  font-size:12px;
  color:#858378;
  padding-bottom:12px;
}
.home_box .home_box_inner p.special_p{
  color:#494738;
  font-size:15px;
}
.home_box .home_box_inner ul{
  padding-bottom:12px;
}
.home_box .home_box_inner ul li{
  padding:3px 0px 3px 16px;
  background:url(/images/bg_list_box_li.png) left 7px no-repeat;
  color:#d70000;
}
.home_box .home_box_inner ul li a{
  color:#d70000;
}
.home_box .home_box_inner ul li a:hover{
  color:#d70000;
}
.home_box .home_box_inner span{
  display:block;
  padding-bottom:28px;
}
.home_box .home_box_inner span a{
  display:block;
  width:101px;
  height:26px;
  border-bottom:1px solid #d70000;
  border-top:1px solid #d70000;
  line-height:26px;
  text-align:center;
  font-size:15px;
  color:#d70000;
}
.home_box .home_box_inner span a:hover{color:#d70000;}
.home_box .home_box_inner .box{
  border-top:1px solid #d70000;
  padding-top:16px;
}
.home_box .home_box_inner .text_box{
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  padding:16px 0px;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom:30px;
  margin-top:10px;
}
.home_box .home_box_inner .text_box p{
  font-size:15px;
  padding:0px;
  color:#000000;
  padding-bottom:8px;
}
.home_box .home_box_inner .text_box label{
  font-size:10px;
  color:#858378;
  text-transform:uppercase;
}

.contactus{
  padding-left:52px;
}
.contactus h2{
  font-size:20px;
  font-weight:normal;
  color:#d80000;
}
.contactus h3{
  font-size:15px;
  font-weight:normal;
  color:#494738;
  padding-top:36px;
  padding-bottom:16px;
}
.contactus h4{
  font-size:15px;
  font-weight:normal;
  color:#494738;
  padding-top:16px;
}
.contactus p{
  font-size:12px;
  color:#858378;
  padding-bottom:16px;
  line-height:17px;
}
.contactus ul{
  overflow:hidden;
  width:540px;
  padding-top:20px;
}
.contactus ul li{
  width:100%;
  float:left;
  overflow:hidden;
  padding:10px 0px;
}
.contactus ul li label{
  display:block;
  width:230px;
  float:left;
  text-align:right;
  padding-right:20px;
  font-size:12px;
  padding-top:8px;
  color:#6b6b6b;
}
.contactus ul li label b{ color:#eb1c24;}
.contactus ul li label.c1{ padding-top:43px;}
.contactus ul li .input_box{
  vertical-align:middle;
  width:273px;
  height:21px;
  font-size:12px;
  color:#231f20;
  font-family:Helvetica, Arial, sans-serif;
  padding:5px 4px 0px 8px;
  background:#FFF;
  border:1px solid #c6c6c6;
}
.contactus ul li textarea{
  vertical-align:middle;
  width:273px;
  height:100px;
  font-size:12px;
  color:#231f20;
  font-family:Helvetica, Arial, sans-serif;
  padding:5px 4px 0px 8px;
  background:#FFF;
  border:1px solid #c6c6c6;
}
.contactus ul li .submit_button{
  display:block;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#FFF;
  background:#d01a24;
  border:none;
  padding:3px 5px;
  cursor:pointer;
}
.contactus ul li .submit_button:hover{background:#b20a14;}
img.left_img{
  display:block;
  float:left;
  margin-right:28px;
  margin-top:5px;
}
img.right_img{
  display:block;
  float:right;
  margin-left:26px;
}
.list_box{
  width:90%;
  overflow:hidden;
}
.list_box ul{
  width:130px;
  float:left;
  padding-left:19px;
}
.list_box ul li{
  padding:0px 0px 4px 16px;
  background:url(/images/bg_list_box_li.png) left 5px no-repeat;
}
.list_box ul li a{ color:#d80000;}
.list_box ul li a:hover{ color:#d80000;}
.contactus .contactus_inner p{
  color:#4a4839;
}
.contactus .contactus_inner p a{color:#d80000;}
.contactus .contactus_inner p a:hover{color:#d80000;}
.contactus .contactus_inner{
  padding-top:26px;
}
.contactus .contactus_inner h5{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#4a4839;
  padding-bottom:12px;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
  padding-top:6px;
  float:left;
  width:194px;
}
.sidebar_nav{
  width:100%;
  height:239px;
  background:url(/images/bg_sidebar_nav.png) left top no-repeat;
  font-family:Helvetica, Arial, sans-serif;
}
.sidebar_nav h3{
  font-size:12px;
  color:#231f20;
  text-align:center;
  padding-top:30px;
  line-height:13px;
}
.sidebar_nav ul{
  width:175px;
  margin:0px auto;
  padding-top:21px;
}
.sidebar_nav ul li{
  height:16px;
  line-height:16px;
  margin-top:3px;
  font-size:10px;
  text-transform:uppercase;
}
.sidebar_nav ul li a{
  padding-left:13px;
  color:#939598;
}
.sidebar_nav ul li a:hover{
  text-decoration:none;
  background:url(/images/bg_sidebar_nav_li_a.png) 5px 3px no-repeat;
  color:#ed1c24;
}
.sidebar_nav ul li a.selected{
  text-decoration:none;
  background:url(/images/bg_sidebar_nav_li_a.png) 5px 3px no-repeat;
  color:#ed1c24;
}
.sidebar_nav ul li#nav_1{
  background:url(/images/bg_sidebar_nav_li.png) left top no-repeat;
}
.sidebar_nav ul li#nav_2{
  background:url(/images/bg_sidebar_nav_li.png) left -19px no-repeat;
}
.sidebar_nav ul li#nav_3{
  background:url(/images/bg_sidebar_nav_li.png) left -38px no-repeat;
}
.sidebar_nav ul li#nav_4{
  background:url(/images/bg_sidebar_nav_li.png) left -57px no-repeat;
}
.sidebar_nav ul li#nav_5{
  background:url(/images/bg_sidebar_nav_li.png) left -76px no-repeat;
}
.sidebar_nav ul li#nav_6{
  background:url(/images/bg_sidebar_nav_li.png) left -95px no-repeat;
}
.sidebar_nav ul li#nav_7{
  background:url(/images/bg_sidebar_nav_li.png) left -114px no-repeat;
}
#sidebar img{
  display:block;
  margin-top:4px;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{
  background:#eeeeea;
  font-family:Arial, Helvetica, sans-serif;
}
#footer h1{
  width:227px;
  height:89px;
  float:left;
}
#footer h1 a{
  display:block;
  text-indent:-9999px;
  outline-style:none;
  background:url(/images/footer_logo.png) no-repeat;
  width:227px;
  height:89px;
}
#footer .box{
  float:left;
  width:225px;
}
#footer .box h3{
  font-size:20px;
  font-weight:normal;
  padding-bottom:5px;
  color:#858378;
}
#footer .box ul li{
  font-size:12px;
  padding:3px 0px;
}
#footer .box ul li a{ color:#858378;}
#footer .box ul li a:hover{ color:#858378;}
#footer .box p{
  padding-top:30px;
}
.footer_inner{
  width:1060px;
  min-width:1060px;
  background:#eeeeea;
  overflow:hidden;
  padding:20px 0px 40px 0px;
}
#footer .box.special_box{
  width:120px;
}
.sidebar_nav { height: auto; padding-bottom: 32px; background-color: #909295; }
.sidebar_nav ul li { background: transparent url(/images/bg_sidebar_nav_li.png) no-repeat scroll left top; overflow: hidden; }

.sidebar_nav h3 a:hover { text-decoration: none; color: #ED1C24; }

#footer h3 { padding-top: 0; }

blockquote * { quotes: ''; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after { content: '\201D'; }

ol.search-results h2 { margin-bottom: 3px; }
ol.search-results h2 a { color: #ED1C24; }
ol.search-results p.excerpt { color: #aaa; }
ol.search-results strong.highlight { color: #858378; }
ol.search-results h2 a strong.highlight { color: #ED1C24; }

dl dt { font-weight: bold; font-size: 14px; padding-bottom: 6px;}
dl dd { padding-bottom: 18px;}

#maincontent ul { padding-left: 1.5em; list-style: disc outside none;}
#maincontent ul li { float: none; overflow: visible; width: auto; padding: 3px 0; margin: 0; list-style: disc outside none;}
#maincontent ol { padding-left: 1.5em; list-style: decimal outside none;}
#maincontent ol li { float: none; overflow: visible; width: auto; padding: 3px 0; margin: 0; list-style: decimal outside none;}

.home_box .home_box_inner ul li { background: none; }

#maincontent ul.testimonials { list-style: none; padding: 0 0 0 40px; margin: 16px 0 0; width: 660px; }
#maincontent ul.testimonials li { list-style: none; border-top: 1px solid #D70000; padding: 16px 0 0 0; margin: 0;}
#maincontent ul.testimonials li:last-child { border-bottom: 1px solid #D70000;}
#maincontent ul.testimonials blockquote { color: #333; padding: 0 10px;}
#maincontent ul.testimonials blockquote p { color: #333; }

#header .header-grab-container { width: 878px; height: 149px; overflow: hidden; }

.sidebar_nav h3 { font-weight: bold; }
.sidebar_nav ul li a { width: 100%; display: block;}

#container { width:1119px; }
#footer { margin-right: 47px; }

ul.header-images .caption { position: absolute; left: 0px; bottom: 0px; width: 678px; background: black; background: rgba(0,0,0,0.7); text-align: center; color: #fff; padding: 3px 100px; font-size: 13px; letter-spacing: 0.04em; }
ul.header-images .caption p { color: #fff; padding-bottom: 4px; }

form.quote_request input.text, form.quote_request textarea { border: 1px solid #ccc; background: white; color: black; padding: 5px 10px; width: 300px; }
form.quote_request input.text:focus, form.quote_request textarea:focus { border-color: #999; background: #eee; }
form.quote_request select { width: 320px; }
form.quote_request textarea { font: 12px Arial, Helvetica, sans-serif; height: 200px; }
#quote_request_phone { width: 225px; }
#quote_request_ext { width: 50px; }

form.quote_request button { background: #d01a24; color: white; border: none; font-size: 14px; text-transform:uppercase; padding: 5px 20px; }
form.quote_request button:hover { background: #b20a15; }

form.quote_request input.invalid { background-color: #ffdddd; border-color: red; }
form.quote_request .error { display: block; font-size: 11px; color: red; }

:focus{outline:0;}

/*Center the website*/
#container{width:1072px;margin:0 auto;}
#header{padding-right:0px;width:1072px;float:left;}
#header .header_inner{width1072px;float:left;}
#header .header-grab-container{float:right;width:878px;}
#content{width:1072px;float:left;}
#maincontent{width:875px;float:right;padding-right:0px;margin-left:0px!important;}
#footer{margin-right:0px;float:left;width:1072px;}
#sidebar{float:left;}

/* There is no justification for this... */
.home_box .home_box_inner p { text-align: justify; }

.leaving { position: absolute; width: 40%; background-color: #D80000; top: 220px; left: 30%; padding-top: 30px; }
.leaving a.close { background-image:url(/images/x.gif); background-repeat:no-repeat; display:block; position: absolute; top: 0; right: 0; height:24px; text-indent:-9999px; width:24px; }
.leaving p { color: white; margin: 4px 20px 16px; padding: 0; }
.leaving p label { color: #999; }
.leaving a.continue { display: block; position: absolute; right: 20px; bottom: 10px; background-color: white; color: #d80000; font-weight: bold; padding: 3px 10px; text-decoration: none; border: 1px solid white; }
.leaving a.continue:hover { background-color: #d80000; color: white; }

.advantage { padding-right: 290px; }

.testimonials-long { float: right; border-left: 1px solid rgb(221, 221, 221); padding-left: 20px; height: 500px; width: 240px; margin-top: 30px; }
.testimonials-long .testimonials-long-container { height: 450px; width: 240px; background: none repeat scroll 0% 0% rgb(244, 244, 244); overflow: hidden; position: relative; }
.testimonials-long .testimonials-long-scroll { position: absolute; top: 0px; display: block; padding: 0pt 10px; }
.testimonials-long blockquote { margin: 20px 0; font-style: italic; border-bottom: 1px solid #ccc; }