/* 

STYLE SHEET FOR CRAWFORD COUNTY ENGINEER WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	color: #3f3b3a;
	text-align: left;
	background-color: #c0c8bd; 
		}	
/*  --------- 2. structure  --------- */
#wrapper {
	width: 900px;
	float: left;
		}
		
#navContainer {
	margin-left: 37px;
	width: 190px;
	float: left;
		}
#navContent {
	float: left;
	background-image: url(../images/navBkg.jpg);
	background-repeat: repeat-x;
	margin: 8px 1px 0 1px;
	width: 187px;
	padding-bottom: 7em;
}
#navContent li a {
	color: #3f3b3a;
	display: block;
	width: 172px;
	padding: 0 8px 0 8px;
}
#navContent li a:hover { 
	color: #40627D;
	background-color: #FFF;
	text-decoration: none;
}
#navContent ul {
	padding-top: 1em;
}
#navContent li {
	line-height: 1.7em;
}
#navContent a {
	color: #3f3b3a;
}
#content {
	width: 520px;
	padding-right: 21px;
	padding-left: 21px;
	margin-left: 37px;
	background-image: url(../images/contentBkg.jpg);
	background-color: #EBECF0;
	float: left;
	padding-bottom: 21px;
		}
#masthead {
	background-image: url(../images/m_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 18px;
	height: 239px;
	background-color: #EBECF0;
	overflow: visible;

		}
#masthead h1 {
	padding-top: 173px;
	font-size: 15px;
	padding-left: 25px;
	text-align: left;
	color: #40627D;
}
#mainContent {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #EBECF0;
	width: 470px;
}

#breadcrumbs {
	float: left;
	clear: both;
	margin-left: 25px;
	margin-top: 11px;
}

#footer {
	width: 292px;
	padding-bottom: 1.6em;
	float: left;
	background-image: url(../images/footerBkg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 10px;
	padding-top: 12px;
	padding-left: 17px;
		}
#footer p {
	margin: 0px;
	padding-bottom: 3px;
}
#roadclosings #masthead {
	background-image: url(../images/m_roadclosed.jpg);
}
#construction #masthead {
	background-image: url(../images/m_construction.jpg);
}
#surveyors #masthead {
	background-image: url(../images/m_surveyors.jpg);
}
#maps #masthead {
	background-image: url(../images/m_maps.jpg);
}
#permits #masthead {
	background-image: url(../images/m_permits.jpg);
}
#mainContent li {
	list-style-type: disc;
	margin-left: 16px;
}
#mainContent ul {
	margin-bottom: 1em;
}

p {
	line-height: 1.3em;
	padding-bottom: .75em;
	text-align: left;
}


/* ---------- 3. links and navigation ---------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #40627D;
		}
		
a:hover {
	text-decoration: underline;
		}

		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
.township {
	height: 77px;
	width: 77px;
	border: 3px solid #666;
	font-size: 12px;
	text-align: center;
	float: left;
}
.township p {
	text-align: center;
	padding-top: 27px;
}
.border {
	border: 3px solid #666;
	height: 332px;
	width: 415px;
}
