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

body {
	margin: 0;
	background: #011257 top repeat-x url(/skin/images/body-bg.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	line-height: 16px;
}

img {
	border: 0;
	display: block;
}

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

h1 {
	color: #001442;
	font-size: 16px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #cecece;
}
h1.home {
	color: #001442;
	border: 0;
	font-size: 16px;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0;
	color: #9b9b9b;
}
h3 {
	font-size: 14px;
	margin: 10px 0;
	color: #9b9b9b;
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

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

a:link, a:active, a:visited {
	color: #3d6f92;
	text-decoration: underline;
}
a:hover {
	color: #3d6f92;
	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;
}

.clearleft {
	clear: left;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fefefe top repeat-x url(/skin/images/header-bg.gif);
}

/* HEADER */
#header {
	margin: 0;
	padding: 0;
}
.headerimage {
}
.headercontent {
	width: 900px;
	clear: left;
	padding-top: 10px;
}
.logo {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}
.search {
	width: 545px;
	text-align: right;
	color: #006584;
	text-align: right;
	margin-left: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.1px;
}
.search input.button {
	vertical-align: middle;
	margin-bottom: 4px;
}
.search em {
	color: #7a92c0;
}

/* MENU */
#menu {
	padding-top: 8px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	margin-right: 1px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 5px 10px 3px 10px;
	color: #001442;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #4985aa;
	background-color: #eeeeee;
}

#menu .end {
}
#menu .end a:visited, #menu .end a:active, #menu .end a:link {
	color: #5cb355;
}
#menu .end a:hover {
	color: #3b8235;
}


/* Sub menu */
#menu li ul {
	display: none;
	width: 140px;
	height: auto;
	background-color: #eeeeee;
	border: 1px solid #e2e2e2;
	border-top: 0;
	position: absolute;
	padding: 0;
	margin: 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: #4985aa;
	background-color: #eeeeee;
}

#menu li ul {
}
#menu li li {
	padding: 8px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
}
#menu li li.endsub {
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 0 0 0 10px;
	background: left no-repeat url(/skin/images/menu-sub-icon.gif);
}
#menu li ul a:hover {
	color: #4985aa;
	text-decoration: underline;
}

/* CONTENT */
#content {
}

/* Content left, panel right */
.content-left {
	float: left;
	width: 700px;
}
.content-right-panel {
	width: 180px;
	margin: 15px 0 0 710px;
}
.content-right-panel ul {
	list-style: none;
	margin: 5px 10px;
	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: 700px;
	margin-left: 710px;
}
.content-left-panel {
	float: left;
	width: 180px;
	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 {
	margin-top: 20px;
}

/* General Box Panel Outer Container */
/* Stack Panels */
.panel-stack {
	float: left;
}
/* Stack Panels - Add spacing between */
.panel-stack-mid {
	float: left;
	margin: 0 12px;
}

/* General Box Panel */
.box-panel {
	width: 155px;
	padding: 15px 10px;
}
.box-panel, .box-panel p {
	font-size: 11px;
	line-height: 16px;
}
/* General Box Panel Button */
.box-panel div.button {
	margin-left: 130px;
}

.box-panel td img {
	display: inline;
}

/* Customised Box Panel Headings */
.box-contact {
	background: #cbc7b8 top left no-repeat url(/skin/images/panel-top-contact.gif);
	padding-top: 0;
	color: #006584;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.box-contact p {
	font-size: 11px;
	color: #006584;
}
.box-contact img {
	margin-bottom: 35px;
}
.box-location {
	background: #010b2e top left no-repeat url(/skin/images/panel-top-location.gif);
	padding-top: 40px;
	color: #FFFFFF;
	min-height: 360px;
	height: auto !important;
	height: 360px;
}
.box-location p {
	font-size: 11px;
	color: #FFFFFF;
}

.box-news {
	background: #e3e1dc top left no-repeat url(/skin/images/panel-top-news.gif);
	padding-top: 40px;
	color: #021643;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.box-news p {
	font-size: 11px;
	color: #021643;
}

.box-faq {
	background: #e3e1dc top left no-repeat url(/skin/images/panel-top-faq.gif);
	padding-top: 40px;
	color: #021643;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.box-faq p {
	font-size: 11px;
	color: #021643;
}

.content-home {
	width: 525px;
}

/* Accommodation Room Panels */
/* Room Panels - Text Area */
.room-panel div.text {
	margin-left: 280px;
}
/* Room Panels - List Style */
.room-panel ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.room-panel li {
	margin: 0;
	padding: 0 0 0 10px;
	background: 0 5px no-repeat url(/skin/images/list-icon.gif);
	line-height: 16px;
}
/* Room Panels - Image */
.room-panel .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panel div.button {
	margin-top: 15px;
}

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

/* Contact Form */
.contactform {
	width: 500px;
	margin-top: 15px;
}
.contactform th {
	width: 130px;
	background: bottom repeat-x url(/skin/images/bg-fade.gif);
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	background: bottom repeat-x url(/skin/images/bg-fade.gif);
	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;
}

.bookbutton {
	text-align: center;
}
.bookbutton img {
	display: inline;
}

/* FOOTER */
#footer {
	background-color: #000a2d;
	padding: 10px;
	margin-top: 30px;
	color: #9b9b9b;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #9b9b9b;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .tag {
	display: inline;
	vertical-align: middle;
	margin: 0 0 5px 5px;
}
#footer .footer-newsletter {
	float: left;
	width: 290px;
	text-align: left;
}
#footer .footer-newsletter input {
	color: #868686;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
#footer .footer-newsletter input.button {
	border: 1px solid #b8b8b8;
	background-color: #e0e0e0;
	padding: 1px 2px;
}
#footer .footer-newsletter input.linkbutton {
	border: 1px solid #b8b8b8;
	background-color: #e0e0e0;
	padding: 1px 2px;
}
#footer .footer-info {
	width: 580px;
	float: right;
	text-align: right;
}

#footer em {
	font-style: normal;
	padding: 0 5px;
	color: #9b9b9b;
}