body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0; padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3, h4 {
	color: #e1e1e1;
	margin: 0px;
}
h2 {
	padding-bottom: 25px;
	font-size: 20px;
	color: #9aca3c;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #9aca3c;
}
p {
	color: #e1e1e1;
	font-size: 14px;
}
a {
	color: #9aca3c;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content ul, #content ol {
	padding-left: 1em; margin-left: 0;
}
#content li {
	color: #e1e1e1;
	font-size: 12px;
}
#snowflakes {
	background-image: url(../img/snowflakes.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#pageContainer {
	background-repeat: repeat-y;
	background-position: top center;
}
#navigation {
	padding: 4px 20px 7px 20px;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: auto;
	position: relative;
	height: 53px;
}
#navigation img, #booknow img {
	border: 0;
}
#navigation ul {
	margin: 0; padding: 0;
}
#navigation ul li {
	float: left;
	list-style-type: none;
}
#booknow {
	position: absolute;
	top: 50px;
	right: 46px;
}
#page {
	margin: auto;
	text-align: left;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: black;
	width: 921px;
	border-left: 1px solid #9aca3c;
	border-right: 1px solid #9aca3c;
	position: relative;
	padding: 0px 20px;
}
#footershadow {
	/*background-image: url(../img/dropshadow_v.png);*/
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 46px;
	/*background-color: black;*/
}
#content {
	min-height: 831px;
}
#header {
	padding: 19px 0px;
	background-image: url(../img/hero.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
h1 {
	margin: 0; padding: 0;
	width: 211px; height: 112px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: top right;
}
h1 span {
	display: none;
}

/* Panels for left hand side of page */
#panels {
	float: left;
	width:238px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
.currencyPanel { 
	margin-left: 25px;
	margin-top: 25px;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	color: #9aca3c;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	position: relative;
	width: 200px;
}

.currencyPanel h4{
	margin-bottom: 12px;
	color: white;
}

.currencyPanel .currencyamount{
	width:65%;
	float: left;
	color: #9ACA3C;
}
.currencyPanel #loadingIndicator{
	margin-top: 5px;
	float: left;
	clear: right;
}
 
#conversionResult{
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #9aca3c;
	clear: left;
}
.currencyPanel select, .currencyPanel input{ 
	font-size: 12px; 
	margin-bottom: 10px;
}
.currencyPanel label{
	display: block;
	color: #9aca3c;
}
.weatherPanel, .newsPanel, .mailPanel, .bookingsPanel, .enquiriesPanel{
	width: 238px;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	color: #e1e1e1;
	font-size: 10px;
	padding-bottom: 15px;
	position: relative;
}
.weatherPanel h2, .newsPanel h2, .mailPanel h2, .bookingsPanel h2, .enquiriesPanel h2{
	margin: 0px; padding: 0px;
	width: 238px;
	height: 50px;
}
.weatherPanel h2 span, .newsPanel h2 span, .mailPanel h2 span, .bookingsPanel h2 span, .enquiriesPanel h2 span { display: none; }
.weatherPanel p, .newsPanel p, .mailPanel p, .bookingsPanel p, .enquiriesPanel p {
	padding: 5px 25px;
	margin: 0px;
	color: white;
	font-size: 11px;
}

.weatherPanel p, .bookingsPanel p{
color: black;
}


