body {
	margin:20px;
	background-image:url('../images/bg.gif');
}

body, div, p, a, span {
	font-family:times new roman,arial,helvetica,sans-serif;
	font-size:12px;
	color:#000;
}

h3 {
	color:#263B2A;
	margin: 0 0 7px 0;
	padding:0;
	font-size:14px;
}

img {
	border:0;
}

.container {
	width:760px;
	margin:0 auto;
}

.header {
	height:77px;
	background-image:url('../images/bg_header.jpg');
}

.header ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header ul {
	float:right;
}

.header li {
	display:inline;
	margin:0;
	padding:0;
}

.nav {
	background-color:#435A45;
	height:55px;
}

.nav2 {
	background-color:#263B2A;
	height:22px;
	overflow:hidden;
	text-align:center;
	border-bottom:solid 1px #4F5B4D;
}

.content {
	height:411px;
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#F5EFD9;
}

.content img {
	display:block;
}

.sitemap ul {
	list-style:none;
	margin-left:5px;
	padding:5px;
}

.footer {
	/*background-image:url('../images/footer.gif');
	background-image:url('../images/footer2.gif');*/
}

.footer_links {
	text-align:center;
	padding-top:4px;
}

.footer_links ul {
	list-style:none;
	margin:0;
	padding:0;
}

.footer_links li {
	display:inline;
	padding-left:30px;
	background-image:url('../images/bullet_footer.gif');
	background-repeat:no-repeat;
	background-position: 10px 7px;
}

.footer_links a {
	color:#263B2A;
	font-size:12px;
	font-weight:800;
	text-decoration:none;
}

br {
	clear:both;
}

.right {
	float:right;
	clear:both;
	width:441px;
}

/* MEDIA
----------------------------------------------- */
.media {
	height:145px;
	background-color:#A7A982;
	padding-top:14px;
	padding-left:32px;
}

.explore_title {
	width:156px;
	height:84px;
	padding:40px 5px 5px 5px;
	background-repeat:no-repeat;
	font-family:times new roman;
	float:left;
	color:#263B2A;
	font-weight:800;
}

.gallery_thumbs {
	width:550px;
	height:140px;
	float:right;
}

.gallery_thumbs .thumb {
	width:104px;
	height:45px;
	float:left;
	background-image:url('../images/bg_gallery_thumb.gif');
	background-repeat:no-repeat;
}

.gallery_thumbs .thumb img {
	width:91px;
	height:39px;
	display:inline;
	border:solid 1px #0E034E;
}

.photo {
	text-align:center;
	margin-top:30px;
}
.photo img {
	margin:0 auto;
	display:inline;
}

/* SCROLLER
----------------------------------------------- */	
#scroller_container {
	width:318px;
	background-image:url('../images/bg_scroller3.gif');
	height:360px;
}
#scroller {
	position:relative;
	width:315px;
	height:354px;
	overflow:hidden;
	float:left;
}

#scrollContainer {
	position:absolute;
	top:0; left:0;
	width:265px;
	padding:10px 20px;
}

#scrollContainer p {
	padding:0;
	margin:0 0 15px 0;
}


#scrollControls {
	position:absolute;
	top:0; right:0;
	height:330px;
	width:22px;
	/*background-color:#C2CD9D;*/
}

#scrollControls .track {
	cursor:pointer; }

#scrollControls .button {
	position:relative;
	width:20px;
	height:15px;
	cursor:pointer; 
}

#scrollControls .arrowTop {
	background:#C2CD9D url(../images/btn-slider-up.gif) no-repeat 0 0; }

#scrollControls .arrowBot {
	background:url('../images/btn-slider-down.gif') no-repeat; 
	background-position: bottom;	
}

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:31px;
	width:20px;
	cursor:pointer; }

#scrollControls_track {
	position:relative;
	width:20px; 
	background:transparent url(../images/scrubber-bg.gif);
}

#scrollControls_thumb {
	position:absolute;
	width:20px;
	background:transparent url(../images/scrubber-bg.gif);
}

#scrollControls_thumbMid {
	width: 19px;
	/*background:transparent url(../images/scroll_thumb.gif);*/
	background-repeat: no-repeat;
}

/*
INTERACTIVE MAP
*/

#map_arrows {
	position:relative;
	float:right;
	width:140px;
	text-align:center;
}

#map_arrows img {
	margin: 0;
	padding: 0;
}

#map_arrows img {
	display:inline;
}

.map_link {
	color:#fff;
	text-decoration:none;
}

/* FORM
----------------------------------------------- */
fieldset {
	border:0;
}

.formrow {
	padding:5px;
}

label {
	width:80px;
	float:left;
	text-align:right;
	padding-right:10px;
}

input {
	width:180px;
	font-size:12px;
}

.submit {
	width:60px;
}

select {
	font-size:12px;
}
