/* undo html */
a:link,a:visited { text-decoration: none; }
ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt { margin:0; padding:0; }
a img,:link img,:visited img { border: none; }

/* colors at a glance:   ------------------------------------------------------------------------------------  */
/*
#093820 = dark green on outside border
#009245 = kelly green of header/menubar, subtitles
#8CC63F = lime green of vertical stripe
#EBFFDF = mint green of main body background
#C4E5AE = pistachio green of right sidebar
#006837 = dark green of main titles
#D8C58F = tan of left sidebar

*/

body  {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0; /* zero margin and padding of 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 */
	background-color: #093820;
	color: #000000;
}

a:hover { 
text-decoration: underline; 
}


div#outer {
	padding: 20px 20px 0px 20px;
}

#container { 
	width: 100%;
	color: inherit;
	background-color: #EBFFDF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed  ------------------------------------------  */
	text-align: center; /* this overrides the text-align: center on the body element. */
}  

/* (Library Item)   ------------------------------------------------------------------------------------  */
#header { 
	text-align: left;
	background-color: #009245;
	color: inherit;
	width: auto;
} 

table#header {
	background-color: #009245; 
	color: inherit;
}

/* top navigation menubar (Library Item)  ------------------------------------------------------------------------------------  */
#MenuBar1 li {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	border-right: solid 2px #8CC63F;
	padding: 1px;
	width: 10em;
	color: #FFFFFF;
	background-color: #009245;
}

.MenuBarItemSubmenu li {
	font-size: 120%;
}
	
#MenuBar1 a, .MenuBarItemSubmenu a {
	color: #FFFFFF;
	background-color: #009245;
}

#MenuBar1 a:hover, .MenuBarItemSubmenu a:hover {
	color: #FFFFFF;
	background-color: #8CC63F;
	border: none;
}

#MenuBar1 a:active, .MenuBarItemSubmenu a:active {
	color: #FFFFFF;
	background-color: #093820;
	border: none;
}

/* left sidebar  (Library Item)   ------------------------------------------------------------------------------------  */
#sidebarLeft {
	float: left; 
	width: 184px; 
	background-color: #FFFFFF;
	color: inherit;
	border-right: solid 16px #8CC63F;
}

#sidebarLeft h3 {
	color: #000000;
	background-color: #D8C58F;
	text-align: center;
	padding: 10px 5px;
	font-size: 80%;
}

#sidebarLeft p.sponsor {
	color: #009245;
	background-color: #FFFFFF;
	padding: 15px; 
	text-align: left;
	font-weight: bold;
	font-size: 70%;
}

table#sponsors td {
	padding: 0 0 1% 6%;
}

li.newsTeaser {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 75%;
}

#sidebarLeft p {
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px 15px 0px;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
}

/* sidebar right    ------------------------------------------------------------------------------------  */
#sidebarRightContainer {
	float: right; 
	clear: right;
	width: 30%;
	color: inherit;
	background-color: #C4E5AE;
	margin-left: 20px;
	padding: 10px;
}

#sidebarRight {
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
	color: inherit;
	
}

#sidebarRight h3 {
	background-color: inherit;
	color: #8CC63F;
	font-size: 100%;
	font-weight: bold;
	margin-top: -5px;
	padding-bottom: 5px;
}

#sidebarRight p {
	background-color: inherit;
	color: #000000;
	font-size: 85%;
}

/* background-image needs to be changed on each page    ------------------------------------------------------------------------------------  */
 #sidebarRightBottom {
	text-align: left;
	border: solid 1px #8CC63F;
	margin-top: 20px;
	padding: 130px 20px 20px 20px;
	background-color: inherit;
	color: #000000;
	background-repeat: no-repeat;
	background-position:top;
}

#sidebarRightBottom h3 {
	text-align: center;
	padding-bottom: 10px;
	background-color: inherit;
	color: #093820;
}

#sidebarRightBottom p {
	font-size: 75%;
}

ul#bullets li {
	list-style: square outside;
	border: none;
	margin-left: 20px;
}

#sidebarRightBottom p#photocredit { 
	padding: 20px 0px 5px 0px;
	background-color: inherit;
	color: #000000;
	font-size: 70%;
	font-style: italic;
}

span#numbered {
	font-weight: bold;
	font-size: 170%;
	color: #8CC63F;
	background-color: inherit;
}

div#bottomBox  {
	font-size: 100%;
	line-height: 1em;
	border: solid 2px #8CC63F;
	margin-top: 30px;
	padding: 15px;
	width: 30%;
}

/* main content in center    ------------------------------------------------------------------------------------  */
#mainContent {
 	margin: 0% 0px 0% 180px;
	padding: 2em 3em;
	background-color: inherit;
	color: #000000;
	text-align: left;
} 

#mainContent h1 {
	margin: 10px 0px;
	padding: 0px;
	color: #006837;
	background-color: inherit;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.1em;
}

#mainContent h2 {
	margin: 0px;
	padding: 0px;
	color: #009245;
	background-color: inherit;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0em 0.3em 0em;
}


h3 {
	color: #006837;
	background-color: inherit;
	text-align: left;
	padding: 5px 0px;
	font-size: 85%;
}

#mainContent p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	background-color: inherit;
	font-size: 0.8em;
}

#mainContent li {
	margin: 0px 0px 10px 2px;
	padding: 0px;
	color: #000000;
	background-color: inherit;
	font-size: 0.8em;
}

img#inset {
	border: 2px solid #006837;
	margin: 5px 15px 5px 0px;
	float: left;
}

img#rightImage {
	border: none;
	margin: 5px 15px 5px 20px;
	float: right;
}

#countyContacts li {
	line-height: 1.3em;
	list-style: square inside;
	margin-top: -0.6em;
}

/* photo gallery table    ------------------------------------------------------------------------------------  */
table#photogallery {
	color: #000000;
	background-color: inherit;
	width: 100%;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
}

#photogallery h3 {
	color: #006837;
	background-color: #C4E5AE;
	text-align: left;
	padding: 2px 3px;
	font-size: 85%;
}

#photogallery p {
	color: #000000;
	background-color: inherit;
	text-align: left;
	padding: 2px 10px 2px 2px;
	font-size: 80%;
	vertical-align: top;
}

#photogallery img {
	padding: 2px 1px;
	vertical-align: top;
}

/* footer (Library Item)    ------------------------------------------------------------------------------------  */
div#footer { 
	margin-top: 0px;	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #EBFFDF;
	color: #000000;
	position: relative;
	bottom: auto;
	width: auto;
}

div#footer table {
	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 */
	font-size: 70%;
	text-align: left;
}

table div.statcounter {
	margin: 0;
	padding: 10px 0;
	font-size: 70%;
	text-align: left;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1, #sidebar2 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->