/*	Color Palette
	#EDEBE6 = off-white/beige.  used for outside areas of content
	#D6E1C7 = light green.  not yet used
	#94C7B6 = green.  used for navigation bar
	#403B33 = dark brown.  used for header background
	#ff7200 = light orange. used for links
	#6f3200 = dark orange. used for hover links
	#D3643B = old orange.
*/

a:link, a:visited {
	color: #ff7200;
}

a:hover, a:active {
	color: #ab4c00;
}

body {
	margin: 0px;
	background-color: #403B33;
	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	font-size: 32pt;
	font-weight: bold;
	color: #403B33;
}

h2 {
	margin: 1em 0em .5em 0em;
	font-size: 16pt;
	font-weight: bold;
	color: black;
}

.rates {
	margin: 0px;
}

#headerwrapper {
	background-color: #403B33;
}

#header {
	width: 850px;
	padding: 18px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}

#headertable {
	width: 100%;
}

#headertable td {
	vertical-align: bottom;
	color: white;
}

#navwrapper {
	background-color: #94C7B6;
}

#nav {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

#nav ul {
	padding: 0px;
	font-weight: bold;
	font-size: 13pt;
	display: inline;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #EDEBE6;
	padding: 3px 15px 3px 15px;
}

#nav ul li.last {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #EDEBE6;
	border-right: 1px solid #EDEBE6;
	padding: 3px 15px 3px 15px;
}

#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #ab4c00;
}

#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #ff7200;
}

#contentwrapper1 {
	background-color: #EDEBE6;
	background-image: url(../images/shadow.png);
	background-position: 50%;
	background-repeat: repeat-y;
}

#contentwrapper2 {
	width: 850px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 15px 15px 15px 15px;
	font-size: 14pt;
	text-align: justify;
}

#pano {
	width: 850px;
	height: 160px;
	background-image: url(../images/pano.jpg);
	margin-right: auto;
	margin-left: auto
}

#photos {
	float: right;
}

#photos img {
	display: block;
	margin: 13px;
	border: 1px solid #403B33;
}

#gallery {
	text-align: center;
}

.gallerythumb {
	border: 1px solid #403B33;
	margin: 2px;
}

#footerwrapper {
	background-color: #94C7B6;
}

#footer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #403B33;
	padding: 4px 0px 5px 0px;
	margin-bottom: 7px;
}

#footernav {
	float: left;
	font-size: 11pt;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ab4c00;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #ff7200;
}

#footercopyright {
	float: right;
	font-size: 11pt;
}

