@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** END RESET ****/

body {
	font:12px/1.6em Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif; 
	color:#1e1e1e;
	padding:0;
	margin:0 auto;
	background: #0079c1;
}
/** Layout **/
.uber_wrapper {
	margin:0 auto;
	padding:0px;
	width:980px;
	background: #fff;
}
.rel_wrapper {
	position:relative;
	margin:0;
	padding:0;
	width:980px;
}
#header, #nav, #main, #footer {
	padding:0px;
	margin:0 auto;
	clear: both;
	background: #fff;
	overflow: hidden;
}
#footer {
	background: #f88e1e;
	padding: 10px 0;
}
.footer_text p, a {
color:#0079c2;
text-align:center;
}
.footer_text a:hover {
color:#fff;
}
a:link {
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
a:visited {
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
a:hover {
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #000;
}
.col {
	display: inline-block;
	float: left;
	margin: 1px 10px; /** Needs margin for FF bug **/
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
color: #0079c2;
line-height:24px;
background:#fff;
}
#main_col {
	background: #fff;
	width:450px;
}
#main_col_other {
	background: #fff;
	width:600px;
}
#main_col_directions {
	background: #fff;
	width:750px;
	padding-left:30px;
}
#main_col ul li {
list-style:disc;
margin-left:50px;
padding-left:10px;
}
#main_col a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
#main_col a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
font-style:normal;
}
#main_col h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
color: #0079c2;
line-height:24px;
}
#main_col_other ul li {
list-style:disc;
margin-left:50px;
padding-left:10px;
}
.col  h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
color: #0079c2;
line-height:24px;
background:#fff;
}
.col  h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
color: #0079c2;
line-height:24px;
background:#fff;
}
#main_col_other a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
#main_col_other a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration:none;
font-size:12px;
color: #0079c1;
font-style:normal;
}
#main_col_other a:hover {
text-decoration:underline;
}
div.nav_menu {
border-bottom: 1px solid #0079c2!important;
padding-bottom:10px!important;
}
#left_col {
	width: 150px;
}
#right_col {
	width: 302px;
	float: right;
	background: #0079c2;
	display:inline;
}
#right_col_other {
	width: 150px;
	float: right;
	background: #0079c2;
	display:inline;
}
#right_col img {
border:none;
}
/** NAV **/
ul.nav_links li {
	list-style: none;

	float: left;
}
ul.nav_links li a {
	color: #fff;
	text-decoration: none;
	line-height: 1;
	width:100%;

}
#nav ul.nav_links li a {
	background: #0079c1;
}

#nav ul.nav_links {
	margin: 0px;
	height: 100%;
	overflow: auto
}
ul.nav_links {
	clear: both;
}
ul.nav_links li span {
padding:0 14px;
font-weight: bold;
font-style:normal;
}
ul.nav_links li span:hover { 
	font-style:normal;
	color: #fff;
}
/** HELPER **/
.clearer {
	height: 1%;
	clear: both;
	width: 100%;
	line-height: 1px;
}
/** HEADER **/
 #logo {
	padding:0px;
	margin:0px;
	height:150px;
	width:970px;
}
.address {
	position:absolute;
	left:10px;
	top:182px;
	width:479px;
	height:217px;
	text-align:left;
}
.address p, span {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
line-height:20px;
color: #0079c1;
}
.address h1, h2, h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color: #0079c1;
line-height:20px;
}
.address_other {
width:150px;
text-align:left;
background: #d9ebf5;
}
.address_other p, span {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
line-height:20px;
color: #0079c1;
}
.address_other h1, h2, h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color: #0079c1;
line-height:20px;
}
.phone_number {
font-weight:bold;
font-family:Arial Black, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:20px;
}
.content_home p {
text-align:left;
padding:0px 70px 0px 100px;
text-align:justify;
background:url(gfx/content_fill.jpg) right center repeat-y;
}
div#main div.content_home h1, h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color: #0079c1;
line-height:20px;
background:url(gfx/content_fill.jpg) right center repeat-y;
text-align:left;
padding-left:30px;
}
.content_top {
margin:0;
padding-right:27px;
background: url(gfx/content_top.jpg) no-repeat bottom right	;
width:950px;
height:10px;
text-align:left;
}
.quote_right {
background: url(gfx/quotes_right.png) right bottom no-repeat;
font-size:11px;
font-style:italic;
}
.quote_left {
position:absolute;
background:url(gfx/quotes_left.png) top left no-repeat;
width:30px;
height:30px;
top:85px;
left:0px;
width:100%;
}
.quote_left_other {
position:absolute;
left:10px;
top:310px;
background: url(gfx/quotes_left.png) top left no-repeat;
width:30px;
height:30px;
}
.quote_right a:link, a:visited {
font-style:italic;
font-size:10px;
color: #0079c1;
}
.quote_right  a:hover {
color:#000000;
}
.answer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
color: #0079c2;
line-height:24px;
}
.faq p a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
.faq p a:hover {
text-decoration:underline;
}
.faq p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration:none;
font-size:12px;
color: #0079c1;
}
#top a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration:none;
font-size:10px;
color: #0079c1;
}
#top a:hover {
text-decoration: underline;
}
.faq p a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif!important;
font-weight: bold!important;
text-decoration:none!important;
font-size:12px!important;
color: #0079c1!important;
font-style:normal;
}

