* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family: Arial, Verdana,  sans-serif; 
	background: #f3efe2 url(../images/bg.gif) repeat-x; 
	color: #545555;
	}
	
.clear {clear: both;}

.l {float: left;}

.r {float: right;}

ul {
	list-style: none; 
	list-style-image: none;
	}

a {
	text-decoration: none; 
	color: #494439;
	}
	
a:hover {text-decoration: underline;}	

img {
	border: 0;
}

.links {
	margin-bottom:5px;
}

.links p {
	font-size:10px;
	line-height:18px;
}

h1 {
	margin-bottom:10px;
	color:#245567;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

h2 {
	margin-bottom: 10px;
	font-size:16px;
	color:#4f5a81;
	text-transform: uppercase;
}

h2.address {
	margin-top: 36px;
	font-size:13px;
	color:#fff;
	line-height:20px;
	font-weight:400;
	text-transform: none;
}

h2.address a {
	color:#fff;
	text-decoration:underline;
}

h3 {
	margin-bottom: 10px;
	font-size:15px;
	color:#4f5a81;
}

ul#nav li {
	display:inline;
	text-transform:uppercase;
	font-size:14px;
}

#booking {
	padding:20px 10px 0px 30px;
	border:1px solid #a6bac0;
	background: #4f5a81 url(../images/booking-bg.gif) no-repeat;
	height:189px;
	width:215px;
}

.white {
/*	background: white;*/
	margin-left:0px;
	margin-right:0px;
	padding:0 10px;
}

#contentbg {
	background: transparent url(../images/contentbg.gif) left repeat-y;
	float:left;
}

.content {
	padding: 20px 0;
}

.content p strong {
	font-size:15px;
	color:#545555;
	line-height:20px;
	font-weight:400;
}

.content p {
	padding:3px 0;
	font-size:12px;
	color:#545555;
	line-height:20px;
}

.content img {
	margin-right: 10px;
}

ul li {
	margin-left:20px;
	padding:4px 0;
	font-size:12px;
	list-style-type: disc;
}

.specials {
	margin-top:20px;
	padding:10px 10px 30px 10px;
	background: #dedacf;
	width:95%;
	float:left;
}

.special_offers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:236px;
}
.special_offers h3 {
	font-size:12px;
	color:#4f5a81;
}
.footer {
	margin-left:0px;
	margin-right:0px;
	padding:20px;
	border-top:1px solid #cccccc;
	background: #fff;
}

.footer p {
	font-size:9px;
	line-height:14px;
}


table.searchbox {
	font-size:12px;
	color:#fff;
}

.GMapEZ {
	margin:10px 0;
	width: 255px; 
	height: 255px;
}

.sitemap ul li {
	margin-left:20px;
	padding:4px 0;
	font-size:12px;
	list-style-type: disc;
}

table.roomsavailability td.tariffname {
	padding:4px 0;
	background: #4F5A81;
	color:#fff;
}

table.roomsavailability {
	background:#f3f1ea;
	border:1px solid #f3f1ea;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.roomsavailability td {
	padding:4px;
	font-size:12px;
}

table.roomsavailability tr.alt {
	background: #fff;
}

input.submit {
	padding:5px 12px;
	background:#4F5A81;
	color:#fff;
	font-size:12px;
	border:0;
	cursor:pointer;
	font-weight: bold;
	text-transform:uppercase;
}

#f_banner {
	border:3px solid #FFFFFF;
	display:block;
	height:300px;
	left:0;
	position:absolute;
	top:0;
	width:400px;
	z-index:1010;
}

#f_banner .close_icon {
cursor:pointer;
display:none;
height:20px;
position:absolute;
right:3px;
top:3px;
width:19px;
}