/* CSS Document */

/* General Body Styles */
	body {
		margin:0;
		padding:0 0 10px 0;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-size:12px;
		background-color:#9CC379;
		}
	html {min-height: 100%; margin-bottom: 1px;} /*Shows vertical scroll bar - stops page moving about*/
/* Default Font Styles */
	p {
		margin:0 0 10px 0;
		padding:0;
		}
	#rightcol p {
		line-height:140%;
		}
	.address {
		font-size:15px;
		line-height:125%;
		padding: 0 0 0 10px;
		}
	a img { border:none;}
	a {text-decoration:none; color:#0000CC;}
	a:hover {text-decoration:underline;}
	h1, h2, h3, h4 {
		margin:0 0 10px 0;
		padding:0;
		font-weight:normal;
		}
	h1 a, h2 a, h3 a, h4 a {
		text-decoration:none;
		color:#000;
		}
	h1 {font-size:20px;}
	h2 {font-size:18px;}
	h3 {font-size:16px;}
	h4 {font-size:14px;}
/* Layout Styles */
	#wrapper {
		width:808px;
		margin:0 auto;
		text-align:left;
		padding-top:3px;
		overflow:hidden;
		background:#FFF url(/images/layout/wrapperbg.jpg) repeat-y left;
		}
	#banner {
		/*background:url(../images/layout/bannerbg.gif) repeat-y left;*/
		padding:0 10px 0 10px;
		}
	#banner-top {
		height:291px;
		background-color:#FFF;
		margin-bottom:2px;
		overflow:hidden;
		}
	#search_div {
		float:right;
		width:285px;
		height:200px;
		padding:5px 5px 5px 0;
		color:#FFF;
		position:relative;
		}
	#search_div h1 {
		color:#FFF;
		}
	#nav {
		height:19px;
		/*background:url(/images/layout/navbg.gif) repeat-x top;*/
		background-color:#394834;
		margin:0 0 2px 0;
		overflow:hidden;
		}
	#nav ul, #nav li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#nav li {
		display:inline;
		}
	#nav li a {
		color:#FFF;
		padding:1px 17px 4px 17px;
		text-decoration:none;
		float: left;
		border-right:2px solid #FFF;
		}
	#nav li a:hover {
		/*background:url(/images/layout/navhover.gif) repeat-x top;*/
		background-color:#4A5D43;
		color:#FFF;
		}
	#nav #current a {
		background-color:#4A5D43;
		padding:1px 22px 4px 22px;
		color:#FFFF00;
		}
	#nav #current a:hover {
		padding:1px 22px 4px 22px;
		
		}
	#search {
		height:26px;
		background:url(/images/layout/searchbg.gif) repeat-x top;
		overflow:hidden;
		margin:0 0 2px 0;
		}
	#searchbox {
		float:right;
		padding-top:2px;
		margin:0px;
		
		}
	.logo {
		position:absolute;
		top:3px;
		right:3px;
	}
	#searchbox .box {
		border:1px solid #FFF;
		width:170px;
		}
	.go {
		margin:0 3px 0 3px;
		border:none;
		}
	#search h1 {
		font-size:23px;
		padding:0 0 0 3px;
		color:#FFF;
		font-weight:normal;
		}
	#search p {
		margin:0;
		color:#FFF;
		padding-right:5px;
		font-size:13px;
		}
	#content {
		padding:0 0 10px 10px;
		}
	#contentmin {
		float:right;
		width:0px;
		height:300px;
		}
	#leftcol {
		float:left;
		width:264px;
		}
	#rightcol {
		float:right;
		width:497px;
		margin:0 10px 0 0;
		display:inline;
		padding:10px 10px 0 0;
		}
	#footer {
		background-color:#FFF;
		position:relative;
		clear:both;
		}
	#footertext {
		position:absolute;
		top:0; left:0;
		width:806px;
		text-align:center;
		color:#666;
		font-size:10px;
		}
	#footertext ul, #footertext li {
		margin:0; padding:0;
		list-style:none;
		}
	#footertext li {
		display:inline;
		}
	#footertext li a {
		color:#666;
		}
	#footertext li a:hover {
		color:#333;
		}
	#tickbox {
		clear:both;
		}
	#tickbox a {
		text-decoration:none;
		color:#333;
		font-size:10px;
		}
	#tickbox a:hover {
		color:#000;
		}
