@charset "UTF-8";


#property
{
	background-color:#006DA4;
	margin-top:2px; margin-bottom:2px;
	padding-top:8px;
}

#property h2
{
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	padding-left:22px; padding-top:14px;
	float:left;
}

#property h3
{
	clear:both;
	font-weight:normal;
	font-size:14px;
	color:#000; /*0d5075;*/
	padding-left:22px; padding-top:22px;
	float:left;
}

#property a
{
	float:left;
	color:#FFF;
}

a#back
{
	float: right;
	color:#FFF;
	padding-right:22px; padding-top:18px;
	font-size:14px;
}

#tabs
{
	display:inline-block;
	background:url(images/tabbg.png) repeat-x bottom left;
	width:964px;
	padding-top:24px;
	padding-left:16px;
}

#tabs li
{
	float:left;
	background:url(images/tabrt.png) no-repeat top right;
	height:46px;
}

#tabs li.selected
{
	background:url(images/tabrt-sel.png) no-repeat top right;
}

#tabs li a
{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;
	float:left;
	background:url(images/tablt.png) no-repeat top left;
	height:46px;
	padding:12px 24px 0px 24px;
}

#tabs li.selected a
{
	background:url(images/tablt-sel.png) no-repeat top left;
}

#content
{
	background-color:#ECEAE5;
	padding:16px;
	font-size:14px;
}

#content h3
{
	background-color:#B8B7B4;
	font-weight:normal;
	font-size:14px;
	color:#FFF;
	padding:8px;
	margin-bottom:16px;
	clear:both;
}

#summary h4
{
	font-weight:normal;
	font-size:18px;
	color:#1d6386;
	padding-bottom:4px;
}

#summary h5
{
	font-weight:normal;
	font-size:16px;
	color:#3b8db4;
	padding-bottom:16px;
}

#summary p
{
	font-size:14px;
	color:#605752;
	padding-bottom:8px;
}


#description p
{
	font-size:14px;
	margin-bottom:12px;
}

#facilities ul
{
	float:left;
	margin-left:24px;
	margin-right:64px;
	margin-bottom:16px;
	list-style-type:disc;
}

#facilities li
{
	font-size:14px;
	padding:6px;
}

#facilities-wifi 
{
	clear: both;
	display: inline-block;
	background: url(images/Wi-fi%20Logo_Small.jpg);
	width: 138px;
	height: 85px;
	background-size: contain;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comments
{
	font-size:14px;
	font-style:italic;
}

#details-end
{
	clear:both;
	padding:-16px;
}

#details-end p
{
	padding-top:24px;
}

#mapcanvas
{
	width:500px;
	height:500px;
	border:solid white 2px;
	float:left;
}

#mapcanvas img
{
	width:500px;
	height:500px;
}

#mappanel
{
	float:left;
	margin-left:32px;
	width:400px;
}

#mappanel-clear
{
	clear:both;
}

#location
{
	margin-bottom:32px;
	width:400px;
}

#location ul
{
	margin-top:16px;
	margin-left:24px;
	list-style-type:disc;
}

#address p
{
	margin-bottom:4px;
}

#directions
{
	margin-bottom:32px;
}

#directions p
{
	margin-bottom:12px;
}

#directions input
{
	font-size:14px;
}

#content td a
{
	display:block;
	text-align:center;
}

#content a
{
	color:#1d6386;
}

#content img
{
	display:block;
	padding-bottom:8px;
}

.calendar
{
	float:left;
	width:280px;
	margin:18px;
	padding:4px;
	border:2px solid #B8B7B4;
}

.calendar th
{
	font-weight:normal;
	font-size:14px;
}

.calendar caption
{
	padding-bottom:6px;
}

.calendar tr
{
	height:34px;
}

.calendar td
{
	font-size:12px;
	text-align:center;
	padding-bottom:12px;
	width:40px;
	text-align:center; 
	vertical-align:middle;
}

.calendar td.gone
{
	background-image:url(images/avail-gone.png);
	color:#FFF;
}

.calendar td.low
{
	background-image:url(images/avail-low.png);
	background-repeat:no-repeat;
}
.calendar td.winter
{
	background-image:url(images/avail-winter.png);
	background-repeat:no-repeat;
}
.calendar td.mid
{
	background-image:url(images/avail-mid.png);
	background-repeat:no-repeat;
}
.calendar td.high
{
	background-image:url(images/avail-high.png);
	background-repeat:no-repeat;
}
.calendar td.peak
{
	background-image:url(images/avail-peak.png);
	background-repeat:no-repeat;
}

.calendarkey
{
	width:267px;
/*	padding:4px;
	border:2px solid #B8B7B4;
	margin-top:12px;*/
	margin-right:18px;
}

.calendarkey th
{
	font-weight:normal;
	font-size:14px;
}

.calendarkey tr
{
	height:34px;
}

.calendarkey td
{
	text-align:center;
	width:92px;
}

.calendarkey td.gone
{
	background-image:url(images/key-gone.png);
	background-repeat:no-repeat;
}

.calendarkey td.low
{
	background-image:url(images/key-low.png);
	background-repeat:no-repeat;
}
.calendarkey td.winter
{
	background-image:url(images/key-winter.png);
	background-repeat:no-repeat;
}
.calendarkey td.mid
{
	background-image:url(images/key-mid.png);
	background-repeat:no-repeat;
}
.calendarkey td.high
{
	background-image:url(images/key-high.png);
	background-repeat:no-repeat;
}
.calendarkey td.peak
{
	background-image:url(images/key-peak.png);
	background-repeat:no-repeat;
}

#forms
{
	float:left;
}

#forms a
{
	text-align:center;
}

#forms img
{
	padding-top:12px;
}

#booking-contacts
{
	float:right;
}

#booking-contacts p
{
	padding-left:8px;
}

#forms span
{
	display:block;
	margin-top:8px;
}

#booking-contacts .contact
{
	background-image:url(images/contactbg.png);
	background-repeat:no-repeat;
	width:424px; height:142px;
	margin-top:10px;
}

#booking-contacts .contact p
{
	padding-left:32px;
	padding-top:8px;
}

#booking-contacts .contact p.name
{
	padding-top:24px;
	font-weight:bold;
}

#booking-contacts .contact img
{
	float:right;
	padding-right:24px;
	padding-top:22px;
}

#key #notes
{
	float:left;
	width:620px;
	padding:10px;
}

#key table
{
	float:right;
}

#keyend
{
	clear:both;
	height:16px;
}

