	/************************ MARGINS-PADDING-ALL-ROUND ************************/

html, body {
	margin: 0px;
	padding: 0px;
}
	/************************ BODY ************************/

body { 
	height:100%; 
	font-family:"Helvetica Neue", Helvetica, Arial,;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0 auto;
	border-top:8px solid #6A949E;
	}
	
	/************************ HEADER & NAVIGATION ************************/

#header{
	width:874px;
}	

#header_box{
	width:874px;
	float:left;
	margin-left:11px;
	margin-bottom:10px;
	background-image: url('./images/header_image.jpg') ; 
	height:275px;
}

#header_box_text{
	width:413px;
	display:inline;
	height:249px;
	float:right;
	margin-top:0px;
	padding:0px;   
	margin-right:11px;
	}

#header_box_text p{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	text-align:center;
	font-size:22px;
	color:#fff;
	margin-top:100px;
			}
		
	h1{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	text-align:center;
	font-size:22px;
	font-weight:lighter;
	color:#fff;
	margin-top:100px;
	}
	
#nav{
	height:95px;	
	width:874px;
	float:left;
	font-size:20px;
	font-style:italic;
	font-family:"Georgia", Times New Roman, Times, serif;
	display:inline;
	padding-bottom:30px;
	margin-right:13px;
	margin-left:13px;
	}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	}

#nav li{
	font-family:"Georgia", Times New Roman, Times, serif;
	float:right;
	font-weight:normal;
	padding: 63px 0px 10px 0px;
	margin:0 4px;
	list-style:none;
	}

#nav a{
	color:#6A949E;
	text-decoration:none;
	padding:10px;
	}

#nav a:hover{
	color:#D1AA4E;
	text-decoration:none;
	}
	
#nav a:active{
	color:#D1AA4E;
	text-decoration:none;
	}

#logo{
	float:left;
	padding-top:20px;
	padding-left:0px;
	}

	
#nav li.current{
	background-color:#6A949E;
	text-decoration:none;
	padding: 63px 10px 10px 10px;
	}
	
	/************************ CONTAINER ************************/
	
#container {
	position: relative;
	width: 900px;
	height:100%; 
	margin: 0px auto 0px;
	background: #fff;
	clear:both;
}

	/************************ CONTENT ************************/

#content{
	height:100%;
	width:874px;
	float:left;
	margin-right:12px;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
	font-family:"Helvetica",Arial, sans-serif;
	font-size:17px;
	letter-spacing:0px;
	font-weight:lighter;
	color:#483C3C;
	line-height:20pt;
	text-align:left; 
}

/*h1{
	border-top:3px solid #464749;
	border-bottom:3px solid #464749;
	padding:8px 0 8px 0;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:25px;
}*/

h2{
	border-top:3px solid #464749;
	border-bottom:3px solid #464749;
	padding:8px 0 8px 0;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:20px;
}

#location h4{
	width:425px;
	float:right;
	border-top:3px solid #464749;
	border-bottom:3px solid #464749;
	padding:8px 0 8px 0;
	margin-top:16px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:20px;
}

#content h5{
	width:100%;
	float:left;
	border-top:3px solid #464749;
	border-bottom:3px solid #464749;
	padding:8px 0 8px 0;
	margin-top:0px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:20px;
}

#left-text{
	width:550px;
	float:left;
	display:inline;
}

#left-text ul li{
	list-style-image: url(images/arrow.gif) 
}

#left-text a:link{
	background-color:##464749;
}

.intro{
	font-weight:bold;
	font-size:18px;
	letter-spacing:-0.5px;	
}

#contact-area {
	width: 414px;
	margin: 0px;
	float:left;
	color:#6A949E
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 396px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border:3px solid #6A949E;
	float:right;
	color:#483C3C;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 3px solid #464749;
}

#contact-area input.submit-button {
	width: 150px;
	float: right;
	margin:0px;
	border:3px solid #464749;
	background-color:#6A949E;
	font-family:"Helvetica",Arial, sans-serif;
	color:#2A2A2F;
}

