﻿div#Main div#Content div#NewsSection 
{
	margin: 30px 0;
	padding: 0px;
	color: white;
	clear: both;
}
div#Main div#Content div#NewsSection a
{
	color: white;
}
div#NewsSection h2
{
	border-bottom: 2px solid white;
	margin: 7px 10px;
	font-size: 1.1em;
	background-image: url(../Images/Arrow-Gray.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	padding-bottom: 3px;
}
div#NewsSection div#NewsContainer h2
{
	background-image: url(../Images/Arrow-Gray-News.gif);
}
div#NewsSection div#ClientsContainer h2
{
	background-image: url(../Images/Arrow-Gray-Client.gif);
}
div#NewsSection div.Content
{
	margin: 7px 10px;
}
div#NewsSection div#NewsContainer
{
	width: 444px;
	height: 156px;
	background-image: url(../Images/News-Background.jpg);
	background-repeat: no-repeat;
	float: left;
}
div#NewsSection div#NewsContainer h2
{
	width: 404px;
}
div#NewsSection div#NewsContainer div.Content p
{
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 0.9em;
	text-transform:capitalize;
}
div#NewsSection div#ClientsContainer
{
	width: 292px;
	height: 156px;
	background-image: url(../Images/Clients-Background.jpg);
	background-repeat: no-repeat;
	float: right;
}
div#NewsSection div#ClientsContainer h2
{
	width: 252px;
}