@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 */
.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;
}
.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;
}
.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;
}

/* 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;
}


/* Gallery */
.thumb {
	height: 200px;
	width: 200px;
	text-align: center;
	margin: 20px;
	display: inline-block;
}
.thumb a {
	
}
.thumb img {
	border: none;
	vertical-align: middle;
}
.contentImage {
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* 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;
}
.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;
}
.editButton {
	font-size: 10px;
	font-weight: normal;
}
