@charset "utf-8";
/* general layout */
body {
	color:#57595b;
	font-weight: normal;
	background-image: url(/site_images/home/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerHome {
	padding-top:35px;
	position: relative;
	height: 60px;
}
#homeContent {
	padding: 85px 0px 0px 0px;
	display:block;
}
#candidates{
	width:520px;
	margin:0px;
	padding:0px;
}
#navCandidates {
	display:block;
	width: 520px;
	padding: 0px;
	margin:0px;
}
#employers{
	float:right;
	width:265px;
	height:265px;
}
#navEmployers {
	padding: 0px 0px 20px 0px;
}
#footer {
	width: 980px;
	margin:0 auto;
	height: 23px;
	margin-top:7px;
	font-size: 11px;
	text-align: right;
}
/* homepage navigation */
#navCandidates UL, #navEmployers UL {
	margin:0px;
	padding:0px;
	position: relative;
	list-style-type:none;
}
#navCandidates LI, #navEmployers LI {
	margin:0px;
	padding:0px;
	float: left;
	text-align: center;
}
#navCandidates a, #navEmployers a {
	padding:5px 0px 0px 0px;
	font-size: 13px;
	text-decoration:none;
	display: block;
	height: 35px;
	width: 142px;
	color: #FFFFFF;
	background-image: url(/site_images/general/btn_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navCandidates a.navOrange {
	background-image: url(/site_images/general/btn_orange.png);
}
#navCandidates a:hover, #navEmployers a:hover {
	color: #000000;
}
#navEmployers a {
	width: 129px;
	background-image: url(/site_images/general/btn_grey.png);
}
/* specific elements */
#firstname, #surname,#email , #industry, #position {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding: 1px;
}
#firstname, #surname {
	width: 112px;
}
#email {
	width: 232px;
}
#dreamIndustry, #dreamPosition {
	width: 150px;
}
#employerTable {
	margin-left:15px;
}
#candidateTable {
	margin-left:25px;
}
#howitworks {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rare {
	float:left;
	color: #c2c2c2;
}
#rare a{
	color: #c2c2c2;
}

