@charset "UTF-8";
/* CSS Document */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/landscape_sketch.gif);
	background-repeat: repeat-x;
	background-position: top;
}

* {margin:0; padding:0;}

div#mainwrap {width:774px; margin-left:auto; margin-right:auto;  text-align:left;}

div#header {
	width:774px; 
	height:32px; 
	background-color:#CAF; 
	text-align:center; 
	padding-top:6px;
	}
	
div#contentarea, div#contentarea2 {
	width:774px; 
	text-align: left; 
	}
	
div#column1, div#column4 {
	width:1px;  
	float:left;
	display: inline;
	}
	
div#column2, div#column5 {
	width:537px; 
	background-color:#FFF; 
	float:left;
	display: inline;
	}
	
div#column5 {
	margin: 12px 0 20px 0;
	}

div#column3, div#column6 {
	width:236px;
	height: 325px;
	overflow: hidden; 
	float:left;
	}

div#column6 {
	height: 173px;
	font-size: .8em;
	}
	
div#headersecond {
	width: 774px;
	margin: 0; padding: 0; border: 0px;
	}
	
div#columnsecond1 {
	width:236px;
	margin: 0; padding: 0; border: 0px;
	background-color:#7d8c57;
	float:left;
	display: inline;
	}
	
div#columnsecond2 {
	width: 538px;
	background-color: #ffffff;
	margin-bottom: 25px;
	float: left;
	display: inline;
	}
	
div#doublerule {
	width:774px;  
	}
	
div#tagline {
	width:774px;
	text-align: center;  
	}
	
div#footer {
	width: 774px;
	margin-top: 15px;
	}
	
	
/* TEXT FORMATTING STYLES*/

div#columnsecond2 h1 {
	font-size: 1em;
	text-align: left;
	color:#7d8c57;
	margin: 20px 0 8px 20px;
	}
	
div#columnsecond2 h2 {
	font-size: .8em;
	text-align: left;
	color:#7d8c57;
	margin: 20px 0 8px 20px;
	}

div#column5 p, div#columnsecond2 p {
	margin-bottom: 8px;
	padding: 0 20px 0px 20px;
	text-align: left;
	font-size: .8em;
	}
	
div#columnsecond2 p {
	padding-bottom: 0;
	}
	
div#columnsecond2 a {
	color: #7d8c57;
	}
	
div#columnsecond2 a:hover {
	color: #2d3813;
	}
	
div#columnsecond2 ul {
	font-size: .8em;
	margin: 14px 0 18px 45px;
	padding: 0;
	list-style-type: disc;
	}
	
div#columnsecond2 li {
	margin-bottom: 4px;
	}
	
div#footer p {
	font-size: .7em;
	text-align: center;
	}
	
div#footer p a {
	color: #7d8c57;
	text-decoration: none;
	}
	
div#footer p a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
	
/* IMAGE FORMATTING STYLES*/

img {
	border: 0px;
	}
	
div#headersecond img {
	margin: 0; padding: 0;
	}

div#columnsecond1 img {
	margin: 0; padding: 0; border: 0px;
	}

.photomargin {
	margin: 12px 0px;
	}

.taglinemargin {
	margin-left: 20px;
	}
	
.photomarginrighttop {
	margin: 0 0 10px 10px;
	}
	
.photomarginleftmiddle {
	margin: 0px 10px 10px 0px;
	}
	
div#columnsecond2 table {
	margin-left: 20px;
	}


/* CORE VALUES BOX*/

div#corevaluesbox {
	width: 500px;
	margin: 20px 0px 30px 20px;
	padding-bottom: 8px;
	background-color: #d7dbcb;
	}
	
div#corevaluesbox p {
	font-size: .85em;
	margin: 15px 0px 15px 8px;
	}
	
div#corevaluesbox h1 {
	font-size: 1.4em;
	color: #283210;
	font-weight: 100;
	margin: 15px 0px 15px 20px;
	}
	
.scapesvalues {
	color: #283210;
	font-weight: bold;
	}
	
div#corevaluesbox a {
	color: #283210;
	font-weight: bold;
	text-decoration: underline;
	}
	

	


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */