﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #1C1D08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 1px #B5AC8B solid;
	background: url('../images/side_logs.gif') no-repeat;
	background-color: #000000;
	background-position: left top;
}
#masthead {
	background-color: #B6C9D2;
	background: url('../images/MastHead.gif');
	padding: 15px;
}
#navigation {
	border: 1px #B5AC8B solid;
	background-color: #BDAD94;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	border-left: 1px #B5AC8B solid;
	border-right: 1px #B5AC8B solid;
	background-color: #E3E3E1;
	padding: 0px;
}
#column_left {
	float: left;
	width: 425px;
}
#column_right {
	border-left: 1px #B5AC8B solid;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: auto;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #BDAD94;
	color: #1C1D08;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #1C1D08;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #1C1D08;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #1C1D08;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 3px 5px 3px 5px;
	border: 1px #B5AC8B solid;
	display: block;
	text-decoration: none;
	color: #1C1D08;
}
#navigation a:hover {
	border: 1px #B5AC8B solid;
	background-color: #CEC4A5;
	text-decoration: none;
	color: #1C1D08;
}
/* Styles for Right Column */
#column_right h4 {
	color: #1C1D08;
	margin-top: 0px;
}
#column_right p {
	color: #114B72;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #1C1D08;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #1C1D08;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #1C1D08;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: large;
	color: #1C1D08;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: medium;
	color: #1C1D08;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #114B72;
}
a:hover {
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #1C1D08;
	text-decoration: underline;
}
#footer a:hover {
	background: #CEC4A5;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.calheader{
	color: #1C1D08;
	font: normal normal bold large;
	text-align: center;
	border-bottom: 1px #BDAD94 solid;
	padding-bottom: 2px;
}
.calmonths {
	border-top: 12px #E3E3E1 solid;
	background: #BDAD94;
	font: small;
	text-align: center;
	color: #1C1D08;
	font-weight: normal;
	margin-bottom: 12px;
}
.caldayavail {
	background: #769676;
	font: x-small;
	text-align: center;
	color: #1C1D08;
	font-size: x-small;
}
.caldaybooked {
	background: #A78C94;
	font: x-small;
	text-align: center;
	color: #1C1D08;
	font-size: x-small;
}
.caldayblank {
	font: small;
	text-align: center;
	color: #1C1D08;
}
.tableouter {
	width:140px;
	border-collapse:collapse;
	margin:0 auto;
}
.tableouter caption {
	font: normal normal bold x-large;
	margin: 0;
	color: #1C1D08;
	border-bottom-color: #B5AC8B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.caltable {
	width: auto;
	border-collapse: collapse;
}
.innerb {
	overflow: auto;
	height: 600px;
	width: 130px;
}
.parnospace {
	margin-top: 0px;
}
.parlinks {
	margin-top: 0px;
	margin-bottom: 2px;
}
.ratetable {
	margin-bottom: 12px;
	border-collapse: collapse;
}
.ratetable td {
	padding: 2px 5px 2px 5px;
	border: 1px #B5AC8B solid;
}
.amenities_table {
	padding: 1px;
	border: 1px;
	border-collapse: collapse;
	font: small;
}
.imgthumb {
	border: 1px #1C1D08 solid;
}
.linkhead {
	padding-bottom:0px;
}
.linkdesc {
	padding-bottom:10px;
	padding-top:0px;
}
.linklink {
	padding-bottom:0px;
	padding-top:0px;
}
.imgthumbleft {
	border: 1px #1C1D08 solid;
	margin-left: 0px;
	margin-right: 3px;
}
.imgthumbright {
	border: 1px #1C1D08 solid;
	margin-left: 3px;
	margin-right: 0px;
}
.whitecaps{
	background: #B6C9D2;
	color: #114B72;
	padding-bottom: 0px;
	vertical-align: top;
}



