/*
 * Project:		RER Fuel Services
 * Date:		2009/08/15
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { padding: 0 0 25px; background: #fff; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #646464; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

a { color: #e36000; text-decoration: underline; }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { width: 975px; margin: 0 auto; }
 #top { overflow: hidden; width: 100%; padding: 10px 0 5px; }
  #logo { display: inline; float: left; margin: 0 0 0 25px; }
   #logo a { }
    #logo a img { display: block; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
  #nav { float: right; margin: 15px 0 0; clear: right;}
   #nav ul { float: left; list-style: none; margin: 0; padding: 0; background: url(../images/nav-bg-a.gif) 0 100% repeat-x; }
    #nav ul li { display: inline; float: left; margin: 0 0 0 50px; font-size: 1.4em; font-weight: bold; }
    #nav ul li:first-child,
    #nav ul li.first { margin-left: 0; }
     #nav ul li a { float: left; padding: 5px 0; border-bottom: 3px solid #ece8df; color: #000; text-decoration: none !important; }
     #nav ul li a:hover,
     #nav ul li a:focus,
     #nav ul li a:active { border-bottom-color: #7e441a !important; color: #7e441a; }
     #nav ul li.selected a { border-bottom-color: #e36000 !important; color: #e36000 !important; }
     #nav ul li em { position: absolute; left: -10001px; top: -10001px; }
 #content { overflow: hidden; width: 100%; }
  #primary { float: left; width: 690px; }
  #secondary { float: right; width: 275px; }
 #footer { overflow: hidden; padding: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f7f4ef; }
 * html #footer { overflow: visible; height: 1%; }
  #footer p { float: right; margin: 0; font-size: 1.1em; }
  #footer p.first { float: left; }

#oil_credit {width: 250px; float: right; font-size: 11px; margin-top: 5px;}

/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { color: #555; line-height: 1.2; }
h1 { font-size: 1.8em; font-weight: normal; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

h1.a, h2.a, h3.a, h4.a, h5.a { padding: 10px 15px; color: #e36000; border: 1px solid #f6f2ec; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f9f6f1; font-size: 1.8em; }
h1.b, h2.b, h3.b, h4.b, h5.b { color: #333; font-size: 1.4em; font-weight: bold; text-transform: uppercase; }
h1.c, h2.c, h3.c, h4.c, h5.c { padding: 0 0 2px; border-bottom: 3px solid #ece8df; color: #333; font-size: 1.4em; font-weight: bold; text-transform: uppercase; }

/* containers */

div.areas-a { }
 div.areas-a ul { overflow: hidden; width: 100%; }
  div.areas-a ul li { float: left; width: 90px; padding-right: 5px; }

