@charset "utf-8";
body {
	margin:0px;
	background-color: #344825;
	background-image: url(/grasses/images/insidePageBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#Extension {
	width:100%;
	background-color:#00264f;
	border-bottom:3px solid #ffffff;
	margin:0px;
	padding:5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}
#Home {

	background-color: #000000;
	background-image: url(/grasses/images/homePhotos.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:599px;

}


.hide, .hidehead {
	position:absolute;
	top:-2000px;
	
}


#Wrapper {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:center;
	margin-top:0px;
	background-color:#000000;
}



#HomePhoto, #HomePhoto img{
	width:750px;
	height:220px;
}
#HomeTitle, #HomeTitle img{
	width:750px;
	height:106px;
}

#HomeTitle img, #HomePhoto img {
	border:0px;
}

#Translate {
	position: relative; 
	top: 400px; 
	left:80px;	
	width:598px;
}

#HomeNav {
	position:relative;
	background-image: url(/grasses/images/homenavBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	top:225px;
	left:100px;
	width:598px;
	background-color:#405a2d;
	padding:80px 0px 20px 0px;
	text-align:left;
	font-size:90%;
	float:left;
}

#HomeNav ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#HomeNav li {
	list-style:none;
	float:left;
	margin-left: 15px;
}

#HomeNav li a {
	text-decoration:none;
	border:0px;
	display:block;
}

#HomeNav img {
	height:60px;
	width:125px;
	border:0px;
}

#HomeNav a:hover {

	text-decoration:none;
	border:0px;
	display:block;
}





