﻿body {
	background-color: #000000;
	color: #EEECCA;
	font-family: "Comic Sans MS";
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	background-color: #242120;
	border-top: 0;
	border-right: 0 #FFFFFF;
	border-bottom: 0;
	border-left: 0 #FFFFFF;
	padding-left: 15;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 800px;
}
/* Styles for Masthead */
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
	height: 140px;
}
.logo {
	text-align: center;
	font-family: Papyrus;
	font-size: 48pt;
	color: #00cc33;
}
/* Styles for Space */
#space {
	background-color: #000000;
	height: 7px;
	clear: both;
}
/* Styles for Navigation */
#navigation {
	overflow: hidden;
	width: 800px;
	clear: both;
}
#navigation ul {
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #39B54A;
	font-weight: bold;
	list-style-type: none;
	color: #000000;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #000000 solid;
	color: #000000;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Content */
#page_content {
	text-align: justify;
}
#margined {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.float_right {
	float:right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.float_left {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Styles for psuedo-popups */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	border-width: 2px;
	border-color: #C0C0C0;
	position: relative;
}
.thumbnail:hover{
	border-width: 2px;
	border-color: #008000;
}
.thumbnail .popl{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	right: 120px;
	top: -250px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 1;
}
.thumbnail .popr{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: 120px;
	top: -250px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 1;
}
.thumbnail:hover .popr, 
.thumbnail:hover .popl{ /*CSS for enlarged image on hover*/
	visibility: visible;
}


/* Styles for Footer */
#footer {
	width: inherit;
	text-align: center;
	padding-bottom: 5px;
	width: auto;
	clear: both;
	overflow: auto;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}


/* Styles for Links */
a {
	text-decoration: underline;
	color: #C0C0C0;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
fieldset {
	border-color: #CCFFFF;
	border-width: 1px;
}
legend {
	border: 1px solid #CCFFFF;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	padding-right: .5em;
	padding-left: .5em;
	background-color: #39B54A;
}
label {
	display: block;
	margin-right: .5em;
	float: left;
	text-align: right;
	width: 10em;
}
input {
	border: 1px outset #800000;
	padding: 1px;
	background-color: #FFFFCC;
	color: #800000;
	font-weight: bold;
}
textarea {
	border: 1px outset #800000;
	background-color: #FFFFCC;
	color: #800000;
	font-weight: bold;
}
.submit input {
	margin-left: 10.5em;
	border-width: 2px;
	border-style: outset;
}
.label_mid {
	margin-right: .5em;
	margin-left: .5em;
}
.mand {
	background-color: #99CCFF;
}
.box {
	padding: 2em;
	display: block;
	border: 1px solid #CCFFFF;
	position: relative;
	margin-top: 2em;
}
.floater {
	float: left;
	height: 50%;
	background-color: #00FFFF;
	width: 5px;
	margin-bottom: -2.5em;
}
.narrative {
	margin: 0px 0px 0px 15em;
	height: 5em ;
	position: relative;
	clear: left;
}

.caption {
	position: absolute;
	top: 0%;
	left: 1em;
	background-color: #39B54A;
	color: #000000;
	border-width: 1px;
	border-color: #99CCFF;
	padding-right: 1em;
	padding-left: 1em;
	display: inline;
	height: 1.5em;
	margin-top: -0.75em;
}
.middle {
	display: inline-block;
	vertical-align: middle;
}
.table-rates {
	text-align: center;
	background-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #FFFFFF;
}
.image {
	width: 200px;
}
.centred {
	width: 100%;
}

.colleft {
	width: 58%;
	position: relative;
	float: left;
}
.colright {
	width: 40%;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}
.relative {
	position: relative;
}
.noindent {
	padding-left: 2em;
	margin-left: 0px;
}
.highseason {
	background-color: #F79646;
	color: #000000;
}
.lowseason {
	background-color: #4BACC6;
	color: #000000;
}
.peakseason {
	background-color: #FFC000;
	color: #000000;
}
