/* Start of CMSMS style sheet 'Arajilla Global' */
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;
}

form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 25px;
  clear: both;
  vertical-align: bottom;
  line-height: 1.6;
}

form ul li label {
  display: block;
  float: left;
  width: 30%;
}

form ul li input,
form ul li select,
form ul li textarea {
  float: left;
  width: 52%;
  border: 1px solid #cbcbcb;
}

form ul li input.btn {
  width: auto;
  margin: 0 0 0 15px;
  color: #83c3e5;
  cursor: pointer;
}


/* --- layout --- */

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

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

#header #logo {
	padding: 10px 0 0 50px;
	margin: 0;
}

body.body-home div#header #logo {
	padding: 24px 0 0 20px;
}

#header #logo a {
	display: block;
	width: 229px;
	height: 89px;
  float: left;
	background: transparent url(/images/logo2009.gif) 24px 0 no-repeat;
	
}
#header #logo span {
	position: absolute;
	left: -9999px;
}

#header #tagline {
	position: relative;
	z-index: 400;
	width: 100%;
	height: 79px;
  left: 22px;
  top: -24px;
	background: transparent url(/images/tagline2009.gif) bottom center no-repeat;
	margin: 0;
  clear: both;
}
#header #tagline span {
	position: absolute;
	left: -9999px;
}

#page-wrapper {
	background: #ABC466 url(/images/images/greenback.jpg) 0 0 repeat-x;
  margin-top: 20px;
}

#page {
	background: #fff;
	z-index: 20;
	position: relative;
	clear: both;
  border-top: 1px solid #e6e6e6;
}

#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;
  margin-top: 21px;
}

#center h1.smaller {
	margin-top: 10px;
    margin-bottom: 19px;
}

#center h1.smallest {
	  margin-top: 33px;
    margin-bottom: 19px;
    font-size: 24px;
    
}

#center h1.less-spacing {
	margin-top: 10px;
}

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 h4 {
  font-size: 1.3em;
  font-weight: normal;
  color: #77A300;
}

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

.body-content #content p.intro {
	font-size: 1.2em;
    line-height: 22px;
    margin-bottom: 0;
}

#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;
    margin-left: 307px;
}
#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 --- */
#topnav {
  background: #77A300;
  height: 35px;
  position: relative;
  z-index: 600;
}

#top_menu {
  list-style-type: none;
  height: 35px;
  margin: auto;
  width: 960px;
  padding: 0;
  white-space: nowrap;
}

#top_menu li {
  list-style: none;
  display: block;
  position: relative;
  height: 35px;
  float: left;
}

#top_menu li a {
  float: left;
  display: block;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px 0 21px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
}

#top_menu li a:hover,
#top_menu li a.activeparent,
#top_menu li a.currentpage {
  background: #fff url(/images/nav_bg_gradient.jpg) top left repeat-x;
  color: #559fb0;
  text-decoration: none;
}

/* drop down menu styles */
#top_menu ul {
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 140px;
  border: 1px solid #E6E6E6;
  border-top: none;
  opacity: 0.9;
  display: none;
}

#top_menu li:hover ul,
#top_menu li.sfHover ul {
  display: block;
}

#top_menu ul li {
  float: none;
  z-index: 600;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#top_menu ul li a {
  display: block;
  height: auto;
  color: #92B018;
  padding: 10px 15px;
  font-size: 11px;
  text-decoration: none;
  float: none;
  z-index: 600;
  text-transform: none;
  line-height: 1.2;
}

#top_menu ul li a:hover {
  background: #b9d27d;
  color: #587D25;
}

/* drop down menu subitem side fly outs */
#top_menu ul ul {
  position: absolute;
  top: 0;
  left: 140px;
  margin: 0;
  padding: 0;
  width: 140px;
  border-top: 1px solid #E6E6E6;
  opacity:1;
  display: none;
}

#top_menu li:hover ul li ul {
  display: none;
}

#top_menu li:hover ul li:hover ul,
#top_menu li:hover ul li.sfHover ul {
  display: block;
}


#top_menu ul li:hover ul,
#top_menu ul li.sfHover ul {
  display: block;
}

/* stacked text sub menu */

#subnav {
	list-style: none;
	margin: 0;
	padding: 27px 0 0 0;
	font-size: 12px;
  width: 540px;
  float: right;
  position: relative;
  z-index: 500;
}

#subnav li {
	display: inline;
}

#subnav a {
	float: left;
	color: #92b018;
	padding: 3px 4px;
  width: 24%;
}
#subnav li:first-child a {
	border-left: none !important;
}
#subnav a.currentpage {
	color: #619cbb;
	font-weight: bold;
}

#toplinks {
  width: 178px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 500;
}

#toplinks ul {
  padding: 0 17px;
  margin: 5px 0;
  font-size: 12px;
}

#toplinks li {
  display: block;
  color: #679bb8;
  font-weight: bold;
  list-style: none;
  line-height: 1.7;
  vertical-align: top;
}

