@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

#header {
	background-image:url(images/banner.jpg);
	height:200px;
	background-repeat:no-repeat;
	background-color:#738d58;
	border-bottom:solid 5px #663300;
}

#content {
	min-width:1000px;
}

#links {
	width:300px;
	float:left;
}

	#links li {
		list-style:none;
		padding:10px;
		margin:5px 0 5px 20px;
		background-color:#738d58;
		text-align:right;
	}
	
	#links li:hover {
		background-color:#663300;
		margin-left:0;
	}
	
	#links a {
		text-decoration:none;
		color:#000000;
		font-variant:small-caps;
		text-transform:capitalize;
	}
	
	#links .current {
		background-color:#663300;
		margin-left:0;
	}
	
	#links a:hover {
		color:#738d58;
	}
	
#text {
	float:left;
	width:700px;
	min-height:600px;

}

#text .frontpage {
	background-image:url(images/cabinphotos.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:600px;
}

.block {
	width:360px;
	padding:20px 0 40px 40px;
}
	
	.block .pics {
		float:left;
		position:absolute;
		top:240px;
		min-height:600px;
		min-width:650px;
	}
	
	.block .pics img {
		width:0;
		height:0;
		border:none;
	}
		
	.block .pics li:hover img {
		width:256px;
		height:192px;
		position:absolute;
		top:170px;
		left:2px;
		border:outset;
		border-color:#663300;
	}
		
	.block .pics li {
		float:left;
		list-style:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:2px;
		margin-bottom:20px;
	}
	
	.block .pics li:first-child {
		padding-left:2px;
	}
	
	.block .pics a {
		color:#CCCCCC;
		text-decoration:none;
		background-color:#1E273D;
		padding:10px;
	}
	
	.block .pics a:hover {
		color:#1E273D;
		background-color:#CCCCCC;
	}
	
	.block .pics a span {
		display:none;
		font-size:2em;
	}
	
	.block .pics a:hover span {
		display:block;
		position:absolute;
		top:170px;
		left:310px;
	}

.map img,iframe {
	margin:20px auto;
}



#text h1,h2,h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	margin-bottom:5px;
}

#text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	font-size:16px;
}

#text h1 {
	font-size:18px;
}

#text h2 {
	font-size:14px;
}

#text h5 {
	font-size:10px;
}

#footer h5 {
	clear:both;
	font-size:10px;
	background-color:#738d58;
	padding-left:20px;
}

/*green : 738d58
brown : 663300*/
