/* ========= KING AND SONS NEWS STYLES ========== */



.newsHeader {
	background: #E2E4E7;
	font-weight: bold;
	padding: 0 3px;
	color: #000F4A;
	font-size: 14px;
	margin-bottom:12px;
	height: 22px;
	line-height: 22px;
}

.newsHeader .link a {
	font-size: 11px;
	font-weight: normal;
	color: #000F4A;
	float:right;
}

.NewsHeading {
	float: left;
	width: 100%;
	font-size: 130%;
	font-weight: bold;
	color: #000F4A;
	margin-top: 0px;
	margin-bottom: 3px;
}

.NewsDate {
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 5px 0;
	color: #666;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	float: left;
	width:100%;
}

.NewsBody {
	float: left;
	width: 100%;
}

.newsListingItem {
	width:450px;
}

.newsListingTitle {
	float: left;
	width: 100%;
	padding-bottom: 3px;
	font-size: 115%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #aaa;
}

.newsListingSnippet {
	float: left;
	color: #555;
	margin-bottom: 8px;
}

.newsListingDate {
	color: #000;
	float:left;
}

.newsListingLink {
	clear: left;
	height: 20px;
}

.newsListingLink a {
	float: left;
	padding: 3px 4px 3px 4px;
}

.newsListingLink a:hover {
	background: #dedede;
	text-decoration: none;
}

.newsListingSeparator {
	float: left;
	height: 25px;
	width: 100%;
}

#News .headline {
	display: block;
}

#News .link {
	display: block;
	margin-bottom: 14px
}