table.rates {
	border-width: 1px;
	border-style: outset;
	border-color: #0079c2;
	border-collapse: collapse;
}
table.rates td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #0079c2;
}
div#map2 {
width:600px!important;
overflow:hidden!important;
}

/* Availability CSS */

.bookbox {
	width:500px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 11px;
}

.bookbox th {
	padding-right: 5px;
}

.bookbox td {
	padding-right: 10px;
}

.bookerr {
	border: 1px solid #FFB68C;
	padding:10px;
	padding-left: 40px;
	font-weight:bold;
	color: #CC3333;
	margin-bottom: 20px;
	background: url(gfx/warning.gif) no-repeat 15px 10px;
}

.bookavail {
	width:500px;
	padding: 2px;
	border: 1px solid #ffffff;
	margin-bottom:10px;
}

.bookavail #header {
	font-weight: bold;
}

.bookavail td {
	padding:5px;
	background-color: #ffffff;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.bookavail td#daycells {
	width:200px;  /* equals (#days.width + #days.margin-right + #days.padding*2) * cells) */
	padding:0;margin:0;
	
	background-color: #FFFFFF;
	border:0;
}

.bookavail #days {
	float:left;
	background-color: #ffffff;
	border-top: 2px solid #FFFFFF;
	width:50px;
	margin: 0 2px 2px 0;
	padding:5px;
	text-align:center;
}

.bookbox input#text {
	width: 60px;
}

.bookform {
	width:516px;
	padding: 10px;
	margin-bottom:1px;
	background-color: #ffffff;
}	

.bookform th {
	text-align:left;
	width:100px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.roomdesc h3 {
	margin:0;padding:0;
}

.roomdesc #photo {
	padding-right:15px;
}

.roomdesc #price {
	font-weight: bold;
	margin:3px 0;
}

.roomdesc #desc {
	margin-top:0px;
}

#checkrates {
	display: none;
}

.roomlist td {
	border-top: 1px solid #CCE0EC;
}

.roomlist #thumb {
	padding:15px 15px 0 0;
}

.roomlist #title a {
	margin-right: 5px;
}

.roomavail {
	border: 1px solid #E2E2E2;
	padding: 10px 15px 15px;
	width: 500px;
}

.roomcal {
	margin: 0px 5px;
}

.roomcal td {
	padding: 2px;
	font: 7pt arial, helvetica, sans-serif ;
}

.roomcal #month {
	font-size: 8pt; font-weight:bold;
}

.roomcal #days td {
	font: 7pt arial, helvetica, sans-serif ;
	width: 12px;
}

.roomcalnav {
	margin-top: 15px;
	width:100%;
}

.roomcalnav span {
	padding: 0 5px;
}

.bookback {
	margin-top: 30px;
}

.status1 {			/*available*/
	padding: 2px 4px;
	color: #003300;
	background-color: #B7DBB7;
}

.status2 {			/*enquiry*/
	padding: 2px 4px;
	color: #333300;
	background-color: #FFF7A7;
}

.status3 {			/*not available*/
	padding: 2px 4px;
	color: #330000;
	background-color: #FFB68C;
}


.ratebars #on {
	cursor: pointer;
	background-color: #B7DBB7;
}

.ratebars #off {
	background-color: #F0FAFB;
}

.bookbox input.go {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E2E2E2;
	border-top: 1px solid #DCF5F9;
	border-right: 1px solid #D6D7D9;
	border-bottom: 1px solid #D6D7D9;
	border-left: 1px solid #DCF5F9;
	padding: 3px 5px;
	cursor: hand;
}
.special_description {
font-size:14px;
}
