body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/woodkirk_valley_tile.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a, a:visited, a:hover {
	color: #06904c;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #06904c;
}

#outer {
	width: 769px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bgd_tile.jpg);
	background-repeat: repeat-y;
}

#top {
	width: 769px;
	margin: 0;
	padding: 0;
	height: 17px;
	background-image: url(../images/bgd_top.gif);
	background-repeat: no-repeat;	
}

#header {
	width: 769px;
	margin: 0;
	padding: 0;
	height: 106px;
	background-image: url(../images/new_header.jpg);
	background-repeat: no-repeat;
}

#banner {
	width: 763px;
	margin: 0;
	padding: 0 3px;
	height: 147px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 757px;
	height: 32px;
	margin: 0 6px;
	padding: 8px 0 0 0;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	font-size: 0.75em;
}

#nav ul {
	margin:0 auto;
	padding:0;
	display:block;
}

#nav ul li {
	list-style-type:none;
	display: inline;
	padding:0px;
	margin:-0 10px -0 20px;
	font-weight:bold;
	text-decoration: none;
}

#nav ul li a, #nav ul li a:visited {
	font-weight:bold;
	color: #333;
	text-decoration: none;
}

#nav ul li a:hover {
	font-weight:bold;
	color: #06904c;
	text-decoration: none;
}

#wrapper {
	width: 759px;
	margin: 0 5px;
	padding: 0;
	min-height:453px;
	height:auto !important;
	height:453px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sub-nav {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	padding: 0 5px;
	font-size: 0.8em;
	display: inline;
}

#sub-nav ul {
	margin: 0;
	padding: 0;
	display: block;
}

#sub-nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-decoration: none;
}

#sub-nav ul li a, #sub-nav ul li a:visited {
	color: #666;
	text-decoration: none;
}

#sub-nav ul li a:hover {
	color: #06904c;
	text-decoration: none;
}



#sub-nav ul ul li {
	list-style-type: none;
	/*display: inline;*/
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#sub-nav ul ul li a, #sub-nav ul ul li a:visited {
	color: #666;
	text-decoration: none;
}

#sub-nav ul ul li a:hover {
	color: #06904c;
	text-decoration: none;
}

#home-content-lh {
	float: left;
	width: 300px;
	color: #06904c;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	display: inline;	
}

#home-content-rh {
	float: left;
	width: 450px;
	color: #06904c;
	margin: 0;
	padding: 0;
	display: inline;	
}

#facilities-content-rh {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	display: inline;	
}

#facilities-content-lh {
	float: left;
	width: 375px;
	color: #06904c;
	font-size: 0.9em;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;	
}

#admin-content {
	float: left;
	width: 570px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	display: inline;	
}

#admin-content a, #admin-content a:visited {
	color: #000;
	text-decoration: none;
}

#admin-content a:hover {
	color: #999;
	text-decoration: none;
}

#facilities-content-full {
	float: left;
	width: 595px;
	color: #06904c;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;	
}

#footer {
	width: 769px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	height: 25px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}


#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.prices {
	font-size: 0.8em;
}

.menus {
	font-size: 0.9em;
}

.menus a, .menus a:visited {
	color: #06904c;
	text-decoration: none;
}

.menus a:hover {
	color: #06904c;
	text-decoration: underline;
}

.links {
	border: 1px solid #06904c;
	width: 300px;
	margin: 10px auto;
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
}

.links a, .links a:visited {
	color: #06904c;
	text-decoration: none;
}

.links a:hover {
	color: #06904c;
	text-decoration: none;
}

#local {
	width: 769px;
	margin: 200px 0 0 0;
	padding: 15px 0 0 0;
	height: 25px;
	color: #fff;
	font-size: 0.9em;
}

#local a, #local a:visited {
	color: #fff;
	text-decoration: none;
}


#local a:hover {
	color: #fff;
	text-decoration: none;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */

