@charset "utf-8";
body {
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC;
	height: 101%;
}
html { height: 100%; margin-bottom: 1px; }
a {
	outline: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #CCC;
}
#header {
	height: 120px;
	background-image: none;
}
#navBar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFC;
	padding-left: 3%;
}
li {
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}
ul {
}
.menuCurrent {
	background-color: #FFF;
}
#content {
	padding-top: 2px;
	padding-bottom: 20px;
	background-color: #FFF;
	margin-top: 0.1em;
}
.contentText {
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}
h3 {
	color: #999;
	text-align: center;
}
.contentNames {
	color: #FFCC00;
}
#mainImageText {
	padding-top: 10px;
}
#picDescription1 {
	text-align: right;
	font-size: 70%;
	padding-right: 35px;
}
#picDescription2 {
	text-align: right;
	font-size: 70%;
	padding-right: 3px;
}
#imageCenter1 {
	text-align: center;
}
.weather {
	margin-left: 182px;
}
#leftColumn {
	float: left;
	padding-left: 32px;
	width: 378px;
	text-align: justify;
}
#mainColumn {
	text-align: justify;
	width: 736px;
	padding-right: 32px;
	padding-left: 32px;
}
#rightColumn {
	float: right;
	width: 340px;
}
#footer {
	clear: both;
	font-size: 70%;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 4px;
}
#siestaKey {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
#map_canvas {
	height: 500px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #CCC;
}
#mapLink {
	font-size: x-small;
	text-align: center;
}
.booked {
	background-color: #CCCCCC;
}
.available {
	background-color: #FFCC00;
}
.availabilityText {
	text-align: center;
}
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#bookingTable {
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CCC;
}
#bookingTable tr td label {
	font-weight: bold;
}
#bookingTable td {
	border: 1px solid #CCC;
	padding-right: 4px;
	padding-left: 4px;
}
#bookingTable input {
	width: 340px;
}
#bookingTable textarea {
	width: 340px;
}
#bookingTable tr td #terms {
	width: 14px;
	display: inline;
	margin: 0px;
	height: 14px;
	padding-top: 4px;
	padding-left: 0px;
}
#bookingTable input.send, #contactTable input.send {
	width: 150px;
}
#testimonialLink {
	text-align: right;
}
#contactTable {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	background-color: #FFC;
}
#contactTable td {
	border: 1px solid #CCC;
	padding-right: 4px;
	padding-left: 4px;
}
#contactTable input {
	width: 230px;
}
#contactTable textarea {
	width: 230px;
}
#contactTable tr td label {
	font-weight: bold;
}

