/*** HOME PAGE ***/
#HomeTopContainer {
	position: relative;
	float: left;
	
	width: 751px;
	height: 325px;
	
	background-image: url(../images/TopBackground.gif);
	background-repeat: no-repeat;
}

#HomeTopContainer #Motto {
	position: relative;
	float: left;
	
	width: 319px;
	height: 172px;
	
	background-image: url(../images/Motto.gif);
	background-repeat: no-repeat;
	
	top: 25px;
	left: 350px;
}

#HomeTopContainer #Motto p{
	display: none;
}

#HomeTopContainer a#Button {
	position: relative;
	float: left;
	
	width: 221px;
	height: 53px;
	
	background-image: url(../images/WelcomeButton.gif);
	background-repeat: no-repeat;
	
	top: 225px;	
	left: 30px;
}

#HomeTopContainer a#Button 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 ***/
#HomeBottomContainer {
	position: relative;
	float: left;
	width: 752px;
	height: 128px;		
}

#HomeBottomContainer ul {margin-top: 2px;}

#HomeBottomContainer li {
	position: relative;
	float: left;	
	font-size: 1.6em;
	list-style-type:none;
	margin-right: 6px;
}

#HomeBottomContainer li .Link {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

#HomeBottomContainer li a {
	text-decoration: none;
	display:block;
	width: 182px;
	height: 128px;
}

#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;
}
