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

	#latest-news {
		width: 325px; /* 335px */
		height: 470px; /* 470px */
		float: left;
		padding-right: 10px;
		border-right: 1px dotted #4c4c4c;
		font-size: 11px; 
		}
		.news-article-title {
			font-size:14px;
			font-weight:bold;
			margin-top:20px;
			color: #007447;
			float: left;
			}
		.news-article-date {
			margin-top: 0px;
			margin-top:20px;
			margin-bottom:20px;
			margin-left: 1em;
			font-size:14px;
			font-weight:bold;
			float: right;
			}
		.news-article-content {
			clear: both;
			float: none;
			}
			.news-article-content .news-image {
				background: url(../images/photo-frame.gif) 0px 0px no-repeat;
				padding: 8px;
				}
				.news-image img {
					width: 340px;
					height: 226px;
					overflow: hidden
					}
		.news-article-body ul, .news-article-body ol { margin-bottom: 1em; }
		.news-article-body li { margin-left: 2em; }
		.news-article-body blockquote { margin-left: 3em; margin-right: 3em; margin-bottom: 1em; }

		.article-listing { width: 100%; background: #efefef; }
		.article-listing th { padding-top:15px; padding-bottom:15px; background: white; }
		.article-listing td { padding-left: 1em; padding-right: 1em; }
		.article-listing .evenRow { background: #dfdfdf; }
		.article-link { width: 517px; padding-top: 4px; padding-bottom: 4px; }
		.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-img img { width: 64px; height: 61px; margin: 4px; }
		.news-summary .date { color: #e62b92; }
		.news-summary .more-button { display: block; }
		.more-news-link { font-weight: bold; margin: 17px; }
		.news-image { float: right; margin: 0px 0px 20px 20px; } .news-image img { border: none; }