	/* to indent the team widget */
	.entireSiteContainer {
		background-color: #fff;
	}
	.twoColOuterContainer {
		width: 100%;
	}
		
	.articleHomeContainer,
	.articleContainer {
		background-image: url(images/colours1/article_separator.gif);
		background-position: 22% top;
		background-repeat: repeat-y;
	}
	
	.leftCol {
		background-color:#46494E;
	}
	
	.rightCol {
		width: auto;
	}
	
/* INTERNAL LINK PARAGRAPH  **************************************************/
/* ***************************************************************************/
	
	.PORTAL_WIDGET .paragraphTitle {
		background-repeat: no-repeat;
		padding-bottom: 20px;
	}
	
	.PORTAL_WIDGET .paragraphReferenceTitle {
		padding-left: 55px;
	}
	
	.PORTAL_WIDGET a:hover {
		text-decoration: none;
	}
	
	.PORTAL_WIDGET .paragraphBodyContainer .paragraphTitle {
		padding-top: 12px;
	}
	
/* FOOTER  *********************************************************************************************************************************/
/* ****************************************************************************************************************************************/
	
	.footerBrokerInformationContainer {
		float:left;
		margin-left:200px;
		width:787px;
	}
	.footerTeamInformationContainer {
		margin-left: 0px;
	}
	
	.footerHeight,
	.footerContainer {
		width: 100%;
	}
	
	.footerBrokerInformationInnerHome {
		margin: 10px;
		width: 100%;
	}
		
	.footerBrokerInformationContainer .footerAgentText {
		width: 200px;
		display:inline;
	}
	
	.footerTeamInformationContainer {
		width: 99.7%;
	}
	.footerBrokerInformationInner,
	.footerAgentInformationInnerContainer{
		width:550px;
	}

/* AGENT PARAGRAPH **********************************************************************************************************/
/* *******************************************************************************************************************************/

	.agentInfoBody {
		background-repeat: repeat-y;
	}
	
	.agentInfoBody .paragraphBodyContainer {
		float:right;
	}
	
	.agentInfoBody .paragraphBodyContainer .paragraphReferenceContainer {
		float:right;
		width: 492px;
	}
	
/* COMPANY INFO PARAGRAPH **********************************************************************************************************/
/* *******************************************************************************************************************************/
		
	.companyInfoBody {
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	
/* LISTING CENTRIC **********************************************************************************************************/
/* *******************************************************************************************************************************/
	
	.listingContainer .paragraphImage img {
		margin-top: 5px;
		margin-left: 5px;
	}

/* HEADER   *********************************************************************************************************************************/
/* ****************************************************************************************************************************************/

	.headerTitleBox {
		width: 790px;	
		min-height: 85px;
	}
	
	.headerInner {
		background-position: top left;
		background-repeat: repeat-x;
		min-height: 85px;
		float: left;
	}
	
	.headerLogoBox {
		min-height: 85px;
		float: left;
	}
	
