body {
	margin: 0;
	padding: 0;
	font: 13px /1 Helvetica, Arial, sans-serif;
	color: #333;
	border-top: solid 27px #77a300;
	min-width: 960px;
}

/* --- default styles --- */

a {
	color: #66950D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


/* --- layout --- */

#header {
	height:145px !important;
	float: left;
	width: 100%;
	z-index:1000;
	position:relative;
}

body.body-home #header {
	overflow:visible;
	height:300px !important;
	margin-bottom:200px;
	}

#header #logo {
	padding: 0;
	margin: 0;
}
#header #logo a {
	display: block;
	width: 229px;
	height: 89px;
	background: #fff url(/images/images/logo.gif) 24px 0 no-repeat;
	position: absolute;
	z-index: 500;
	top: 25px;
	left: 0px;
	
}
#header #logo span {
	position: absolute;
	left: -9999px;
}

#header #tagline {
	position: absolute;
	z-index: 400;
	width: 100%;
	height: 54px;
	right: 0px;
	top: 74px;
	border-top: 1px solid #BEBEBE;
	background: transparent url(/images/images/tagline.gif) 99% 100% no-repeat;
	margin: 0;
}
#header #tagline span {
	position: absolute;
	left: -9999px;
}

#page-wrapper {
	background: #FBFAFA url(/images/images/greenback.jpg) 0 0 repeat-x;

}

#page {
	background: #fff;
	z-index: 20;
	position: relative;
	clear: both;

}

#content {
	overflow: hidden;
	background: #fff url(/images/images/content-bkg.gif) 0 0 repeat-y;
}
#content.twocolumn {
	background: #fff url(/images/images/2col-content-bkg.gif) 0 0 repeat-y;
}

#center h2 {
/*	color: #619cbb;*/
	color:#619CBB;
}

#center h1 {
	color:#619CBB;
	font-weight:normal;
	font-size:32px;
}

body.body-home h2 {
	text-align:right;
	position:absolute;
	color:#77A300 !important;
	left:-180px;
	width:180px;
}

body.body-home #content h3 {
	color:#111;
}

#content h3 {
	color: #77a300;
/*	color:#111111;*/
}

#content p {
	line-height: 21px;
}

#main {
	width: 780px;
	float: left;
	padding-top: 2px;
}
#main p,
#main h2,
#main h3 {
	margin: 28px 10px 0 327px;
	clear: right;
}
#main p {
	margin-top: 19px;
}
#main img {
	float: left;
	margin-left: 192px;
	margin-top: 28px;
}


#left {
	position: relative;
	float: left;
	width: 303px;
}

#center {
	width: 395px;
	float: left;
	padding: 0px 40px 20px 40px;
	position: relative;
}
#center h2 {
	margin-top: 10px;
}

#right {
	float: left;
	width: 176px;
	position: relative;
}

#right .watermark {
	margin: 10px 0 10px 25px;
}

.right img {
	margin-left:6px;
}

/* --- navigation --- */

#toplinks {
	position: absolute;
	top: -21px;
	right: 2px;
	width: 100%;
	color: #fff;
	text-align: right;
}

#toplinks a {
	color: #fff;
}

#subnav {
	background: #fff url(/images/images/header.png) bottom left no-repeat;
	list-style: none;
	margin: 0;
	padding: 10px 0 25px 337px;
	font-size: 12px;
}

#subnav li {
	display: inline;
}

#subnav a {
	float: left;
	color: #5c821a;
	border-left: solid 1px #cccccc;
	padding: 2px 8px;
}
#subnav a.first {
	border-left: none;
}
#subnav a.currentpage {
	color: #619cbb;
	font-weight: bold;
}

/* --- footer --- */

#footer-wrapper {
/*	background-color: #edf2de;*/
	background-color:#ABC466;
}
#footer {
	color: #89a557;
	background-color: #edf2de;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#footer #freecall {
	background: url(/images/images/freecall.gif) 0 0 no-repeat;
	text-transform: uppercase;
	width: 202px;
	height: 15px;
	position: absolute;
	top: 52px;
	left: 10px;
	margin: 0;
	padding: 0;
}
#footer #freecall span {
	position: absolute;
	left: -9999px;
}

#footer p {
	font-size: 10px;
}

#footer-copyright {
	display:none;
	margin-top: 19px;
	float: left;
	padding-left: 16px;
	font: 13px Helvetica, Arial, sans-serif;
}

#footer-content {
	text-align: right;
}


#footer ul.links {
	list-style: none;
}

#footer ul.links li {
	display: inline;
}

#footer p.email {
	margin: 16px 2px;
}
#footer p.email a {
	background: url(/images/email-icon.png) center right no-repeat;
	padding: 2px 20px 2px 0;
}

