@charset "utf-8";

/* Tags */
html {

}
body {
	background-color: #ebf0dd;
	background-image: url(../images/gradientBg01.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	color: #697543;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #697543;
	display: none;
}
h2 {
	font-size: 18px;
}
h3 {
	margin-bottom: 5px;
}

/* Main Classes */
.mainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.mainHeader {
	width: 980px;
	height: 190px;
	background-image: url(../images/header01.png);
	background-position: center;
	background-repeat: no-repeat;
}
.mainContent {
	width: 980px;
	background-image: url(../images/bodyRepeat01.png);
	background-position: top;
	background-repeat: repeat-y;
	overflow: hidden;
	padding-top: 20px;
}
.mainFooter {
	width: 980px;
	height: 25px;
	background-image: url(../images/footer01.png);
	background-position: center;
	background-repeat: no-repeat;
}
.footer {
	width: 980px;
	overflow: hidden;
}
.headerNav {
	width: 980px;
	height: 25px;
	position: relative;
	bottom: -165px;
}
.footerNav {
	margin-top: 10px;
	font-size: 18px;
}
.footerCredit {
	margin-top: 15px;
}
.footerCredit a.hiddenLink {
	color: #697543;
	font-size: 12px;
	text-decoration: none;
}

/* Content Classes */
.homeLeftColumn {
	width: 360px;
	float: left;
}
.homeLeftColumnEven {
	width: 480px;
	float: left;
}
.homeRightColumn {
	width: 600px;
	float: left;
}
.homeRightColumnEven {
	width: 480px;
	float: left;
}
.leftUL {
	float: left;
	background-color: #ffffff;
	background-image: url(../images/contentBlockUL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
	width: 300px;
}
.leftEvenUL {
	float: left;
	background-color: #ffffff;
	background-image: url(../images/contentBlockUL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
	width: 440px;
}
.rightUL {
	float: left;
	background-color: #ffffff;
	background-image: url(../images/contentBlockUL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	width: 580px;
}
.rightEvenUL {
	float: left;
	background-color: #ffffff;
	background-image: url(../images/contentBlockUL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 440px;
}
.contentUL {
	background-color: #ffffff;
	background-image: url(../images/contentBlockUL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
.contentUR {
	background-image: url(../images/contentBlockUR.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.contentBL {
	background-image: url(../images/contentBlockBL.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.contentBR {
	background-image: url(../images/contentBlockBR.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.contentInnards {
	overflow: hidden;
	padding: 20px;
	text-align: left;
}
.leftUL .contentInnards {
	padding: 10px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

/* Links */
.headerNav .link {
	height: 25px;
	background-image: url(../images/tabWhiteLeft01.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #bec6a4;
}
.headerNav .link:hover {
	color: #697543;
}
.headerNav .linkActive {
	height: 25px;
	background-image: url(../images/tabGreenLeft01.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.headerNav .tabRight {
	height: 25px;
	background-image: url(../images/tabWhiteRight01.png);
	background-position: right;
	background-repeat: no-repeat;
}
.headerNav .linkActive .tabRight {
	height: 25px;
	background-image: url(../images/tabGreenRight01.png);
	background-position: right;
	background-repeat: no-repeat;
}
.headerNav .tabCenter {
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ffffff;
}
.headerNav .linkActive .tabCenter {
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #bec6a4;
}
.headerNav span {
	vertical-align: -35%;
	text-transform: uppercase;
}
.footerNav a {
	text-decoration: none;
	color: #697543;
	text-transform: uppercase;
	font-size: 12px;
}
.form {
	text-align: left;
}
.form input {
	margin-top: 2px;
}

/* Alignment */
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.tdLeft {
	text-align: left;
	vertical-align: top;
}
.tdRight {
	text-align: right;
	vertical-align: top;
}
.tdCenter {
	text-align: center;
	vertical-align: top;
}

/* Links */
.linksLinks {
	margin-left: 5px;
	text-align: left;
}
a.resourceLink {
	line-height: 20px;
	color: #bec6a4;
	font-weight: bold;
	margin-left: 20px;
}
a.resourceLink:hover {
	color: #697543;
}

/* Tables */
.formTable {
	margin-left: 20px;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
.tdCenter {
	text-align: center;
}

/* Local Resources */
.resourceTable {
	padding: 5px;
}
.resourceTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.localListing {
	margin: 10px;
	background-color:#F4F8F3;
	padding: 10px;
	overflow: hidden;
}
.localListing p {
	margin-left: 20px;
}
.localListing h2 {
	margin: 0px;
	margin-top: 5px;
}
h3 a {
	color: #697543;
	text-decoration: none;
	margin-left: 20px;
}
h3 a:hover {
	color: #697543;
	text-decoration: underline;
}
.legBlock {
	background-color: #F4F8F3;
	padding: 3px;
	margin: 5px;
}
.legBlock h3 {
	font-size: 12px;
}
.legBlock h3 a {
	text-decoration: underline;
	margin-left: 0px;
}
.memberLinks {
	overflow: auto;
	height: 300px;
}
.memberLinks a {
	display: block;
	color: #697543;
	text-decoration: none;
	margin-left: 20px;
}
.memberLinks a:hover {
	color: #697543;
	text-decoration: underline;
}
.editButton {
	font-size: 10px;
	font-weight: normal;
}
.mapQuestLink {
	float: right;
	text-align: center;
	font-size: 10px;
	margin-left: 5px;
}
.mapQuestLink a {
	text-decoration: none;
}
.mapQuestLink img {
	border: none;
}

/* Video Gallery */
.videoGalleryLink {
}
.videoGalleryLink a {
	border: none;
	text-decoration: none;
}
.videoGalleryLink img {
	border: none;
}
.videoGalleryText {
	width: 300px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Home */
.homeLink {
}
.homeLink a {
	border: none;
	text-decoration: none;
}
.homeLink img {
	border: none;
}
.homeText {
	text-align: justify;
	margin-bottom: 20px;
}

/* Photo Gallery */
.indent25 {
	margin-left: 25px;
}
.galleryListing {
	background-color:#F4F8F3;
	padding: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.galleryListing img {
	margin-right: 20px;
}
.galleryListing h3 {
	margin-left: 0px;
	margin-right: 0px;
}
.galleryListing h3 a {
	color: #697543;
	text-decoration: none;
	margin-left: 0px;
}
.galleryListing h3 a:hover {
	color: #697543;
	text-decoration: underline;
}
.galleryListing .editButton {
	font-size: 10px;
	font-weight: normal;
	margin-left: 20px;
}
.newsItem {
	padding: 3px;
	margin: 2px;	
}
.newsItem a {
	font-size: 12px;
	font-weight: bold;
}
.newsItemSelected {
	padding: 3px;
	margin: 2px;
	background-color: #efefef;
}
.newsItemSelected a {
	font-size: 12px;
	font-weight: bold;
}
.newsEditLink {
	font-size: 10px;
	font-weight: normal;
}
.newsHome h2 a {
	color: #697543;
}
.calendarSpacer {
	padding-top: 16px;
	height: 278px;
}
.memberColumnLeft {
	float: left;
	overflow: hidden;
	width: 130px;
	padding-top: 20px;
	text-align: center;
}
.memberColumnRight {
	float: right;
	overflow: hidden;
	width: 370px;
}
#overlappopup{ /*don't change id name */
position: absolute; /*don't change position property */
z-index: 1000;
background: white;
border: 12px solid black;
padding: 10px;
left: 0;
top: 0;
visibility: hidden;
}
.featuredPane {
	width: 850px;
	height: 200px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 5px;
	background-color: #F4F8F3;
	padding: 10px;
}
.featuredGlass {
	height: 220px;	
}
.featuredInstance {
	float: left;
	white-space: normal;
	display: block;
	text-align: center;
	width: 125px;
	height: 150px;
	padding: 10px;
	margin: 2px;
	text-decoration: none;
	background-color: #ffffff;
	overflow: hidden;
}
.featuredImage {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;	
}
.featuredInstance img {
	border: none;
}
.featuredInstance p {
	width: 125px;
}
