
/* 
CSS by Reid Stott http://reidstott.com/
Revised 01:14 12/24/2009

TOC
	Tags/Reset
	Structure
		Grid Divs
	Typography
		Paragraphs
		Headings
		Lists
		Links
		Font trimmings
		Images
	Header
	Nav
	Main
	Footer

*/
/* ----------------------------------------------------------------------- */
/* -------------------------- Tags / Reset ------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #222222;
	background: #ccc9aa;
	text-align: center;
        margin: 0;
        padding: 0;
	}
html {
	font-size: 100.01%
        margin: 0;
        padding: 0;
	height: 100%;
	margin-bottom: 1px;
	}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dt, dd, pre, form, fieldset, input, textarea, td {
        margin: 0px;
        padding: 0px;
	font-weight: normal; 
	}
li, blockquote {
        margin-left: 15px;
	}
ol, ul { 
	list-style:none; 
} 
p { 
	margin: 0px 0px 1em 0px;
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr, acronym, fieldset, img { 
	border: 0; 
	} 
a {
	color: #3344aa;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Structure -------------------------------- */
/* ----------------------------------------------------------------------- */
#wrap {
	text-align: center;
	background-image: url(../gfx/wrapback1.jpg);
	background-repeat : repeat-y; 
	background-position : center top; 
	}
#container {
	width: 957px;
	margin: 0 auto;
	border-left: 2px solid #117711;
	border-right: 2px solid #117711;
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
/* |||||||||||||||||||||||||||||||||| */
/*            GRID DIVS               */
/* |||||||||||||||||||||||||||||||||| */
/* Set common styles - all grid divs with textmust be assigned this class */
.generic {
	float: left;
}
/* this class must be given to a grid div that is the first in a horizontal series */
.break, .clear {
	clear: both;
}
/* this class must be given to a grid div that is the last in a horizontal series */
.end {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.grid180 {
	width: 180px;
	margin-right: 20px;
}
.grid220 {
	width: 220px;
	margin-right: 20px;
}
.grid260 {
	width: 260px;
	margin-right: 20px;
}
.onethird {
	width: 285px;
	margin-right: 20px;
	}
.grid300 {
	width: 300px;
	margin-right: 20px;
}
.grid340 {
	width: 340px;
	margin-right: 19px;
}
.grid380 {
	width: 380px;
	margin-right: 20px;
}
.grid420 {
	width: 420px;
	margin-right: 20px;
}

.grid440, .onehalf {
	width: 440px;
	margin-right: 20px;
}
.grid460 {
	width: 460px;
	margin-right: 20px;
}
.grid500 {
	width: 500px;
	margin-right: 20px;
}

.grid540 {
	width: 540px;
	margin-right: 20px;
}
.grid580 {
	width: 580px;
	margin-right: 20px;
}
.grid620 {
	width: 620px;
	margin-right: 20px;
}

.grid660 {
	width: 660px;
	margin-right: 20px;
}
.grid700 {
	width: 700px;
	margin-right: 20px;
}
.grid900, .full {
	width: 900px;
	margin-right: 20px;
}
/* ----------------------------------------------------------------------- */
/* ------------------------ Typography Base ------------------------------ */
/* ----------------------------------------------------------------------- */
/*|||||||||||| PARAGRAPHS ||||||||||||| */
.generic p {
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 1em;
	text-align: left;
}
/* Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/* |||||||||||||HEADINGS ||||||||||||||| */
h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
h1 {
	color: #000;
	font-size: 3.2em;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h2 {
	color: #000;
	font-size: 3.2em;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h3 {
	color: #000;
	font-size: 2.2em;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 0.9em;

}
h4 {
	color: #000;
	font-size: 1.9em;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-variant: small-caps;
}
h5 {
	color:#000;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.8em;
	font-variant: small-caps;
}


}
/* ||||||||||||||| LINKS |||||||||||||| */
p a {
	color:#3344aa;
	border-bottom: 1px dotted #3344aa;
}
p a:hover {
	text-decoration:none;
}
h1 a {
	color:#000;
}
h1 a:hover {
	text-decoration:none;
}
li a {
	color:#3344aa;
	border-bottom: 1px dotted #3344aa;
}
li a:hover {
	text-decoration:none;
}
/* |||||||||||||||| LISTS |||||||||||||||| */
ul{
	margin-bottom: 1em;
	list-style: square inside;
}
ul li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
	color: #000;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 3em;
}
li > ul li, li > ol li {
	font-size: 1em;
}
ol{
	margin-bottom: 1.5em;
	list-style: decimal inside;
}
ol li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
/* |||||||||||||| FONT TRIMMINGS ||||||||||| */
blockquote p {
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	margin-bottom: 1em!important;
	font-style: italic;
	font-weight: bold;
}
blockquote p cite {
	font-style: normal;
}
.generic strong.caps {
	font-variant:small-caps;
}
.generic em {
	font-style: italic;
	font-weight: inherit;
}
.amp { 
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor: help;
}
.clear{
	clear: both;
}
.floatright { 
	float: right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
/* ||||||||||||||| IMAGES ||||||||||||||||||||| */
img {
	font-size: 1em;
}
img.imgleft { 
	font-size: 1em;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
}
img.imgright { 
	font-size: 1em;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Header ----------------------------------- */
/* ----------------------------------------------------------------------- */
#header {
	height: 195px;
	margin: 0 auto;
	text-align: center;
/*	background-image: url(../gfx/wrapback1.jpg);
	background-repeat : repeat-y; 
	background-position : center top; */
	}
#fixed-head {
	width: 957px;
	height: 195px;
	margin: 0 auto;
	background-image: url(../gfx/headback1.jpg);
	background-repeat: no-repeat;
	background-position : left top;
	border-left: 2px solid #117711;
	border-right: 2px solid #117711;
	}
#fixed-head h4.homelink {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 30px;
	font-size: 1.6em;
	margin: 0px 0px 0px 40px;
	display: inline;
	}
