/* CSS Document */

/* ZERO ELEMENTS */

body, container, p, h1, h2, h3, ul, li, a, img, a img, header, form, fieldset, legend, ol, li, label, table, tr, td, th {
	margin:0;
	padding:0;
	}

/*-------------------------------------GLOBAL ELEMENTS------------------------------------------------*/

body{
	color:#000;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

#bg_body{}

p{
	margin:0 0 10px 0;
	}

h1{
	margin-bottom:5px;
	font-size:16pt;
	font-weight:bold;
	color:#000;
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
	}
	
h2{
	font-size:12pt;
	font-weight:bold;
	}
	
a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #999;
	font-weight:bold;
	}
	
	a img{
		border:none;
		}

img{
	border:1px solid #999;
	}

table caption{
	text-align:left;
	}
	
th{
	text-align:left;
	vertical-align:top;
	}

#container{
	background-color:#FFFFFF;
	width:auto;
	margin: 0 10px;
	position:relative;
	}
	
/*--------------------------------------BANNER IMAGE-----------------------------------*/

#header{
	display:none
	}

a#logo{
	display:none;
	}

/*------------------------------------MAIN NAVIGATION-----------------------------------*/

#nav{
	display:none;
	}
	
/*---------------------------------------------CONTENT-----------------------------------------------*/
/*--------------------------------------------MAIN CONTENT-------------------------------------------*/

#content{
	margin:0px;
	}

#content_main{
	padding-right:10px;
	width:auto;
	}

/*-------------------------------------------SIDE CONTENT--------------------------------------------*/

#content_side{
	display:none;
	}

/*-------------------------------------------FOOTER----------------------------------------------*/

#footer{
	clear:both;
	width:auto;
	border-top:1px solid #999;
	background-color:#CCCCCC;
	font-size:10pt;
	}

	ul#footer_nav{
		float:left;
		padding:5px;
		text-align:center;
		}
	
		ul#footer_nav li{
			list-style:none;
			display:inline;
			}
	
			ul#footer_nav li a{
				color:#333333;
				}

				ul#footer_nav li span a {
					color:#990000;
					}
	
						
	ul#terms {
		padding:2px 7px;
		color:#666;
		text-align:right;
		}
		
		ul#terms li{
			list-style:none;
			}
			
			ul#terms li a{
				color:#666;
				}
				
/*----------------------------------------------HOMEPAGE-----------------------------------------*/

table#information{
	font-size:10pt;
	border-bottom:4px solid #CCC;
	border-top:4px solid #999;
	margin-bottom:10px;
	}

	table#information caption{
		font-weight:bold;
		}
	
	table#information tr{
		background-color:#CCC;
		}	
		
		table#information tr th, table#information tr td{
			padding:2px 5px;
			}

.image_left{
	margin:0 10px 10px 0;
	}
	
/*-----------------------------------------PRICE AND AVAILABILITY-------------------------------*/

table#price{
	font-size:10pt;
	border-bottom:4px solid #CCC;
	border-top:4px solid #CCC;
	margin-bottom:10px;
	}

	table#price caption{
		font-weight:bold;
		}
		
		table#price tr td{
			border-bottom:1px dashed #CCC;
			}
		
		table#price tr th, table#price tr td{
			padding:2px 5px;
			}
	
	th.availb{
		background-color:#FFCCCC;
		width:110px;
		}

tr.available{}
	
tr.booked{
	color:#990000;
	}
	
/*------------------------------------------CONTACT DETAILS---------------------------------------*/

table#contact_details th{
	text-align:left;
	vertical-align:top;
	}

form#enquiry{
	margin-top:10px;
	padding-top:10px;
	border-top:4px solid #CCC;
	}
	
	fieldset#enquiry_set {
		border:none;
		padding:0px;
		}
		
		fieldset#enquiry_set legend{
			background-color:#FFF;
			}
		
/*--------------------------------------------PRIVACY POLICY------------------------------------*/

.header_privacy{
	margin-top:10px;
	border-bottom:4px solid #CCC;
	}
	
.list_indent{
	margin-left:20px;
	}
	
/*--------------------------------------------BOOKING TERMS---------------------------------------*/

ol#list_bookings {
	margin-left:20px;
	}
	
	ol#list_bookings h2{
		margin-top:10px;
		}
	
	
	ol#list_bookings em{
		font-style:normal;
		font-weight:bold;
		}
	
	ol#list_bookings a{
		font-size:10pt;
		}
	
	ol#list_bookings li a{
		font-size:10pt;
		}
	
	ol#list_bookings li ol{
		list-style-type:lower-roman;
		margin-left:20px;
		}
		
		ol#list_bookings li ol li ol{
			list-style-type:lower-alpha;
			margin-left:20px;
			}
			
		ol#list_bookings li ol li ul{
			margin-left:20px;
			margin-bottom:10px;
			}

ol#booking_contents{
	border-bottom:4px solid #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:30px;
	}
	
/*---------------------------------------------DIRECTIONS----------------------------------------*/

ol#list_directions{
	margin-top:10px;
	border-top:4px solid #CCC;
	padding-top:10px;
	padding-left:25px;
	padding-bottom:20px;
	}
	
	ol#list_directions li{
		padding: 4px 0;
		border-bottom:1px dashed #CCC;
		}
	
/*-----------------------------------------------GALLERY---------------------------------------------*/
	
#thumbs a{
	border:0;
	margin:0 10px 10px 0;
	}
	
#thumbs a img{
	border:1px solid #666;
	}
	
#thumbs h2{
	border-top:4px solid #CCC;
	margin-top:10px;
	}