﻿.allNews_item
{
	width: 960px; float:left;	
}

.news_image
{
	float: left;
	border: solid 1px #c5c5c5;
}
.news_image div { float: none !important; }
.news_image_contentHeight
{
	height: 150px;
	vertical-align: middle;
	display: table-cell;	
}

.news_image_contentHeight table
{
	text-align: center;
	width: 150px;
}

.news_header
{
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
}

.news_content
{
	float: left;
	width: 780px;
	margin-top: 10px;
	text-align: justify;
	margin-left: 20px;
}

	.news_content_right { text-align: right; }

.news_separator
{
	border-bottom: 1px solid rgb(171, 171, 171); 
    width: 940px; float:left;	
	margin: 20px 10px;        
}


#newsDtl .date { float: right; font-style: italic; }
#newsDtl p { text-align: justify; clear: none; }
	#newsDtl p.newsDetails_content { margin-top: 10px; }
	
	#newsDtl .newsDetails_imageContainer { float:left; margin-right: 20px; border: solid 1px #c5c5c5; }
	
.latestNews_imageContent table { text-align: center; width: 130px; }	
