/* --------------------------------------------------------------- 
    Laurel Builders CSS
    by Arik Jones
    */
    @import "reset.css";
    @import "grid.css";
    @import "lightbox.css";
    /*
------------------------------------------------------------------ */



* html #header h1.logo  {
  behavior: url(iepngfix.htc);
}
body {
  margin: 0; padding: 0;
  background: #ECD7C4 url("/images/primary_bg.jpg") top left repeat-x;
  text-align: center;
}
html {
  background: #f5e1cd;
  padding-bottom: 100px;
}


/*  =Layout
------------------------------------------------------------------ */
#wrapper {
  width: 830px;
  margin: 0 auto;
}


/*  =Header
------------------------------------------------------------------ */
#header h1.logo {
  position: relative;
  z-index: 999;
  float: left;
  margin: 15px 0 0 -5px;
  width: 214px;
  height: 150px;
  background: url("/images/laurel_builders_logo.png") top left no-repeat;
  
}

/*  =Navigation
------------------------------------------------------------------ */
ul#navigation {
  position: relative;
  margin: 0;
  padding: 76px 0 0;
}
ul#navigation li {
  float: left;
  display: inline;
  margin-right: 4px;
}
ul#navigation li a {
  float: left;
  font: bold 14px Arial, Tahoma, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #31292c url("/images/nav_right_bg.jpg") bottom right no-repeat;
  opacity: 0.40;
  filter: alpha(opacity=40);
}
ul#navigation li a span {
  padding: 11px 12px 12px;
  display: block;
  background: url("/images/nav_left_bg.jpg") bottom left no-repeat;
}
ul#navigation li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/*  =Subheader
------------------------------------------------------------------ */
#subheader {
  position: relative;
  top: -43px;
  z-index: 2;
  width: 860px;
  height: 265px;
  background-position: top left;
  background-repeat: no-repeat;
}
.homepage #subheader            { background-image: url("/images/hp_subheader_bg.jpg"); }
.interior div.about_us          { background-image: url("/images/about_subheader_bg.jpg"); }
.interior div.contact_us        { background-image: url("/images/contact_subheader_bg.jpg"); }
.interior div.testimonials      { background-image: url("/images/testim_subheader_bg.jpg"); }
.interior div.portfolio         { background-image: url("/images/portf_subheader_bg.jpg"); }

.homepage #subheader div#collage {
  position: absolute;
  left: 50%;
  z-index: -2;
  margin: 112px 0 0 -425px;
  width: 850px;
  height: 246px;
  background: url("/images/photo_collage.jpg") top center no-repeat;
}

/*  =Content
------------------------------------------------------------------ */
#content {
  margin-left: 16px;
  text-align: left;
}
.homepage #content {
  margin-top: 65px;
  padding: 0 0 30px;
}
.interior #content {
  position: relative;
  z-index: 3;
  margin-top: -185px;
  padding: 0 0 30px;
}
#content div#main {
  width: 548px;
  max-width: 830px;
  float: left;
}
#content div#main.full {
  width: 830px;
}
#content div#sidebar {
  width: 266px;
  float: left;
  margin-left: 16px;
}
#content div#sidebar ul {
  padding-top: 8px;
}
#content div#sidebar ul li.section {
  position: relative;
  list-style-type: none;
  z-index: 199;
  width: 266px;
  padding: 16px 0px 0 0px;
  margin: -8px 0 20px;
  background: #fff2e9 url("/images/sb_section_top.jpg") top left no-repeat;
}
#content div#sidebar ul li.section div.content {
  padding: 6px 16px 6px;
  background: url("/images/sb_section_btm.jpg") bottom left no-repeat;
}
#content div#sidebar .section h3 {
  
}