#toplinks li a {
  color: #679bb8;
}

/* --- footer --- */

#footer-wrapper {
/*	background-color: #edf2de;*/
	background-color:#ABC466;
}
#footer {
	color: #89a557;
	background-color: #edf2de;
	overflow: hidden;
	position: relative;
	z-index: 10;
    height: 113px;
}
#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 {
    position: absolute;
    bottom: 13px;
    right: 2px;
    padding-bottom: 3px;
}
#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 335px;
	list-style: none;
    position: relative;
    right: -5px;
}
body.body-home #lowernav {
	margin-left: 385px;
}
ul#lowernav li {
	display:  inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
    float: left;
}
ul#lowernav a {
	border-right: #9FBF5F solid 1px;
	font: 11px Helvetica, Arial, sans-serif;
	padding: 0 6px;
}
ul#lowernav li:last-child a {
	border-right: none;
}

ul#lowernav li.first a {
	border-right: none;
}

/* --- 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;
}

input.honeypot {
  display: none !important;
  visibility: hidden !important;
  border: 0 !important;
  float: left !important;
}

.phone {
  text-align: center;
  background: #5d9abb;
  color: #fff;
  padding: 8px 0;
  font-size: 12px;
  width: 102.5%;
}

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

#enquire-box h2 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #619CBB !important;
  font-size: 13px;
  font-weight: bold;
}

#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,
#enquire-box input.fbsubmit {
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #CCC;
	color: #89b5cc;
	background: #fff;
}

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

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

#request-main.refer #leftcol {
  width: 220px;
  float: left;
  padding-left: 3px;
}

#request-main.refer #leftcol p {
  width: 180px;
  float: left;
  margin: 2px 0 10px;
}

#request-main.refer #m3moduleform_1 {
  padding-left: 0;
}

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

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

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

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

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

#enquire-main label,
#request label,
#m3moduleform_1 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,
#m3moduleform_1 input, #m3moduleform_1 textarea, #m3moduleform_1 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,
#m3moduleform_1 select,
#refer select,
#winholiday select
{
	padding: 0;
}

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

#enquire-main div.contactform div.required,
#request div.required,
#m3moduleform_1 div.required,
#refer div.required {
	color: red;
}

div.error_message ul li {
	color: red;
}

#m3moduleform_1 fieldset {
    width: 100%;
}

#m3moduleform_1 fieldset input {
    border: none;
    margin: 1px;
}

#m3moduleform_1 fieldset label[for=m3fbrp__38_3]  {
    margin-right: 30px;
}

#request div,
#m3moduleform_1 div,
#refer div,
#winholiday div {
	width:99%;
    clear: none;
    float: none;
}

#request fieldset label,
#m3moduleform_1 fieldset label,
#refer fieldset label,
#winholiday fieldset label {
	float:none;
    margin-right: 3px;
}

#m3moduleform_1 fieldset label.groupmain {
    display: block;
    padding-bottom: 5px;
    width: auto;
}

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

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

#enquire-main input.submit,
input.fbsubmit,
#request input.submit,
#m3moduleform_1 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;
    font-weight: bold;
}

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

#enquire-main div.submit {
    clear: both; display: inline;
}

#enquire-main div.clsm4fbrp__28 {
    width: 720px !important;
}

#request input, #request textarea, #request select,
#m3moduleform_1 input, #m3moduleform_1 textarea, #m3moduleform_1 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,
#m3moduleform_1 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,
#m3moduleform_1 h2,
#refer h2,
#winholiday h2 {
	padding-bottom: 0;
}

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,
#m3moduleform_1 #errorbox,
#refer #errorbox,
#winholiday #errorbox {
	background: #EFFAFF;
	padding: 0 0 10px 0;
	width: 98%;
	float: none;
}

#request em.required,
#m3moduleform_1 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;
}

div.msg {
  border: 1px solid #E6E6E6;
  padding: 10px;
  background: #FBFAFA;
}

/* --- 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: 300px;
	left: 50px;
	border:0px;
	z-index:50;
  background-image: url(/images/images/tagline.gif);
  width: 496px;
}

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;
	overflow:visible;
	}

body.body-home #right {
	/*top:-230px;*/
	}
  
body.body-home #enquire-box h2 {
  position: relative;
  left: 0;
  text-align: left;
}

body.body-home #toplinks {
  position: relative;
  left: 0;
  text-align: left;
  bottom: -257px;
  float: right;
}

#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;*/
 padding-top: 20px;
}
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;
}

body.body-home #right .phone {
	margin-left: -3px;
}

/* --- 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;
}


/* --- 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;
}

.body-gallery .twocolumn #main p,
.body-gallery .twocolumn #main h2,
.body-gallery .twocolumn #main h3 {
  margin-top: 10px;
  width: 80%;
  line-height: 1.2;
}

.body-gallery .twocolumn #main h3 {
  font-size: 1.6em;
}

.body-gallery .twocolumn #main p.gallery-intro {
  margin-left: -12px;
}

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;*/
}

