@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, ul, li, blockquote { margin: 0; padding: 0; }
body { background-image:url(../images/cloudsBG1grassy.jpg); background-attachment:fixed; background-position:bottom; color:#414141; font:normal 12px/1.4  Arial, Helvetica, sans-serif; }

#wrapper { position:relative; margin:0 auto; width:982px; height:auto; padding-top:50px; }

h1 { font-size:22px; margin-bottom:10px; }
h2 { font-size:14px; margin-bottom:6px; }
p { margin-bottom:6px; line-height:1.2em; }
.smallText { font-size:11px; }
.blueHilite { color:#2aa7d4; }
span.monthHeader { font-size:22px; margin-bottom:10px; color:#414141 !important; }

a:link { color:#246da7; text-decoration:none; font-weight:bold; }
a:visited { color:#246da7; text-decoration:none; font-weight:bold; }
a:hover { color:#246da7; text-decoration:underline; font-weight:bold; }
	
#eventWrapper {
	width:630px;
}

.eventItems {
	clear:both;
	float:left;
	width:630px;
	margin-top:20px;
}
/*.eventThumb {
	float:left;
	width:75px;
}*/
.eventDesc {
	float:left;
	width:395px;
	padding-bottom:40px;
}

.eventImgs {
	float:left;
	width:215px;
	margin-left:18px;
}
.eventImgs img {
	padding-bottom:8px;
}

.newsItem {
	clear:both;
	float:left;
	margin-bottom:20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	width:600px;
	
}

#newsWrapper {
	width:630px;
	padding-bottom:40px;
}

#newsWrapper h1 {
	font-size:18px;
	color:#2895d5;
	line-height:1.2em;
	font-weight: normal;
}
#newsWrapper h2 {
	font-size:16px;
	font-weight: normal;
	color: #333;
	line-height:1.1em;
	margin-bottom:16px;
}
#newsWrapper p {
	line-height: 150%;
}
#newsWrapper p.disclaimer {
	color: #888888;
	font-size: 11px;
}
#newsWrapper img {
	float:left;
	padding-right:10px;
}
