	.article-listing {
		background: #1c3929;
		margin-top: 2em;
		}
	.article-listing table {
		clear: both;
		float: none;
		border-collapse: collapse;
		}
	.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; }


.news-article-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	}
.news-article-display .news-image {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 353px;
	height: 243px;
	background: url(../images/conservation/supporting-back.png) 0px 0px no-repeat;
	}
	.news-article-display .news-image img {
		width: 333px;
		height: 223px;
		margin: 10px 10px;
		}
.news-article-display .news-image-tall {
		float: right;
		margin-left: 1em;
		margin-bottom: 1em;
		width: 243px;
		height: 353px;
		background: url(../images/conservation/supporting-back-tall.png) 0px 0px no-repeat;
	}
	.news-article-display .news-image-tall img {
		width: 223px;
		height: 333px;
		margin: 10px 10px;
	}	