.body-content #center h3 {
	font-size: 24px;
    margin:0;
/*	margin: 22px 0;*/
}

.body-content #center h3.smaller {
	font-size: 18px;
}

.body-content #right {
	left: 2px;
}

.spa-menu #center h3 {
	font-size: 18px;
    font-weight: bold;
}

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

/** Left column images **/

.threecolumn #left .montage {
	text-align: right;
    min-width: 300px;
    min-height: 200px;
    padding-bottom: 12px !important;
}

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

/** Gallery **/

#gallery {
	overflow: hidden;
	padding-left: 22px;
  padding-bottom: 30px;
}
#gallery .item {
	width: 200px;
	height: 240px;
	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;
}

#gallery .item a span.photo-count {
	font-size: 9px;
    color: #000;
    text-decoration: none;
    display: none;
}

#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;
}

/** gallery main - new by James */
#main .gallery-main {
	overflow: hidden;
	padding-left: 11px;
	/*background: url(/images/images/gallery-bkg.gif) 0px 1px repeat;*/
  padding-bottom: 30px;
  margin-top: -10px;
  margin-bottom: 10px;
}

#main .gallery-main .item {
	width: 115px;
	height: 110px;
	float: left;
	margin-right: 45px;
  padding-bottom: 70px;
}

#main .gallery-main .item a {
	color: #619CBB;
  display: block;
  font-size: 11px;
  padding-bottom: 10px;
}

#main .gallery-main .item img {
	margin-left: 0;
  display: block;
  padding-bottom: 10px;
  margin-top: 25px;
}

#main p.backlink {
  float: right; 
  margin-top: -20px !important; 
  font-size: 80%;
  width: 180px !important;
  text-align: center;
  margin-right: 20%;
  border: 1px solid #66950D;
  padding: 3px 4px;
}

#main p.backlink:hover {
  background: #EDF2DE;
}

#main p.backlink a:hover {
  text-decoration: none;
}

/** 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;
}

p.small {
    font-size: 80%;
}

/** 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;
}

body.large-map #main .block-farleft h3 {
	font-size: 180%;
    letter-spacing: 1px;
}

body.large-map #main .block-farleft p {
	font-size: 97%;
}

#main .block-farleft h2,
#main .block-farleft h3,
#main .block-farleft p {
	margin-left: 0;
}

#main .block-farleft h2 {
	font-size: 245%;
}

#main .block-farleft h3 {
	font-size: 140%;
}

#main .block-farleft p {
	font-size: 120%;
}

.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;
}

#main .section-blocks {
    width: 653px;
}

#main .section-blocks p {
    font-size: 85%;
}

#main .section-blocks p a {
    display: block;
    margin-top: -12px;
    margin-bottom: 43px;
}

#main .section-blocks img {
    float:left;
    font-size:85%;
    margin-left:-115px;
    margin-top:-43px;
    padding-right: 25px;
    padding-bottom: 30px;
}

/** maps page */
body.maps #main {
    min-height: 625px;    
}

body.maps #main .block-farleft {
    font-size: 0.75em;
}

body.maps #main .block-farleft h3 {
    font-size: 180%;
}

body.maps #main .block-farleft p {
    font-size: 130%;
}

body.maps #main .block-farleft p a {
    font-size: 130%;
}

/* photo gallery */
#gallery img{
  float: none;
  margin: 0;
  display: block;
  text-decoration: none;
}

/* media section */
body.media h1 {
  color: #4F89AC;
  padding-left: 5px;
  font-size:245%; 
  font-weight:normal;
}

body.media #content {
  background-image: url(/images/images/content-bkg-media.gif);
  min-height: 500px;
}

body.media #left {
  width: 214px;
}

body.media #center {
  padding: 10px 40px 20px;
  width: 500px;
}

body.media form {
  padding: 0.1% 0;
}

body.media form {
  padding: 0.1% 0;
}

body.media ul.login input.btn,
body.media ul.register input.btn {
  background: #fff url(/images/btn-send.jpg) top left no-repeat;
  width: 68px;
  height: 28px;
  font-size: 0.1em;
  border: 0;
}

body.media ul.register input.btn {
  margin: 20px 0 0;
}

#enquire-button {
display:block;
margin-left:-8px;
}

#facebook {
	position: absolute;
	bottom: 5px;
	right: 5px;
	
}

/* videos */
#main .videos { 
	padding: 20px 10px; 
min-height: 450px;
}

#main .videos .video {
	display: block;
	float: left;
	margin: 0 50px 40px 0;
	
}

#main .video a img {
  float: none;
  margin: 0; 
}

#main .video span.title {
	display: block;
	padding-top: 10px;
        width: 200px;
}

/* End of 'Arajilla Global' */

