@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #f2edc9 top repeat-x url(/skin/images/bg-tile.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #7b7b7b;
	padding: 3px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #074473;
	margin: 15px 0 5px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #d0d0d0;
	line-height: 28px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #074473;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #525252;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

em {
	color: #444444;
	font-style: normal;
}

a:link, a:active, a:visited {
	color: #074473;
	text-decoration: underline;
}
a:hover {
	color: #074473;
	text-decoration: none;
}

a.link:link, a.link:active, a.link:visited {
	color: #a7a7a7;
	text-decoration: underline;
}
a.link:hover {
	color: #a7a7a7;
	text-decoration: none;
}


/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}


#container {
	width: 940px;
	margin: 0 auto;
}

/* HEADER */
#header {
	height: 117px;
}
.logo {
	width: 500px;
	float: left;
}
.search {
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 50px;
}
.search input {
	width: 200px;
	padding: 6px 5px;
	border: 1px solid #c5c5c2;
	border-right: 0;
	background: top repeat-x url(/skin/images/search-input-bg.gif);
	margin: 0;
}
.search input.button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	width: auto;
	background: none;
	border: 0;
}

/* MENU */
#menu {
}
#menu ul {
	width: 940px;
	height: 42px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

#menu li {
	float: left;
	list-style: none;
	height: 42px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 14px 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 150px;
	height: auto;
	background-color: #00295b;
	position: absolute;
	padding: 10px 0;
	margin: -1px 0 0 0;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	height: auto;
	font-weight: normal;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited, #menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited {
	padding: 8px 15px;
	background: none;
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #FFFFFF;
	background-color: #014190;
}

.links {
	background-color: #003D76;
	padding: 8px 20px;
	color: #FFFFFF;
}
.links a:link, .links a:active, .links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0 0 0 20px;
}
.links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.newsbox {
	width: 300px;
	float: right;
	padding: 20px;
	margin: 0 0 20px 20px;
}


/* CONTENT */
#content {
	background-color: #FFFFFF;
}

.feature-image {
	float: right;
	background: top right no-repeat url(/skin/images/header-image-bg.gif);
	width: 584px;
	height: 347px;
	padding: 28px 29px 25px 27px;
	margin: 0 0 20px 20px;
}

.content-text {
	padding: 5px 20px 20px 20px;
}
.content-text, .content-text p, .content-text td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #615839;
	font-size: 12px;
	line-height: 20px;
}
.content-text ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.content-text li {
	margin: 0;
	padding: 0;
}


/* Content left, panel right */
.content-left {
	float: left;
	width: 630px;
}
.content-right-panel {
	width: 320px;
	margin: 15px 0 0 655px;
}
.content-right-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-right-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
}


/* Content right, panel left */
.content-right {
	width: 630px;
	margin-left: 355px;
}
.content-left-panel {
	float: left;
	width: 320px;
	margin: 15px 0 0 0;
}
.content-left-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-left-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
}

/* Home Page Box Panels */
.box-panels {
	background: top center no-repeat url(/skin/images/panels-bg.jpg);
	width: 900px;
	height: 129px;
	padding: 20px;
	margin-top: 13px;
}

.box1 {
	width: 310px;
	float: left;
}
.box2 {
	width: 310px;
	float: left;
}
.box3 {
	width: 280px;
	float: left;
}

.box-book {
	background: top left no-repeat url(/skin/images/booknow-bg.gif);
	width: 280px;
	height: 129px;
}
.box-book table {
	padding: 40px 10px 0 10px;
}
.box-book td {
	color: #FFFFFF;
	font-weight: bold;
}

.box-newsletter {
	background: top left no-repeat url(/skin/images/newsletter-bg.gif);
	width: 270px;
	height: 92px;
	padding: 37px 5px 0 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}
.box-newsletter input.button {
	vertical-align: middle;
	margin-bottom: 4px;
}




/* Accommodation Room Panels */
.room-panels {
	margin: 20px 0;
}
.room-panels td {
	vertical-align: top;
	width: 460px;
	padding: 10px;
}
/* Room Panels - Text Area */
.room-panels div.text {
	margin-left: 280px;
	width: 180px;
}
/* Room Panels - List Style */
.room-panels ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.room-panels li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	border-bottom: 1px dashed #d9d9d9;
	line-height: 18px;
}
/* Room Panels - Image */
.room-panels .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panels div.button {
	margin-left: 50px;
}

.gallery {
	margin: 0 auto;
}
.gallery td {
	padding: 5px;
}
.gallery img {
	padding: 5px;
	border: 1px solid #d9d9d9;
}

/* Contact Form */
.contactform {
	width: 500px;
	margin: 15px auto;
}
.contactform th {
	width: 130px;
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	border-bottom: 1px solid #e9e9e9;
	padding: 4px 8px;
	vertical-align: top;
}
.contactform input, .contactform select, .contactform textarea {
	width: 300px;
}
.contactform input.button {
	width: auto;
}

.error{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#CD0A0A;
	background: #FEF8F6 url(/skin/images/icon-error.gif) no-repeat 6px 6px;
	border: 1px solid #CD0A0A;
	margin: 10px 0;
}
.warning{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#000000;
	background: #ffffcc url(/skin/images/icon-warning.gif) no-repeat 6px 6px;
	border:2px solid #ffcc33;
	margin: 10px 0;
}
.notification{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#69a13c;
	background: #fbf9ef url(/skin/images/icon-confirm.gif) no-repeat 6px 7px;
	border:1px solid #69a13c;
	margin: 10px 0;
}

/* FOOTER */
#footer {
	padding: 25px 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #6f6f6f;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #6f6f6f;
	text-decoration: underline;
	padding: 0 10px;
}
#footer a:hover {
	color: #696969;
	text-decoration: none;
}
#footer .tag {
	display: inline;
	vertical-align: middle;
	margin-bottom: 10px;
}


.entry {
	border-bottom: 1px dotted #b8b8b8;
	padding: 5px 0;
	margin-bottom: 10px;
}

.comment {
	padding: 5px 0;
	margin-bottom: 5px;
}

