body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#666666;
}

.wrap{
	width:950px;
	margin:auto;
	background-color:#cccccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;	
	}

.header{
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:189px;
	width:950px;
	}

.logo{
	height:140px;
	width:60%;
	text-align:left;
	vertical-align:top;
}

.menu{
	text-align:right;
	vertical-align:top;
	padding-top:15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

.sidemenu{
	background-image: url(../images/sidemenu_bg.jpg);
	background-repeat: repeat-y;
	width:172px;
	vertical-align:top;
	text-align:left;
	padding-top:30px;
}

.sidebtn{
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:162px;
	height:31px;
	padding-top:4px;
	vertical-align:top;
	text-align:center;
	padding-right:10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.sidebtn a{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sidebtn a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	}

.sidebtn #active{
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	}
	
.content{
	width:750px;
	vertical-align:top;
	background-image: url(../images/banner_a_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
	padding-top:30px;
	}
	.content_home{
	width:750px;
	vertical-align:top;
	background-image: url(../images/banner_a_bg11.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
	padding-top:30px;
	}
	.content_nature{
	width:750px;
	vertical-align:top;
	background-image: url(../images/banner_a_bg111.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
	padding-top:30px;
	}
.h1{
	font-size: 20px;
	font-weight: bold;
	color: #cc6666;
	text-decoration: none;
	padding-bottom:30px;
}	
h1{
	font-size: 20px;
	font-weight: bold;
	color: #518227;
	text-decoration: none;
	padding-bottom:0px;
}
.contnt{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:100px;
	padding-bottom:30px;
	width:478px;
	vertical-align:top;
	text-align:justify;
}	

.footer{
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding-top:2px;
	width:950px;
	height:20px;
	text-align:right;
	padding-right:10px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#44700f;
	}
	
.links{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
	width:320px;
	text-align:left;
	vertical-align:top;
}
	.links a{
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
	.links a:hover{
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	
}


.contact_td1{
	vertical-align:top;
	text-align:justify;
	width:300px;
	}
	
	.contact_td2{
	vertical-align:top;
	text-align:justify;
	width:390px;
	padding-left:20px;
	}

.text{
	padding-top:3px;
	padding-bottom:3px;}
	
	
	
	
	
	
.nav{
	width:173px;
	float:left;
	
}

.nav ul{
	padding:0; margin:0; list-style:none;
	vertical-align:middle}

.nav ul li {
	/*padding-left:20px;*/
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:29px;
	*height:34px;
	text-align:center;
	padding-top:5px;
}

.nav ul li a {font-size:13px; font-weight: bold;
	color: #ffffff; text-decoration:none;
	
              }
			  			   
.nav ul li a:hover {font-weight: bold;
	color: #cccccc; text-decoration:none;
               }


/*.nav a:hover{
	color:#6e6e6e;
	text-decoration:none;
	margin:0 2px;
	padding-right:20px;
	height:34px;
	line-height:34px;
	float:left;
	color:#CCCCCC;
	display:block;
	float:left;
	cursor:pointer;
}

.nav a.active{
	height:31px;
	line-height:31px;
	padding-right:20px;
	color:#6e6e6e;
	display:block;
	float:left;
	cursor:pointer;
}*/

	
	

	
/* Photo Gallery */
.galleryContent{
	float:left;
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #666666;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#FFFFFF;
	padding:5px;
	left: -1000px;
	border: 1px soild gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	margin:0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 500px;
	top:240px; /*position where enlarged image should offset horizontally */
	z-index}

.thumbnail2 img{
	border: 1px solid white;
	margin: 0 5px 5px 0px;
}

.thumbnail2:hover{
	background-color: transparent;
}

.thumbnail2:hover img{
	border: 1px solid #666666;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#FFFFFF;
	padding:5px;
	left: -1000px;
	border: 1px soild gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	margin:0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 580px;
	top:905px; /*position where enlarged image should offset horizontally */
	z-index}

/* Photo Gallery */
