h1, /*h2,*/ p {
	margin-bottom: .5em;
}
h1 {
	background-color: #215B20;
	padding: 15px;
	color: #FFFFFF;
	clear: left;
	font-weight: bold;
	font-size: 20px;
}
#content h2 {
	color: #235A20;
	font-size: 18px;
	border-bottom: dotted #333 1px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#content h2 a {
	color: #235A20;
	font-size: 18px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
		margin: 0 0 10px 0;
}
h3 {
	color: #666666;
}
body {
	background-color: #B3C6B2;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% -135px;
}
html {
	background-color: #B3C6B2;
}
#header {
	width: 930px;
	height: 100px;
	margin: 0 auto 50px auto;
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
	top: 15px;
}
#header img {
	float: left;
}
#header-address {
	float: right;
	font-size: 20px;
	color: #598456;
	padding: 25px 0;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #FFFFFF;
}
#topnav {
	padding: 10px 0;
	width: 930px;
	border-bottom: dotted #ccc 1px;
	margin: 0 0 20px 0;
	float: left;
}
#topnav li {
	display: inline;
}
#topnav li a {
	float: left;
	display: block;
	padding: 0 11px;
	text-decoration: none;
	color: #235A20;
	border-right: solid #235A20 1px;
}
#topnav li a:hover, #topnav li .active {
	color: #FBAE3A;
}
#inset {
	height: 308px;
	clear: left;
}
#index-content {
	font-size: 15px;
}
#index-content h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #235A20;
}
#welcome-col, #news-col, #events-col {
	width: 249px;
	float: left;
	padding: 0 30px 30px 30px;
	border-right: solid #ccc 1px;
}
#welcome-col h1, #news-col h1, #events-col h1 {
	background-color: #fff;
	background-image: url(images/welcome_icon.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 50px;
	height: 32px;	
}
#news-col h1 {
	background-image: url(images/news-information_icon.jpg);
}
#events-col h1 {
	background-image: url(images/events_icon.jpg);
}
#events-col {
	border-right: none;
}
#news-col h2 {
	font-size: 16px;
	color: #235A20;
	border-bottom: dotted #333 1px;
	padding: 5px 0;
	margin: 8px 0;
}
#events-col iframe {
	margin-bottom: .5em;
}
#events-col li {
	padding: 0 0 15px 0;
}
#content {
	font-size: 16px;
	line-height: 26px;
	width: 640px;
	float: right;
	padding: 0 10px 30px 30px;
}
#sidebar {
	width: 250px;
	float: left;
}
#sidebar ul {
	margin-bottom: 0.5em;
	font-size: 12px;
}
#sidebar ul li {
	padding: 0 0 10px 0;
}
#sidebar ul li a {
	text-decoration: none;
	color: #666666;
}
#sidebar ul li a:hover {
	color: #245C1F;
}
#footer {
	background-color: #215B20;
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FEAE3B;
	padding: 20px;
	/*width: 100%;*/
	margin: 0 auto;
	font-size: 12px;
	width: 930px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0 6px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: solid #fff 1px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
table, td, tr {
	border: none;
}
