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

/* light gold:#d9cbac */
/* gold:#968050 */
/* blue:#00245d */
/* background:#e8e1d7 */

/* Typography */

body {
	background-color:#e8e1d7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	}

hr {
	height:1px;
	color:#00245d;
	}

h1 {
	margin-top:0;
	padding-top:0;
	font-size:26px;
	font-weight:600;
	color:#00245d;
	text-transform:uppercase;
	}

h2 {
	font-size:small;
	margin:0 0 5px 0;
	padding-bottom:0;
	color:#968050;
	}

h3 {
	font-size:small;
	margin-bottom:5px;
	padding-bottom:0;
	}

p {
	margin-top:0;
	}

.homepage-news {
	display:block;
	border:1px #00245d solid;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	}

.small {
	font-size:x-small;
	}

form {
	margin:0;
	padding:0;
	}

img {
	margin:0;
	padding:0;
	border:0;
	}
	
/* Premium listing */

tr.row td {
	border-width:2px 0;
	border-style:solid;
	border-color:#968050;
	margin:4px;
	background-color:#ece6d9;
	}

tr.row td.left {
	border-width:2px 0 2px 2px;
	}

tr.row td.right{
	border-width:2px 2px 2px 0;
	}
	
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.alignleft {
	float:left;
	}

.alignright {
	float:right;
	}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
	}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
	}

/* Layout */
.page {
	width:1020px;
	background-image:url(../images/page/fade.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin:0 auto 0 auto;
	}

.inner-page {
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
	}

.menu {
	width:960px;
	padding:0;
	margin:0 auto 1px auto;
	}

.content {
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
	background-image:url(../images/page/background.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}

.content-left {
	float:left;
	width:160px;
	margin:29px 0 20px 0;
	padding:0 20px 0 20px;
	font-size:small;
	}

.content-centre {
	float:left;
	width:500px;
	margin-left:0;
	margin-top:0;
	padding:26px 30px 0 30px;
	}

.content-centre a {
	color:#968050;
	font-weight:bold;
	text-decoration:none;
	}

.content-centre a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
.content-right {
	width:200px;
	float:right;
	margin:0;
	}

.content-right img {
	margin-bottom:1px;
	}

.image {
	position:relative;
	float:left; /* optional */
	}

.image .caption {
	position:absolute;
	top:185px; /* in conjunction with left property, decides the text position */
	left:5px;
	width:200px; /* optional, though better have one */
	color:#00245d;
	font-size:x-small;
	font-weight:bold;
	}

.image .caption-light {
	position:absolute;
	top:185px; /* in conjunction with left property, decides the text position */
	left:5px;
	width:200px; /* optional, though better have one */
	color:#ffffff;
	font-size:x-small;
	font-weight:bold;
	}
	
/* Footer */
.footer {
	background-image:url(../images/page/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
	height:109px;
	text-align:right;
	color:#ffffff;
	font-size:small;
	}

.facebook {
	float:left;
	width:933px;
	margin-bottom:5px;
	}

.footer-left {
	float:left;
	width:855px;
	height:20px;
	margin:35px 0 0px 0;
	padding:0;
	color:#ffffff;
	font-size:small;
	}

.footer-left a {
	text-decoration:none;
	color:#ffffff;
	font-size:small;
	}

.footer-left a:hover {
	text-decoration:none;
	color:#d9cbac;
	font-size:small;
	}

.footer-right {
	float:left;
	width:109px;
	margin-left:10px;
	margin-top:0;
	}

/* Subnavigation */

.submenu {
	margin:0 0 30px 0;
	padding:0;
	cursor:pointer;
	width:160px;
	}

.submenu li {
	margin:0;
	padding:0;
	margin-bottom:5px;
	list-style:none;
	}

.submenu li a {
	color:#00245d;
	border-bottom:1px solid #00245d;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:100%;
	padding-left:0;
	padding-bottom:5px;
	}

.submenu li a:hover {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100%;
	padding-left:0;
	}

/* Body */

.illustrations {
	float:left;
	width:150px;
	margin-right:10px;
	}

.illustrations-100 {
	float:left;
	width:100px;
	margin-right:10px;
	}

.illustrations-180 {
	float:left;
	width:180px;
	margin-right:10px;
	}

.illustrations-attraction {
	float:left;
	width:100px;
	margin-right:10px;
	}

.illustrations-right {
	float:right;
	width:200px;
	margin-left:10px;
	}

.flower{
	display:inline-block;
	margin:10px 0 20px 0;
	padding:0 10px 0 0;
	}

.flower li {
	list-style-type:none;
	background:url("../images/page/flower-bullet.gif") no-repeat;
	margin-top:1px;
	padding:2px 0 15px 25px;
	}

.attraction {
	display:block;
	position:relative;
	float:left;
	width:230px;
	height:160px;
	margin:0 5px 10px 0;
	padding:0;
	font-size:x-small;
	}
	
.illustration-attraction {
	width:100px;
	}
	
.feature-text {
float:left;
	width:120px;
}
	
.text-block {
	display:block;
	float:left;
	width:490px;
	margin:10px 5px 10px 0;
	padding:0;
		overflow:hidden;
	}
	
.partner-image {
	display:block;
	position:relative;
	float:left;
	text-align:left;
	width:160px;
	height:150px;
	margin:10px 0px 10px 0px;
	}
	
.partner-image2 {
	display:block;
	position:relative;
	float:left;
	text-align:left;
	width:160px;
	height:110px;
	margin:10px 0px 10px 0px;
	}

.image-caption {
	color:#00245d;
	font-size:x-small;
	font-weight:bold;
	margin:5px;
	}

.gold-box-top {
	width:430px;
	padding:0;
	background:url("../images/page/gold-box-top.gif");
	background-repeat:no-repeat;
	line-height:10px;
	}

.gold-box {
	clear:left;
	width:410px;
	padding:0 10px 0 10px;
	background:url("../images/page/gold-box-middle.gif");
	background-position:top centre;
	background-repeat:repeat-y;
	}

.gold-box-bottom {
	width:430px;
	padding:0;
	background:url("../images/page/gold-box-bottom.gif");
	background-repeat:no-repeat;
	line-height:20px;
	}

.red {
	color:#FF0000;
	}

.gold {
	color:#968050;
	font-weight:bold;
	text-decoration:none;
	}
	
.block {
	display:block;
	float:left;
	margin-bottom:10px;
	width:480px;
	}

/* MM Forms */
label {
	width:100px;
	float:left;
	display:block;
	clear:left;
	margin-top:3px;
	}
	
input {
	margin:0 3px 3px 0;
	}

.mmf-list-item-label {
	visibility:hidden;
	}
	
.mmf-not-valid-tip-no-ajax {
	color:#FF0000;
	}

.mmf-response-output {
	color:#00245d;
	font-weight:bold;
	}

.mmf-validation-errors {
	color:#FF0000;
	}
