.homePage .content
{
	padding: 0px;
	width: auto;
	background-color: Transparent;
	border-style: none;
}
.homePage .content .promo
{
	float: left;
	margin-right: 10px;
	width: 314px;
	height: 252px;
	border: solid 1px #5D9D02;
	background: #777B00 url(../Images/PromoBackground.png) no-repeat center center;
}

.homePage .content .promo .leftPadding
{
	float: left;
	width: 0px;
	height: 35px;
	margin-left: 85px;
}
.homePage .content .promo .editorContent
{
	display: block;
	margin: 60px 20px 10px 20px;
	height: 150px;
	width: auto;
	overflow: hidden;
	font-weight: normal;
}
.homePage .content .promo .editorContent, .homePage .content .promo .editorContent *
{
	text-align: justify;
	font-size: 16px;
}

.homePage .content .promo .readMore
{
	margin-right: 25px;
	background-image: url(../Images/CardSuits/HeartsGreen.png);
}
.homePage .content .announced
{
	float: left;
	margin-right: 10px;
	
	background-image: url(../Images/Announced.png);
	border: solid 1px #5c7001;
	
	width: 265px;
	height: 235px;
	padding: 17px 25px 0 25px;
}
.homePage .content .announced h3
{
	text-align: center;
	background-color: Transparent;	
}
.homePage .content .announced .editorContent
{
	height: 150px;
	overflow: hidden;
	width: auto;
	margin-bottom: 13px;
}
.homePage .content .announced p, .homePage .content .newsContainer p
{
	text-align: left;	
}

.homePage .content .newsContainer
{
	float: left;
	width: auto;
	height: 218px;
	padding: 17px 7px 17px 8px;
	
	border: 1px solid #5D9D02;
	background: #777B00 url(../Images/NewsBox.jpg) no-repeat scroll center center;
}
.homePage .content .newsContainer .rightPadding
{
	float: right;
	width: 0px;
	height: 12px;
	margin-left: 50px;
}
.homePage .content .newsContainer h3
{
	width: 248px;
	height: 20px;
	padding: 5px 0;
	margin-right: 50px;
	overflow: hidden;
	background-color: Transparent;
	text-align: center;
}
.homePage .content .newsContentBounds
{
	padding: 0 14px 0 14px;
	width: 270px;
	height: 179px;
	overflow: hidden;
}
/*.homePage .content .news.first
{
	margin-right: 10px;
}

.homePage .content .news .text
{
	display: block;
	height: 158px;
	overflow: hidden;
	text-align: justify;
}

.homePage .content .news h4
{
	display: block;
	margin: 0px;
	padding: 12px 8px 14px 8px;
	line-height: 14px;
	background-color: Transparent;
}

.homePage .content .news .footer
{
	display: inline-block;
	padding: 6px 0px;
	line-height: 13px;
	width: 100%;
	background-color: #C5D8AF;
}

.homePage .content .news .footer a
{
	padding-right: 9px;
}*/

/* Adjustments to the main menu*/
.homePage .mainMenuPanel
{
	width: auto;
	margin: 0px;
}
.homePage ul.mainMenu li
{
	padding-right: 10px;
	padding-bottom: 0px;
}
.homePage ul.mainMenu li.lastItem
{
	padding-right: 0px;
}
.homePage ul.mainMenu li.booksAndCDsItem a span
{
	background-image: url(../Images/MainMenuBackgroundDarkToLight.png);
}
.homePage ul.mainMenu li.lecturesItem a span
{
	background-image: url(../Images/MainMenuBackgroundLight.png);
}
.homePage ul.mainMenu li.cruisesItem a span
{
	background-image: url(../Images/MainMenuBackgroundLight.png);
}
.homePage ul.mainMenu li.biddingPracticeItem a span
{
	background-image: url(../Images/MainMenuBackgroundLightToDark.png);
}
