@charset "iso-8859-1";
body {
	font-family: verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #416B1F; /*dk green*/;
	color: #37271C;
	background-repeat: repeat;
}
/*===================================== 
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 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
}
/*====================== 
styles for top banner 
========================*/
#banner {
	background-position: left bottom;
	border-bottom: 25px solid #416B1F;
	padding: 4px 0 0px 10px;
	background-color: #FFFFFF;
	background-image: url('../images/new-head.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}
#banner .logo {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	float: right;
	padding: 5px;
	background-color: transparent;
	background-image: url('../images/logo-wi-lg.png');
	background-repeat: no-repeat;
	height: 116px;
	color: #315017;
	margin-top: 0px;
}
/*=========================== 
styles for top menu 
=============================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	color: inherit;
	border-top: 2px solid #416B1F;
	border-bottom: 2px solid #416B1F;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #37271C;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #416B1F;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #904B12;
	color: #000000;
}
/*============================== 
styles for album
================================*/
#albumlist {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
}
#albumlist li {
	float: left;
	width: 240px;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}
#albumlist ul {
	width: 700px;
}
/*============================== 
styles for main content area 
================================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*============================
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;
}
/* =========================
full width content styling
========================= */
#fullcontent {
	background-color: #FFFFFF;
	color: inherit;
}
#fullcontent ul li {
	list-style-image: url(../'images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#fullcontent 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: #DDDFAE;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #416B1F;
	margin: 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;
}
#vertmenu ul li a:focus {
	color: #000000;
	background-color: #DDDFAE;
}
#vertmenu ul li a:hover {
	color: #000000;
	background-color: #DDDFAE;
}

/* left-hand menu - colored box - green */
.sidebox {
	border: #416B1F 2px solid;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 2px;
	background: #f8faef;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box - green heading */
.sideboxheading {
	background: #2C5629;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}

/*======================= 
Styles for footer 
=========================*/
#footer {
	font-size: 80%;
	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: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =======================
Styles for heighlighting text 
========================== */
.highlight {
	background-color: #EDF1E9;
	color: #416B1F;
	font-weight: bold;
}
/* =======================
Styles for heading tags 
========================== */
h4 {
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h3 {
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h2 {
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h1 {
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: .9em;
}
/*=====================
used to center anything
=======================*/
.center {
	text-align: center;
}
/* =============================
floats images to right or left 
================================*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.photostyle {
	padding: 7px;
}
/*=====================
text size
=======================*/
.smtxt {
	font-size: small;
}
/* =============================
styles tables 
================================*/
#table {
	align: center;
}
/* =============================
signature tables 
================================*/
.sign {
	font-size: 1.5em;
	font-family: "Mistral", "color: FFFF00";
	font-weight: bold;
	font-size: x-large;
}
.signpres {
	font-size: 2.5em;
	font-family: "Lucida Handwriting";
	color: #E895B0;
	font-weight: bold;
	font-size: x-large;
}
.mnthtxt {
	color: color: #416B1F;
	font-weight: bold;
}
.smalltext {
	width: 95%;
	font-size: .8em;
}