.weatherPanel {
	background-image: url(../img/panel_weather_bottom.png);
	/*padding-top: 40px;*/
	padding-bottom: 0;
	background-position: bottom left;
}
.weatherPanel h2 {
	background-image: url(../img/panel_weather_top.png);
	background-repeat: no-repeat;
	height: 100px;
}
.weatherIcon { float: left; }
.weatherTemp {
	font-size: 26px;
	float: left;
}
.weatherTemp div {
	font-size: 10px;
}
.weatherPanel .weatherRss a:visited, .weatherPanel .weatherRss a:link {
	display: none;
}
/* Layout for the content included in the weather panel from RSS */
.weatherPanel .weatherRss img {
	position: absolute;
	top: 50px;
	left: 80px;
}
/* end RSS layout */
.mailPanel {
	background-image: url(../img/panel_mail_bottom.png);
	/*padding-top: 40px;*/
	padding-bottom: 20px;
	background-position: bottom left;
}
.mailPanel h2 {
	background-image: url(../img/panel_mail_top.png);
	background-repeat: no-repeat;
	height: 52px;
}
.bookingsPanel {
	background-image: url(../img/panel_bookings_bottom.png);
	/*padding-top: 40px;*/
	padding-bottom: 20px;
	background-position: bottom left;
}
.bookingsPanel h2 {
	background-image: url(../img/panel_bookings_top.png);
	background-repeat: no-repeat;
	height: 52px;
}
.newsPanel h2 { background-image: url(../img/panel_news_top.png); }
.newsPanel, .enquiriesPanel{
	background-position: bottom left;
	background-image: url(../img/panel_news_bottom.png);
}
.enquiriesPanel h2 { background-image: url(../img/panel_enquiries.png); }
.newsPanel h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 25px;
	color: #9aca3c;
}
.newsPanel .date {
	padding: 0px 25px;
}
a.mailLink, a.rssLink {
	position: absolute;
	top: 20px;
	right: 20px;
}
a.mailLink {
	top: 15px;
}
a.mailLink img, a.rssLink img {
	border: 0;
}
#homeBanner {
	padding-bottom: 40px;
}
#leftColumn {
	float: left;
	width: 550px;
	padding: 0 20px 40px 40px;
}
#contentColumn {
	float: left;
	width: 550px;
	padding: 0px 20px 40px 40px;
}
#contentColumn img {
	float: right;
	margin: 0px 0px 20px 20px;
}
#contentColumn img.cta {
	margin: 0;
	margin-bottom: 20px;
	float: none;
}
#rightColumn {
	float: left;
	width: 310px;
	padding: 0 0 40px 0;
}
#footer {
	clear: left;
	padding: 0px 20px 20px 13px;
	position: relative;
}
#footer ul {
	margin: 0px; 
	padding: 0px 0px 10px 0px;
}
#footer li {
	display: inline;
	padding: 0px 0px 0px 7px;
	font-size: 12px;
	color: #9aca3c;
}
#footer li a {
	padding-right: 7px;
	display: inline;
}
#footer .firstLevel li {
	font-weight: bold;
}
#credits {
	color: #919191;
	font-size: 10px;
	padding-left: 7px;
}
#googleWidget {
	width: 140px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#googleWidget tr td div{
	color: white;
}
.tableOfContents {
	padding: 0px 20px 20px 20px;
}
.tableOfContents ul {
	margin: 0px;
	padding: 0px;
}
#panels .tableOfContents h2 {
	font-size: 14px;
	margin: 0px; padding: 0px 0px 20px 0px;
}
#panels .tableOfContents li {
	display: block;
	margin: 0px; 
	color: #00adef;
	list-style-type: none;
	background-image: url(../img/bullet_plus.png);
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
	font-size: 12px;
	line-height: 12px;
}

#panels a:link, #panels a:visited {
	color: #9aca3c;
	text-decoration: none;
}
#panels a:hover {
	color: #9aca3c;
	text-decoration: underline;
}

#panels .bookingsPanel p a:link, #panels .bookingsPanel p a:visited {
	color: white;
	text-decoration: none;
}
#panels .bookingsPanel p a:hover {
	color: white;
	text-decoration: underline;
}
	
#panels .tableOfContents a:link, #panels .tableOfContents a:visited {
	color: #9aca3c;
	text-decoration: none;
}
#panels .tableOfContents a:hover {
	text-decoration: underline;
}

#panels h2 {
	color: white;
	font-size: 16px;
}

/* Specific areas */

/*Dynamic Content*/

#contentColumn table {
	border-collapse: collapse;
	color: white;
	margin-bottom: 10px;
}

#contentColumn th{
	font-size: 14px;
	padding-bottom: 5px;
}

#contentColumn td{
	border: 1px solid white;
	font-size: 14px;
	padding: 7px;
}

#contentColumn li{
	font-size: 14px;
}

