*, html, #nav ul  {
	padding:0px;
	margin:0px;
	list-style:none;
	}
a {
	color:#00934D;text-decoration:none;
	}
a:hover{
	text-decoration:underline;
}
p {
	padding: 5px 0px 15px 0px;
	}
body {
	background-image: url(images/topBk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	margin: 0 auto;
	width:950px;
	overflow:hidden;
	}
#topWrap {
	width:950px;
	height:110px;
	padding-top:15px;
	}	
#topWrap .logo {
	float:left;
	width:285px;
	}
#topWrap .topRht {
	float: right;
	}
/*#nav {
	}
#nav ul {
	margin-bottom:6px;
	float:right;}
#nav ul li {
	float:left;
	}
#nav ul li a {
	width:102px; height:54px;
	padding: 30px 0px 0px 0px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00934D;
	display:block;
	cursor:pointer;
	text-align:center;
	}
#nav ul li a:hover, #nav ul li a.active  {
	color:#000;
	background-image:url(images/menuHov.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	}
*/
#slider {
	background-color:#FFF;
	}
#slider img {
	border:#CCC solid 1px;
	padding:7px;
	}	
#bodyWrap {
	padding-top:10px;
	padding-bottom:20px;
	}
.gytxt12, .blktxt12 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:18px;
	}	
.gytxt12 {
	color:#666666;
	 }
.blktxt12 {
	color:#333333;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	}	
h1 {
	font-size:25px;
	color:#00934D;
	padding-top:5px;
}
h1 span{
	font-size:80%;
}
h2 {
	font-size:25px;
	color:#fff;
	}
.hdGren, .hdGren2 {
	height:36px;
	padding:0px 35px 0px 0px;
	margin: 15px 0px 8px 0px;
	background-position:right bottom;
	background-repeat:no-repeat;
	}	
.hdGren {
	background-image:url(images/smallLogo2.jpg);
	border-bottom:#CCC dotted 1px;
	}
.hdGren2 {
	background-image:url(images/smallLogo.png);
	border-bottom:#998E31 dotted 1px;
	}
#news {
	width:339px;
	padding:18px;
	background-image: url(images/newsBk.png);
	background-repeat:repeat;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
#news .post {
	color:#FFF;
	font-size:16px;
	line-height:18px;
	}
#news .date {
	width:70px;
	height:60px;
	padding:6px 0px 0px 12px;
	color:#FFF;
	background-image:url(images/greenArrow.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	}
#news .date strong {
	font-size:20px;
	}

#news .readmore, #news .readmore a {
	color:#00934D!important;
	text-decoration:underline;
	text-align:left;
	}
#news .readmore a:hover {
	color:#FFF;
	text-decoration:none;
	}
.newsDivi{
	margin: 13px 0px 15px 0px;
	}
.readmore, .readmore a {
	color: #666;
	text-decoration: none;
	}
.readmore a:hover {
	color: #000;
	text-decoration: underline;
	}
#products {
	}
#products img {
	border:#CCC solid 1px;
	padding:3px;
	}



#footer {
	background-image:url(images/footerBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	}	
#footer .ftrWrap {
	margin:0 auto;
	width:950px;
	padding: 18px 0px;
	color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
#footer .divi {
	padding:8px 0px;
	}	
#footer .ftrtxt a {
	color:#333333;
	padding:0px 12px 0px 12px;
	}
#footer .ftrtxt a:hover {
	color:#FFF;
	}
	
	
/*********************
	Form
*********************/
.field{
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	margin:5px 10px; padding-left:3px; border:#999 solid 1px; height:18px;
}
.msg{
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	margin:5px 10px; padding-left:3px; border:#999 solid 1px; height:100px;
	font:12px Verdana, Geneva, sans-serif; color:#333;
}