#content p a{
	color:#464749;
	text-decoration:none;
	border-bottom:1px solid #464749;
	padding-bottom:1px;
}

#content p a:hover{
	color:#D1AA4E;
	border-bottom:1px solid #D1AA4E;
	padding-bottom:2px;
}

#details{
	float:right;
	width:400px;
	display:block;
	padding-left:0px;
}

.methods{
	font-weight:bold;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	color: #000;
	/*border-right: 1px solid #B5B4B4;
	border-bottom: 1px solid #B5B4B4;*/
	/*border-top: 1px solid #B5B4B4;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #6A949E url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	/*border-top: 1px solid #B5B4B4;*/
	/*border-left: 1px solid #B5B4B4;*/
	background: #6A949E;
}

th.autumn {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	/*border-top: 1px solid #B5B4B4;
	border-left: 1px solid #B5B4B4;*/
	background: #CA6714;
}

th.spring {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	/*border-top: 1px solid #B5B4B4;
	border-left: 1px solid #B5B4B4;*/
	background: #89AE35;
}


th.summer {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	/*border-top: 1px solid #B5B4B4;
	border-left: 1px solid #B5B4B4;*/
	background: #F2BB3C;
}

th.winter {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	border-top: 1px solid #B5B4B4;
	border-left: 1px solid #B5B4B4;
	background: #BDD0DF;
}

td {
	/*border-right: 1px solid #B5B4B4;*/
	/*border-bottom: 1px solid #B5B4B4;*/
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
	width:430px;
}

.autumn-td{
	background: #CA6714;
}

.winter-td{
	background: #BDD0DF;
}

.spring-td{
	background: #89AE35;
}

.summer-td{
	background: #F2BB3C;
}


td.alt {
	background: #F4DCDC;
	color: #000;
}

th.spec {
	border-left: 1px solid #B5B4B4;
	border-top: 0;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #B5B4B4;
	border-top: 0;
	background: #F4DCDC url(images/bullet2.gif) no-repeat;
	font: 10px  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.accom-headings{
	margin-bottom:10px;
	margin-top:10px;
}

#accom-tables{
	width:400px;
	height:900px;
	float:left;
	clear:both;
}

#right-main{
	width:295px;
	height:100%;
	float:right;
	display:inline;
}

#right-main-map{
	width:289px;
	height:549px;;
	float:right;
	padding:0 0 0 0;
	margin-top:7px;
	margin-right:4px;
	display:inline;
	/*border:3px solid #464749;*/
}

.head-spacer{
	padding-bottom:18px;
}


.small-image1 {
	border:5px solid #444444;
}

.small-image1:hover{
	border:5px solid #D1AA4E;
}

#thumb1{
	width:136px;
	float:left;
	padding-right:14px;
	display:inline;
}

#thumb2{
	float:left;
	width:136px;
	display:inline;
	padding-right:7px;
}

#thumb3{
	float:left;
	width:136px;
	display:inline;
	padding-top:3px;
	padding-right:14px;
}


#thumb4{
	width:136px;
	float:left;
	padding-top:3px;
	padding-right:8px;
	display:inline;
}

#thumb5{
	float:left;
	width:136px;
	display:inline;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
}


#thumb6{
	float:left;
	padding-top:3px;
	padding-bottom:6px;
	width:136px;
	height:102px;
	display:inline;
	padding-left:7px;
}

#map{
	float:right;
	width:419px;
	border:3px solid #444444;
	margin:0px;
	padding-bottom:0px;
	vertical-align:top;
	background-color:#F2EFE9;
}

#mytable{
	padding-top:0px;
	border:3px solid #444;
}

#rates-table{
	float:left;
	display:inline;
	width:50%;
	padding:0px;
	margin:0px;
}

.small-print{
	font-size:11px;
}

#rates {
	width:294px;
	height:360px;
	display:inline;
	float:right;
	margin-right:0px;
	padding-right:0px;
}

