body {
	text-align: center;
	background-color: #b5b4b3;
	background-image: url(../nav/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited {
	color: #70B85D;
}
a:hover, a:active {
	color: #2C5E2E;
}
#innerContainer {
	width: 740px;
	background-image: url(../nav/page_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}
#headContent {
	padding: 20px 20px 10px;
}
#navContent {
	margin: 0 20px;
	background-color: #70B85D;
}
#navContent ul {
	list-style: none;
	margin: 0;
}
#navContent li {
	float: left;
	border-right: #7AC943 solid 2px;
}
#navContent a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 6px 10px;
}
#navContent a:link, #navContent a:visited {
	color: #FFF;
}
#navContent a:hover, #navContent a:active {
	color: #F2F2F2;
	background-color: #7AC943;
}
body.home #navContent .home, body.web #navContent .web, body.brochure #navContent .brochure, body.exhibition #navContent .exhibition, body.contact #navContent .contact {
	background-color: #2C5E2E;
}
body.home #navContent .home:hover, body.web #navContent .web:hover, body.brochure #navContent .brochure:hover, body.exhibition #navContent .exhibition:hover, body.contact #navContent .contact:hover {
	color: #FFF;
	background-color: #2C5E2E;
}
#bodyContent {
	padding: 20px 10px 0;
	border-bottom: #D2D2D2 solid 1px;
}
#footerContent {
	width: 760px;
	background-image: url(../nav/footer_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 10px 0 20px;
	background-position: bottom;
}
#footerContent a:link, #footerContent a:visited {
	color: #2C5E2E;
}
#footerContent a:hover, #footerContent a:active {
	color: #70B85D;
}
#creditsContent a:link, #creditsContent a:visited {
	color: #F9F9F9;
}
#creditsContent a:hover, #creditsContent a:active {
	color: #EFEFEF;
}
#creditsContent {
	font-size: 0.8em;
	margin-bottom: 10px;
}
#creditsContent a {
	text-decoration: none;
}
#homeWrapper {
	background: url(../nav/home_main_bg.gif) no-repeat top;
	margin: 0 3px;
	height: 199px;
	position: relative;
	width: 714px;
	margin-bottom: 10px;
}
#mainWrapper {
	background: url(../nav/section_main_bg.gif) no-repeat top;
	margin: 0 3px;
	height: 260px;
	position: relative;
	width: 714px;
}
#detailSection {
	height: 198px;
	margin: 0 20px;
	overflow: auto;
	position: relative;
	overflow-x: hidden;
}
#detailScroller {
}
.detailEntry {
}
.detailText {
	float: left;
	width: 307px;
	padding: 20px 10px 0px 20px;
}
.detailImage {
	float: left;
	height: 198px;
	width: 297px;
	padding: 0 10px;
}
.arrow {
	position: absolute;
	top: 52px;
	cursor: pointer;
}
.arrow.left {
	left: 0;
}
.arrow.right {
	right: 0;
}
#masterSection {
}
#masterSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}
#masterSection ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#masterSection ul li a {
	display: block;
	width: 119px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	font-size: 13px;
}
#masterSection a:link, #masterSection a:visited {
	color: #70B85D;
}
#masterSection a:hover, #masterSection a:active {
	color: #2C5E2E;
}
#masterSection ul li a.selected {
	color: #2C5E2E;
}
#descriptionWrapper {
	background: url(../nav/section_desc_bg.gif) no-repeat center top;
	padding: 0 10px 20px;
}
#descriptionWrapper #description1stCol, #descriptionWrapper #description2stCol {
	width: 328px;
}
#descriptionWrapper #description1stCol {
	float: left;
}
#descriptionWrapper #description2stCol {
	float: right;
}
#moreWrapper {
}
#moreWrapper h1 {
	padding: 5px 0;
}
#moreWrapper h2 {
	font-size: 1.2em;
}
#moreWrapper ul {
	list-style-type: none;
	margin: 0;
}
#moreWrapper ul li {
	float: left;
	height: 305px;
	width: 170px;
	padding: 0 5px;
}
#moreWrapper ul li a {
	cursor: pointer;
	display: block;
}
#moreWrapper ul li a img {
	display: block;
	margin: 0 auto 10px;
}
#contactForm {
	background-color: #f2ffe2;
	border: 1px solid #c5dca0;
	padding: 10px;
	margin: 20px 0 10px;
}
#contactForm label {
	display: block;
	margin-top: 5px;
}
#contactForm input, #contactForm textarea {
	margin-top: 5px;
	width: 298px;
	padding: 2px;
}
#contactForm #send {
	display: block;
	margin-top: 11px;
	width: 305px;
	padding: 2px;
}
#contactForm label.error {
	color: #C33;
}
#contactForm textarea.error, #contactForm input.error {
	border: #C33 1px solid;
}
#contactForm h2 {
	margin-bottom: 10px;
}
.gmap {
	margin: 0 10px;
}
.indent {
	margin-left: 10px;
	margin-right: 10px;
}