/***
Filename:		pressreleases.css
Author:			Andrei Vais
Date:			28/05/2008
Description:	Styling for news section

***/

#PageContent .SingleColumnContent
{
	background: none;
	display: inline;
	margin-left: 2%;
	padding: 0;
	width: 98%;
}

#PageContent .NewsArticle
{
	background: #FFFFFF;
	display: inline;
	padding: 7px 2% 0 2%;
	min-height: 458px;
	width: 43.9%;
}

#PageContent h2
{
	background: #FFFFFF;
	display: inline;
	float: left;
	margin-bottom: 0;
	padding: 13px 2%;
	width: 95.9%;
}

#PageContent h2.ArticleTitle
{
	background: none;
	float: left;
	line-height: 140%;
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
}

#PageContent ul#PressReleases
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#PageContent ul#PressReleases li
{
	background: #FFFFFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#PageContent ul#PressReleases li ul.PressArticle
{
	/*border-top: 15px solid #E5E5E5;*/
	border-top: 15px solid #FFFFFF;
	display: inline;
	float: left;
	margin: 0;
	padding-left: 2%;
	width: 98%;
}

#PageContent ul#PressReleases li ul.PressArticle li
{
	float: left;
	width: 71.1%;
}

#PageContent ul#PressReleases li ul.PressArticle li.ArticleImage
{
	display: inline;
	float: right;
	/*border-left: 15px solid #E5E5E5;*/
	border-left: 15px solid #FFFFFF;
	margin-left: 2%;
	width: 23.9%;
}

#PageContent ul#PressReleases li ul.PressArticle li.ArticleImage img
{
	float: left;
	width: 100%;
}

#PageContent ul#PressReleases li ul.PressArticle li.ArticleLink
{
	margin-top: 5px;
}

#PageContent ul#PressReleases li ul.PressArticle li.ArticleDate, #PageContent p.ArticleDate
{
	font-size: 85%;
	margin-bottom: 7px;
}

#PageContent p.ArticleDate, #PageContent h2.NoArticleDate
{
	margin-bottom: 15px;
}

#PageContent p a
{
	line-height: 140%;
}
