@charset "utf-8";

body {
	margin: 0px;
	background-color: #9B9B9B;
	font-family: Arial, sans-serif, "Helvetica 65 Medium";
	color: #7A7A7A;
	font-size: 10pt;
	line-height: 18pt;
}
#wrapper {
	height: 603px;
	width: 846px;
	margin: 0 auto;
	text-align: left;
}
#horizon {				/* used to centre site vertically */
	position: absolute;
	top: 42%;
	left: 0px;
	width: 100%;
	margin-top: -301px; /* half of wrapper hieght */
	text-align: center;
	min-width: 846px;
}
#contentmain {
	background-image: url(../images/homepage_content.png);
	height: 307px;
	width: 846px;
	clear: both;
}
#buttons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contentleft {
	
	width: 350px;
	margin-left: 60px;
	float: left;
	margin-top: 20px;	
}
#contentright {
	
	width: 350px;
	margin-left: 10px;
	margin-top: 20px;	
	float: right;
	margin-right: 50px;
}
#buttons {
	height: 410px;
	width: 846px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/homepage_bg2.gif);
}
/*------------------- links ------------*/
a:link, a:visited {
	text-decoration: none;
	color: #0c7ebc;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
/*------------------- drop down nav ------------*/
li { 
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;	
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#soil {
	background-image: url(../images/homepage_soil_dark.gif);
	margin: 0px;
	height: 410px;
	width: 425px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;

}
#soil:hover{
	background-position: center bottom;
}
#water {
	background-image: url(../images/homepage_water_dark.gif);
	margin: 0px;
	height: 410px;
	width: 421px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	float: right;

}
#water:hover{
	background-position: center bottom;
}
.bolder {
	font-weight: bold;
}
