@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);
}

.footer {
	text-align:center;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	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; }

.greentext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#00392d;
	width:250px;
	margin-left:40px;
	height:120px;
	}		

/* BEGIN MAIN STRUCTURE */

div#maincontent {
	width:664px;  
	position:relative; 
	z-index:1;
	padding-top:32px;
		}
		
div#col1 {
	width:332px;
	float:left;
	background-image:url(images/boxbg.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	height:475px;
	text-align:center;
	}	
div#col2 {
	width:332px;
	float:left;
	background-image:url(images/boxbg.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	height:475px;
	text-align:center;
	}
	
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 */