/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 76% Arial, Helvetica, sans-serif;
	background: #fff url(../images/body-bg.gif) center 0 repeat-y;
	margin: 0;	
	padding: 0;
	text-align: center;
	}
#container {
	width: 926px;
	margin: 0 auto;
	padding: 0;
	text-align:	left;
	}
	
/* --------- Paragraph --------- */

p {
	line-height: 1.7em;
	}

/* --------- Links --------- */
	
a:link, a:visited {
	color:#a1c70e;
	text-decoration:underline;
	}
a:hover, a:focus {
	text-decoration:none;
	}
a:active {
	color:#f08a0d;
	}

/* --------- Header --------- */
	
#header {
	margin: 0 0 2px 0;
	padding: 12px 0 0 0;
	height: 71px;
	background-color: #f08a0d;
	}
#header h1 {
	float: left;
	width: 600px;
	margin: 12px 0 0 18px;
	font: 2.4em Arial, Helvetica, sans-serif;
	}
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
p#header-links {
	margin: 24px 12px 0 0;
	font: .9em Arial, Helvetica, sans-serif;
	float: right;
	color: #fff;	
	}
p#header-links a {
	color: #fff;
	text-decoration: none;
	}
h1 {
	font-size: 1.8em;
	}

/* --------------- Roamfree Feature --------------- */

#rf-header {
	background:url(../images/rf-header.jpg) no-repeat;
	margin:0;
	height:11px;
	}
#rf-container {
	background:url(../images/rf-centre.jpg) repeat-y;
	margin:.6em 0 1.5em 0;
	}
#rf-footer {
	background:url(../images/rf-footer.jpg) left bottom no-repeat;
	margin:0;
	height:11px;
	}
#rf-container h3 {
	margin:0 16px .3em 16px;
	font-size:.9em;
	text-transform:uppercase;
	}
#rf-container ul {
	font-size:.9em;
	margin:0 16px 0 16px;
	padding:0;
	list-style:none;
	}
#rf-container ul li {
	padding-left: 15px;
	background: url(../images/bullet-flower.gif) 0 .2em no-repeat;
	margin:.4em 0 .4em 0;
	}
	
/* --------------- AP Feature Box horizontal --------------- */

#feature-sub {
	border: solid #ACC5C5 1px;
	border-top: none;
	background: url(../images/feature.jpg) left bottom no-repeat;
	padding:1px;
	}
#feature-left {
	padding-top: 10px;
	padding-left:15px;
	float:left;
	width:170px;
	}
#feature-left p {
	font-size:.9em;
	margin:0;
	color:black;
	}
#feature-left p a {
	color:black;
	}
#feature-right p a.button {
	background-color:#FFFFFF;
	text-transform:uppercase;
	border:solid #ACC5C5 1px;
	padding:3px 6px 4px 6px;
	text-decoration:none;
	color:black;
	}
#feature-right {
	float:right;
	width:240px;
	padding:10px 0;
	}
#feature-right .row {
	margin-bottom: 5px;
	}
#feature-right img {
	background-color:#fff;
	padding:1px;
	border:solid #ACC5C5 1px;
	margin-right:4px;
	}
.feature{
	height: 20px;
	border-bottom: 1px solid #ACC5C5;
	margin: 3px 0 0 0;
	padding: 0;
	}
.feature ul{
	padding: 0;
	margin: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	list-style-type: none;
	}
.feature li{
	padding: 0;
	display: inline;
	margin: 0;
	background: none;
	}
.feature li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px; 
	color: black;
	background: transparent url(../images/righttabselected.gif) 100% 0 no-repeat;
	border-left: 1px solid #ACC5C5;
	display:block;
	float:left;
	top:1px; 
	text-decoration:underline;
	}

/* --------- Main nav --------- */

ul#nav {
	font: bold .9em Tahoma, Arial, Helvetica, sans-serif;
	background-color: #a1c70e;
	margin: 0 0 6px 0;
	padding: 6px 0 7px 3px;
	list-style:none;
	}
ul#nav li {
	display: inline;
	}
ul#nav li a {
	background: url(../images/nav-bg.gif) 0 8px no-repeat;
	padding: 5px 29px 6px 35px;
	text-decoration: none;
	color: #fff;
	}
ul#nav li a:hover {
	background: #b2db12 url(../images/nav-bg-alt.gif) no-repeat;
	}
ul#nav li a#leftmost {
	background: none;
	}
