@charset "utf-8";
/* CSS Document */






/* SET DEFAULTS
**************************************************/
html, body, div, p, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('/files/css/bg-body.gif') repeat-y top center #241708;
}

#wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

a {
	color:#C0830E;
	text-decoration: none;
}
p { padding-bottom: 10px }
h1 { padding-bottom: 10px }
h2 { padding-bottom: 10px }
h3 { padding-bottom: 10px }
a img { border: 0px none }
.x_input { display: none; }

.grey { color: #999999 }
.tan { color: #AB9555 }
.brown { color: #3E2F1C }
.green { color: #4C7F33 }
.red { color: #BF472E }






/* HEADER
**************************************************/
#header {
	width: 960px;
	height: 145px;
	background: url('/files/css/bg-header.jpg') no-repeat top center;
}
	#logo {
		display: block;
		float: left;
		width: 375px;
		height: 125px;
		margin: 10px;
	}
	
	#utility {
		float: right;
		width: 500px;
		height: 31px;
		padding: 8px 10px 0px 0px;
		font: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		text-align: right;
		background: url('/files/css/bg-utility.png') repeat-y top left;
	}
	#utility a { color: #FFFFFF }







/* NAVBAR
**************************************************/
#navbar {
	width: 950px;
	height: 42px;
	padding: 0px 10px;
}




/* MIDDLE
**************************************************/
#middle {
	width: 960px;
	padding-bottom:	210px;
}

	#m-outer {
		float: left;
		margin: 8px;
		margin-right: 0px;
		border: 1px solid #FFFFFF;
		background: url('/files/css/bg-m-outer.jpg') repeat-x center bottom #FFFFFF;
	}
	#m-inner {
		width: 913px;
		width: 645px;
		padding: 15px;
		padding-bottom: 30px;
		background: url('/files/css/bg-m-inner.jpg') repeat-x center top;
	}
	
		.form {
			float: right;
			width: 340px;
			margin: 20px;
		}
			.form fieldset {
				padding: 20px;
				border: 1px solid #CCCCCC;
			}
			
		.accommodation {
			width: 620px;
			min-height: 100px;
			padding: 15px 10px;
			border-top:1px solid #CCCCCC;
		}
			.accommodation img {
				width: 100px;
				height: 100px;
				margin-right: 10px;
				border: 2px solid #666666;
			}
			
		.item {
			float: left;
			clear: all;
			margin-bottom: 15px;
		}
			.item img { margin-right: 10px }
			
		table.item {
			padding-top: 0px;
			border-top: 1px solid #999999;
		}
	
	#sublinks {
		float: left;
		width: 860px;
		padding: 20px 50px 0 50px;;
		text-align: center;
		line-height: 22px;
	}
		#sublinks a {color: #FFFF99 }
		#sublinks a:hover { text-decoration: underline }
		#sublinks a.act { color: #009900 }
		
	
	
	/* HOME PAGE */
	#left-col {
		float: left;
		width: 690px;
	}
		#s-tab {
			width: 55px;
			min-height: 110px;
			float: left;
			margin-left: -25px;
		}
		
		#events {
			float: left;
			clear: none;
			width: 465px;
			min-height: 140px;
			margin: 8px;
			margin-right: 0px;
			padding: 10px 10px 10px 200px;
			border: 1px solid #979189;
			background: url('/files/css/bg-events.jpg') no-repeat left top #564837;
		}
			#events h1 {
				font-family: "Times New Roman", Times, serif;
				color: #FFFFFF;
				font-size: 30px;
			}
			#events ul { margin: 0 0 20px 0 }
			#events ul li {
				margin-left: 10px;
				line-height: 22px;
				list-style: url('/files/css/list-style.gif') outside;
			}
				#events a { color: #FFFF99 }
				#events a:hover { text-decoration: underline }


	#rght-col {
		float: right;
		width: 270px;
	}

		.block-img {
			float: right;
			clear: none;
			width: 252px;
			margin: 8px;
			margin-left: 0px;
			padding: 0px;
		}
			.block-img img {
				max-width: 250px;
				border: 1px solid #979189;
			}
			
		.block {
			float: right;
			clear: none;
			width: 230px;
			border: 1px solid #979189;
			margin: 8px;
			margin-left: 0px;
			padding: 10px;
			color: #FFFFFF;
			background: url('/files/css/bg-links-col.jpg') no-repeat center top #685C4E;
		}
		
			.block ul { margin: 0 0 20px 0 }
			.block ul li {
				margin-left: 10px;
				line-height: 22px;
				list-style: url('/files/css/list-style.gif') outside;
			}
				.block a { color: #FFFF99 }
				.block a:hover { text-decoration: underline }
		
	
		#seasonal {
			float: right;
			clear: none;
			width: 290px;
			height: 70px;
			margin: 8px;
			text-align: right;
			background-color: #4B392B;
			border: 1px solid #979189;
			background-position: right top;
			background-repeat: no-repeat;
		}
		
		#newsletter {
			float: right;
			width: 230px;
			border: 1px solid #979189;
			margin: 8px;
			padding: 10px;
			background: url('/files/css/bg-newsletter.jpg') no-repeat top right #4B392B;
		}
			#newsletter h1 {
				color: #FFFFFF;
				font-size: 18px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: normal;
			}
			#newsletter input.txt {
				width: 140px;
				padding: 2px !important;
				color: #CEC1B3;
				font-size: 10px;
				border: 1px solid #979189;
				background: url('/files/css/bg-newsletter-txt.gif') repeat-x;
			}
			#newsletter input.btn {
				width: 72px;
				padding: 2px !important;
				text-align: center;
				font-size: 10px;
				color: #CEC1B3;
				border: 1px solid #588191;
				background: url('/files/css/bg-newsletter-btn.gif') repeat-x;
			}
			#newsletter input.btn:hover {
				color: #392915;
				cursor: pointer;
			}
			
			
	.gallery-cont, .gallery-cont2 {
		width: 936;
		margin: 8px;
		padding: 9px;
	}
	 .gallery-cont {
		border: 1px solid #979189;
		background: url('/files/css/bg-gallery.jpg') repeat-x center top #685C4E;
	 }
		.gallery-cont .slideshow {
			width: 922px;
			height: 304px;
			border: 1px solid #979189;
		}
		.gallery-cont2 .gallery {
			width: 925px;
			height: 120px;
		}
	
	
	


/* FOOTER
**************************************************/
#footer {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 200px;
	color: #FFFFFF;
	background: url('/files/css/bg-footer.jpg') no-repeat bottom center;
}
	#footer a { color: #FFFFFF }
	#footer a:hover { color: #471206 }

	#copyright {
		float: left;
		margin: 160px 0 0 20px;
	}
	#credit {
		float: right;
		margin: 160px 20px 0 0;
	}





/* EOF*/



