@charset "utf-8";
/* CSS Document */

#banner2 .lines {
	height: 300px;
	background: #293628 url(images/bg_hatched.png);
}

#hr-footer {
	height: 5px;
	clear: both;
	padding: 1px 0 0 0;
	border-top: 1px solid #293628;
	border-bottom: 2px solid #293628;
	background: #557053;
}
#sub-nav h3 {
	width: auto;
	padding: 0 0 0 10px;
}
#current_events {
	margin:-70px 15px 0 15px;
}
#current_events p {
	margin:0 0 15px 0;
}
#current_events h3 {
	font-size:15px;
	font-weight:bold;
}
#current_events h4 {
	font-size:14px;
	font-weight:bold;
color:#000;
font-family: Geneva, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Tahoma, sans-serif;
}
#current_events hr {
	margin:0 0 10px 0;
	border:0;
	color:#B0A691;
	background-color:#B0A691;
	width:100%;
	height:1px;
}
#pagination {
	margin:3px auto 13px auto;
	text-align:center;
}
#pagination span.current {
	border:1px solid #B0A691;
	background-color: #B0A691;
	color:#fff;
	padding:2px 4px;
	margin:0 4px 0 0;
}
#pagination span.current:hover {
	background-color: #B0A691;
	cursor:pointer;
}
#pagination a {
	border:1px solid #B0A691;
	padding:2px 4px;
	margin:0 4px 0 0;
	text-decoration:none;
	color:#B0A691;
}
#pagination a:hover {
	background-color: #B0A691;
	color:#fff;
}