/* Gallery */
.galleries.listing a:link,
.galleries.listing a:visited {
	font-size: 12px;
}
.galleryList {
	padding-top: 40px;
}
.galleryDetail {
	overflow: hidden;
	padding-bottom: 20px;
}
.galleryThumb {
	float: left;
	width: 77px;
	text-align: center;
}
#contentColumn .galleryThumb img {
	float: none;
	margin: 0;
	border-width: 0;
}
.galleryDesc {
	padding-left: 100px;
}
.imageDetail {
	float: left;
	padding: 10px 9px 10px 0;
	text-align: center;
	width: 140px;
}
.imageDetail .imageThumb a:link, .imageDetail .imageThumb a:visited {
	height: auto;
}
.imageDetail a:link, .imageDetail a:visited {
	display: block;
	height: 35px;
	overflow: hidden;
}
#contentColumn .imageThumb {
	height: 111px;
}
#contentColumn .imageThumb img {
	float: none;
	margin: 0;
	border-width: 0;
}
.imageShowLarge {
	text-align: center;
	padding-top: 20px;
}
#contentColumn .imageShowLarge img {
	float: none;
	margin: 0;
	border-width: 0;
}

/* Generic forms */
#contentColumn.form h3 {
	/*margin-top: 30px;*/
	padding-top: 30px;
	padding-bottom: 20px;
}

#contentColumn.form div.input {
	padding: 4px 0;
	overflow: hidden;
	zoom: 1;
}

#contentColumn.form label {
	font-size: 12px;
	color: #e1e1e1;
	width: 120px;
	padding-right: 10px;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-top: 3px;
}
#contentColumn.form label .note {
	font-size: 9px;
}
#contentColumn.form input, #contentColumn.form select, #contentColumn.form textarea {
	width: 300px;
}
#contentColumn.form div.autoselect select, #contentColumn.form div.datebox select {
	width: auto;
}
#contentColumn.form div.checkbox {
	padding-left: 125px;
}
#contentColumn.form div.checkbox input, #contentColumn.form div.checkbox label {
	width: auto;
	float: none;
}
#contentColumn.form div.submit  {
	padding-left: 88px;
	padding-top: 10px;
}
#contentColumn.form div.submit input {
	width: auto;
}
#contentColumn.form div.error-message {
	padding-left: 130px;
	padding-top: 2px;
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
}

#contentColumn.form #EnquiryAddForm div.error-message {
	padding-left: 90px;
}

#contentColumn.form div.radioboxes .checkboxLabel {
	font-size: 12px;
	color: #e1e1e1;
	float: left;
	padding-top: 7px;
	width: 120px;
	padding-right: 10px;
	text-align: right;
}
#contentColumn.form div.radioboxes label {
	float: none;
	vertical-align: middle;
}
#contentColumn.form div.radioboxes input {
	width: auto;
	vertical-align: middle;
}
#contentColumn.form div.radioboxes .error-message {
	padding-left: 0;
}

/* The generic enquiry form */
#contentColumn.enquiries.form label {
	width: 80px;
	font-weight: bold;
}
#contentColumn.enquiries.form div.checkbox {
	padding-left: 85px;
}
#contentColumn.enquiries .formStaticDesc {
	width: 400px;
}
#contentColumn .formAnnotation {
	float: right;
	width: 175px;
	padding-left: 25px;
	font-size: 12px;
	color: #e1e1e1;
	background-image: url(../img/contact_border.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#contentColumn .formAnnotation h4 {
	margin-bottom: 10px;
}
#contentColumn .formAnnotation .addressBlock {
	margin-top: 10px;
}
#contentColumn .formAnnotation .nationBlock {
	margin-bottom: 30px;
}

#contentColumn.enquiries.form{
	width: 620px;
}

/* The booking enquiry form */
#postalAddressCopy a:link, #postalAddressCopy a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #9aca3c;
}
.bookingQuotes dl {
	font-size: 12px;
	clear: both;
	color: #e1e1e1;
}
.bookingQuotes dt {
	clear: both;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
}
.bookingQuotes dd {
	float: left;
	clear: both;
	margin-top: -20px;
	margin-left: 120px;
	margin-bottom: 5px;
}
.bookingQuotes h3 {
	clear: left;
	color: #9aca3c;
}

/* Payment pages */

.payments {
	padding-left: 100px;
}
