* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#696969 url(images/bg.jpg) repeat-x;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.72em;
line-height:130%;
}

blockquote {
padding:3px 0 20px 20px;
font-style:italic;
}



a {
color:#4D88C4;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}



fieldset {
border:none;
}

legend {
text-indent:0;
color:#000;
font-weight:bold;
}


#centerColumn { 	
margin:20px auto;
padding:0;
width:920px;
text-align:left;
vertical-align: middle;	
background:#fff url(images/centrecol-top.jpg) no-repeat top;
position:relative;
}

#logo-bg {
position:absolute;
top:92px;
left:-120px;
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
}

h3 {
margin:0 0 .5em 0;
font-size:18px;
letter-spacing: -1px;
font-weight:normal;
padding:15px 0 5px 0;
font-family:Arial;
color:#689753;
}

h4 {
font-size:1.2em;
padding:15px 0 3px 0;
}

h5 {
font-weight:bold;
font-size:1em;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 15px 0;
}


p.readmore {
padding:0 0 15px 0;
}

p.readmore a {
color:#fff;
background:#2D6536;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:2px 8px;
}








/*======= Dates =========

.postdate {
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
}
.month, .day, .year {
  position: absolute;
  text-indent: -1000em;
  background-image: url(images/dates.gif);
  background-repeat: no-repeat;
}
.month { top: 2px; left: 0; width: 32px; height: 24px;}
.day { top: 25px; left: 0; width: 32px; height: 25px;}
.year { bottom: 0; right: 0; width: 17px; height: 48px;}

.m-01 { background-position: -1px 4px;}
.m-02 { background-position: -1px -28px;}
.m-04 { background-position: -1px -57px;}
.m-05 { background-position: -1px -86px;}
.m-06 { background-position: -1px -116px;}
.m-07 { background-position: -1px -145px;}
.m-08 { background-position: -1px -174px;}
.m-09 { background-position: -1px -203px;}
.m-10 { background-position: -1px -232px;}
.m-11 { background-position: -1px -261px;}
.m-12 { background-position: -1px -280px;}

.d-01 { background-position: -50px 0;}
.d-02 { background-position: -50px -31px;}
.d-03 { background-position: -50px -62px;}
.d-04 { background-position: -50px -93px;}
.d-05 { background-position: -50px -124px;}
.d-06 { background-position: -50px -155px;}
.d-07 { background-position: -50px -186px;}
.d-08 { background-position: -50px -217px;}
.d-09 { background-position: -50px -248px;}
.d-10 { background-position: -50px -259px;}
.d-11 { background-position: -50px -300px;}
.d-12 { background-position: -50px -331px;}
.d-13 { background-position: -50px -362px;}
.d-14 { background-position: -50px -393px;}
.d-15 { background-position: -50px -424px;}
.d-16 { background-position: -56px -466px;}


.y-2006 { background-position: -150px 0;}
.y-2007 { background-position: -150px -50px;}
.y-2008 { background-position: -150px -100px;}


*/






p.quote {
background:url(images/quote.gif) no-repeat;
padding:10px 0 15px 36px;
margin:10px 0 0 0;
}

p.brochuredownload {
background:url(images/brochure-download-bg.jpg) no-repeat;
padding:20px 20px 30px 20px;
font-size:14px;
color:#699853;
}

div.divider {
background:url(images/divider.jpg) no-repeat;
height:14px;
margin:10px 0;
}

#navbar {
height:26px;
padding-top:5px;
float:right;
margin-top:18px;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
padding-right:10px;
}

#navbar h2 {
margin:20px 0 0 0;
background:url(images/nav-h2.jpg) right top no-repeat;
text-indent:-100em;
display:block;
}

#navbar ul {
list-style:none;
margin:0;
clear:both;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a {
margin:0 0 0 0;
border-right:1px solid #fff;
padding:4px 11px 4px 11px;
text-transform:uppercase;
color:#333;
text-decoration:none;
color:#4B7427;
background:#C9E39C;
}

#navbar li a:hover {
color:#fff;
}

#navbar li#active a {
color:#fff;
background:#005E3D;
}

#header {
margin:0;
padding:12px 0 14px 18px;
height:66px;
float:left;
}

#header h1 {
margin:0;
padding:0 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:191px;
height:59px;
background:#fff url(images/logo.jpg) no-repeat;
outline:none;
overflow:hidden;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 0;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000;
}

#news {
clear:both;
border-bottom:1px dotted #999999;
padding:15px;
background:#EEE;
width:890px;
overflow:auto;
}

#news p {
padding:0;
width:70%;
float:right;
text-align:left;
}

.breadcrumb {
float:right;
text-align:right !important;
width:30% !important;
}

.contentwrap {
padding:0;
clear:both;
}

.mainwrap {
margin:10px 0 0 0;
clear:both;
}

