﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #7E6C48;
	text-align: center;
	background-repeat: repeat;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #2C2E19;
	font-weight: bold;
}

a:hover
{
	color: #CB9500;
}

h1, h2, h3, h4
{
	color: #2C2E19;
}

#container
{
	padding: 5px 5px 5px 5px;
}

#main
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header
{
	position: relative;
	text-align: left;
	width: 960px;
	height: 206px;
	padding: 0px;
}

#banner
{
	width: 960px;
	position: absolute;
	height: 206px;
	z-index: 1;
	overflow: hidden;
}

#menu_main
{
	width: 202px;
	float: left;
}

#menu_container
{
	position: relative;
	padding: 10px;
	width: 202px;
	float: left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	min-height: 200px;
}

#menu_container a, #menu_bottom a
{
	color: #CB9500;
	margin: 5px 20px 5px 20px;
}

#menu_container a:hover, #menu_bottom a:hover
{
	color: #FFF;
}

#menu_container ul
{
	list-style-type: none;
	width: 150px;
	margin: 0px 60px 0px 0px;
	padding: 0px;
}

#menu_container li
{
	width: 100%;
	border: 1px solid #CB9500;
	margin: 0px 0px 5px 0px;
	background-color: #342E22;
	padding: 4px;
	border-bottom: 2px solid #C98202;
}

#menu_bottom
{
	position: relative;
	padding: 10px;
	width: 202px;
	float: left;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 139px;
}

#side_feature
{
	width: 202px;
	float: left;
	margin: 20px 2px 4px 2px;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #FF9900;
	overflow: hidden;
	background-color: #FFF;
	padding: 0px 0px 5px 0px;
}

#headerMsg
{
	position: absolute;
	top: 0px;
	right: 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	z-index: 99;
	width: 200px;
	border-left: 2px solid #C98202;
	border-right: 2px solid #C98202;
	border-bottom: 2px solid #C98202;
	padding-bottom: 5px;
}

#content_container
{
	position: relative;
	text-align: left;
	min-height: 300px;
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color: #f2edd7;
}

#content
{
	position: relative;
	width: 660px;
	min-height: 500px;
	height: 100%;
	padding: 20px 40px 10px 10px;
	float: right;
}

#breadcrumbs
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumbs a
{
	font-weight: bold;
}

.note
{
	font-size: xx-small;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

.callout
{
	border: 1px solid #C17C00;
	background-color: #A99B81;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	font-style: italic;
}

.contentImage
{
	border: 1px solid #000;
	margin: 20px;
}

#bottom
{
	width: 100%;
	text-align: center;
	height: 60px;
	background-color: #A99B81;
	border-top: 1px solid #C17C00;
	left: 0px;
}

#sitemap
{
	padding: 5px 5px 5px 5px;
}

#footer
{
	font-size: x-small;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a
{
	font-weight: bold;
}

.slideshow
{
	width: 640px;
	min-height: 388px;
	border: 1px solid #000;
	background-color: #2D261C;
	margin-left: auto;
	margin-right: auto;
}

.slideIndex
{
	height: 68px;
	width: 634px;
	background-color: #000;
	margin: 2px;
}

.slide
{
	width: 80px;
	float: left;
	margin: 1px;
	border: 2px solid #000;
	cursor: pointer;
}

.slide:hover
{
	border: 2px solid #CCC;
}

.active_slide
{
	width: 80px;
	float: left;
	margin: 1px;
	border: 2px solid #000;
	cursor: pointer;
	border: 2px solid #FFF;
}

.slideView
{
	width: 630px;
	height: 300px;
	float: left;
	padding: 5px;
	position: relative;
	overflow: hidden;
}

.slideView img
{
	position:absolute;
	width: 640px;
	clip: rect(80px 635px auto 5px); 
	top: -80px;
	left: 0px;
	padding: 0;
	margin: 0;
}

.slideCaption
{
	background-color: #342E22;
	color: #CB9500;
	font-weight: bold;
	font-size: small;
	z-index: 1;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: auto;
	border: 1px solid #FFF;
	text-align: center;
	padding: 10px;
}

#intro
{
	margin: 30px 20px 0px 20px;
	padding: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFFFCC;
	height: 200px;
	width: 600px;
	overflow: hidden;
}

#intro_left
{
	width: 310px;
	float: left;
	margin: 10px;
	border-right: 1px solid #CCC;
}

#intro_right
{
	width: 240px;
	float: right;
	margin: 10px;
}

#intro_right ul
{
	list-style-type: square;
}

.calendar_links ul
{
	list-style-type: square;
	margin: 0px;
	padding: 5px;
}

.calendar_links li
{
	float: left;
	margin: 0px 10px 0px 10px;
}

.date_link
{
	font-size: x-small;
}

.calendar_date
{
	width: 650px;
	background-color: #A99B81;
	border: 1px solid #000;
	padding: 3px;
	font-weight: bold;
	margin-top: 10px;
}

.calendar_date a:hover
{
	color: #2C2E19;
}

.event
{
	position: relative;
	width: 640px;
	padding: 5px;
	padding-right: 20px;
	border-bottom: 1px solid #000;
	height: auto;
	margin: 5px;
}

.event_title
{
	font-weight: bold;
	width: 190px;
}

.event_time
{
	font-weight: bold;
	position: absolute;
	left: 200px;
	top: 0px;
	padding: 4px;
}

.event_description
{
	width: 460px;
	position: relative;
	left: 200px;
	top: 0px;
	text-align: left;
}

.event img
{
	width: 100px;
	margin: 2px 5px 2px 5px;
}

#contact
{
	margin: 10px;
	border: 1px solid #000;
	padding: 5px 20px 20px 20px;
}

#preview
{
	position:absolute;
	border:1px solid #FFF;
	background:#342E22;
	padding:5px;
	display:none;
	color:#CB9500;
	left: -200px;
}

#preview img
{
	width: 400px;
	background-color: #987987;
}

#photo
{
	border:1px solid #FFF;
	background-color: #342E22;
	padding: 5px;
	color:#CB9500;
	padding-left: auto;
	padding-right:auto;
	text-align: center;
	width: 640px;
}

#photo img
{
	width: 640px;
	background-color: #987987;
}

#photo #caption
{
	margin: 4px;
}

#photos
{
	width: 100%;
}

#photos img
{
	width: 180px;
	margin: 2px 2px 2px 2px;
}

.thumbnail
{
	border:1px solid #FFF;
	background-color: #342E22;
	padding: 2px;
	color:#CB9500;
	padding-left: auto;
	padding-right:auto;
	text-align: center;
	width: 184px;
	float: left;
}

.thumbnail a
{
	color:#CB9500;
	font-size: 10px;
}