body {
	margin: 20px auto 20px auto;
	font-family: Georgia, Palatino, Book Antiqua, Times, serif;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, table.calendar, .accommodationList h2, .textnav {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Lucida Grande, Lucida Sans, Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}

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

a:hover, a:active {
	text-decoration: underline;
	color: #FF8B51;
}

/*a:visited {
	text-decoration: none;
	color: #AD3A00;
}*/

#everything {
	border-right: 1px solid #0D6CC3;
	width: 750px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

#post-header {
	margin: 0px;
	padding: 0px;
	background-color: #749203;
	background-image: url('img/sidebar2.png');
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 160px;
}

#content, #contentHome {
	float: right;
	background-color: #FFFFFF;
}

#contentHome {
	padding: 0px;
	width: 590px;
}

#content {
	padding: 15px;
	width: 560px;
	background-image: url('img/sunscreen.png');
	background-repeat: no-repeat;
}

.column-in {
	margin: 0px;
	padding: 0.5em 1em;
}

.yearNavigation {
	text-align: center;
	font-size: 10pt;
}

table.calendar {
	border: 1px solid #999999;
	font-size: 9pt;
}

table.calendar td {
	width: 1.5em;
	color: #FFFFFF;
}

table.calendar th {
	background-color: #8fb400;
	color: #ffffff;
}

table.calendar td {
	text-align: center;
}

tr.weekDays td {
	text-align: center;
}

td.unavailable, span.unavailable, select.unavailable, tr.weekDays td {
	color: #666666;
	background-color: #EEEEEE;
}

td.offBooked, td.peakBooked, td.booked, select.peak {
	color: #ffffff;
	background-color: #FF5500;
}

td.offAvailable, td.peakAvailable, td.available, select.off {
	color: #ffffff;
	background-color: #0d6cc3;
}

table.layoutTable {
	border: 0px;
	border-collapse: collapse;
}

table.formTable th {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

table.formTable td {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.textnav {
	margin-top: 0px;
	font-size: small;
	text-align: center;
}

.accommodationList {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.accommodationList img {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}

.accommodationList h2 {
	margin: 0px;
	padding-bottom: 3px;
	background-color: #0d6cc3;
	color: #ffffff;
}

.accommodationList h2 img {
	float: none;
	vertical-align: middle;
	margin: 0px;
}

.accommodationList h2 a:link {
	color: #FFFFFF;
}

.accommodationList h2 a:visited {
	color: #AAC3DC;
}

.accommodationList h2 a:hover, .accommodationList h2 a:active {
	color: #FFFFFF;
}

.accommodationList li {
	margin: 1px;
	border: 1px dotted #999999;
	list-style-type: disc;
	list-style-position: inside;
	display: inline;
}

.amenities, .rates {
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eeeeee;
}

.rates {
	margin-bottom: 0px;
}

.amenities em, .rates em {
	color: #6B8700;
}

.withNote, .withNoteTop {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.top, .withNoteTop {
	margin-top: 0px;
	padding-top: 0px;
}

.note {
	font-style: italic;
	font-size: small;
	margin-top: 0px;
	padding-top: 0px;
}

table.imageGallery {
	border: 1px solid #999999;
	background-color: #cccccc;
	margin: auto;
}

td#largeImage {
	border: 1px dotted #999999;
	background-color: #ffffff;
	width: 410px;
	height: 410px;
	padding: auto;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}

td.thumb {
	cursor: pointer;
	border: 1px dotted #ffffff;
	background-color: #cccccc;
	margin: 1px;
	padding: 1px;
	width: 152px;
	height: 152px;
	text-align: center;
	vertical-align: middle;
}

img.alignRight {
	float: right;
	margin: 10px 0px 10px 10px;
}