<!--

#mainContent * {
font-family: 'Century Gothic','sans-serif';
font-size: small;
}
 #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:176px;
	background:  url(images/topheader.jpg) no-repeat left top;

}

#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:838px;
	background-color:#FFFFFF
}
h2 {
	color:#36769a;
	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 {
	background-color: #FFFFFF;
    color: #393939;
    font-family: "Centry Gothic",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    padding: 0 50px 20px;
    width: 788px;
	
}

 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */		
	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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666;
	font-size:10px;
}
-->

/* 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: "Centry Gothic", 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:0;
	padding:0;
	position:relative;
	width:888px;
	height:35px;
	z-index:65;
	left:40px;
	top:130px;	
	
}

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;
}
