
.image-gallery {
	list-style: none;
	float: right;
	width: 240px;
	text-align: center;
	padding-top: 1.8em;
	margin-right: 25px;
	}
	.image-gallery li {
		display: inline;
		}
	.image-gallery img {
		width: 240px;
		height: 240px;
		}

.resource-listing li, .resource-listing li ul.links { list-style: none; margin-left: 0; }
.resource-listing li ul.links ul li { list-style: disc; margin-left: 20px; }
.resource-listing li span { display: none; }
.resource-listing .article-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	}
.resource-listing .date { display: block; margin-bottom: 1em; }
.resource-listing .body-text { display: block; }

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


