* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #e0efc2;
}
#wrapperTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logoBar  {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 103px;
	width: 920px;
	display: block;
	padding-top: 20px;
	padding-left: 60px;
}
#logoBar   .logo   {
	background-image: url(../images/logo.gif);
	display: block;
	height: 63px;
	width: 244px;
	text-indent: -10000px;
}
#navBar {
	list-style-type: none;
	clear: both;
	width: 100%;
	height: 37px;
}
#navBar li {
	float: left;
}
#navBar a {
	display: block;
	height: 37px;
	float: left;
	background-repeat: no-repeat;
	background-position: left -37px;
	text-indent: -10000px;
}
#navBar .home a {
	background-image: url(../images/btn_home.gif);
	width: 76px;
}
#navBar .vacancies a {
	background-image: url(../images/btn_vacancies.gif);
	width: 112px;
}
#navBar .employers a {
	background-image: url(../images/btn_employers.gif);
	width: 108px;
}
#navBar .candidates a {
	background-image: url(../images/btn_candidates.gif);
	width: 120px;
}
#navBar .contact a {
	background-image: url(../images/btn_contactus.gif);
	width: 170px;
}
#navBar .downloads a {
	background-image: url(../images/btn_downloads.gif);
	width: 126px;
}
#navBar .home a:hover,#navBar .vacancies a:hover,#navBar .employers a:hover,#navBar .candidates a:hover,#navBar .contact a:hover,#navBar .downloads a:hover {
	background-position: 0px 0px;
}#navBar .searchArea {
	float: right;
}
#navBar .searchArea #searchForm {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 37px;
	width: 215px;
	text-align: right;
	position: relative;
}
#keyword {
	position: relative;
	top: 3px;
	margin: 0px;
	padding: 0px;
}

#searchForm #imageField {
	top: 8px;
	position: relative;
}
#searchForm #keyword {
	background-image: url(../images/inner_shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #2A862F;
	font-size: 100%;
	width: 124px;
	text-indent: 2px;
}

#contentAreaOuter {
	background-color: #ebebd8;
	width: 100%;
	display: block;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentArea {
	padding: 20px;
	font-size: 90%;
}
#contentArea   hr.bar {
	clear: both;
	width: 100%;
	height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapperBottom {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 140px;
	width: 100%;
	background-color: #e0efc2;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: 70%;
	color: #294C66;
	margin-top: 10px;
}

#footer hr {
	clear: both;
	height: 3px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #c4d79f;
}
#footer a {
	color: #294C66;
	text-decoration: none;
}

#footerMenu {
	list-style-type: none;
	font-size: 75%;
	padding-top: 23px;
}
#footerMenu li {
	float: left;
}
#footerMenu a {
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 14px;
	color: #294C66;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #294C66;
	text-align: center;
}
#footerMenu a.home {
	width:43px;
}
#footerMenu a.vacancies {
	width:77px;
}
#footerMenu a.employers {
	width:79px;
}
#footerMenu a.candidates {
	width:84px;
}
#footerMenu a.contact {
	width:114px;
}
#footerMenu a.downloads {
	width:83px;
}
#footerMenu a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerMenu a.first {
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

