.news_item
{
	padding:10px 0;
	border-bottom:1px dotted #cfcfcf;
}
.news_item .image
{
	width:114px;
	float:left;
}
.news_item .image img
{
	border:1px solid #cfcfcf;
	width:101px;
	padding:2px;
}
.news_item .content
{
	width:504px;
	float:left;
}

.news_item .content .item_title a
{
	color:#203d77;
	font-weight:bold;
	text-decoration:none;
}

.news_item .content .date
{
	padding:0px 0;
	font-style:italic;
	font-size:90%;
}
.news_item .content .description
{
	padding:5px 0;
}


.special_news_item
{
	padding:10px 0;
}
.special_news_item .large_image
{
	width:260px;
	float:left;
}
.special_news_item .large_image img
{
	border:1px solid #cfcfcf;
	width:250px;
	padding:2px;
}
.special_news_item .content
{
	width:347px;
	float:right;
}

.special_news_item .content .item_title a
{
	color:#203d77;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.special_news_item .content .date
{
	padding:0px 0;
	font-style:italic;
	font-size:90%;
}
.special_news_item .content .description
{
	padding:5px 0;
}

.news_title
{
	padding:5px 0;
	border-bottom:1px dotted #cfcfcf;
}
.news_title h2
{
	width:75%;
	float:left;
	margin:0;
	padding:0;
}
.news_title .social_button
{
	width:23%;
	float:right;
}
.item_detail .date
{
	font-style:italic;
	color:#666;
	
}

