/**************************************
Homepage styles override
**************************************/

/*SEARCH BANNER AREA */
.searchBannerArea {
	/* Display */
	display: block;
}
.searchBannerArea .banner {
	/* Display */
	display: block;
}
.searchBannerArea .searchArea {
	/* Reset margin, and flow with banner */
	margin-top: auto;
}

/*SERVICES*/
.servicesContainer {
	/* Display */
	display: block;	
}

/*OPERATIONS CONTAINER*/
.operationsContainer {
  /* On homepage there is no topOfPage field */  
  clear: both;
  float: none;
  /*border-width: 100%;*/
  border-width: 0px;
}

.accessibilityLogos ul
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

/*****TL: 25-03-2009 RESOLUTION FOR THREE COLUMNS ON HOMEPAGE **************/
body
{
	/*width: 989px;*/
	width:61.81em;
}

.columnTwoAndThreeContainer
{
	float:right;
	/*width:785px;*/
	width:49.06em;
}

.contentContainer
{
	/*width: 565px;*/
	width:43.51em;
	
	float: left;
}

.columnThreeHomepage
{
	/*width:205px;*/
	width:15.81em;
	
	float:right;
	margin-left:5px;
	font-size:0.8em;
	margin-top:5px;
}

.searchBannerArea
{
	float:left;
}

.servicesContainer
{
	float:left;
}

/**** COMENTAR PARA APRESENTAR 3ª coluna ********************************************/
/*.columnThreeHomepage { display:none; }*/
/*.contentContainer { width: 61.06em; }*/
.content { width: 44em; }

.secondLevel
{
	display:none;
}
