@import url("menu.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 10px */
	;
	color: #222222;
	background-color: #EFEEC7;
}
#wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#countyhead {
	width: 100%;
	height: 40px;
	background-image:url(images/grad.png);
}
#countylogo {
	width: 400px;
	height: 40px;
	float:left;
}
#countyjumpmenu {
	width: 400px;
	height: 20px;
	float:right;
	margin-right:15px;
	margin-top:10px;
}
#header {
	width: 940px;
	height: 150px;
	padding: 10px;
	background-image: url(images/site_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logoPane {
	width: 180px;
	height: 150px;
	float: left;
}
#captionPane {
	width: 400px;
	height: 60px;
	float: left;
	color: #547546;
	text-align: center;
	font-size:22px;
	font-weight:bold;
	padding-top: 94px;
	
}
#login_style {
	width: 180px;
	height: 150px;
	float: right;
}
#menu {
	width: 960px;
	height: 40px;
	background-color: #7b9f57;
	background-image: url(images/fruit-flow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner {
	width: 932px;
	height: 298px;
	padding: 14px;
	background-image: url(images/plank.jpg);
}
#bannerPaneoutline {
	width: 930px;
	height: 294px;
	padding: 2px;
	background-color: #633;
}
#bannerPane {
	width: 914px;
	height: 280px;
	padding: 8px;
	background-color: #F7F1DD;
	overflow:hidden;
}
#channel {
	width: 940px;
	height: 170px;
	padding: 10px;
	padding-top:15px;
	background-color: #7b9f57;
}
#calendar {
	width:290px;
	height:60px;
	background-color: #98C087;
}
#channelPane {
	width: 940px;
	height: 180px;
	text-align: center;
}
#story {
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color:#fff;


}
#footer {
	width: 960px;
	height: 50px;
	background-color: #7b9f57;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EFEEC7;
	clear: both;
	text-align: center;
	padding-top:12px;
}

#mapheader {
	width: 936px;
	color: #213418;
	height: 100%;
	font-size:12px;
	padding: 12px;
	background-color: #ffffff;
}
#childstory {
	width: 960px;
	color: #213418;
	height: 100%;
	font-size:12px;
	background-color: #ffffff;
	}
.class1 A:link {text-decoration: none;  color: #547546;}
.class1 A:visited {text-decoration: none;  color: #98C087;}
.class1 A:active {text-decoration: none;  color: #98C087;}
.class1 A:hover {text-decoration: underline; color: #547546;}

#welcome {
	width:570px;
	height:200px;
	line-height:1.3;
}
#mapheader {
	width: 936px;
	color: #213418;
	height: 100%;
	font-size:14px;
	padding: 12px;
	background-color: #ffffff;
}
#maplocation {
	width: 936px;
	color: #213418;
	height: 100%;
	font-size:12px;
	padding: 12px;
	background-color: #ffffff;
}
#catbox {
	width:180px;
	height:160px;
	float:left;
	margin-left:6px;
}
#social {
	width: 355px;
	height: 310px;
	float: right;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*padding-left: 12px;
	padding-right: 12px;
	*/
	background-color: #FFF;
	text-align: left;
}
#ContentPane {
	width: 570px;
	float: left;
	/*height: 315px;*/
	height: 350px;
	font-size:12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	}
	
.float_left {
float: left;
margin-right: 15px;
}
#linkPane {
	width: 960px;
	height: 50px;
	background-color: #547546;
}
#wrapper #menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#wrapper #menu li {
	float: left;
	font-size:13px
}
#wrapper #menu a:link, a:visited {
	display: block;
	width: 137px;
	height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#wrapper #menu a:hover, a:active {
	background-color: #7A991A;
}

#countyhead #countyjumpmenu {
	text-align: right;
}