#rate-info{
	width:100%;
	float:left;
	padding-top:5px;
}

#rate-info ul li{
	list-style-image: url(images/arrow.gif)
}

.bookingform-head{
	padding-bottom:18px;
}

#booking-instructions img{
	float:right;
	margin-right:70px;
	padding-top:10px;
}

#booking-instructions p{
	margin-top:5px;
	font-family:"Helvetica",Arial, sans-serif;
	font-size:17px;
	letter-spacing:0px;
	font-weight:lighter;
	color:#483C3C;
	line-height:20pt;
	}

#thank-you{
	float:right;
	font-style:italic;
	width:400px;
	display:block;
	padding-left:0px;
	border:1px solid red;
}

#thank-you p{
	font-style:italic;
	width:400px;
	font-size:20px;
	color:#444444;
}

	/************************ FOOTER ************************/

#footer {
	width:100%;
	height:218px;
	float:left;
	background-image: url(images/gradient-footer.gif);
	background-repeat: repeat-x;
	margin-top:25px;
	margin-bottom:0px;
}

#footercontent {
	width:874px;
	text-align:left;
	margin:0 auto;
	padding-top:0px;
	text-decoration:none;
	font-family:"Helvetica",Arial, sans-serif;
	font-size:15px;
	letter-spacing:0px;
	font-weight:lighter;
}

#footercontentleft{
	float:left;
	width:33%;
}

#footercontentleft ul {
	margin-left:18px;
	padding:0;
	list-style:none;
}

#footercontentleft ul {
	margin-left:0px;
	padding-bottom:0;
	list-style:none;
}

#footercontentleft ul li{
	width:33%;
	align:left;
	margin:0;
	font-color:#444;
	padding:0;
}

#footercontentleft li   {
	margin-top:0px;
	width:34%;
	line-height:30px;
	padding-top:0px;
	
}

#footercontent p {
	margin:0px;
	color:#fff;
}

#footercontentleft a  {
text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

#footercontentleft a:hover  {
	margin:0;
	padding:0;
	color:#D1AA4E;
	/*background:#D1AA4E;*/
	border-bottom:1px solid #D1AA4E;
	padding-bottom:2px;
}

#footercontentmiddle  {
	float:left;
	margin-left:50px;
	list-style:none;
	text-decoration:none;
	background:EF2FC0;
	align: center;
}

#footercontentmiddle ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#footercontentmiddle li{
	list-style:none;
	color:#fff;
	align:left;
	margin-top:0px;
	padding:0;
	line-height:30px;
	
}

#footercontentmiddle li a{
	list-style:none;
	color:#fff;
	/*background-color:#D1AA4E;*/
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

#footercontentmiddle li a:hover{
	list-style:none;
	text-doration:none;
	color:#D1AA4E;
	/*background-color:#D1AA4E;*/
	border-bottom:1px solid #D1AA4E;
	padding-bottom:2px;
}

#footercontacttright{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:0px 0px 0px 0px;
}

#footercontacttright p{
	line-height:30px;
	align:right;
}

#footercontacttright a  {
	
	margin:0;
	padding:0;
	border-style:none;
	list-style:none;
	height:57px;
	width:132px;
	text-decoration:none;
	/*border-bottom:1px solid #fff;
	padding-bottom:2px;*/
}

#footercontacttright img {
border:0;
}

#footercontacttright a:hover  {
	margin:0;
	padding:0;
	border:0px;
	text-decoration:none;
	/*color:#D1AA4E;
	border-bottom:1px solid #D1AA4E;*/
	list-style:none;
	border:none;
	padding-bottom:2px;
	
}

.tonerdigital p{
	text-decoration:none;
	color:#fff;
}

.tonerdigital a{
	text-decoration:none;
	color:#fff;
}

h3 {
	font-size:18px;
	color:#444444;
	font-weight:bold;
	margin-top:13px;
	padding-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}




