@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%;
}
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: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#header {
	height: 120px;
	background-image: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#content {

}


#mainImageText {
	padding-top: 10px;
}
#picDescription1 {
	text-align: right;
	font-size: 70%;
	padding-right: 31px;
}

#picDescription2 {
	text-align: right;
	font-size: 70%;
	padding-right: 3px;
}
#picDescription3 {
	text-align: right;
	font-size: 70%;
	padding-right: 30px;
}
#imageCenter1 {
	text-align: center;
}
#imageCenter2 {
	text-align: center;
}


#imageCenter3 {
	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: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.inputField {
	width: 507px;
}
#formTable {
	margin-left: 29px;

}

.booked {
	background-color: #CCCCCC;
}
.available {
	background-color: #FFCC00;

}
.availabilityText {
	text-align: center;
}


html { height: 100%; margin-bottom: 1px; }
#siestaKey {
	text-align: center;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
