/*
	brown-#9E9180

*/

body {
	font:13px Verdana, Arial, sans-serif;
	background:white;
	margin:0;
	padding:0;
}
form, img {
	border:0;
	margin:0;
	padding:0;
}

a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a[name]:hover {
	text-decoration:none;
}
h2 {
	font-size:22px;
}

#body {
	margin:5px 0 0 25px;
	width:938px;
	background:#9E9180;
	border:6px solid #BFC0C2;
}
#copyright {
	margin:3px 0 10px 31px;
	width:938px;
	color:#AAA;
	font-size:9px;
}



#banner {
	height:142px;
	background:#9E9180 url('images/banner.jpg') no-repeat scroll top left;
}
.index #banner {
	background:#9E9180 url('images/banner-landing.jpg') no-repeat scroll top left;
}

#menu {
	padding-left:50px;
	height:37px;
	background:white url('images/menu-bg.png') repeat-x scroll top left;
}
#menu .spacer {
	float:left;
	width:1px;
	overflow:hidden;
	margin-top:4px;
	background-color:white;
	color:white;
	border-bottom:8px solid white;
}
#menu a {
	display:block;
	float:left;
	height:30px;
	color:black;
	font-size:14px;
	padding:7px 10px 0 10px;
}
#menu a:hover {
	background:white url('images/menu-hover-bg.png') repeat-x scroll top left;
	text-decoration:none;
}
#menu a.current-page {
	background:#9E9180;
	color:white;
	text-decoration:none;
}

#footer {
	text-align:right;
	border-top:1px solid white;
	color:white;
}

.inner-box {
	position:relative;
	width:839px;
	border:1px solid black;
	background:white;
	margin:0 auto;
	padding:10px 20px;
}
.inner-box a {
	color:black;
}

.sitemap .inner-box a {
	color:#9E9180;
	font-size:20px;
}
.sitemap .inner-box h2 a {
	color:#9E9180;
	font-size:24px;
	font-weight:normal;
}
.sitemap .inner-box li {
	list-style-image:url('images/bullet-dot.png');
	padding-bottom:2px;
}
.sitemap .inner-box {
	height:400px;
	width:819px;
	padding-left:40px;
}

.about .inner-box {
	font-size:14px;
}
.about .inner-box h2 {
	font-weight:normal;
}
.about .inner-box img {
	margin:0 35px;
}

.gallery .inner-box p {
	clear:both;
	padding-left:45px;
}
.gallery .inner-box a {
	display:block;
	float:left;
	margin:18px;
	border:2px solid white;
}
.gallery .inner-box a:hover {
	border:2px solid #9E9180;
}

.index .inner-box {
	padding-top:390px;
}

.findus .inner-box, .contact .inner-box {
	height:400px;
	width:819px;
	padding-left:40px;
}
.findus .inner-box a, .contact .inner-box a {
	color:#9E9180;
	font-size:20px;
}
.findus .inner-box h2 a, .contact .inner-box h2 a {
	color:#9E9180;
	font-size:24px;
	font-weight:normal;
}

.findus .inner-box {
	background:white url('images/find-us-map.jpg') no-repeat scroll 50% 50%;
	height:480px;
}

.contact .inner-box {
	height:440px;
}



.crossfade {
	height:377px;
	width:283px;
	position:absolute;
}

#home-button {
	position:absolute;
	top:210px;
	left:390px;
	z-index:100;
	display:block;
	height:34px;
	width:85px;
	font-size:22px;
	padding:4px 5px 0 5px;
	color:black;
	text-decoration:none;
	text-align:center;
	background:white url('images/menu-bg.png') repeat-x scroll top right;
}
#home-button:hover {
	background:#9E9180;
}

.home .inner-box {
	float:left;
	margin:0 15px;
	height:390px;
	width:240px;
	text-align:center;
	line-height:27px;
	border:1px solid black;
	background:white;
	padding:10px;
}

label {
	font-size:15px;
	position:absolute;
	left:-400px;
}
input,textarea {
	border:1px solid #9E9180;
	background:#EFEEE6;
	width:360px;
	padding:1px 5px;
	font:15px Verdana, Arial, sans-serif;
}
button {
	border:1px solid #9E9180;
	background:#E2DDB5;
	font:15px Verdana, Arial, sans-serif;
}