/*** HOME PAGE ***/
#HomeTopContainer {
	position: relative;
	float: left;
	width: 896px;
	/*height: 480px;*/
	margin-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/TopBackground.gif);
	background-repeat: no-repeat;
    background-color: #664E88;
}
.homepagePortrait{
position: absolute;
bottom: 0;
left:0;
}

#HomeTopContainer #Motto {
	position: relative;
	float: left;
	
	width: 319px;
	height: 172px;
	
	background-image: url(../images/Motto.gif);
	background-repeat: no-repeat;
	
	top: 10px;
	left: 360px;
}

#HomeTopContainer #Motto p{
	display: none;
}

.buttonContainer
{
margin: 190px 0 0 360px;
}

#HomeTopContainer a#Button {
	/*float: left;*/
	display: block;
	width: 221px;
	height: 53px;
	background-image: url(../images/WelcomeButton.gif);
	background-repeat: no-repeat;
}
#HomeTopContainer a#RetailTrainingButton {
	display: block;float: left;
	width: 221px;
	height: 53px;
	background-image: url(../images/StratfordOpportunities.gif);
	background-repeat: no-repeat;
}

#HomeTopContainer a#AspersButton {
	display: block;float: left;
	width: 221px;
	height: 53px;
	
	background-image: url(../images/AspersOpportunities.gif);
	background-repeat: no-repeat;
}

#HomeTopContainer a#BBCButton {
	display: block;float: left;
	width: 221px;
	height: 53px;
	
	background-image: url(../images/BBCOpportunities.gif);
	background-repeat: no-repeat;
}
#HomeTopContainer a#LOCOGbutton{
	display: block;float: left;
	width: 221px;
	height: 53px;
	
	background-image: url(../images/JobsatLOCOGhome.gif);
	background-repeat: no-repeat;
}

#HomeTopContainer a#Olympic2012JobsButton{
	display: block;float: left;
	width: 221px;
	height: 53px;

	background-image: url(../images/2012Jobs.gif);
	background-repeat: no-repeat;
}



#HomeTopContainer a#Button span, #HomeTopContainer a#RetailTrainingButton span, #HomeTopContainer a#AspersButton span, #HomeTopContainer a#BBCButton span, #HomeTopContainer a#LOCOGbutton span,  #HomeTopContainer a#Olympic2012JobsButton span{ display: none; }

#NewsFlash {
	position: relative;
	float: left;
	
	width: 752px;
	height: 23px;
	
	overflow: hidden;
	
	text-align: center;
	
	font-size: 1.2em;	
	padding-top: 4px;
		
	background-image: url(../images/NewsFlashBackground.png);
	background-repeat: no-repeat;
}

#NewsFlash p { margin: 0px; padding: 0px; }

/*** Bottom buttons ***/

/*** adjust height ***/

#HomeBottomContainer {
	position: relative;
	float: left;
	width: 896px;
	height: 102px;

}

#HomeBottomContainer ul {margin-top: 2px;}

#HomeBottomContainer li {
	position: relative;
	float: left;	
	font-size: 1.6em;
	list-style-type:none;
	
}

#HomeBottomContainer li .Link {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

#HomeBottomContainer li a {
	text-decoration: none;
	display:block;
	width: 162px;
	height: 114px;
	margin-right: 21px;
	/*margin-right: 42px;*/
}

#HomeBottomContainer li a#CandidateZone{	
	background: url(../images/CandidateButton_162.jpg) 0 0 no-repeat;
}

#HomeBottomContainer li a#Apprenticeship{	
	background: url(../images/ApprenticeshipButton_162.jpg) 0 0 no-repeat;
}

#HomeBottomContainer li a#ClientZone{	
	background: url(../images/ClientButton_162.jpg) 0 0 no-repeat;
}

#HomeBottomContainer li a#Industry{	
	background: url(../images/JobsInNewhamButton_162.jpg) 0 0 no-repeat;
    margin-right: 0;
}

#HomeBottomContainer li a#Training{	
	background: url(../images/TrainingButton_162.jpg) 0 0 no-repeat;
}



/*

#HomeBottomContainer li a#CandidateZone{	
	background: url(../images/CandidateButton.png) 0 0 no-repeat;
}

#HomeBottomContainer li a#ClientZone{	
	background: url(../images/ClientButton.png) 0 0 no-repeat;
}

#HomeBottomContainer li a#Industry{	
	background: url(../images/IndustryButton.png) 0 0 no-repeat;
}

#HomeBottomContainer li a#ContactUs{	
	background: url(../images/WorkplaceInfoButton.png) 0 0 no-repeat;
}*/