ul#lowernav {
	margin: 52px 2px 0 0;
	list-style: none;
}
body.body-home #lowernav {
	margin-left: 380px;
}
ul#lowernav li {
	display:  inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
ul#lowernav a {
	border-left: #9FBF5F solid 1px;
	font: 11px Helvetica, Arial, sans-serif;
	padding: 0 0 0 7px;
}
ul#lowernav a.first {
	border-left: none;
	padding-left: 0;
}

/* --- forms --- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: solid 1px #6C8AAA;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 2px;
	font-size: 11px;
	color: #333;
}

input.short {
	width: 110px;
}

input.submit {
	font-weight: bold;
	color: #6C8AAA;
}

#enquire-box {
	padding: 19px 0 0 16px;
}

#enquire-box h2 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #a4c8ed;
	background: url(/images/images/enquire.gif) 0 0 no-repeat;
	width: 70px;
	height: 15px;
	left:auto;
	position:relative;
}

#enquire-box h2 span {
	position: absolute;
	left: -9999px;
}

#enquire-box label {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	color: #619cbb;
}

#enquire-box input,
#enquire-box select{
	color: #818181;
	font: 11px Helvetica, Arial, sans-serif;
	border: 1px solid #7f9db9;
}

#enquire-box select {
	padding: 0;
}

#enquire-box input.submit {
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #CCC;
	color: #89b5cc;
	background: #fff;
}

#enquire-main,
#request,
#refer,
#winholiday {
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: 15px;
}

#request,
#refer,
#winholiday {
	padding-left:220px;
}

#enquire-main h2,
#request-main h2,
#refer-main h2 {
	margin: 10px 0 !important;
	padding: 0;
}

#request-main #leaf {
	position:absolute;
	right:180px;
	top:0;
}

#request-main #leafDiv,
#request-main #bayDiv {
	position:absolute;
	right:202px;
	top:0;
	width:180px;
	line-height:21px;
	color:#4F89AC;
}

#request-main #bayDiv {
	right:206px;
}

#request-main #leaf,
#request-main #leafDiv img,
#request-main #bayDiv img {
	margin-left:0;
	margin-right:0;
}

#enquire-main label,
#request label,
#refer label,
#winholiday label {
	float: left;
	width: 160px;
	text-align: left;
	padding: 5px 5px 0 0;
	color: #333333;
}

#enquire-main input, textarea, select,
#request input, #request textarea, #request select,
#refer input, #refer textarea, #refer select, 
#winholiday input, #winholiday textarea, #winholiday select {
	margin: 4px 0;
	border: 1px solid #dfe2e4;
}

#enquire-main select,
#request select,
#refer select,
#winholiday select
{
	padding: 0;
}

#enquire-main div,
#request div,
#refer div {
	float: left;
	width: 28em;
	margin: 2px 0;
}

#request div,
#refer div,
#winholiday div {
	width:100%;
}

#request fieldset label,
#refer fieldset label,
#winholiday fieldset label {
	float:none;
}

#request fieldset,
#refer fieldset,
#winholiday fieldset {
	border:0;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

#request fieldset legend,
#refer fieldset legend,
#winholiday fieldset legend {
	left:0;
	text-indent:0;
	margin-left:0;
	padding-left:0;
}

#enquire-main input.submit,
#request input.submit,
#refer input.submit,
#winholiday input.submit {
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #CCC;
	color: #89b5cc;
	background: #fff;
	margin-left: 165px;
}

#request input.submit,
#refer input.submit,
#winholiday input.submit {
	margin-left:0;
}

#request input, #request textarea, #request select
#refer input, #refer textarea, #refer select,
#winholiday input, #winholiday textarea, #winholiday select {
	margin: 4px 0;
	border: 1px solid #dfe2e4;
}

#enquire-main div .date-picker-control,
#request div .date-picker-control,
#refer div .date-picker-control,
#winholiday .date-picker-control {
	margin-top: 4px;
}

label .info {
	display: block;
	margin-top: 1em;
}

#enquire-main h2,
#request h2,
#refer h2,
#winholiday h2 {
	padding-bottom: 0;
}

#refer h4#ourfriend {
	clear:both;
	padding-top:15px;
	margin-bottom:10px;
	color:#4F89AC;
	font-size:1.25em;
	font-weight:normal;
}

#winholiday h4#completeform {
	margin-bottom:10px;
	color:#4F89AC;
	font-size:1.25em;
	font-weight:normal;
}

#refer #leftcol,
#winholiday #leftcol {
	width:180px;
	padding:0;
	position:absolute;
	left:0px;
}

#refer #leftcol p,
#winholiday #leftcol p {
	font-size:13px;
	margin:0 0 10px 4px;
	padding:0;
}

/** Form errors **/
#enquire-main #errorbox,
#request #errorbox,
#refer #errorbox,
#winholiday #errorbox {
	background: #EFFAFF;
	padding: 0 0 10px 0;
	width: 98%;
	float: none;
}