div.box-a { margin: 0 0 15px; padding: 7px; border: 1px solid #f6f2ec; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f9f6f1; }
 div.box-a-inner { padding: 10px 10px 1px; border: 1px solid #ebe4d7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #FEE45A; }
  
div.box-b { margin: 0 0 15px; padding: 5px; border-bottom: 1px solid #d7cab3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fff; min-height: 350px;}
 div.box-b h2 { margin: 0 0 5px; color: #e36000; text-align: center; }
 div.box-b p.image { margin: 0 0 5px; }
  div.box-b p.image img { padding: 2px; border: 1px solid #ebe4d7; }
 div.box-b p { margin: 0 0 5px; }
 div.box-b p.more { padding: 0 10px 0 0; font-weight: bold; text-align: right; text-transform: lowercase; }
  div.box-b p.more a { padding: 0 0 0 10px; background: url(../images/bullet-b.gif) 0 50% no-repeat; text-decoration: none; }
  
div.content-a { padding: 0 20px; }

div.contact-a { }
 div.contact-a h2 {height: 25px; color: #000; font-size: 2.5em; margin-left: 45px;}
#phone_number {height: 40px; background: url(../images/telephone_black_35.png) no-repeat; border-bottom: 1px solid #000; }

 div.contact-a p.intro { margin: 10px 0; font-size: 1.1em; font-weight: bold; text-transform: uppercase; color: #000; }
 div.contact-a p { margin: 0 0 5px; overflow: hidden; width: 100%; font-size: 1.1em; }
  div.contact-a p label { float: left; width: 60px; padding: 0 5px 0 0; color: #000; font-weight: bold; text-align: right; }
  * html div.contact-a p label { width: 55px; }
  div.contact-a p input { width: 165px; margin: 0; padding: 2px; border: 1px solid #e5e1d6; background: #fff; }
  div.contact-a p textarea { overflow: auto; width: 165px; height: 60px; padding: 2px; border: 1px solid #E5E1D6; background: #fff; }
 div.contact-a p.submit { margin-bottom: 10px; margin-top: 10px; }
  div.contact-a p button { display: block; overflow: hidden; width: 75px; height: 22px; float: right; border: none; background: url(../images/submit_btn_2.png) no-repeat; font-size: 0; text-indent: -10001px; }

div.contact-a p.emergency {text-transform: uppercase; margin: 0 0 10px; font-size: 1.5em; font-weight: bold; text-align: center; color: #000; line-height: 120%;}
.red {color: #C1272D;}
/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* lists */

ul.bulleted-a { list-style: none; margin: 0 0 15px; padding: 0; }
 ul.bulleted-a li { margin: 0 0 5px; padding: 0 0 0 20px; background: url(../images/bullet-a.gif) 2px 5px no-repeat; }
  
/* buttons */

a.button-a { display: -moz-inline-stack; display: inline-block; padding: 5px 15px; border: 1px solid #ed7307; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ee6526 url(../images/button-a.gif) repeat-x; color: #fff !important; line-height: 1; text-decoration: none !important; text-shadow: #ee6626 0 -1px 0; }
* html a.button-a { display: inline; zoom: 1; }
*:first-child+html a.button-a { display: inline; zoom: 1; }

/* other */

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
  
/* ELEMENTS
------------------------------------------- */

#home { overflow: hidden; margin: 0 0 15px; border: 1px solid #f5f2eb; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f9f6f1; }
* html #home { overflow: visible; height: 1%; }
 #home div.triplets { display: inline; float: left; margin: 7px 0 7px 7px; padding: 7px 7px 7px 0; background: #f1ebdf; }
  #home div.triplets div.box-b { display: inline; float: left; width: 212px; margin: 0 0 0 7px; padding-top: 7px; }
   #home div.triplets div.box-b h2 { height: 29px; background: url(../images/home-headers.png) no-repeat; text-indent: -10001px; }
   #home div.triplets div.box-b h2.cooling { background-position: -210px 0; }
   #home div.triplets div.box-b h2.heating { background-position: -420px 0; }
   #home div.triplets div.box-b h2 { background: url(../images/home-headers.png) no-repeat; text-indent: -10001px; }
 #home div.contact-a { float: right; width: 259px; border: none; margin-bottom: 0; padding-left: 0; border-color: #f9f6f1; }

/* contact-form */

form.a { display: block; margin: 0; padding: 0; font-family: Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }
 form.a h3 { font-size: 1.4em; font-weight: bold; font-family: Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }
 form.a p { overflow: hidden; width: 100%; }
  form.a p label { float: left; width: 110px; padding: 6px 15px 0 0; }
  form.a p input { padding: 5px; width: 275px; border: 1px solid #ebe9e2; font: 14px/1.2 Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }
  form.a p select { padding: 5px; border: 1px solid #ebe9e2; font: 14px/1.2 Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }
  form.a p textarea { overflow: auto; padding: 5px; width: 275px; height: 100px; border: 1px solid #ebe9e2; font: 14px/1.2 Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }
  form.a p img { display: block; margin: 10px 0 0; }
 form.a p.tick-a { }
  form.a p.tick-a label { float: none; width: auto; padding: 0; line-height: 20px; vertical-align: middle; }
  form.a p.tick-a input { width: 20px; height: 20px; margin: 0; padding: 0; border: none; vertical-align: middle; }
 form.a p.submit { width: auto; padding-left: 125px; font-size: 1.4em; font-weight: bold; }
 * html form.a p.submit { text-indent: 3px; }
  form.a p.submit button { position: relative; height: 26px; padding: 0 20px; border: none; background: #09467c; color: #fff; font: bold 14px/26px Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; }

select.cat_dropdown, select.cat_listbox {width: 170px; background:none repeat scroll 0 0 #fff; border:1px solid #E5E1D6; margin:0; padding:2px;}
  
/* post */

div.post-a { margin: 0 0 30px; }
 div.post-a p.date { margin: 0 0 2px; color: #e36000; font-weight: bold; text-transform: uppercase; }
 div.post-a h1,
 div.post-a h2 { color: #5a5a5a; font-size: 1.8em; font-weight: normal; }
  div.post-a h1 a,
  div.post-a h2 a { color: #5a5a5a; text-decoration: none !important; }
 div.post-a p.info { clear: both; width: 100%; padding: 10px 0 0; color: #e36000; font-family: Verdana,Geneva,sans-serif; }
  div.post-a p.info span { padding: 0 3px; color: #e46a10; }
  div.post-a p.info strong { font-weight: normal; text-transform: uppercase; }

div.comments-a { width: 500px; margin: 20px 0 30px; border: 1px solid #ebe4d7; }
.js div.comments-a { display: none; }
 div.comments-a p.side { float: right; padding: 12px 10px 0 15px; font-size: 0.9em; }
 div.comments-a h2 { margin: 0; padding: 10px; background: #f9f6f1; color: #e36000; font-size: 1.4em; font-weight: bold; text-transform: uppercase; }
 div.comments-a p.empty { margin: 0; padding: 10px; }
 div.comments-a div.comment { padding: 10px; border-top: 1px solid #f0ece4; background: #fafafa; }
 div.comments-a div.alt { background: #fff; }
  div.comments-a div.comment p.author { margin: 0 0 5px; color: #e36000; text-transform: uppercase; }
   div.comments-a div.comment p.author a { text-decoration: none; }
  div.comments-a div.comment blockquote { margin: 0; padding: 0; }
   div.comments-a div.comment blockquote p { margin: 0; }
   
div.add-comment-a { margin: 0 0 30px; padding: 0 11px; }
.js div.add-comment-a { display: none; }
 div.add-comment-a h2 { margin: 0 -11px 15px; color: #e36000; font: bold 1.6em/1.25 Arial,Helvetica Neue,Helvetica,sans-serif; }
 div.add-comment-a p { }
  div.add-comment-a p label { float: left; width: 80px; padding: 1px 10px 0 0; }
  div.add-comment-a p input { width: 200px; padding: 3px; border: 1px solid #eceae3; }
  div.add-comment-a p textarea { width: 480px; height: 100px; padding: 3px; border: 1px solid #eceae3; }
  div.add-comment-a p button { position: relative; height: 26px; padding: 0 20px; border: none; background: #e36000; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; }
 div.add-comment-a p.captcha { }
  div.add-comment-a p.captcha label { display: block; float: none; width: auto; margin: 0 0 10px; }
  div.add-comment-a p.captcha input { margin: 0 10px 0 0; vertical-align: middle; }
  div.add-comment-a p.captcha img { vertical-align: middle; }
 div.add-comment-a p.message { }
  div.add-comment-a p.message label { display: block; float: none; width: auto; margin: 0 0 10px; }

/* sidebar */  
   
div.BlogRecentPost { }
 div.BlogRecentPost ul { list-style: none; margin: 0 0 15px; padding: 0; }
  div.BlogRecentPost ul li { margin: 0 0 5px; }
  
div.BlogPostArchive { }
 div.BlogPostArchive ul { list-style: none; margin: 0 0 15px; padding: 0; }
  div.BlogPostArchive ul li { margin: 0 0 5px; }
  
div.BlogTagCloud { margin: 0 0 15px; font-size: 1em; word-spacing: 10px; line-height: 22px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; vertical-align: baseline; }
 div.BlogTagCloud a { font-size: 1.1em; text-decoration: none; word-spacing: 0; }
 div.BlogTagCloud a:hover,
 div.BlogTagCloud a:focus,
 div.BlogTagCloud a:active { text-decoration: underline; }
 div.BlogTagCloud a.BlogTagCloud-XX-Small { font-size: 1em; }
 div.BlogTagCloud a.BlogTagCloud-X-Small { font-size: 1.1em; }
 div.BlogTagCloud a.BlogTagCloud-Small { font-size: 1.2em; }
 div.BlogTagCloud a.BlogTagCloud-Medium { font-size: 1.4em; }
 div.BlogTagCloud a.BlogTagCloud-Large { font-size: 1.6em; }
 div.BlogTagCloud a.BlogTagCloud-X-Large { font-size: 1.8em; }
 div.BlogTagCloud a.BlogTagCloud-XX-Large { font-size: 2.4em; }
 
div.list-a { }
 div.list-a ul { list-style: none; margin: 0 0 15px; padding: 0; }
  div.list-a ul li { margin: 0 0 5px; }
 
/* newsletter */

form.newsletter-a { width: 450px; height: 90px; padding: 0 0 5px; }
 form.newsletter-a h2 { margin: 0 0 10px; color: #09467c; font-size: 1.8em; }
  form.newsletter-a h2 span { color: #4ea4ba; }
 form.newsletter-a p { position: relative; width: 100%; margin: 0 0 5px; }
  form.newsletter-a p label { font-size: 0.83em; }
  .js #header form.newsletter p label { position: absolute; left: 5px; top: 5px; }
  form.newsletter-a p input { width: 225px; height: 20px; margin: 0 5px 0 0; padding: 4px 4px 0; border: 1px solid #e3e4e4; font-size: 12px; vertical-align: middle; }
  form.newsletter-a p button { position: relative; height: 26px; padding: 0 20px; border: none; background: #09467c; color: #fff; font: bold 12px/26px Trebuchet MS,Helvetica Neue,Helvetica,sans-serif; text-transform: uppercase; vertical-align: middle; }
  
/* messages */

div.webform-results { }
 div.webform-results table { }
  div.webform-results table th,
  div.webform-results table td { padding: 0 5px 5px 0; border: none; }
  
/* helpers */
 
li.separate { display: block !important; overflow: hidden !important; clear: both !important; float: none !important; width: 100% !important; height: 1px !important; min-height: 0 !important; margin: -1px 0 0 !important; padding: 0 !important; font-size: 1px !important; text-align: left !important; text-indent: -10001px !important; }