body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #3C3C28;
}
#mainb {
	width: 193px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 7px;
	top: 0px;
	z-index: 3;
	overflow: visible;
	visibility: visible;
}
#header {
	overflow: visible;
	position: absolute;
	z-index: 10;
	width: 800px;
	left: 5px;
	top: 5px;
	height: 155px;
	visibility: visible;
}
#navbar {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 600px;
	background-color: #88AA44;
	line-height: normal;
	left: inherit;
	}

#navbar2 {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 600px;
	background-color: #B7CE86;
	line-height: normal;
	left: inherit;
}
#navbar a, #navbar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFFFF;
}#navbar2 a:hover, #navbar2 a:active, #navbar2 a:focus {
	color: #FFFFFF;
}
.current_page {
	font-color: #8DC53E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C5D32F;
}
/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#aboutsub, #calendarsub, #programssub, #parkssub, #servicessub{
	position: absolute;
	width: 141px;
	background-color: #FFFFFF;
	height: 84px;
	top: 165px;
	z-index: 16;
	visibility: hidden;
}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */
#aboutsub {left: 505px;}
#calendarsub {left: 386px;}
#programssub {left: 124px;}
#parkssub {left: 647px;}
#servicessub {left: 256px;}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.allsub p {
	margin: 0;
	font-size: .9em;
}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable. Set border to 1px solid.
	
	Set border colors in shorthand to Light Green on top and left - and
	Med Green on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.allsub a, .allsub a:visited {
	display: block;
	padding: 1px 8px 1px 12px;
	background-color: #C5D32F;
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #00954F;
	border-right: 1px solid #00723B;
	border-bottom: 1px solid #00723B;
	border-left: 1px solid #00954F;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.allsub a:hover, .allsub a:active, .allsub a:focus {
	background-color: #C5D32F;
	color: #FFFFFF;
}


	
#contentcol {
	overflow: visible;
	position: absolute;
	z-index: 2;
	width: 574px;
	left: 223px;
	top: 223px;
	height: 396px;
	padding-left: 10px;
}
#footer {
	border-top:4px solid #436722;
	font-size:0.8em;
	font-style:normal;
	padding:6px;
	text-align:center;
	vertical-align: text-top;
 }
#contentcol h1 {
	font-size: 1.4em;
	line-height: normal;
	font-weight: bolder;
}
#contentcol h2 {
	font-size: 1.3em;
	font-weight: bold;
}
#contentcol h3 {
	font-size: 1.1em;
}
#contentcol h4 {
	font-size: 1em;
}
.description {
	font-size: .8em;
	text-align: center;
	padding: 6px;
}
/* --- Sidebar ---*/
#inside {
	left:0px;
	width:187px;
	border:2px solid #c9d62e;
	font-size:0.9em;
	padding:12px;
	line-height: 1.2em;
	height: auto;
	top: 225px;
	position: absolute;
	z-index: 1;
 }
 #inside h2 {
	font-size:1.2em;
	padding:3px;
	border-bottom:2px solid #c9d62e;
	margin-bottom:4px;
	line-height: 1.2em;
	}
#contentcol-full {

	overflow: visible;
	position: absolute;
	z-index: 2;
	width: 800px;
	left: 0px;
	top: 213px;
}
.niceborder {
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
#navbar td {
	text-align: center;
}
#navbar2 td {
	text-align: center;
}
body {
	background-color: #FFFFFF;
}
#thumbnail div {
	height: 215px;
}
.forcebreak {
	clear: both;
}