#request em.required,
#refer em.required,
#winholiday em.required {
	color: #4F89AC;
}

#main #errorbox h3 {
	padding: 10px;
	margin: 0;
}

#errorbox label {
	float: none;
	width: auto;
	display: inline;
	border-bottom: 1px dotted #F66;
}

#errorbox ul {
	margin: 4px 0;
	list-style-type: circle;
}

#errorbox li {
	margin: 8px 0;
}

#content .enquiries-info {
	margin: 20px 10px 0 10px;
}

#content .enquiries-info h2 {
	color: #7aaac3;
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0;
}

#content .enquiries-info h4 {
	font-size: 11px;
	margin: 6px 0;
}

#content .enquiries-info p {
	font-size: 11px;
	margin: 6px 0;
	line-height: 16px;
}

/* --- tables --- */

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 1em;
}

tr.a .a {
	background-color: #F2F8E9;
}

tr.a .b {
	background-color: #B4CD79;
}

tr.b .a {
	background-color: #DDE8C1;
}

tr.b .b {
	background-color: #A9C566;
}

/* --- front page --- */
body.body-home #content {
	/*background: #fff url(/images/images/greenstrip.gif) 214px 0px repeat-y;*/
	/*background: #fff url(/images/images/home-content-bkg.gif) 0 0 repeat-y;*/
	overflow: hidden;
	/*position: relative;*/
	/*border-top: none;*/
}

body.body-home #page-wrapper {
	margin-top:200px;	
}

body.body-home #footer-wrapper {
	/*background-image: url(/images/images/greenstrip.gif);
	background-position: 214px 0px;
	background-repeat: repeat-y;*/
	clear:both;
}

body.body-home div#header h2#tagline {
	position:relative;
	top:448px;
	left:-397px;
	border:0px;
	z-index:50;
}

body.body-home div#movie {
	position:relative;
	left:230px;
	height:400px;
	margin-bottom:-400px;
	width:562px;
	z-index:2000;
	top:-452px;
	}

body.body-home #home-udm-line {
	width:960px;
	margin:0 auto;
	height:1px;
	position:absolute;
	top:-426px;
	z-index:1;
	border-top:1px solid #bebebe;
	}
	
body.body-home #content {
	padding-bottom:0px;
	margin-top:20px;
	overflow:visible;
	}

body.body-home #right {
	/*top:-230px;*/
	}

#banner {
	color: #fff;
	padding-top: 27px;
	background: #fff;
	overflow: hidden;
}
#banner .inner {
	background: #aac365;
	height: 86px;
}
#banner h2 {
	color: #fff;
	font: normal 24px Helvetica, Arial, sans-serif;
	margin: 0 0 0 460px;
	padding: 15px 0 4px 0;
	background: url(/images/images/bannertext.gif) 0px 15px no-repeat;
	width: 410px;
	height: 54px;
}
#banner h2 small {
	display: block;
	font-size: 20px;
}
#banner h2 span {
	position: absolute;
	left: -9999px;
}

body.body-home #column {
	background: #86aa23;
	position: absolute;
	width: 216px;
	height: 800px;
	top: 168px;
	left: 214px;
}
body.body-home #center {
	/*margin-left: 430px;*/
	margin-left:280px;
	/*width: 284px;*/
	margin-right:28px;
	/*padding: 22px 33px 0 33px;*/
}
body.body-home img#front1 {
	position: absolute;
	left: 98px;
	top:  0px;
}
body.body-home img#front2 {
	position: absolute;
	left: 1px;
	top:  113px;
}
body.body-home img#select {
	position: absolute;
	left: 224px;
	top: 528px;
}

/* --- location --- */

body.body-location #main {
	background: url(/images/photos/location.png) top left no-repeat;
	margin: 0;
	width: 345px;
	padding: 670px 50px 20px 385px;
}

body.body-location #main a {
	color: #619cbb;
	font-weight: bold;
}
body.body-location #main em {
	color: #86aa23;
	font-style: normal;
}

/* --- enquire --- */

#enquire .content {
	background: #fff;
	margin: 0;
	padding: 20px;
	width: 720px;
}

/* --- udm tweaks --- */

#udm {
	right: 0px;
	left: auto;
	top: -27px;
	position:absolute !important;
	z-index:1000;
}
#udm li {
	z-index:200;
	float: right;
	border-bottom:0 !important;
}

body.body-home .udm a,
body.body-home .udm a:link,
body.body-home .udm a.nohref {
	border-bottom:0 !important;
	border-style:none none solid !important;
	border-width:0px !important;
	}

/* --- fixed width layout --- */

