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

	#happenings-listing {
		width: 375px;
		float: left;
		font-size: 11px; 
		}
		#happenings-listing h2 {
			color: #68ae3c;
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif;
			margin-bottom: 1em;
			}
		.article-listing { width: 100%; background: #efefef; }
		.article-listing th { padding: 1em; background: white; }
		.article-listing td { padding: 1em; font-weight: normal; }
		.article-listing a { color: #77b632; font-weight: bold; }
		.article-listing .news-summary-img { 
			display: block;
			width: 93px; 
			height: 76px; 
			background: white url(../images/news-summary-thumb.gif) 0px 0px no-repeat; 
			padding: 7px; 
			overflow: hidden; 
			margin: 7px;
			}
		.article-listing .news-summary-content { width: 100%; }
		.article-listing .news-summary-date, .article-listing .readmore { color: #77b632; font-weight: bold; display: inline; }
		.article-listing .news-archives-link { color: #77b632; font-weight: bold; }
		.happenings-title { color: #646464; font-weight: bold; display: inline; }
		.news-summary { padding: 17px; font-weight: bold; display: block; clear: both; float: none; }
		.news-summary-img { float: right; background: url(../images/news/summary-thumb-backdrop.gif) 0px 0px no-repeat; margin-top: -5px; }
		.news-summary .date { color: #e62b92; }
		.news-summary .more-button { display: block; }
		.more-news-link { font-weight: bold; margin: 17px; }
		.news-image img { float: right; margin: 0px 0px 20px 20px; border: none; }
		
		.news-article-body li { margin-left: 4em !important; }
		.news-article-body li li { margin-left: 2em !important; }
	.supplimentary-content { font-weight: normal !important; }

