/* Body */ 

body {
	height: 100%;
	background-color: #5b7544;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin:0px;
	}

img{
	border: 0;
	}

img.floatLeft { 
  float: left; 
  margin-top: 5px; 
  margin-right: 15px;
  margin-bottom: 0px;
	}


/* Buttons */ 

a {
	color:#fff;
	text-decoration: none;
	font-size: 13px;
	}

a:hover {
	color: #fff;
	}

a.three {
	color:#0099ff;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/lnk_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 2px;
	white-space: nowrap;
	}

a.three:hover {
color: #444;
}

a.two {
	color:#3f512f;
	text-decoration: none;
	}

a.two:hover {
	color: #3f512f;
	}

a.four {
	color:#5b7544;
	font-size: 11px;
	text-decoration: none;
	}

a.four:hover {
	color: #fff;
	}

a.five {
	color:#fff;
	font-size: 11px;
	text-decoration: none;
	}

a.five:hover {
	color: #5b7544;
	}


/* MAIN NAV */


#global {
	text-align : left;
	margin : 5px 0px 0 -31px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	}

	
#global li {
	display : inline;
	margin : 0 0 0 14px;
	padding-left: 0px;
	}

#global li a {
	color : #647f46;
	font-size: 12px;
	}
	
#global li a:hover {
	color : #fff;
	text-decoration: none;
	}

#global li a.active{
	color : #fff;
	text-decoration: none;
	}





/* Type */

p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-style: normal; 
	}

.heading {
	font-size: 14px;
	color:#597544;
	font-weight: bold;
	}

p1 {
	font-size: 12px;
	color:#65824c;
	}

.foot {
	font-size: 11px;
	color:#fff;
	}

.form_text {
	font-size: 12px;
	color:#666;
	}

.testamonial {
	font-size: 12px;
	color:#888;
	font-style: italic;
	line-height: 20px;
	}	








/* Holder */ 

.hold {
	width: 330px;
	background-color: #ffffff;
	margin-top: 20px;
}

.imagetn {
	float : left;
	width: 330px;
	height: 100px;
	float : left;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 20px;
	}

.desc {
	width: 450px;
	margin-top: 0px;
	margin-left: 15px;
	float : left;
}

.info_desc {
	width: 450px;
	margin-top: 35px;
	margin-left: 15px;
	float : left;
}





/* Layout */ 

#container {
	background-color: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#header {
	background-color: #3f512f;
	width: 800px;
	height: 100px;
	text-align: left;
	margin-left: 0px;
	padding-top: 0px;
	margin: 0px;;
	}
	
#left {
	background-color: #fff;
	float: left;
	width: 480px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-top: 0px;
	margin-bottom: 0px;
	}

#content {
	background-color: #3f512f;
	float: right;
	width: 320px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#footer {
	clear: both;
	background-color: #3f512f;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left; 
	}
