<!--
 #container {
	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:30px 0 0 0;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {	
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background:  url(images/topheader.jpg) no-repeat left top;*/
	height:256px

}
.picpad{
padding-left:25px;
float:right
}

#headerimg {
float:left
}
#topmenu {
float:left
}

#content {
	width:888px;
}

#contenttitle {
float:left;
	padding: 30px 0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	margin:0px;
	/*background:  url(images/title-bg.gif) no-repeat left top;*/
	height:43px;
	width:888px;
}
h2 {
	color:#696907;
	font-size:30px;
	margin:0;
	white-space:888;
}
h3 {
	color:#4a4a15;
	font-size:40px;
	margin:0 0 7px 0;
	white-space:888
}
h4 {
	color:#2e4b12;
	font-size:15px;
	margin:0;
	white-space:888
}
 #mainContent {
 	
	width:780px;
	padding: 0 50px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	margin:0px;
	background:  url(images/watermark.jpg) no-repeat bottom left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#393939;
	line-height:23px;
	/*border:1px solid #000;*/
}

 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	background:  url(images/footer.jpg) no-repeat;
	width:888px;
	height:20px;
	margin:5px 0 0 0;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0 0 0 ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#a8d0b2;
	font-size:11px;
}
#footer p a {
color:#a8d0b2;
text-decoration:none;
}
#footer p a:hover {
color:#fff;
text-decoration:none;
}
-->

/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #efefde;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;

}
body{	
	text-align:left;
	min-width:856px;/* for mozilla*/
	height:100%;
	background:  #efefde;
}
#wrapper {
	/* background:  url(images/foot_4x82.jpg) repeat-x left bottom; */
	_height: 82px;
}


#footermenu{
	margin:3px 0 0 0;
	padding:0;
	position:relative;
	width:888px;
	z-index:65;
	left:0;
	top:0;	
}

#topmenu{
	margin:3px 0 0 0;
	padding:0;
	position:relative;
	width:888px;
	height:35px;
	z-index:65;
	left:0;
	top:0;	
	background:  url(images/topheadernav.jpg) no-repeat;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


sup {
	font-size:9px 
}

#homepics {
text-align:center;
height:120px;
}
#homepic1, #homepic2 {
float:left;
margin:5px;
}

#locationmap {
text-align:center;
}

a {
color:#346828;
}