@charset "utf-8";
body,html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../graphics/michigan-township.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 14px;
	color:#006600;
}
p {
	font-size: 12px;
	color: #006600;
	font: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-right:10px;
}

#container {/* This is the master container for the page elements */
	width: 990px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:1100px;
	height:1100px;
	padding-bottom:30px;
}
#long-lake-township { /* This is the sub-container that actually holds all the page elements */
	width: 990px;
	height: 1200px;
	minimum-height: 1100px;
	padding:0;
	margin:0;
	background-image:url(../graphics/long-lake-township.jpg);/* this is the haster background that defines the layout */
	background-repeat:no-repeat;
	min-height: 1200px;
	
}
#long-lake-logo { /* Where the logo goes at the top */
	position:relative;
	top:18px;
	left:38px;
	width:895px;
	padding:10px 0 0 22px;
	text-align:left;
	height:100px;
	min-height:100px;
}
#long-lake-logo p{
	margin-top:2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	font-weight:bold;
}

.line-height22{
	line-height:22px;	
}
#long-lake-photos { /* Where the photos go at the top */
	float:right;
	width:475px;
	height:105px;
	min-height:105px;
	margin-right:10px;
	margin-top:1px;
}
#bodyholder{
	width:990px;
	margin:0;
	padding:0;
	position:relative;
	top:45px;
}
#long-lake-michigan { /* Where the links go on the left side */
	width:185px;
	padding:0 0 0 5px;
	margin:0;
	position:relative;
	top:12px;
	left:5px;
	float:left;
}
#long-lake-michigan p { /* styles for the link bar on the left */
	font-family:Arial, Helvetica, sans-serif;
	size:10px;
	color:#fff;
	margin-bottom:-15px;
	margin-bottom: -8px;\/*IE8 only*/
	text-align:left;
	margin-top:11px;
}
/* Show only to IE6 */
* html #long-lake-michigan p {
	margin-bottom:-14px;
}

#long-lake-michigan h1 {
	size:12px;
	background-color:#999999;
	padding:2px 4px -2px 4px;
	color:#006600;
	margin-bottom:-11px; 
	margin-bottom:-9px;\/*IE8 only*/ 
	margin-top:22px;
	margin-top:24px;\/*IE8 only*/ 
	text-align:left;
}
* html #long-lake-michigan h1 {
	margin-bottom:-14px;
}
#long-lake-michigan a:link { /* styles for the links on the left */
	color:#fff;
	text-decoration:none:

}
#long-lake-michigan a:visited { /* styles for the links on the left */
	color:#fff;
	text-decoration:none:

}
#long-lake-michigan a:hover { /* styles for the links on the left */
	size:10px;
	color:#FFCC00;
	text-decoration:underline:

}
#michigan-townships { /* This is the div for the body copy in the middle of the page */
	padding:0 10px 0 25px;
	width:747px;
	float:left;
	text-align: left;
	position:relative;
	top:7px;
	left:10px;

}
#michigan-townships p{
	line-height:18px;
	margin-top:-4px;
}

#michigan-townships h1 {
	font-size: 24px;
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#michigan-townships h2 {
	font-size: 16px;
	color:#663300;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0;
	margin:25px 0 8px 0;
	text-align: left;
}
#michigan-townships h3 {
	font-size: 12px;
	font-weight:bold;
	padding:0;
	margin:0 0 4px 0;
	color:#060;
	text-align: left;
}
#michigan-townships a:link {
	color:#060;	
}
#michigan-townships a:visited {
	color:#060;	
}
#michigan-townships a:hover {
	color:#663300;
	text-decoration:none;
}
#staff {
	width:400px;
	height:100px;
	min-height:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
}
#staff-right {
	width:332px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	margin-top:6px;
	position:absolute;
	left:435px;
}
.float-right {
	float:right;
}
.image-left {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}
.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:4px;
}
.clear-all {
	clear:both;
	border:0;
}
ul {
	text-align:left;
	font-size: 12px;
	color: #006600;
	font: Georgia, "Times New Roman", Times, serif;
	margin:8px 0 8px 20px;
	padding:0;
}
ol {
	text-align:left;
	font-size: 12px;
	color: #006600;
	font: Georgia, "Times New Roman", Times, serif;
	margin:8px 0 8px 20px;
	padding:0;
}
.padding-top {
	padding-top:18px;
}
.top-logo {
	margin-left:-5px;
}
table {
	table-layout:auto;
	margin:0;
	padding:0;
}
.tablefont {
	size:12px;
	margin:0;
	padding:0;
	line-height:normal;
	color:#000000;
}
.centerfont {
	text-align:center;
}