.fixedwidth {
	margin: 0 auto !important;
	width: 960px !important;
	float: none !important;
	position: relative;
	clear: both;
}

.twocolumn #main p,
.twocolumn #main h2,
.twocolumn #main h3 {
	margin: 28px 10px 0 10px;
	clear: right;
}

h2 small.credits {
	margin-left: 15px;
	font-size: 11px;
	color: #000;
}
h2 small.credits em {
	color: #619cbb;
	font-style: normal;
}

#center h3 {
	font-size: 16px;
/*	margin: 22px 0;*/
}

.more a {
	font-weight: bold;
	color: #79a405;
	font-size: 12px;
}

/** Left column images **/

.threecolumn #left .montage {
	text-align: right;
}

.montage img {
	margin-bottom: -1px;
}
.montage img:not(safarihack) {
	margin-top: -1px;
}

/** Gallery **/

#gallery {
	overflow: hidden;
	padding-left: 22px;
	background: url(/images/images/gallery-bkg.gif) 0px 1px repeat;
}
#gallery .item {
	width: 110px;
	height: 145px;
	float: left;
	margin-top: 30px;
	margin-right: 45px;
}
#gallery a.image-wrapper {
	margin: 0 0 8px 0;
	width: 110px;
	height: 110px;
	background: #fafafa none center center no-repeat;
}
#gallery a.image-wrapper span {
	position: absolute;
	left: -9999px;
}
#gallery .item a {
	color: #619cbb;
	font-size: 11px;
	display: block;
}

#main .gallery-single {
	overflow: hidden;
	padding: 30px 10px 10px 10px;
	width: 600px;
	margin: 0 auto;
}
#main .gallery-single img {
	float: left;
	margin: 0 20px 0 0;
}
#main .gallery-single h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}
#main .gallery-single h4 {
	margin: 0 0 4px 0;
}
#main .gallery-single h2 small.credits {
	margin: 0;
}
#main .gallery-single p {
	margin: 0 0 10px 0;
	font-size: 11px;
}
.gallerynav {
	margin: 0 0 30px 0;
}
.gallerynav a {
	color: #619cbb;
	border-left: 1px solid #619cbb;
	padding: 0 6px 0 10px;
	font-size: 11px;
}
.gallerynav a.first {
	border: none;
	padding-left: 0;
}

/** headings **/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #4F89AC;
}

h2 small {
	font-size: 16px;
	font-weight: bold;
}

h2 a {
	color: #619cbb;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #66950D;
}

h4 {
	font-size: 12px;
	margin-bottom: -0.5em;
}

h5 {
	font-size: 12px;
	font-style: italic;
	color: #333;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	margin-bottom: 0;
}

/** lists **/

#center li {
	margin: 12px 0;
}

/** paragraphs **/

p {
	line-height: 1.5em;
}

p.note {
	font-size: 11px;
}

/** rules **/

#main hr {
	border: none;
	border-top: 1px solid #DFDFDF;
}

/** address **/
address {
	background: #FAFAFA;
	font-style: normal;
	font-size: 16px;
	padding: 3px;
	margin: 1px 0;
}

/** tables **/

td {
	background: #f5f9ed;
	font-size: 12px;
}
thead td {
	font-weight: bold;
	padding: 12px;
}
tbody td {
	background: #e4eccc;
	padding: 6px 12px;
}
tbody tr.alt td {
	background: #f5f9ed;
}
thead td.alt,
tbody tr.alt td.alt {
	background: #c1d58b;
}
tbody td.alt {
	background: #b7ce78;
}

/** Far-left block **/

.block-farleft {
	position: absolute;
	/*top: 35px;*/
	left: 25px;
	width: 150px;
	padding: 0;
	margin-bottom:50px;
}

body.large-map .block-farleft {
	position:relative;
	width:160px !important;
}

#main .block-farleft h2,
#main .block-farleft h3,
#main .block-farleft p {
	margin-left: 0;
}
.block-farleft ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.block-farleft li {
	color: #79a405;
	font-size: 11px;
	margin: 12px 0;
}

/** Right block **/
.block-right {
	margin: 0 0 10px 15px;
	font-size: 11px;
	width: 12em;
}

/** Url-specific styles **/

#page-kentia #center,
#page-banyan #center,
#page-family-suites #center,
#page-food-wine #center {
	padding-top: 220px;
}

#page-tarriff tbody td {
	white-space: nowrap;
}

/** Section menu pages (intermediate) **/

#main .pageinfo {
	overflow: hidden;
	margin-bottom: 14px;
}
#main .pageinfo p {
	font-size: 11px;
	margin-bottom: 7px;
	width: 315px;
}
#main .pageinfo p.more {
	margin-top: 7px;
	margin-bottom: 0px;
}

#flashMap {
	position:absolute;
	left:173px;
	top:0;
	}
