@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: center top #c98c3f;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:left;
	color:#874210;
	font-weight:normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	color:#874210;
	font-weight:normal;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	color:#000000;
	}
p a:link { color: #000000; text-decoration: underline; font-weight:bold;   }
p a:visited { color: #000000; text-decoration: underline; font-weight:bold; }
p a:hover { color: #71370f; text-decoration: underline; font-weight:bold;}
p a:active { color: #000000; text-decoration: underline; font-weight:bold;}	
.sanstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	color:#874210;
}	
.contactform {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:12px;
	}			
/* BEGIN MAIN STRUCTURE */
div#top {
	background: center top #d4bf95 url(/images/topbg.jpg);
	background-repeat:repeat-x;
	}
div#bottom {
	background-image:url(/images/bottombg.jpg);
	background-repeat:repeat-x;
	height:174px;
	}
div#mainheader {
	width:800px; 
	height:153px;
	}	
div#maincontent {
	width:800px; 
	}		
div#main1 {
	width:235px;  
	float:left; 
	}
div#home2 {
	width:565px; 
	float:left;
	background-image:url(/images/mainhomebg.jpg);
	background-repeat:no-repeat;
	height:447px;
	}
div#main2 {
	width:565px; 
	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 */
div.location {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	text-align:center;
	width:125px;
	}
div.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dac8a4;
	text-align:center;
	padding:20px 0 0 0;
	}
div.address a:link { color: #dac8a4; text-decoration: none;   }
div.address a:visited { color: #dac8a4; text-decoration: none;  }
div.address a:hover { color: #5f280b; text-decoration: underline; }
div.address a:active { color: #dac8a4; text-decoration: none; }		