@charset "utf-8";
body {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px inset #003300;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 8px;
	font-style: normal;
}

.oneColFixCtrHdr #header {
	background-color: #003300;
	width: 770px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 170px;
}
.sidebar {
	float: left;
	margin-left: 0px;
	clear: both;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #006633;
}


.oneColFixCtrHdr #footer {
	background-color: #003300;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.body a:link {
	color: #003300;
	text-decoration: none;
}
.body a:visited {
	color: #003300;
	text-decoration: none;
}

.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 0px;
	width: 150px;
	font-weight: bold;
	display: inline;
	vertical-align: top;
}
ul#tabnav li {
	float: none;
	background-color: #006633;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-right-width: 0px;
	width: 150px;
	list-style-position: outside;
	text-align: left;
	text-indent: 25px;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 150px;
	list-style-type: none;
}
ul#tabnav a:hover {
	background-color: #009900;
	color: #FFFFFF;
	list-style-type: none;
}
body#home li.home, body#events li.events, body#government li.government, body#churches li.churches, body#development li.development, body#recreation li.recreation, body#reports li.reports, body#history li.history, body#5mile li.5mile, {
	color: #003366;
	background-color: #6B6C6F;
	border-bottom-style: none;
	list-style-type: none;
}
body#home li.home a:link, body#home li.home a:visited,
body#government li.government a:link, body#government li.government a:visited,
body#churches li.churches a:link, body#churches li.churches a:visited,
body#recreation li.recreation a:link, body#recreation li.recreation a:visited,
body#development li.development a:link, body#development li.development a:visited,
body#resources li.resources a:link, body#resources li.resources a:visited,
body#events li.events a:link, body#events li.events a:visited,
body#reports li.reports a:link, body#reports li.reports a:visited, 
body#history li.history a:link, body#history li.history a:visited,
body#cities li.cities a:link, body#cities li.cities a:visited,
body#5mile li.5mile a:link, body#5mile li.5mile a:visited,
}
.smallerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