ul#nav li a:hover#leftmost {
	background-color: #b2db12;
	}
	
ul#nav li a.nowpage {
	background: #b2db12 url(../images/nav-bg-alt.gif) no-repeat;
	}
ul#nav li a#leftmost.nowpage {
	background-color: #b2db12;
	}

/* --------- Columns --------- */

#left-column {
	width: 743px;
	float: left;
	}
#left-left-column {
	width: 283px;
	float: left;
	}
#right-left-column {
	float: right;
	width: 441px;
	}
#right-column {
	width: 160px;
	float:right;
	}

/* ------------------- Headings and paragraph ------------------- */

#left-left-column h2 {
	text-transform: uppercase;
	padding: 4px 0 4px 8px;
	font: bold 1em Arial, Helvetica, sans-serif;
	background-color: #f08a0d;
	color: #fff;
	}
#right-left-column h2 {
	text-transform: uppercase;
	padding: 4px 0 4px 8px;
	font: bold 1em Arial, Helvetica, sans-serif;
	background-color: #6780b8;
	color: #fff;
	}
	
/* ------------------- Lists ------------------- */

.list {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	}
.list li {
	padding: 0 0 0 15px;
	margin: .5em 0;
	background: url(../images/bullet-flower.gif) 0 .2em no-repeat;
	}

/* ------------------- Featured accommodation ------------------- */

#property {
	background: url(../images/property-bg.gif) repeat-y;
	}
.content-row {
	width: 100%;
	margin-top: 2em;
	}
.content-panel {
	background: url(../images/content-panel-bg.gif) 0 bottom no-repeat;
	width: 205px;
	padding-bottom: 1em;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.content-panel img {
	border: none;
	float: right;
	}
.content-panel p {
	font: normal .9em Arial, Helvetica, sans-serif;
	margin: 0;
	border: none;
	float: left;
	width: 142px;
	}
.content-panel a {
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	color: #8ba819;
	}

/* ------------------- Banner & Poll ------------------- */

#banner {
	margin: 0;
	}
#poll img{
	color: #fff;
	margin: 1.3em 0 0 0;
	padding: 0;
	background-color:#709A1E;
	width:158px;
	}
/* --------- Map --------- */

#map {
	width:439px;
	height:450px;
	margin:0 0 30px 0;
	border:#000 solid 1px;
	}
#side_bar_title {
	line-height: 1.5em;
	width:98%;
	}
#side_bar {
	line-height: 1.5em;
	margin-bottom: 1em;
	width:98%;
	}
#side_bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side_bar a:hover {
	text-decoration: underline;
	}
#gMapContainer.expandedMap {
	text-align:left;
	background-color: #fff;
	position:absolute;
	padding:7px 10px 57px 10px;
	border:1px solid #aaa;
	}
#gMapContainer.expandedMap #map {
	width:100%;
	}
a.expand {
	display:block;
	margin: 0 0 5px 10px;
	padding: 2px 6px 3px 6px;
	border: 1px solid #008DC4;
	margin-bottom: 4px;
	color:#008DC4;
	cursor:pointer;
	}
a:hover.expand {
	text-decoration: none;
	}
#gMapExpander {
	float: right;
	text-align:right;
	}

/* ------------------- Footer ------------------- */

#footer {
	padding: 12px 0 0 0;
	border-top: solid #c1c1c1 1px;
	height: 53px;
	background: #ebebeb;
	clear: both;
	margin-top: 4em;
	font: .85em Arial, Helvetica, sans-serif;
	}

#footer p {
	margin: 4px;
	text-align: center;
	color: #999999;
	padding:0;
	}
#footer p a {
	padding: 0 5px 0 5px;
	}


#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
	}
#footer ul#footer-nav {
	width:800px;
	margin:0 40px 1em 40px;
	text-align:center;
	}
#footer ul#footer-nav li {
	display:inline;
	padding:0 5px;
	border-right:#fff 1px solid;
	}
#footer ul#footer-nav li.last {
	border:none;
	}
	



/* --------- Clearer --------- */
	.clearer {	
	margin:0;
	padding:0;
	clear:both;
	display:block;
	background-color:#FFCCCC;
	}
	
/* --------- Clearfloat --------- */

.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }

/* --------- Contact Form --------- */

label {
	display:block;
	margin:1em 0;
	}
input, textarea {
	display:block;
	width:200px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
	}
ul li.ok {
	color:#666;
	font-style:italic;
	}
ul li.error {
	color:#f00;
	}