/* 
  ------------------------------------------------
  SET MAIN BODY STYLE
  ------------------------------------------------
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color:#233033;
	margin: 20px 0px;
	padding: 0px;
}
/* 
  ------------------------------------------------
  SET MASTHEAD AND MASTHEAD CONTENT STYLE
  ------------------------------------------------
*/
#masthead {
	background-color: #C8D6B3;
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* 
  ------------------------------------------------
  WRAPPERS AND CLEARFLOATS
  ------------------------------------------------
*/
#wrapper {
	width: 920px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#column_wrapper {
	width:100%;
	background-image:url(buildgfx/rightbg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#column_wrapper2 {
	width:100%;
	background-color:#C8D6B3;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* 
  ------------------------------------------------
  STYLE NAVIGATION
  ------------------------------------------------
*/
#navigation{
	background-color: #C8D6B3;
	padding:13px 0px 13px 26px;
	margin: 0px;
}
#navigation ul{
	list-style:none;
	padding: 0px;
	margin:0px;
}
#navigation li{
	display:inline;
	margin-left:2px;
}
#navigation li a{
	text-decoration:none;
	color:#CCCCCC;
	background-color:#406B8E;
	padding:0.344em 1.063em 0.344em 1em;
	margin:0px;
	font-size:0.75em;
}
#navigation li a:hover{
	text-decoration:none;
	color:#FFCC66;
	background-color:#406B8E;
}
#navigation li.nomarginleft{
	padding:0px;
}
#navigation li.nomarginleft a{
	padding-left:1.25em;
}
/* 
  ------------------------------------------------
  SET COLUMN WIDTHS
  ------------------------------------------------
*/
#left {
	margin:0px;
	float:left;
	width:640px;
	padding:0px;
}
#right {
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
}
#maincontent{
	width:920px;
	margin:0px;
	padding:0px;
}
/* 
  ------------------------------------------------
  SET STYLES FOR COLUMN CONTENT
  ------------------------------------------------
*/
#left .content {
	padding: 26px 16px 12px 28px;
	font-size: 0.813em;
	line-height: 1.5em;
}
#maincontent .content {
	padding: 16px 16px 12px 28px;
	font-size: 0.813em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.topimg2{
	border-bottom:9px solid #9FB073;
	width:272px;
}
.photostrip{
	margin:0px 0px 0px 28px;
	padding-bottom:29px;
}
.photostrip2{
	padding:10px 0px 29px 0px;
}	
.rates{
	margin-top:20px;
	width:438px;
}
.month{
	margin:5px 40px 5px 0px;
	padding:0.344em 1.063em 0.344em 1.25em;
	background-color:#FFE082;
	color:#3F6B8D;
}
.details{
	margin:0px 40px 15px 0px;
}
.week{
	width:179px;
	float:left;	
	padding-left:1.25em;
}
.price{
	width:179px;
	float:left;
	text-align:right;
	padding-right:1.25em;
}
.enquiryform a{
	color:#3F6B8D;
	text-decoration:none;
}
.enquiryform a:hover{
	color:#3F6B8D;
	text-decoration:underline;
}
.availability{
	margin-top:15px;
}
.starlogo{
	float:right;
	margin:10px 0px 5px 5px
}
/* 
  ------------------------------------------------
  ROUND CORNER BOXES
  ------------------------------------------------
*/
.locationmap{
	background-color:#ECEFE3;
	width:252px;
	margin:32px 10px 16px 18px;
}
.locationmap p{
	font-size:1.1em;
	color:#406B8E;
	padding:0px 0px 10px 15px;
	margin:0px;
}
.guestbook2{
	background-color:#ECEFE3;
	width:252px;
	margin:0px 10px 5px 18px;
}
.guestbook2 p{
	font-size:1.1em;
	color:#406B8E;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.specialoffers2{
	background-color:#ECEFE3;
	width:252px;
	margin:0px 10px 16px 18px;
}
.specialoffers2 p{
	font-size:1.1em;
	color:#990000;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.guestbook{
	background-color:#ECEFE3;
	width:252px;
	margin:0px 10px 5px 18px;
}
.guestbook p{
	font-size:1.1em;
	color:#406B8E;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.specialoffers{
	background-color:#ECEFE3;
	width:252px;
	margin:32px 10px 16px 18px;
}
.specialoffers p{
	font-size:1.1em;
	color:#990000;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.booktxt p{
	font-size:0.8em;
	color:#333333;
	padding:10px 15px 0px 15px;
	margin:0px;
}
.booktxt p a{
	color:#3F6B8D;
	text-decoration:none;
}
.booktxt p a:hover{
	color:#3F6B8D;
	text-decoration:underline;
}
.contactus{
	background-color:#ECEFE3;
	width:252px;
	margin:32px 10px 16px 10px;
}
.contactus .contactustxt{
	font-size:1.1em;
	color:#990000;
	padding:0px 15px 0px 15px;
	margin:0px;
}
.contactustxt p{
	font-size:0.8em;
	color:#333333;
}
.bordertop{
	background: url(buildgfx/dot.gif) 0 0 repeat-x; 
	width: 252px;
}
.borderbottom{
	background: url(buildgfx/dot.gif) 0 100% repeat-x;
}
.borderleft{
	background: url(buildgfx/dot.gif) 0 0 repeat-y;
}
.borderright{
	background: url(buildgfx/dot.gif) 100% 0 repeat-y;
}
.rndtop{
	background-image:url(buildgfx/top_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.rndbottom{
	background-image:url(buildgfx/bottom_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.rndbottom img{
	display:block;
}
.tellafriend{
	margin:16px 5px 5px 15px;
}
.tellafriend img{
	border:none;
}
/* 
  ------------------------------------------------
  IMAGE GALLERY STYLES
  ------------------------------------------------
*/
.image-block{
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #cccccc;
}
.image-block a{
	text-decoration:none;
}
.image-block a:hover .image-caption{
	background-color:#FFCC33;	
}
.image{
	display:block;
	text-align:center;
}
.image-caption{
	display:block;
	text-align:center;
	padding:6px;
	background-color:#FFE082;
	color:#3F6B8D;
}
/* 
  ------------------------------------------------
  SET HEADER AND PARAGRAPH STYLES
  ------------------------------------------------
*/
h1 {
	font-size: 1.4em;
	margin: 0;
	color:#3F6B8D;
}
h2 {
	font-size: 1.1em;
	color:#3F6B8D;
}
.content p {
	margin: 12px 0;
	color:#333333;
}
.nomargintop {
	margin-top: 0;
}
ul{
	margin:12px 0px 0px 0px;
	padding:0px;
}
ul li{
	list-style:none;
	padding: 0.25em 0em 0.25em 0em;
}
li.indent{
	padding-left:25px;
}
li a{
	color:#3F6B8D;
	text-decoration:underline;
}
li a:hover{
	color:#3F6B8D;
	text-decoration:none;
}
.p7TPcontent a{
	color:#3F6B8D;
	text-decoration:underline;
}
.p7TPcontent a:hover{
	color:#3F6B8D;
	text-decoration:none;
}
a.standard-link{
	color:#3F6B8D;
	text-decoration:none;
}
a.standard-link:hover{
	text-decoration:underline;
}
/* 
  ------------------------------------------------
  SET FOOTER AND FOOTER CONTENT STYLES
  ------------------------------------------------
*/
#footer {
	color: #FFFFFF;
	background-color: #A0B072;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#footer .content {
	padding: 12px 12px 12px 27px;
}
.footerleft{
	width:200px;
	float:left;
}
.footerright{
	margin:0px 0px 0px 200px;
	float:right;
	width:auto;
}
.footerright a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0.25em 0.5em 0.25em 0.5em;
}
.footerright a:hover{
	text-decoration:underline;
	color:#3F6B8D;
}
.design{
	padding:10px 20px 10px 0px;
	background-color:#233033;
	color:#CCCCCC;
	font-size:0.7em;
	text-align:right;
}
.design a{
	color:#CCCCCC;
	text-decoration:none;
}
.design a:hover{
	color:#FFCC66;
	text-decoration:underline;
}
