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

@import "./menu/menu.css";


/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	height: 100%;
	background: #7d9164;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

html {
    height: 100%;
    margin-bottom: 1px;
}

img {
	border: 0;
	}
	
.hide, hr {
	display: none;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}

	
	
/*--------------------typography--------------------*/
	
p {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin: 0 0 10px;
	}
	
.strong {
	font-weight: bold;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #6d8f4f;
	line-height: 20px;
	display: inline;
	margin-bottom: 5px;
	}
	
h1 .strong {
	font-weight: bold;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #829673;
	margin: 20px 0 5px;
	line-height: 18px;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #6d8f4f;
	line-height: 12px;
	display: inline;
	}
a {
	font-weight: normal;
	color: #3c6914;
	text-decoration: none;
	}
	
a:hover {
	color: #7d9164;
	text-decoration: underline;
	}
	
	
/*--------------------layout--------------------*/
	
#bg_wrapper {
	background: url(./images/wrapper_990_bg.gif) repeat-y;
	width: 770px;
	width: 990px; /*wider*/
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	

/*--------------------header--------------------*/

#header {
	width: 750px;
	width: 970px; /*wider*/
	height: 200px;
	margin: 0 10px;
	position: relative;
	}
	

/*--------------------menu_container--------------------*/
	
	
	
#menu_container {
	display: inline;
	height: auto;
	margin-left: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	width: 170px;
	}



/*--------------------content_standard--------------------*/
	
	
	
#content {
	display: inline;
	width: 500px;
	width: 720px; /*wider*/
	margin: 40px 40px;
	position: relative;
	float: left;
	}
	
#content .pullout {
	display: block;
	background: #e7ece1;
	width: auto;
	height: 190px;
	min-height: 190px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	}
	
.pullout_image {
	position: relative;
	float: left;
	}
	
.pullout h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #6d8f4f;
	line-height: 20px;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	}
.pullout_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d8f4f;
	line-height: 20px;
	display: inline;
	float: left;
	width: 320px;
	width: 550px; /*wider*/
	height:300px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	}
	
#content ul {
	
	}
	
#content li {
	background: #edf4e6;
	padding: 10px;
	margin-bottom: 10px;
	}
	

	
	
/*--------------------content_sidebar--------------------*/

#content_sb {
	clear: both;
	width: 300px;
	width: 520px; /*wider*/
	float: left;
	margin-bottom: 50px;
	}
	
	
#sidebar {
	background: #dce6d2;
	width: 150px;
	padding: 10px;
	float: right;
	margin-bottom: 40px;
	}
	
.before_strip {
	background: url(./sidebar/before_strip.gif) no-repeat;
	width: 150px;
	height: 10px;
	}

.click_strip {
	background: url(./sidebar/click_strip.gif) no-repeat;
	width: 150px;
	height: 12px;
	margin: 2px 0; 
	}
	
	

/*--------------------footer--------------------*/
	

#footer {
	clear: both;
	text-align:left;
	font-size: 11px;
	color: #a5b496; 
	width: 500px;
	width: 720px; /*wider*/
	margin-top: 10px;
	padding: 10px 0;
	border-top: #a5b496 1px solid;
	position: relative;
	}
	
.credit {
	text-align:right;
	float:right;
	}
	
#footer a {
	font-weight: normal;
	color: #a5b496; 
	} 


/*--------------------more--------------------*/
	

#more {
	clear: both;
	text-align:left;
	font-size: 11px;
	color: #939598; 
	width: 500px;
	width: 720px; /*wider*/
	margin-top:10px;
	padding: 10px 0 0 0;
	border-top: #a5b496 1px solid;
	position: relative;
	}
	
#more p {
	font-weight: normal;
	color: #939598; 
	} 
	
	
/*------------- Contact Form --------------*/

div.contactForm{
	background: #dce6d2;
color:#000;
font-weight:normal;
font-size:11px;
	position: relative;
	margin: 20px 0;
	padding: 20px;
	}
div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
  font-size: 11px;
line-height:200%;
  height:20px;
}
div.row span.label {
  float: left;
  width:100px;
  text-align: left;
  padding:0px 10px 0px 0px;
}
div.row span.formData {
  float:left;
  text-align: left;
}
div.contactForm input.text, div.contactForm textarea {
	width: 200px;
  background: #ffffff !important;
  padding-left: 3px;
}
div.contactForm textarea{
  height:120px;
  width:250px;
}
div.spacer {
  clear: both;
}
