html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3 url(images/bg.gif);
	text-align: center;
	color: #5F3E2F;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header p.more {
	padding-right: 22px;
}
#header {
	height: 320px;
	background: url(images/header.jpg) no-repeat;
}
#header div {
	padding: 183px 213px 0px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
#nav {
	width: 740px;
	height:48px;
	margin: 0px 0px 0px 20px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	
}
#nav a {
	font-size:18px;
	font-style:italic;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #76644f;
}
#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}
#body {
	background: url(images/body_bg.gif) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	background: url(images/body_top.gif) no-repeat;
}
#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding: 21px 25px 15px 42px;
}
#about-box {
	float: left;
	width: 315px;
}
#about-box ul {
	margin-left: 8px;
}
#express-box {
	float: right;
	width: 340px;
}
#foot {
	width: 738px;
	margin-left: 20px;
	background: url(images/foot_bg.gif) repeat-y;
}
#foot-top {
	background: url(images/foot_top.jpg) no-repeat;
}
#foot-bot {
	background: bottom url(images/foot_bot.gif) no-repeat;
	padding: 13px 21px 12px 28px;
}
#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#news-box {
	float: right;
	width: 316px;
}
#news-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#footer {
	margin: 14px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;

	color:#862e06;
}
h2 b{
	color:#341c12;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style: none;
	background: 0px 3px url(images/bullet.gif) no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 16px;
}
#body p.more {
	padding-top: 6px;
}
#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	clear: both;
}

#map {overflow: hidden;}
#map{ margin-left: 0px; margin-bottom: 15px; margin-right: 0px; margin-top: 10px; border: 2px solid #cfcfcf; height: 300px;}
#map img {border: 0; margin: 0;}

/**
Stylesheet: Slideshow.css
	
CSS for Slideshow.

License:
	
MIT-style license.

Copyright:
	
Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).

HTML:
	
<div class="slideshow">
		
<div class="slideshow-images" />
		
<div class="slideshow-captions" />
		
<div class="slideshow-controller" />
		
<div class="slideshow-loader" />
		
<div class="slideshow-thumbnails" />
	
</div>
	

Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 300px;
	width: 400px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/



.slideshow {

	height: 235px;

	margin: 0 auto;

	width: 315px;
}


.slideshow a img {

	border: 0;
}



/**
HTML:
	
<div class="slideshow-captions">
		...
	
</div>
	

Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/



.slideshow-captions {

	background: #000;

	bottom: 0;

	color: #FFF;

	font: normal 12px/22px Arial, sans-serif;

	left: 0;
	overflow: hidden;

	position: absolute;

	text-indent: 10px;

	width: 100%;

	z-index: 10000;
}


.slideshow-captions-hidden {

	height: 0;

	opacity: 0;
}


.slideshow-captions-visible {

	height: 22px;

	opacity: .7;
}



/**
HTML:
	
<div class="slideshow-controller">

		<ul>

			<li class="first"><a /></li>

			<li class="prev"><a /></li>

			<li class="pause play"><a /></li>

			<li class="next"><a /></li>

			<li class="last"><a /></li>

		</ul>

	</div>

	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/



.slideshow-controller {

	background: url(controller.png) no-repeat;

	height: 42px;

	left: 50%;

	margin: -21px 0 0 -119px;

	overflow: hidden;

	position: absolute;

	top: 50%;

	width: 235px;

	z-index: 10000;
}


.slideshow-controller * {

	margin: 0;

	padding: 0;
}


.slideshow-controller-hidden {
 
	opacity: 0;
}


.slideshow-controller-visible {

	opacity: 1;
}


.slideshow-controller a {

	cursor: pointer;

	display: block;

	height: 18px;

	overflow: hidden;

	position: absolute;

	top: 12px;
}


.slideshow-controller a.active {

	background-position: 0 18px;}


.slideshow-controller li {

	list-style: none;
}


.slideshow-controller li.first a {

	background-image: url(controller-first.gif);

	left: 33px;

	width: 19px;
}


.slideshow-controller li.last a {

	background-image: url(controller-last.gif);

	left: 186px;

	width: 19px;
}


.slideshow-controller li.next a {

	background-image: url(controller-next.gif);

	left: 145px;

	width: 28px;
}

.slideshow-controller li.pause a {

	background-image: url(controller-pause.gif);

	left: 109px;

	width: 20px;
}


.slideshow-controller li.play a {

	background-position: 20px 0;
}


.slideshow-controller li.play a.active {

	background-position: 20px 18px;
}


.slideshow-controller li.prev a {

	background-image: url(controller-prev.gif);

	left: 65px;

	width: 28px;
}


/**
HTML:
	
<div class="slideshow-loader" />

	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/



.slideshow-loader {

	height: 28px;

	right: 0;

	position: absolute;

	top: 0;
	width: 28px;

	z-index: 10001;
}


.slideshow-loader-hidden {

	opacity: 0;
}


.slideshow-loader-visible {

	opacity: 1;
}



/**
HTML:
	
<div class="slideshow-thumbnails">

		<ul>

			<li><a class="slideshow-thumbnails-active" /></li>
			
			<li><a class="slideshow-thumbnails-inactive" /></li>

			...

			<li><a class="slideshow-thumbnails-inactive" /></li>

		</ul>

	</div>


	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/


.slideshow-thumbnails {

	bottom: -43px;
	
	height: 25px;
	
	left: 30px;
	
	position: absolute;
	
	width: 100%;
}


.slideshow-thumbnails * {

	margin: 0;

	padding: 0;
}


.slideshow-thumbnails ul {

	height: 25px;

	left: 0;

	position: absolute;

	top: 0;
	width: 10000px;
}


.slideshow-thumbnails li {

	float: left;

	list-style: none;

	margin: 0px 0px 0px 0;

	position: relative;
}


.slideshow-thumbnails a {

	display: block;
	float: left;

	padding: 5px;

	position: relative; 
}


.slideshow-thumbnails a:hover {

	background-color: #FF9 !important;

	opacity: 1 !important;
}


.slideshow-thumbnails img {

	display: block;
}


.slideshow-thumbnails-active {

	background-color: #9FF;

	opacity: 1;
}


.slideshow-thumbnails-inactive {

	background-color: #FFF;
	opacity: .5;
} */