/* CSS Document */



	
p.clearfloat

	{
		
	clear: both;
	line-height: 5px;
	color: #FFFFFF;
			
	}
	
h1

	{
		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #41695D;
	color: #FFFFFF;
	padding: 5px 0 2px 0;
	letter-spacing: .1em;
		
	}

h2

	{

	padding: 0;
	margin-top: 15px;	
	border-bottom: 1px dashed #D7E0DE;
	font-size: 14px;
	letter-spacing: .8em;
	padding-bottom: 0;
	position: relative;
	
	}	
		
h3

	{
		
	margin-top: 15px	
		
	}

	
.alert

	{

	color: red;
	font: normal normal bold 11px Arial, Geneva, sans-serif; 

	}
	
	
body

	{

	background-color: #666666;
	
	margin: 0;	/* set both padding and margin to cope with browser differences */
	padding: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	
	}
	
	
body a img

	{
		
	border: 0;	
		
	}
	
	



.sitelink a

	{

	text-decoration: none;
	color: black;
	font-weight: bold;

	}
	
	
.sitelink a:hover

	{

	text-decoration: underline;

	}




#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 768px;
	padding: 5px 0;	
	margin: 0;
	padding: 0;
	
	margin-left:   auto;
	margin-right:   auto;
	margin-top: 5px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	position: relative;	
		
	}

#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the menu and maincontent divs */

			/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width:768px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	
	}
	


		
	
	
	
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 
		
	padding: 0;
	height: 157px;
	position: relative;
	
	top: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid #FFFFFF;

	}
	


	

#date

	{

	
	font: normal normal bold 10px Arial, Geneva, sans-serif;
    color: #CCCCCC;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0;
	position: absolute;
	top: 134px;
	right: 0px;
	
	}


#menu

	{
	
	width: 90%;
	margin-left: 10px;	
	position: relative;
	top: 140px;
	
	}


#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	list-style: none;
	margin: 0;
	padding: 0;
	
	}


#mainnav li

	{
		

	position: relative; /* set purely to overcome IE bug of peek-a-boo content bug */
	display: inline;
	line-height: 18px;
	padding-left: 20px;
	
	}


#mainnav li a


	{
		
    color: #FFFFFF;
    font-size: .9em;
	text-decoration: none; 
	text-align: left;
		
	}




#mainnav li a:hover


	{

	color: #FFFFFF;

	}
	
	
.vertDivide

	{
		
	color: #FFFF00;
	padding: 0 5px;	
		
	}
	
#contentmain

	{
	

	background-color: transparent;

	}
	

	
	
#contentmain p

	{
		line-height: 16px;
		text-align: justify;
		padding: 0px 5px;
		
	}
	
	
	
#insetBox

	{
		
	border: 1px solid #124232;
	width: 420px;
	float: left;	
	background-color: #D7E0DE;
	padding: 5px 0 10px 0;
	margin: 6px 15px 10px 0;
			
	}	

	
#insetBox img

	{
	
	display: block;	
	margin-left: auto;
	margin-right: auto;	
		
	}
	
#insetBox p

	{
		
	margin-right: 8px;	
	margin-left: 8px;	
			
	}

#copy

	{

	clear: both;
	width: 100%;
	background-color: #F3F2FB;

	/*border-top: 1px solid black;*/
	padding: 0px 0 3px 0;
	border-top: 6px solid #0000FE;	

	}


	
#copy p

	{
		
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 0px 3px;	
	margin: 0px;
	}
	

#footer

	{

	margin-top: 20px;
	position: relative;
	top: 0px;
	
	}

	
#footer p

	{
		
	font-size: 10px;
	color: #124232;		
	padding: 0px;
	margin: 0px;
	
	}	
	
	

#footer p a

	{

	text-decoration: none;
	color: #000000;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}
	
	
p.row

	{
	
	clear: both;

	text-align: center;


	
	}


p.row span.align

	{

	
	padding: 0 10px;
	

	}
	


	
.italics

	{
		
	font-size: 1.1em;
	color: #666666;
	font-style: italic;	
	font-weight: bold;		
	
	}
	

#allDetails

	{
	
	position: relative;	
	margin-top: 10px;
	
	}
	
	
p#displayCottage

	{
	
 	padding-top: 3px;

	}
	
#displayImage

	{
		
	border: 1px solid green;
	
		
	}
	

	
ul#thumbnails		/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	position: absolute;
	left: 420px;
	top: 0px;
	list-style: none;	
	margin: 0px;
	padding: 0 5px;
	width: 330px;
	background-color: #D7E0DE;
	}

	
ul#thumbnails li

	{	
	
	display: inline;

	}
	
	
ul#thumbnails  img

	{
	border: 2px solid white;
	height: 75px;
	width: 100px;	
	margin: 10px 2px;
	
	
	}

	
	
.contactSummary

	{
		
	clear: both;	
	padding: 5px 0 5px 10px;
	margin: 95px 0 15px 0;
	color: #FFFFFF;
	background-color: #41695D;
	}

	
.bookingSummary

	{
		
	clear: both;	
	padding: 5px 0 5px 10px;
	margin: 70px 0 15px 0;
	color: #FFFFFF;
	background-color: #41695D;
	}		
	
#contactForm

{
	
	width: 498px;	
	margin: auto;
	background-image: url(images/contact_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #D7E0DE;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	border-bottom: 15px solid #FFFFFF;
	
}

#contactForm p input,textarea

{
	
	background-color: #FFFFFF;
	margin-bottom: 10px;

	
}


#contactForm p select

{

	background-color: #FFFFFF;
	margin-bottom: 10px;
	
}


form p input.emailEnquiry

	{
		
	display: block;	
	position: relative;
	background-image: url(images/icon_enquiry.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

	font-size: 1.1em;
	width: 150px;
	text-align: right;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #B5B0AD;
	border-right: 1px solid #B5B0AD;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	height: 25px;
	margin-top: 10px;
		
	}
	
	
#contactHeader

	{
		
	position: relative;
	top: 60px;
				
	}
	
#contactDetails

	{
		
	float: right;
	color: #FFFFFF;
	font-size: .9em;	
	padding: 5px 10px;
	margin-left: 10px;
	position:relative;
	top: -35px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	
	}
	
	
#serviceMessage

	{
	
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;		
		
	}
	
	
#externalLinks

	{
		
	list-style: none;
	margin: 0 20px;	
		
	}
	
#externalLinks li

	{
	clear: both;	
	padding: 10px 0;	
	background-image: url(images/grad_divider.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
			
	}
	
#externalLinks li a

	{
		
	float: right;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;		
		
	}
	
#externalLinks li a:hover

	{
		
	text-decoration: underline;
		
		
	}
	
.smallFont

	{
		
	font-size: 11px;	
		
	}
