﻿/* CSS layout */
body {
     background:#ffffff;
     margin:0 auto;
     width: 900px;
	 font-family:verdana, arial, sans-serif;
	 font-size:11px;
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

p.title {
	font-style: oblique;
	font-weight: bold;
}

#masthead {
	position: relative;
	height: 240px;
	width: 100%;
	background: url('images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#masthead h3 {
	display: none;
}

#container {
	position: relative;
	background: #cccccc;
	font-family:verdana, arial, sans-serif;
	width: 100%;
}

#left_col {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#left_col td {
	background: #C0C0C0;
	padding: 6px;
}

#left_col td:hover {
	background: #999999;
}

#page_content {
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-top: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin-left: 210px;
	background: #FFFFFF;
	padding-bottom: 10px;
}

#mission_statement {
	position: static;
}

#mission_statement h3 span {
	display: none;
}

#mission_statement h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/mission_statement_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#vision_statement {
	position: static;
}

#vision_statement h3 span {
	display: none;
}

#vision_statement h3 {
	margin-left: 1px;
	background-image: url('images/vision_statement_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#dare {
	position: static;
}

#dare h3 span {
	display: none;
}

#dare h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/dare_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#warrants {
	position: static;
}

#warrants h3 span {
	display: none;
}

#warrants h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/warrants_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#safetytips {
	position: static;
}

#safetytips h3 span {
	display: none;
}

#safetytips h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/safety_tips_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#township {
	position: static;
}

#township h3 span {
	display: none;
}

#township h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/township_administration_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#services {
	position: static;
}

#services h3 span {
	display: none;
}

#services h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/township_guidelines_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

#faq {
	position: static;
}

#faq h3 span {
	display: none;
}

#faq h3 {
	margin-top: 0px;
	margin-left: 1px;
	background-image: url('images/faq_h3.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}


#footer {
	padding-top: 10px;
	font-size: x-small;
	text-align: center;
}

