	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #666 url(img/bg.png);
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;	
	width: 1000px;
	height: 223px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.home	{
	text-indent: -9999px;
	display: block;	
	width: 1000px;
	height: 223px;
	background: transparent url(img/creekside.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #903;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	background: #8e122d;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 6px 0 6px 15px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	}

h4	{
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #f60;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #cc9;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background: transparent;
	}
	
strong	{
	color: #000;
	}	
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 8px 0;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#selectomatic	{
	background: #3c0d19;
	padding: 6px 20px 0 20px;
	height: 23px;
	color: #fff;
	border-bottom: 1px solid #000;
	}
	
#selectomatic a	{
	color: #fff;
	}
	
#wrapper	{
	background: #fff url(img/shell.png);
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	}
	
#fullpage 	{
	width: 960px;
	background: #fff;
	float: left;
	margin: 0;
	padding: 20px;
	}
	
#sub	{
	width: 295px;
	background: transparent;
	float: left;
	padding: 0 0 25px 0;
	}

#translate	{
	background: transparent url(img/bg-sub.jpg) bottom left no-repeat;
	width: 295px;
	height: 85px;
	text-align: center;
	}

#content 	{
	width: 685px;
	background: transparent;
	float: left;
	margin: 0;
	padding: 0 20px 25px 0;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) top left repeat-x;
	border-top: 1px solid #999;
	width: 1000px;
	height: 42px;
	margin: 0;
	padding: 8px 0 0 0;
	}
	
#footer td	{
	padding: 0 10px;
	}

	/*   Menu 	*/

#menu	{
	width: 295px;
	background: transparent url(img/bg-menu.png) top left repeat-y;
	padding: 0;
	margin: 0;
	}

#menu ul	{
	padding: 0 0 0 45px;
	margin: 0;
	width: 200px;
	list-style: none;
	}
	
#menu li	{
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	}
	       
#menu li a {
	display: block;
	padding: 8px 10px;
	border: 0;
	text-decoration: none;
	color: #903;
	width: 180px;
	}

#menu li a:hover {
	display: block;
	padding: 8px 10px;
	border: 0;
	background: #8e122d;
	color: #fff;
	width: 180px;
	text-decoration: none;
	}  

	/*   Classes 	*/

.hide	{
	display: none;
	}

.header	{	
	color: #fff;
	background: #666;
	font-weight: bold;
	}	

.header a:link	{	
	color: #fff;
	}	

.header a:visited	{	
	color: #fff;
	}	

.header a:hover	{	
	color: #fff;
	}	

.staff	{
	margin: 0 15px 5px 0;
	float: left;
	background: #fff;
	padding: 5px;
	border: 1px solid #903;
	}
	
	/*   Tour 	*/

div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 425px;	 
	height: 500px;	
}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

#thumbs div {
	float:left;
	width: 425px;	 
	height: 500px;
	cursor:pointer;
	padding: 0;
	text-align: left;
}

div.scrollable {
	float:left;		
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width: 50px;
	height: 50px;
	background:url(img/back.png) no-repeat;
	float:left;
	margin: 135px 25px 0 25px;
	cursor:pointer;
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(img/next.png);
	clear:right;	
}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #903;
	font-weight: bold;
	text-decoration: none;
	}
	
	/*   Admin Styles	*/
	
#admin	{
	background: #fff;
	padding: 6px 20px;
	color: #903;
	border-bottom: 1px solid #000;
	}
	
#admin a	{
	color: #903;
	}