html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em arial, verdana, sans-serif;
  line-height: 170%;

background: #ff7f2a url(../images/slice.png) repeat-x top left;
  color: #444444;
}

h1 {   
  clear: both;
  font: 700 2.5em;
  color: #FFF;
}

h2 {
  font: 400 1.5em ;
  color: #b3591d;
  
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #333333;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

.icon_none {background: #ffffff url(../images/h2_none.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_house {background: #ffffff url(../images/h2_house.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_gethere {background: #ffffff url(../images/h2_gettinghere.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_tellafriend {background: #ffffff url(../images/h2_friend.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_newsletter {background: #ffffff url(../images/h2_newsletter.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_golfing {background: #ffffff url(../images/h2_golfing.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_location{background: #ffffff url(../images/h2_location.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_photos{background: #ffffff url(../images/h2_photos.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_prices{background: #ffffff url(../images/h2_prices.png) no-repeat bottom right; height:1.8em; line-height:3em;}
.icon_availability{background: #ffffff url(../images/h2_availability.png) no-repeat bottom right; height:1.8em; line-height:3em;}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #ffffff;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #444444;
/*  background-color:#ffea29;*/
  text-decoration: underline;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/icons/plane.png);
  line-height:1.5em;
}
ul em { 
        color: #444444;
        display: block;
        font: normal 85% ;
        line-height: 125%; 
		
}
body#house ul, body#home ul {  list-style-image: url(../images/icons/arrow.png);
  line-height:1.5em;}


del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display:block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #ffea29;
  border: 1px solid #375d87;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em;

  color: #444444;
  background: #ffea29;
  border-width: 1px;
  border-style: solid;
  border-color: #444444;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  color:#ffffff;
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px; 
   
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 5px solid #ffffff;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it 
  border: 5px solid #ffea29 !important;
  border: 5px solid #ffea29;*/
}


#content {height: 100%; min-height: 100%; text-align: left;}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1100 ? "1100px" : "94%");  
  max-width: 1100px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}


#content2 {height: 100%; min-height: 100%; text-align: left;}

#content2,
#width2 {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1100 ? "1100px" : "94%");  
  max-width: 1100px;
  margin: 0 auto;
}

#content2[id],
#width2[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/
#header {
  position: relative;
  height: 226px;

}

/* Holds the site title and subtitle */
#header #title {
margin:-500px;
/*text-indent:-2000px;*/
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;
  padding: 5px;
  text-align: right;
}


#header h1 {
  margin: 0;
  padding: 0;
  
  font: 700 1em ;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;
  font: 400 1.4em arial, verdana;
  text-decoration: none;
  text-transform: lowercase;
  color: #444444;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #ffffff;
  border-top: 5px solid #ffea29;
  background-color:#ff7f2a;
}

#mainMenu li a.last {
  margin-right: 0;
}


/* Highlighting the current page */
#home a.home, #house a.house, #location a.location, #availability a.availability, #contact a.contact, #gallery a.gallery, #flights a.flights, #carhire a.carhire
{  color: #ffffff;
  border-top: 5px solid #ffea29;
  background-color:#ff7f2a;}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
}
#page2 {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
font-size: 0.85em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  color: #000000;
  
  background: #ffffff;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 5px;
}

#footer a {color:#444444;}


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {width: 100%;}
.width75 {width: 74%;}
.width60 {width:59.7%}
.width50 {width: 49.7%;}
.width40 {width:39.7%}
.width33 {width: 32.7%;}
.width25 {width: 24.7%;}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {float: left;}
.floatLeftMiddle {float:left; padding-left:10px;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.white {
  color: #ffffff;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}


.yellow {color: #ffea29;}
.bold {font-weight:bold;}




/*Link Opener*/
.pdfLink { padding-right: 19px; background: url(../images/icons/pdf.png) no-repeat 100% .5em; }
.docLink { padding-right: 19px; background: url(../images/icons/doc.png) no-repeat 100% .5em; }
.zipLink { padding-right: 17px; background: url(../images/icons/zip.png) no-repeat 100% .5em; }
.rssLink { padding-right: 19px; background: url(../images/icons/doc.png) no-repeat 100% .5em; }


/* Google Map Lightbox */

#gmlb_overlay {
	background-color: transparent;
	background-image: url(../images/bg.png);
	z-index:1000;
}

#gmlb_map {
}

#gmlb_label {

font-family: arial, verdana, sans-serif;
font-size: 1em;
color: #666;

	background-color:white;
	
	
	float:left;
	padding-top:10px;
	margin-top:5px;
	width:608px;
	text-align:left;
}

#gmlb_container {
	background-color:white;
	padding:10px;
	border-color:#ffffff;
	border-width:1px;
	border-style:dotted;
	display:block;
}

#gmlb_close {
	background-color:#ffffff;
	width:66px;
	height:22px;
	float:right;
	cursor:pointer;
	clear:right;
	background-image:url(../images/closelabel.gif);
	margin-top:5px;
}

/*Newsletter & Referer Lightbox */


div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #ffffff;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #ffffff;
overflow: auto;
background-color: #ff7f2a;
visibility: hidden;
}

.mb_loading {
background: #ffffff url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: arial, verdana, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: arial, verdana, sans-serif;
font-size: 1em;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #ffffff;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
