body { 
	color: #333;
	font-family: sans-serif, verdana, geneva, arial, helvetica;
	font-size: 85%; 
	background-color: #eeeeab; 
	padding: 0; 
	margin: 0;
	line-height: 120%;
	}



#bannertext {
	background-color: white;
	height: 78px;
	margin: 0;
	padding: 0;
	}
	
#bannertext h2 {
	top: 10px;
	left: 20px;
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-family: mistral;
	font-size: 24pt;
	color: #eeeeab;
	}
	
#strapline {
	background:url("images/bw.gif") repeat-x;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	color: #000;
	}
	
#strapline p {
	padding-bottom: 0;
	}
	
#nav {
    float:left;
    width:100%;
    background-color:white;
    font-size:93%;
    line-height:normal;
    }
    
#nav ul {
    display:table;
    margin:0 auto;
    padding:0;
    list-style:none;
    }
    
#nav li {
    display:table-cell;
    float:left;
    background:url("images/right_slide.gif") no-repeat right top;
    margin:0 0 0 9px;
    padding:0;
    }
    
body#home li#navhome,
body#aboutus li#navaboutus,
body#terms li#navterms,
body#availability li#navavailability,
body#sailing li#navsailing,
body#pictures li#navpictures,
body#links li#navlinks,
body#contact li#navcontact,
body#sitemap li#navsitemap {
    background:url("images/right_slide_current.gif") no-repeat right top;
				}
    
#nav a {
    display: block;
    position:relative;
    left:-9px;
    background:url("images/left_slide.gif") no-repeat left top;
    margin:0;
    padding:4px 10px 4px 15px;
        }

    
body#home a#homenav,
body#aboutus a#aboutusnav,
body#terms a#termsnav,
body#availability a#availabilitynav,
body#sailing a#sailingnav,
body#pictures a#picturesnav,
body#links a#linksnav,
body#contact a#contactnav,
body#sitemap a#sitemapnav {
    background:url("images/left_slide_current.gif") no-repeat left top;
    color: black;
    text-decoration: none;
    font-weight: bold;
				}
				
/* Set background colour of next container down to match colour of current tab 
(in this instance, #eeeeab). */


#three_col_copy {
	clear: both;
	margin: 0 15% 0 25%;
	padding: 1em 0;
	}
	
#three_col_copy h3 {
	color: #000;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 115%;
	}

#three_col_innercopy {
	float: left;
	width: 100%;
	}
	
#three_col_words {
	float: right;
	width: 99.5%;
	}
	
.para { 
	padding: 0 1em 1em 0; 
	margin-top: 0;
	text-align: justify;
	font-size: small;
	}
	
.vspace { padding-bottom: 1em; }
.h_vspace { padding-bottom: 0.5em; }
.q_vspace { padding-bottom: 0.25em; }
	
#three_col_pics {
	float: left;
	width: 41.6%;
	min-width: 225px;
	margin-left:-41.5%;
	padding: 0;
		}
		
.pic {
	padding: 0;
	margin: 0 0 10px 25px;
	}

#tiles {
	float: right;
	width: 24.5%;
	min-width: 134px;
  	margin-right:-25%;
  	padding-top: 0;
  	}
  	
.tile	{
	background:url("images/tile2.gif") no-repeat left bottom;
	color: #000;
  	font-size: 90%;
  	line-height: 100%;
 	margin: 4px 0 25px 5px;
  	padding: 4px;
  	}
  	
.tile h4 {
 	background:url("images/tilehead3.gif") no-repeat left top;
	margin: -8px 0 0 -4px;
 	padding: 5px;
 	}
 	
.tile p {
  	width: 130px;
 	}
 	
 body#hamper .tile#hampertile,
 body#activities .tile#activitiestile,
 body#guestbook .tile#guestbooktile,
 body#descriptions .tile#descriptionstile {
  	background:url("images/tile2_current.gif") no-repeat left bottom;
  	color: #222;
  	}
  	
 
 body#hamper ul {
  	line-height: 110%;
  	font-size: small;
 	}


#footer { 
	background-color: white;
	width: 95%; 
	clear: both; 
	border: 1px solid #000; 
	margin: 1em auto;
	padding: 0;
	text-align: center;
	}
	
.guestquote { 
	font-size: small; 
	font-style: oblique;
	padding-bottom: 1em; 
	}
	
	
.available { background-color: #66FF33; }
.changeover { background-color: #FF80FF; }
.earmarked { background-color: #FF9933; }
.confirmed { background-color: #FF0000; }
.ended { background-color: #999999; }
.special { background-color: #00FFFF; }

.thumbrow {
	clear: both;
	width: 640px;
	margin: 0 auto;
}

.thumbnail {
	float: left;
	width: 110px;
	padding: 5px;
}

.thumbnail p {
	text-align: center;
}

.pagelist li { 
	padding: 0 0 1em 0; 
	}