/* Form elements */
	input, textarea {
		border:1px solid black;
		}
	.search_form {
		width:98%;
		font-size:12px; 
		color:#FFF;
		border:0px solid red;
		}
	#homeclicks {
		background-color:#A0B592;
		margin:7px 0 0 0;
		padding-bottom:4px;
		background:#A0B592 url(/images/layout/sidebg.jpg) no-repeat bottom left;
		}
	h2.check {
		font-size:25px;
		background-color:#7CBDCE;
		background-color:#CCFFFF;
		color:#000;
		
		padding: 6px 0 6px 15px;
		
		clear:both;
		margin:5px 0 7px 0;
		}
	h2.check a {
		color:#000;
		display:block;
		}
	h2.check a:hover {text-decoration:none;}
	#homeclicks table {
		margin:7px;
		font-size:12px;
		
		}
	#homeclicks table p {
		margin:0;
		}
	#homeclicks table h3 {
		color:#FFF;
		font-size:14px;
		margin:0;
		}
	#homeclicks table h3 a {
		color:#FFF;
		}
	#homeclicks table img {
		border:3px solid #46899A;
		margin-right:3px;
		}
	.clickthrough {
		float:left;
		width:210px;
		height:140px;
		border:1px solid #666;
		position:relative;
		}
	.overlay {
	position:absolute;
	top:0px;
	left:0px;
	}
	.overlay a img {
		width:210px;
		height:140px;
		}
			#errbox {
		margin: 20px auto;
		color: #933;
		border: 1px solid #933;
		padding: 10px;
		width: 300px;
		height: 50px;
		text-align: center;
	}
	
	#confbox {
		margin: 20px auto;
		color: #51888E;
		border: 1px solid #51888E;
		padding: 10px;
		width: 300px;
		height: 50px;
		text-align: center;
	}
	
	.errimg {
		float: left;
		margin-right: 5px;
	}
	
	.roomthumb {
		margin: 0 12px 12px 0;
		cursor: pointer;
	}
	
	.rooms {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	width:280px;
	height:86px;
	position:relative;
	margin:10px 55px 10px 15px;
	float:left;
	text-align:left;
	display:inline;
	overflow:hidden;
	}
	.rooms img { 
	width:111px;
	height:86px;
	float:left;
	margin-right:10px;
	}
	.rooms a img { 
	border:none; 
	outline:none;
	} 
	.rooms h1 {
	margin:0 0 3px 0;
	font-size:14px;
	}
	.rooms p {
	font-size:12px;
	}
	.rooms .more {
	position:absolute;
	top:70px;
	right:91px;
	}
.accom_box {
	float:right; margin: 10px 0 0 20px;
	display:inline;
}
.accom_box img {
	margin-bottom:5px;
}

.accom_box a {
	font-size:18px;
	color:#333;
	text-decoration:none;
}
.summary_div {
	float:left;
	/*border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;*/
	border:1px solid #FFF;
	padding:5px;
	width: 300px;
	margin:10px 30px 20px 10px;
}
.summary_div:hover {
	border:1px solid #CCC;
}
.summary_div h4, .summary_div p {
	margin-bottom:4px;
}
.summary_div p {
	line-height:100%;
	padding:0;
}
#availability_form {
	border:3px double #CCC;
	padding:5px;
	width:400px;
	margin-bottom:10px;
}
.lodge_left {
	float:left;
	width:223px;
	margin:10px 10px 0 10px;
	display:inline;
}
.lodge_left img {
	float:left;
	margin-bottom:6px;
}
.short_term {
	float:right;
	margin:0 0 10px 10px;
	display:inline;
	border:3px double #669966;
	width:230px;
	padding:10px 10px 0 10px;
}

#phone{
	width:80px;
	height:138px;
	float:left;
	overflow:hidden;
	margin-left:90px;
	margin-top:10px;
}

#lodgesleft{
	width:500px;
	float:left;
}

.lodgeimage{
	display:block;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}

#lodgesbox{
	width:800px;
	float:left;
}

#lodgespics{
	width:800px;
	float:left;
	padding-top:10px;
}

#lodgesbottom{
	width:800px;
	float:left;
	padding-top:10px;
}

#lodgesbottom #lodgesbottomright{
	border:2px solid #C2DA77;
	float:left;
	height:156px;
	padding:10px;
	width:466px;
}

#lodgesbottom .lodgeimage{
	float:left;
}

#lodgespics .box{
	width:240px;
	float:left;
	margin-right:10px;
}

#lodgespics .box a, #lodgespics .box span{
	width:240px;
	height:179px;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#lodgesbox .box{
	width:220px;
	float:left;
	margin-right:10px;
	padding:10px;
	height: 152px;
}

#lodgesbox .box .minheightbox{
	height:110px;
	width:0px;
	float:left;
}

#lodgesbox .box h3{
	color:#FFF;
}

#lodgesbox .box p{
	color:#FFF;
}

#lodgesbox .boxblack p, #lodgesbox .boxblack h3{
	color:#000;
}

#lodgespics .box a span, #lodgespics .box span span, a.lodgeimage span, span.lodgeimage span {
	background:#E42A51 none repeat scroll 0 0;
	color:white;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:auto;
	padding:0;
	text-align:center;
	margin-top:159px;
}

#lodgespics .green a span, #lodgespics .green span span, a.green span, span.green span {
	background:#C2DA77;
}

#lodgespics .box a:hover, a:hover.lodgeimage {
	text-decoration:none;
}