/*  =Portfolio
------------------------------------------------------------------ */
.content.portfolio h2 {
  color: #8c6944;
}
.content.portfolio h2 a span {
  font-size: 14px;
  color: #AF9E8E;
  display: none;
}
.content.portfolio h2 a:hover span {
  display: inline;
}
#content .portfolio {
  background-image: none;
}
.portfolio a {
  color: #4e1229;

/*  text-decoration: none;*/
/*  border-bottom: 2px solid #CEB8A3;*/
}
.portfolio a.back {
  font-size: 12px;
  font-weight: bold;
}
.portfolio a:hover {
  color: #8c6944;
  text-decoration: none;
}
.portfolio ul.project {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px solid #DFCAB5;
}
.portfolio ul.project li {
  width: 70px;
  height: 65px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding: 0;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid #CFBAA8;
  float: left;
}
.portfolio ul.project li a {
  float: left;
  width: 70px;
  height: 65px;
  display: block;
}
.portfolio ul.project li.last {
/*  margin-right: 0;*/
}
#sidebar ul.project {
  padding-left: 8px;
}
#sidebar ul.project li, #sidebar ul.project li a {
  width: 70px;
  height: 65px;
}

/*  =Formatting
------------------------------------------------------------------ */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: Georgia;
  color: #864401;
  letter-spacing: -1px;
}
.content h1 { font-size: 28px; margin-bottom: 1em; }
.content h2 { font-size: 24px; margin-bottom: 1em; }
.content h3 { font-size: 22px; margin-bottom: 1em; }
.content h4 { font-size: 20px; margin-bottom: 1em; color: #8c6944; }
.content h5 { font-size: 16px; margin-bottom: 0.8em; color: #8c6944; }
.content h6 { font-size: 14px; margin-bottom: 0.8em; }

.content p {
  margin: 0 0 15px; 
/*  padding-bottom: 15px;*/
  font-family: Tahoma, Arial;
  font-size: 14px;
  color: #3a3134;
  line-height: 22px;
  clear: left;
}
.content blockquote {
  padding: 7px;
  display: block;
  width: auto;
/*  position: relative;*/
/*  background: #DFC9B5;*/
  color: #3a3134;
}
.content blockquote p {
  font-style: italic;
  font-size: 13px;
  color: #6F645A;
}
.content ul {
  padding-left: 0px;
/*  color: #3a3134;*/
  color: #4F4549;
  font-family: Tahoma, Arial;
}
.content ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  margin-left: 20px;
}


/* --- =Custom Formatting --- */
#sidebar.content p {
  font-size: 12px;
  line-height: 20px;
}
#sidebar.content p a, #content blockquote.testimonial a {
  color: #4e1229;
}
#sidebar.content li#insured p {
  color: #8b7b6c;
  font-weight: bold;
}
#content ul#services li {
  font-size: 14px;
  margin-bottom: 12px;
}
#content div.testimonial {
  padding: 10px;  
  width: 528px;
/*  display: none;*/
/*  float: left;*/
/*  margin-bottom: 15px;*/
}
#content div.testimonial p {
  font-style: italic;
  font-size: 13px;
  color: #6F645A;
}
#content div.testimonial .customer {
/*  width: 400px;*/
  font-family: Tahoma, Arial;
  border-bottom: 6px double #d3c1b0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}
#content address {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.4em;
  font-family: Tahoma, Arial;
  color: #8B7B6C;
}


/*  =Formatting
------------------------------------------------------------------ */
form.form {

  font-family: Tahoma;
  background-color: #EFE0D1;
  border: 1px solid #DFCAB5;
  color: #4e1229;
}
.form label, .form input, .form select {
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 10px;
}

.form input.text {
  width: 295px;
  font-size: 14px;
  padding: 2px;
  border: 2px solid #DFCAB5;
  background-color: #FFF7EF;
}
.form textarea {
  width: 291px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 2px;
  border: 2px solid #DFCAB5;
  background-color: #FFF7EF;
}
.form textarea.medium {
  height: 60px;
}
.form textarea.large {
  height: 120px;

}
.form label {
  width: 140px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  color: #8c6944;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2em;
}


.form br {
  clear: left;
}