/* News Styling
-------------------------------------------------- */

#content ul#newsStoryList {
	padding: 0;
	margin: 20px 0 20px 0;
	float: left;
	clear: both;
	width: 100%;
}
#content ul#newsStoryList li {
	list-style-type: none;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#content div.newsStoryHeading img {
	float: left;
	margin-right: 10px;
	width: 100px;
	border: 2px solid #ccc;
}
#content span.newsStoryHeadingContainer h3 {
	font-size: 24px;
	margin: 4px;
}
#content div.newsStoryIntro {
	margin-left: 115px;
}
#content div.newsStoryReadMore {
	border-top: 1px solid #CCC;
	margin-left: 115px;
	clear: both;
}
#content div.newsStoryReadMore a {
	float: right;
	background: #CCC;
	padding: 4px 6px;
}

/* News Feed Info Styling
-------------------------------------------------- */

#newsFeeds ul {
	list-style: none;
}
#newsFeeds ul li a img {
	float: left;
	padding: 0 10px 0 0;
}

/* News Area Pagination Styling
-------------------------------------------------- */

#paginationLinks {
	width: 100%;
	float: left;
	clear: both;
}
#paginationLinks span a {
	color: #004C7B;
	text-decoration: none;
}
#paginationLinks span a:hover {
	text-decoration: underline;
}
#paginationLinks span.left {
	float: left;
}
#paginationLinks span.right {
	float: right;
}
