@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/Calibri.eot');
    src: url('../../fonts/Calibri.eot') format('embedded-opentype'),
         url('../../fonts/Calibri.woff2') format('woff2'),
         url('../../fonts/Calibri.woff') format('woff'),
         url('../../fonts/Calibri.ttf') format('truetype'),
         url('../../fonts/Calibri.svg#Calibri') format('svg');
}
p  {
	padding: 2px;
	margin: 1px;
}
html  {
	height: 100%;
}
#outer  {
	display: block;
	max-width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#outer #wrapper  {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1100px;
	height: auto;
	margin: 0 5% 1% 5%;
	font-family: Calibri;
	background-image: url(../../images/late_availability_long.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	float: left;
	z-index: 1;
}
#outer #wrapper img  {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	z-index: 1;
}
#phoneMenu, #phoneMenuButton {
	display: none;
}
#wrapper #navReplacement {
	display: none;
	width: 24%;
	height: 100%;
	padding-bottom: 10px;
	margin-right: 3.8%;
	z-index: 5;
	float: right;
}
#wrapper #navHolder {
	display: block;
	width: 25%;
	height: 100%;
	font-family: Calibri;
	font-size: 15px;
	color: #5A5959;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 4.4%;
	z-index: 5;
	float: right;
}
#wrapper #navHolder p, #wrapper #navHolder p a.title {
	font-size: 15px;
	color: #5A5959;
	line-height: 15px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#wrapper #navHolder p a:hover, #wrapper #navHolder p a.titleCurrent, 
#wrapper #navHolder p a.titleGreen, #wrapper #navHolder p a.titleGreen:hover {  
	font-size: 15px;
	color: #5A5959;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}
#wrapper #navHolder p a.titleGreen {
	font-size: 15px;
	color: #D87818;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#wrapper #navHolder hr  {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0px;
}
#wrapper #main  {
	display: block;
	width: 94%;
	height: auto;
	margin: 6.5% 3% 1% 3%;
	float: left;
	clear: right;
}
#wrapper #main p.topHeading  {
	font-size: 22px;
	text-align: center;
	color: #363636;
	padding-top: 2%;
}
#wrapper #main p.offers  {
	font-size: 20px;
	text-align: center;
	color: #2D2C2C;
}
#wrapper #main p.offers a  {
	color: #935100;
	text-decoration: underline;
	font-weight: 500;
}
#wrapper #main p.offers a:hover  {
	color: #2D2C2C;
	text-decoration: none;
}
#wrapper #main table  {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgba(255,255,255,0.38);
}
#wrapper #main table tbody tr  {
	width: 100%;
	height: 4%;
	border-bottom: none;
}
#wrapper #main table tbody tr.heading  {
	width: 100%;
}
#wrapper #main table tbody tr td  {
	font-size: 14px;
	color: #363636;
	text-align: center;
}
#wrapper #main table tbody tr.heading td  {
	height: 6%;
	font-size: 18px;
	color: #935100;
	border-bottom: solid thin #848484;
}
#wrapper #main table tbody tr td.heading   {
	font-size: 18px;
	color: #935100;
}
#wrapper #main table tbody tr td.booked  {
	color: #C90003;
}
#wrapper #main table tbody tr td.available  {
	color: #018A00;
}
#wrapper #main table tbody tr td.discount  {
	color: #004CD3;
}
#wrapper #main table tbody tr td.space   {
	width: 2%;
	background-color: #61C89A;
}
#wrapper #botSpace  {
	display: block;
	width: 100%;
	height: 20px;
	padding-bottom: 5px;
	clear: both;
}
	
