@charset "iso-8859-1";
body {
	background-position: bottom;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #416B1F; /*dk green*/;
	color: #37271C;
	font-size: 110%;
}
sup, sub { line-height: 0 }
p { line-height: 1.7em }
blockquote { line-height: 1.25em }

/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	max-width: 1300px;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('images/Front_Street_1876_detail.jpg');
	height: 175px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
	border-radius: 8px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#banner .title {
	text-align:right;
	background-color: transparent;
	color: #315017;
	margin-top: 20px;
	font-size: 1.8em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #315017;
}
/*=================== 
styles for top menu 
======================*/
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */;
	margin-left: 0;
	background-color: #416B1F;
	color: #ffffff;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #A2C35C;
	color: #000000;
}

#navcontainer #active { border-left: 1px solid #fff; }
/*==============
all site links
==============*/
a:link {
	font-weight: 400;
	color: #006600;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: 400;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: 400;
	text-decoration : none;
	background: #416B1F;
	color: #ffffff;
}
a:active {
	font-weight: 400;
	text-decoration : none;
	background: #904B12;
	color: #000000;
}
/*====================== 
styles for main content area 
=========================*/

#content {
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#content footnotes {
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 50%;
}
/*===========
content area list items
==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #416B1F;
	color: #FFFFFF;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #416B1F;
	margin: 8px 0px 8px 0px;	
	width: 159px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #416B1F;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
	font-weight: 400;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #DDDFAE;
}

#vertmenu p {
	font-size: .85em;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #416B1F;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 80%;
	text-align: center;
	background-color: #003300;
	height: 3px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/

.imgrgt {
	float: right;
	padding-left: 7px;
}
.imglft {
	float: left;
	padding-right: 7px;
}
.centre {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