#fixed-head h4.date {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 30px;
	font-size: 1.6em;
	margin: 0px 50px 0px 0px;
	display: inline;
	}
#fixed-head h1 {
	padding: 45px 0px 0px 0px;
	margin: 0;
	text-align: center;
	font-size: 4.4em;
	line-height: 60px;
	color: #fff;
	font-weight: 900;
	clear: right;
	text-shadow: #000 2px 2px 6px;
	}
body.county #fixed-head h1 {
	font-size: 3.2em;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Nav -------------------------------------- */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* ---------------------------- Main ------------------------------------- */
/* ----------------------------------------------------------------------- */
#main {
	margin-top: -10px;
	}
#main div.toplinks {
	text-align: left;
	margin: 5px 0px 5px 50px;
	}
#main div.toplinks span {
	font-size: 1.3em;
	font-weight: 900;
	}
#main div.search {
	float: right;
	width: 150px;
	margin: 0px 50px 0px 0px;
	display: inline;
	}
.search form {
	margin: 1px 0px 0px 0px;
	height: 19px;
	}
.search form input.input {
	width: 100px;
	font-size: 1.2em;
	}
.search form input.searchbutton {
	font-size: 1.2em;
	font-weight: 600;
	background: #CCC9AA;
	color: #666600;
	border: 2px solid #666600;
	margin: 0px 0px 0px 3px;
	}

#main .margins {
	margin: 0px 50px 0px 40px;
	}
body.county #main .margins {
	margin: 0px 60px 0px 50px;
	}
.margins h1, .margins h2, .margins h3, .margins h4 {
	text-align: left;
	color: #117711;
	clear: left;
	}
.margins h1 {
	color: #117711;
	font-size: 2.8em;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	padding: 0;
	margin: 0 0 0.5em 0;
	}
div.map {
	margin: 10px 0px 10px 10px;
	}
div.map .text {
	margin: 0px 0px 0px 30px;
	}
div.map .text h2 {
	color: #117711;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
	}
	
div.map .text h4 {
	color: #117711;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
	}	
	
div.map .text form#county-list {
	float: left;
	width: 160px;
	margin: 0px 0px 20px 0px;
	}
div.map .text form#county-list select {
	width: 160px;
	}
.adbox300x200 {
	float: right;
	width: 300px;
	margin: 0px 0px 20px 20px;
	}
.adbox728x90 {
	float: left;
	clear: both;
	width: 730px;
	margin: 10px 0px 10px 0px;
	}
div.county-map {
	margin: 10px 0px 10px 10px;
	text-align: center;
	}
div.county-map img {
	margin: 0 auto;
	}
div#countyfooter {
	clear: both;
	border: 2px solid #117711;
	margin: 20px 10px 10px 10px;
	color: #44aa44;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
div#countyfooter p {
	font-size: 1.3em;
	margin: 5px 20px 10px 20px;
	line-height: 150%;
	}
div#countyfooter h3 {
	font-size: 1.4em;
	margin: 0px 0px 0px 00px;
	line-height: 150%;
	background: #117711;
	color: #fff;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Footer ----------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-image: url(../gfx/footback1.jpg);
	background-repeat: no-repeat;
	background-position : center bottom; 
	}
#fixed-foot {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	color: #fff;
/*	background-image: url(../gfx/innerfootback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#footer #fixed-foot .margins {
	float: none;
	padding: 10px 10px 0px 10px;
	}
#fixed-foot h6,
#fixed-foot h5,
#fixed-foot h4,
#fixed-foot p,
#fixed-foot ul {
	color: #fff;
	text-align: center;
	}
#fixed-foot a:link,
#fixed-foot a:visited {
	color: #ffffdd;
	}