.fullwidth {
padding:0 15px;
}

.banner {
clear:both;
position:relative;
}

.banner a {
color:#fff;
}

#bannernav {
position:absolute;
top:0;
left:0;
padding:10px 0;
}

#bannernav a {
text-decoration:none;
}

#bannernav h2 {
background:url(images/bannernav-h2.png) no-repeat;
width:221px;
height:31px;
text-indent:-100em;
margin:0 0 9px;
padding:0;
}

#bannernav ul {
margin:0;
}

#bannernav ul li {
list-style-type:none;
margin:0 0 3px 0;
color:#fff;
font-weight:bold;
display:block;
}

#bannernav ul li a {
background:url(images/bannernav-li.png) no-repeat;
display:block;
width:200px;
height:20px;
padding:7px 0 5px 21px;
font-size:12px;
margin:0 0 9px 0;
}

#banner {
float:left;
width:602px;
height:265px;
}

.bannerright {
background:url(images/bannerright.jpg) no-repeat;
float:right;
width:284px;
height:235px;
color:#fff;
padding:15px;
}



ul.tick {
list-style-type:none;
margin:0;
}

ul.tick li {
padding:5px 0 5px 20px;
background:url(images/tick.jpg) no-repeat left 5px;
}

ul.arrow {
list-style-type:none;
margin:0;
}

ul.arrow li {
padding:5px 0 5px 25px;
background:url(images/arrow.jpg) no-repeat 2px 3px;
}






.block_1 {
float:left;
width:562px;
padding:0 15px;
}





.homesection {
border-bottom:1px solid #B1CEA6;
padding:20px 0; 
}

.homesection img {
float:left;
margin:0 20px 0 0;
}

.homecontent {
float:right;
width:280px;
}



.stage {
padding: 0 0 10px 0;
border-bottom:1px solid #B1CEA6;
margin:0 0 10px 0;
}


.casestudy {
background:url(images/case-study-bg.jpg) right bottom no-repeat;
padding:10px;
clear:both;
border:1px solid #CBE4A3;
margin:0 0 15px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.casestudy h4 {
padding:3px 0 5px 0;
}



.fact-sheet {
background:url(images/texture.jpg);
border:1px solid #ccc;
padding:5px 15px;
margin:0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.fact-sheet img {
margin:10px 0 0 0;
}


.cell_3 {
float:right;
width:308px;
margin-right:1px;
overflow:hidden;
display:inline;
}

.cell_3 a img {
margin:0 0 7px 0;
}



.section {
background:url(images/texture.jpg);
border:1px solid #ccc;
padding:15px;
margin:0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.section h3 {
margin:0;
padding:0 0 8px 0;
}

.featured-section {
background:#27502E url(images/featured-section-bg.jpg) bottom center no-repeat;
border:1px solid #ccc;
padding:15px;
margin:0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#fff;
}

.featured-section h3 {
margin:0;
padding:0 0 8px 0;
color:#fff;
}

.featured-section a {
color:#fff;
}

.related-links {
margin:0;
padding:5px;
background:#366836;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
}

.related-links li {
list-style-type:none;
}

.related-links li a {
text-decoration:none;
border-bottom:1px solid #2A5C32;
border-top:1px solid #4B9349;
padding:3px 0;
display:block;
background:#366836;
}

.featured-section ul.tick li {
background:url(images/tick-green.gif) 0 1px no-repeat;
padding:1px 0 1px 15px;
}

.featured-section p.quote {
background:url(images/quote-green.gif) no-repeat;
}

.featured-section a.morelink {
color:#27502E;
background:#fff;
}

.featured-section a.morelink:hover {
color:#333;
}

.contacticon {
background:url(images/contacticon.jpg) 0 3px no-repeat;
padding:0 0 7px 65px;
}

.environmenticon {
background:url(images/environmenticon.jpg) 0 3px no-repeat;
padding:0 0 7px 65px;
}

#timbervideo {
margin:0 0 0 35px;
}

.paddedcontent {
padding:10px;
}

.barepic {
border:none;
}

.right {
float:right;
}

.left {
float:left;
margin:0 20px 10px 0;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
clear:both;
bottom:0;
padding:6px 0;
text-align:center;
font-size:.9em;
color:#fff;
background:#323232;
}

#footer p {
padding:0;
}

#footer a {
color:#fff;
}



.innercontent {
padding:12px;
}

a.morelink {
background:#273D14;
padding:1px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

a:hover.morelink{
color:#ccc;
}

.leftcol {
width:380px;
float:left;
}

.rightcol {
width:270px;
border:1px solid #DBDBDB;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:10px;
float:right;
margin:0 0 10px 0;
clear:right;
}

.imageonly {
padding:0;
width:290px;
}

.rightcol h3 {
padding-top:4px;
}