@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url('/images/grovesbg.jpg') center top #ffffff;
	background-repeat: repeat-x;
	behavior:url(/css/csshover.htc);
}

.greentext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#00392d;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#00392d;
	}
.footer a:link { color: #00392d; text-decoration: underline; }
.footer a:visited { color: #00392d; text-decoration: underline; }
.footer a:hover { color: #aa760a; text-decoration: underline; }
.footer a:active { color: #00392d; text-decoration: underline; }	

/* BEGIN MAIN STRUCTURE */

div#maincontent {
	width:959px;  
	position:relative; 
	z-index:1;
		}
		
div#col1 {
	width:338px;
	float:left;
	text-align:center;
	}	
div#col2 {
	width:621px;
	float:left;
	}
	
div.clearfloats {clear:both;}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}
	
	/* backslash hack hides from IE mac \*/
	*html .clearfix {height:1%;}
	.clearfix {display:block;}
	
	/* end backslash hack */

/* END MAIN STRUCTURE */