@charset "utf-8";
/* CSS Document */

h1 {
	color: #82ffb9;
	margin-bottom: 10px;
	border-bottom: 2px solid white;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	clear: both;
	float: none;
	}
	
#welcome {
	width: 916px;
	margin: 0px auto;
	}

	#welcome-image {
		width: 184px; /* 202 */
		height: 129px; /* 147 */
		background: url(../images/photo-back-189.png) 0px 0px no-repeat;
		float: left;
		padding: 9px;
		margin-top: 10px;
		margin-right: 16px;
		}
		#welcome-image img { width: 184px; }
	#welcome-copy {
		margin-top: 30px;
		line-height: 1.5em;
		}
		#welcome-copy p { margin-bottom: 1.5em; }

#latest-news {
	background: #1c3929 url(../images/news/bottom-curve.png) bottom left no-repeat;
	width: 609px; /* 609 */
	height: 514px;
	float: left;
	margin-left: 22px;
	margin-top: 26px;
	margin-bottom: 26px;
	}
	#latest-news h1 { margin-bottom: 0; background: #2d5840; }
	.article-listing {
		background: #1c3929;
		margin-top: 2em;
		}
	.article-listing table {
		clear: both;
		float: none;
		}
	.article-listing td {
		padding-bottom: 2em;
		padding-right: 10px;
		vertical-align: top;
		}
		.article-listing td span { display: none; }
	.article-listing .news-summary-title {
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding-top: 5px;
		}
	.article-listing .news-summary-date {
		margin-bottom: 1em;
		}
	.article-listing .news-summary-img {
		display: block;
		width: 59px;
		height: 59px;
		overflow: hidden;
		padding: 10px;
		background: url(../images/news/thumbnail-backdrop.png) 0px 0px no-repeat;
		margin: 0px 0px 0px 5px;
		}
		.article-listing .news-summary-img img { margin: 0; padding: 0; width: 59px; height: 59px; overflow: hidden; }
	.article-listing .readmore { display: inline; }
	#older-news-link {
		clear: both;
		float: none;
		padding: 5px 0px 25px 12px;
		}

#latest-events {
	background: #1c3929 url(../images/events/bottom-curve.png) bottom left no-repeat;
	width: 284px;
	height: 514px;
	float: right;
	margin-right: 26px;
	margin-bottom: 26px;
	margin-top: 26px;
	}
	#latest-events h1 {
		margin: 0;
		background: #2d5840;
		}
	#latest-events .calendar {
		background: white;
		width: 250px;
		height: 250px;
		overflow: hidden;
		margin: 1em auto;
		}
		#latest-events .calendar a { color: #333333; text-decoration: none; }
		#latest-events .calendar table { width: 250px; height: 250px; color: #333333; text-align: center; }
		#latest-events .calendar th {
			background: #f5f4d3;
			}
		#latest-events .calendar td {
			background: #e0e0e0;
			}
		#latest-events .calendar .today { background: #f2bfbf; }
		#latest-events .calendar .calEventType1 { background: #92AE82; }
		#latest-events .calendar .today.calEventType1 { background: #C4B289; }
	#latest-events .events {
		margin-top: 1em;
		line-height: 1.4em;
		}
		#latest-events .events li { list-style: none; width: 250px; margin: 1em auto; }
		#latest-events .events .date { font-weight: bold; }

	#more-events-link { width: 250px; margin: 2em auto; }

