@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .8;
	background-color: #a5d033;
	color: #3e2810;
}


#header, #mainContent, #footer {
	width: 722px;
	margin: auto;
	padding: 0 11px 0 17px;
}

#headerDiv {
	background-color: #a8b0b3;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 165px;
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	}

#logo {
	float: left;
	width: 280px;
	height: 130px;
}

#contactBanner {
	height: 125px;
	text-align: right;
	padding: 10px 25px 0 0;
	}
#search {
	position: absolute;
	top: 100px;
	right: 30px;
	text-align: right;
	}
#search input {
	font-size: 10px;
	border: 1px solid #3e2810;
	margin: 5px;
	padding: 2px;
	}
#search input#searchBox {
	}
#addressBanner {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #3e2810;
	width: 95%;
	margin-left: 16px;
	}

#mainContent {
	background-image: url(../images/mainContent_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 1;  
	position: relative;
	}

#topContent {
	min-height: 200px;
	}

.readMore {
	text-align: right;
	margin-right: 10px;
	}

#events {
	float: left;
	width: 227px;
	min-height: 225px;
	padding: 10px 10px 10px 10px;
	}
	
#events  div.item {
	margin-top: 15px;
	}

#events .date {
	float: left;
	width: 30px;
	height: 30px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 2px;
	margin-right: 10px;
	}
	
#bottomContent {
	min-height: 195px;
	}
	
#visitors {
	float: left;
	width: 145px;
	min-height: 162px;
	margin: 10px 0;
	}
	
#news {
	float: left;
	width: 230px;
	min-height: 162px;
	margin: 10px 0;
	}
	
#news img {
	margin: 5px 0 0 15px;
	}

#ccoptin {
	padding: 5px 5px 5px 25px;
	}
	
#footer {
	background-image: url(../images/mainFooter_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	clear: both;
	}
.menu-footer {
	float: left;
	padding: 10px 8px;
	width: 100px;
	}
#footer h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	margin: 10px 0 0 0;
	}
.menu-footer p {
	margin: 4px 0 ;
}
.menu-footer p a {
	font-style: italic;
	text-decoration: none;
}
	
.menu-footer ul {
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	}
.menu-footer ul li {
	margin: 4px 0;
}

#footerEnd {
	background-image: url(../images/footer_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	}

#copyRight {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	line-height: 20px;
	}

/* Landing Pages */

h1 {
	font-size: 22px;
	font-weight: lighter;
	margin: 10px 0;
	line-height: 24px;
	}

#topContentLand, #bottomContentLand {
	padding: 20px;
	overflow: hidden;
	}

#topContentLand img {
	width: 150px;
	height: 90px;
	border: 1px solid #3e2810;
	float: left;
	margin: 10px;
	}
	
.pageIntro {
	width: 125px;
	padding: 3px;
	float: left;
	font-size: 11px;
	}

.pageIntroImg {
	width: 100px;
	height: 80px;
	border: 1px solid #3e2810;
	margin: 5px 0;
	}

.pageIntro h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	}

/* Interior Pages */

#leftMenu {
	float: left;
	overflow: hidden;
	font-size: 11px;
	}	

#leftMenu ul {
	margin: 10px 0;
	}
		
#leftMenu ul li {
	display: block;
	border: 1px solid #ededed;
	background-color: #cbc4be;
	}
	
#leftMenu ul li.on {
	background-color: #ededed;
	}
#leftMenu a {
	text-decoration: none;
	}
#content {
	float: left;
	overflow: hidden;
	width: 460px;
	padding: 10px;
	}
.introImg {
	float: right;
	margin: 0 10px;
	border: 1px solid #3e2810;
	}
.event-list-item {
	margin: 10px 0;
	padding: 6px 0;
	border-top: 1px solid #ccccaa;
}
.event-list-item p {
	margin: 0;
}
.linked-image {
	margin: 0 8px;
}
#event-div {
	margin: 0 10px 0 475px;
}
.event-feed-post {
	height: 40px;
}
.event-feed-datetime {
	float: left;
	padding: 3px 10px;
	margin-right: 3px;
	background: #bbbb99;
	text-align: center;
	width: 24px;
}
.event-feed-venue {
	display: none;
}
.event-feed-month {
	display: block;
}
.event-feed-day {
	display: block;
	font-size: 120%;
	font-weight: bold;
}
.event-feed-info {
	padding: 3px 10px;
}
.article .clear {
	clear: both;
}
