﻿body 
{
	text-align: center;
	font-family: Arial, Garamond, Sans-Serif;
	padding: 0;
	margin: 0;
	color: rgb(48,121,123);
	background-color: rgb(192,215,195);
}

a:link
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

a:visited
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

a:hover
{
	color: #999999;
	text-decoration: underline;
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	border-style: ridge;
	border-width: 4px;
	border-color: #87878a;
}

#altWrapper
{
	width: 1155px;
	margin: 0 auto;
	padding: 0px;
	border-style: ridge;
	border-width: 4px;
	border-color: #87878a;
}

#wideWrapper
{
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	border-style: ridge;
	border-width: 4px;
	border-color: #87878a;
}

#header
{
	width: 800px;
	overflow: hidden;
	padding: 0px;
}

#wideHeader
{
	background-image: url('../images/altHdrBckGrnd.gif');
	width: 100%;
	text-align: center;
	padding-right: 5px;
	overflow: hidden;
	padding: 0px;
	border-bottom: ridge 2px #87878a;
}

img#logo
{
	margin-bottom: 0px;
	border: none;
}

#Title
{
	position: relative;
	margin-top: -85px;
	margin-left: 180px;
	margin-bottom: 1px;
	width: 627px;
	color: rgb(153,102,51);
	font-size: 1.2em;
	text-align: left;
	white-space: normal;
	font-weight: 500;
	font-style: italic;
}

#mainTitle
{
	font-weight: bold;
	font-size: 1.4em;
	color: rgb(48,121,123);
	font-variant: small-caps;
	font-style: normal;
}

#midWrapper
{
	width: 800px;
	overflow: hidden;
	padding: 0px;
}

#wideMidWrapper
{
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

#navigation
{
	float: left;
	margin-top: 0px;
	width: 175px;
	height: 100%;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	font-size: .85em;
	text-align: center;	
	background-color: rgb(145,185,164);
	color: #ffffff;
}

#wideNavigation
{
	margin-top: 0px;
	height: 30px;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .85em;
	text-align: center;	
	background-color: rgb(145,185,164);
	color: #ffffff;
}

.navSpan
{
	display: block;
	height: 20px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#onLink
{
	background-image: url('../images/navBtnOnGreen.gif');
}

.wideNav
{
	display: block;
	height: 20px;
	float: left;
	clear: none;
	margin-left: 2px;
	margin-right: 2px;
	width: 170px;
	background-image: url('../images/navBtnOffGreen.gif');
}

a.wideNav
{
	color: #ffffff;
	text-decoration: none;
}

a.wideNav:link
{
	color: #ffffff;
}

a.wideNav:visited
{
	color: #ffffff;
}

.wideNav:hover
{
	background-image: url('../images/navBtnOnGreen.gif');
	cursor: pointer;
}

.bigNav
{
	width: 170px;
	background-image: url('../images/navBtnOffGreen.gif');
}

a.nav
{
	color: #ffffff;
	text-decoration: none;
}

a.nav:link
{
	color: #ffffff;
}

a.nav:visited
{
	color: #ffffff;
}

.bigNav:hover
{
	background-image: url('../images/navBtnOnGreen.gif');
	cursor: pointer;
}

#homeWrapper
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	text-align: left;
	width: 619px;
	float: right;
}

#altHomeWrapper
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	text-align: left;
	float: left;
}

#wideHomeWrapper
{
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.headImg
{
	float: right;	
}

.sectionHead
{
	border-top: solid 1px rgb(0,0,102);
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('../images/sectionBckgrnd2.gif');
	background-repeat: repeat;
	padding-left: 10px;
	cursor: pointer;
	color: rgb(48,121,123);
}

.sectionBody
{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: none;
	font-size: .90em;
	line-height: 1.2em;
}

.altSectionBody
{
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	font-size: .90em;
	line-height: 1.2em;
}

.wideSectionBody
{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: .90em;
	line-height: 1.2em;
}

#footer
{
	padding-left: 37px;
	padding-top: 7px;
	padding-bottom: 2px;
	height: 164px;
	margin-top: 0px;
	text-decoration: none;
	font-size: .75em;
	border-top: ridge 2px #87878a;
}

a#footer, a#footer:link, a#footer:visted, a#footer:hover
{
	text-decoration: none;
	color: #999999;
}

img#adobe
{
	border: none;
}

.footerImg
{
	border: none;
	float: left;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#fImgWrapper
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#widefImgWrapper
{
	width: 725px;
	overflow: hidden;
	margin-bottom: 0px;
}

.disclaimer
{
	font-size: .9em;
	margin-bottom: 0px;
}

.dropcap
{
	float: left;
	font-size: 2.5em;
	font-family: Times New Roman, Serif;
	font-style: italic;
	color: rgb(153,102,51);
	line-height: 1em;
}

.ital
{
	font-style: italic;
}

.preUL
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tighter
{
	margin-top: 0px;
	padding-top: 0px;
}

.mapSched
{
	border: none;
	background-color: #ffffff;
}

#mapSideLeft
{
	width: 48%;
	float: left;
	clear: none;
}

#mapSideRight
{
	width: 48%;
	float: left;
	clear: none;
}

.hideMapDescR
{
	position: absolute;
	display: none;
	width: 230px;
	background-color: #fffff0;
	padding: 3px 3px 3px 3px;
	z-index: 100;
}

.hideMapDescL
{
	position: absolute;
	display: none;
	width: 230px;
	background-color: #fffff0;
	padding: 3px 3px 3px 3px;
	z-index: 100;
}

#mapWrapper
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

a.mapDesc
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

a.mapDesc:link
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

a.mapDesc:visited
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

a.mapDesc:hover
{
	color: rgb(48,121,123);
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

#countySideLeft
{
	width: 48%;
	float: left;
	clear: none;
	padding: 5px;
}

#countySideRight
{
	width: 48%;
	float: left;
	clear: none;
	padding: 5px;
}

#countyWrapper
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#consultSideLeft
{
	width: 48%;
	float: left;
	clear: none;
}

#consultSideRight
{
	width: 48%;
	float: left;
	clear: none;
}

#consultWrapper
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#mListFrm
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#mListLbl
{
	width: 25%;
	float: left;
	clear: none;
	text-align: right;
	padding-right: 3px;
}

#mListInpt
{
	width: 48%;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 3px;
}

.inptLne
{
	height: 25px;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

#sbmtBtn
{
	width: 100%;
	float: left;
	clear: both;
}

.inptLne#cmmtLne
{
	height: 150px;
}

.Error
{
	color: #FF0000;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.PresPicsWrap
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

.PresentLink
{
	width: 48%;
	float: left;
	clear: none;
}

.PicsLink
{
	width: 48%;
	float: right;
	clear: none;
}

.MeetPhotos
{
	border-style: outset;
	border-color: #999999;
	border-width: 4px;
	margin: 5px 2px 2px 5px;
}