/* Primary Classes Start */
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: center;
	color: #000;
	background-color:#CEDAE7;
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4 { margin: 0 0 0.1em 0; }
h1 { font-size: 1.2em; color: #98927A; margin: 0 0 15px 0; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
p { margin: 0 0 1em 0; }
a { text-decoration: underline; color: #084887; font-weight: bold; }
a:hover { color: #930430; }
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img { border: none; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
/* Primary Classes End */

/* Global Classes Start */
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 5px 15px 0 15px;
	text-align: left;
	background: transparent url(../images/page_shadow/body_shadow.gif) 0 0 repeat-y;
	}
#header {
	width: 750px;
	height: 150px;
	}
#header img {
	display: block;
	}
#nav {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 7px solid #FFA101;
	height: 31px;
/*	background: transparent url(../images/topnav_telephone.gif) top right no-repeat; */
	}
#home #nav, #sitemap #nav {
	background: none;
	}
#nav ul {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff url(../images/topnav.gif) 0 0 no-repeat;
	}
#nav ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	}
#nav ul li#nhome {
	width: 63px;
	}
#nav ul li#ncandidates {
	width: 108px;
	left: 63px;
	}
#nav ul li#nclients {
	width: 73px;
	left: 171px;
	}
#nav ul li#nwhy {
	width: 191px;
	left: 244px;
	}
#nav ul li#ncontact {
	width: 105px;
	left: 435px;
	}
#nav ul li#submitCV {
	width: 105px;
	left: 645px;
	}
#nav ul li a {
	display: block;
	width: 100%;
	height: 33px;
	text-indent: -9999px;
	background: transparent url(../images/topnav.gif) no-repeat 0 -66px;
}
body#home #nav ul li#nhome a { background: transparent url(../images/topnav.gif) 0 -33px no-repeat; }
body#candidates #nav ul li#ncandidates a { background: transparent url(../images/topnav.gif) -63px -33px no-repeat; }
body#clients #nav ul li#nclients a { background: transparent url(../images/topnav.gif) -171px -33px no-repeat; }
body#why #nav ul li#nwhy a { background: transparent url(../images/topnav.gif) -244px -33px no-repeat; }
body#contact #nav ul li#ncontact a { background: transparent url(../images/topnav.gif) -435px -33px no-repeat; }

#subnav {
	width: 170px;
	float: left;
	padding-top: 5px;
	}
#subnav h2 {
	display: block;
	width: 170px;
	height: 31px;
	text-indent: -9999px;
	font-size: 1px;
	padding: 0;
	margin: 0 0 1px 0;
	}
#subnav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	}
#subnav ul li {
	margin: 0 0 1px 0;
	padding: 4px 5px 4px 20px;
	background: #d6d3ca url(../images/subnav_arrow_normal.gif) 6px 0.8em no-repeat;
	color: #084887;
	font-weight: bold;
	}
#subnav ul li.selected {
	background: #b2ad9b url(../images/subnav_arrow_selected.gif) 8px 0.6em no-repeat;
	}
#subnav ul li a {
	color: #084887;
	font-weight: bold;
	text-decoration: none;
	}
#subnav ul li a:hover, #subnav ul li.selected a:hover { color: #930430; }
#subnav ul li.selected a {
	color: #fff;
	}
#content {
	width: 570px;
	padding: 13px 0 0 0;
	float: right;
	}
#relinfo {
	width: 180px;
	float: right;
	padding: 5px 10px 0 10px;
	}
#footer {
	clear: both;
	color: #073969;
	margin: 0 -15px 0 -15px;
	padding: 5px 15px 20px 15px;
	background: transparent url(../images/page_shadow/footer_shadow.gif) left bottom no-repeat;
	}
#footer p {
	margin-bottom: 0;
	}
#footer p.footerNav {
	border-top: 1px solid #084887;
	padding-top: 5px;
	}
#footer a {
	color: #073969;
	text-decoration: none;
	}
#footer a:hover { color: #930430; }
ul.anchorLinks {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	}
ul.anchorLinks li {
	margin: 0;
	padding: 0 0 5px 15px;
	background: transparent url(../images/arrow_black.gif) 0 0.4em no-repeat;
	}
ul.anchorLinks li a {
	color: #084887;
	font-weight: bold;
	}
ul.anchorLinks li a:hover { color: #930430; }
.blue { color: #084887; }
#subnav ul.vacancyCart {
	border: 1px solid #F1CF97;
	}
#subnav ul.vacancyCart li {
	padding: 4px 5px 4px 5px;
	background: none;
	background-color: #F1CF97;
	color: #084887;
	font-weight: bold;
	font-size: 0.9em;
	}
#subnav ul.vacancyCart li.cartTitle {
	background-color: #F0A01C;
	color: #fff;
	font-size: 1em;
	}
#subnav ul.vacancyCart li.cartRemove, #subnav ul.vacancyCart li.cartEnquiry {
	background-color: #fff;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 15px;
	background: #fff url(../images/arrow_black_up.gif) right 0.3em no-repeat;
	text-align: right;
	}
#subnav ul.vacancyCart li.cartEnquiry {
	background: #fff url(../images/arrow_black_cartright.gif) right 0.4em no-repeat;
	}
input, textarea, select {
	font-family: arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.formField, .formFieldSubmit { /* hacked in ie5.css and ie6.css */
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	}
.formField .formLabel {
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 10px;
	}
.formField .formLabel label {
	font-weight: bold;
	color: #666;
	}
.formField .formElement {
	width: 250px;
	float: left;
	}
.formField .formElement input.text, .formField .formElement textarea {
	width: 240px;
	margin: 0;
	padding: 0;
	}
.formField .formError {
	width: 150px;
	float: left;
	height: 10px;
	color: #c00;
	font-weight: normal;
	}
.formField .formElementSubmit { margin-left: 120px; }
p.formError { 
	margin-left: 120px;
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #c00;
	}
.inlineTestimonial {
	clear: both;
	padding-bottom: 1em;
	}
.inlineTestimonial .testimonialImage {
	float: left;
	}
.clearSignal {
	font-size: 0.9em;
	padding-bottom: 5px;
	font-weight: normal;
	float: right;
	}
.clearSignal a {
	font-weight: normal;
	}
.clearSignal a:hover { color: #930430; }
/* Global Classes End */

/* Home page specific classes start */
body#home #header, body#sitemap #header {
	height: 200px;
	}
body#home #content, body#sitemap #content {
	width: 525px;
	padding: 13px 10px 0 10px;
	float: left;
	}
#services {	/* hacked in ie5.css and ie6.css */
	width: 545px;
	margin: 0 -10px 0 -10px;
	background: transparent url(../images/home_vac_cand_bg.gif) left bottom no-repeat;
	overflow: hidden;
	}
#services2 {	/* hacked in ie5.css and ie6.css */
	width: 545px;
	margin: 6px -10px 15px -10px;
	background: transparent url(../images/home_vac_cand_bg.gif) left bottom no-repeat;
	overflow: hidden;
	}
/* human resources */
#humanRes {
	width: 270px;
	float: left;
	background: transparent url(../images/photo-human-res.jpg) 0 32px no-repeat;
	}
/* Management */
#management {
	width: 270px;
	float: right;
	background: transparent url(../images/photo-mngt.jpg) 0 32px no-repeat;
	}
/* office support */
#officeSupport {
	width: 270px;
	float: left;
	background: transparent url(../images/photo-office.jpg) 0 32px no-repeat;
	}
/* Temporary Assignments */
#temporaryAssign {
	width: 270px;
	float: right;
	background: transparent url(../images/photo-temp.jpg) 0 32px no-repeat;
	}

/* human resources */
#services h2 {
	display: block;
	width: 270px;
	height: 31px;
	margin: 0 0 100px 0;
	padding: 0;
	background: #fff url(../images/curvetitle_human-res.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	}
#services2 h2 {
	display: block;
	width: 270px;
	height: 31px;
	margin: 0 0 100px 0;
	padding: 0;
	background: #fff url(../images/curvetitle_human-res.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	}

/* Management */
#services #management h2 {
	background: #fff url(../images/curvetitle_mngt.gif) 0 0 no-repeat;
	}

/* Office Support */
#services2 #officeSupport h2 {
	background: #fff url(../images/curvetitle_office-support.gif) 0 0 no-repeat;
	}

/* Temporary Assignment */
#services2 #temporaryAssign h2 {
	background: #fff url(../images/curvetitle_temp.gif) 0 0 no-repeat;
	}

#services p, #services h3 {
	padding: 0 10px 0 10px;
	}
#services2 p, #services2 h3 {
	padding: 0 10px 0 10px;
	}

.panelBtns {
height: 30px;
padding: 0 12px 0 7px;
}
.panelBtnL {
position: relative;
float: left;
}
.panelBtnR {
position: relative;
float: right;
}


#services p.more a {
position: relative;
float: left;

	display: block;
	width: 101px;
	height: 20px;
	background: transparent url(../images/button_see-vac.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	}
#services p.more a:hover { color: #930430; }
#services p.more2 a {
position: relative;
float: right;
	display: block;
	width: 124px;
	height: 20px;
	background: transparent url(../images/button_more-info.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	}
#services p.more2 a:hover { color: #930430; }


#newsletterSignup {
	width: 180px;
	background: transparent url(../images/email_newsletterblock2_bg.gif) left bottom no-repeat;
	margin: 0 -10px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	}
#newsletterSignup h2 {
	margin: 0 -10px;
	display: block;
	width: 200px;
	height: 35px;
	font-size: 1px;
	background: transparent url(../images/curvetitle_job-search.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}
#newsletterSignup .formField {
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}
#newsletterSignup .formField input {
	width: 145px;
	margin: 0;
	padding: 0;
	}
#newsletterSignup .formFieldSubmit {
	clear: none;
	float: right;
	margin: 0;
	padding-right: 5px;
	padding-top: 1px;
	}
#newsletterSignup .formFieldSubmit1{
	clear: none;
	float: right;
	margin: 0;
	padding-right: 5px;
	padding-top: 1px;
	}
#newsletterSignup .formFieldSubmit2 {
	clear: none;
	float: right;
	margin: 0;
	padding-right: 5px;
	padding-top: 1px;
	}

#newsletterSignup p { margin-bottom: 10px; }
#newsletterSignup p.intro1 { padding: 0 0 10px 0;}
 

h2.salarySurvey {
	display: block;
	width: 200px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 5px -10px 10px -10px;
	background: transparent url(/images/curvetitle_salary-survey2.gif) 0 0 no-repeat;
	}

h2.clientsWe {
	display: block;
	width: 200px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 15px -10px 10px -10px;
	background: transparent url(/images/curvetitle_clients2.gif) 0 0 no-repeat;
	}
	
h2.uploadVac {
	display: block;
	width: 200px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 15px -10px 10px -10px;
	background: transparent url(/images/curvetitle_upload.gif) 0 0 no-repeat;
	}


h2.newsEvents {
	display: block;
	width: 200px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 5px -10px 10px -10px;
	background: transparent url(/images/curvetitle_news_events.gif) 0 0 no-repeat;
	}

#relinfo h3 {	
	color: #084887;
	}
#relinfo p {
	margin-bottom: 0;
	}
#relinfo p.more {
	margin-bottom: 1em;
	}
#relinfo p.more a {
	color: #98917a;
	font-weight: bold;
	}
#relinfo p.more a:hover { color: #930430; }
#clientsWeWorkWith {
	clear: both;
	padding-top: 10px;
	}
#clientsWeWorkWith h2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: 24px;
	background: transparent url(../images/tab_clients_we_work_with.gif) 0 0 no-repeat;
	border-bottom: 1px solid #084887;
	font-size: 1px;
	text-indent: -9999px;
	}
#clientsWeWorkWith p {
	float: left;
	padding-right: 25px;
	}
/* Home page specific classes end */

/* Candidates classes start */
#candidates #subnav h2 {
	background: transparent url(../images/title_candidates.gif) 0 0 no-repeat;
}
#candidates p.multiPageHeader, #candidates p.multiPageFooter {
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
	color: #084887;
	}
#candidates p.multiPageHeader a, #candidates p.multiPageFooter a {
	color: #084887;
	}
#candidates p.multiPageHeader a:hover, #candidates p.multiPageFooter a:hover { color: #930430; }
/* Candidates classes end */

/* clients classes start */
#clients #subnav h2 {
	background: transparent url(../images/title_clients.gif) 0 0 no-repeat;
}
#clients p.multiPageHeader, #clients p.multiPageFooter {
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
	color: #084887;
	}
#clients p.multiPageHeader a, #clients p.multiPageFooter a {
	color: #084887;
	}
#clients p.multiPageHeader a:hover, #clients p.multiPageFooter a:hover { color: #930430; }
/* clients classes end */

/* why classes start */
#why #subnav h2 {
	background: transparent url(../images/title_why.gif) 0 0 no-repeat;
}
#why p.multiPageHeader, #why p.multiPageFooter {
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
	color: #084887;
	}
#why p.multiPageHeader a, #why p.multiPageFooter a {
	color: #084887;
	}
#why p.multiPageHeader a:hover, #why p.multiPageFooter a:hover { color: #930430; }
.theTeam h3 {
	clear: both;
	padding-bottom: 5px;
	}
.theTeam p { display: block; float: left; width: 438px; }
.theTeam p.portrait { padding-right: 20px; padding-bottom: 250px; width: 100px; }
.theTeam p.portrait6 { padding-right: 20px; padding-bottom: 170px; width: 100px; }
.theTeam p.portrait5 { padding-right: 20px; padding-bottom: 140px; width: 100px; }
.theTeam p.portrait4 { padding-right: 20px; padding-bottom: 120px; width: 100px; }
.theTeam p.portrait3 { padding-right: 20px; padding-bottom: 100px; width: 100px; }
.theTeam p.portrait2 { padding-right: 20px; padding-bottom: 80px; width: 100px; }
.theTeam p.portrait1 { padding-right: 20px; padding-bottom: 50px; width: 100px; }
.theTeam p.portrait0 { padding-right: 20px; padding-bottom: 25px; width: 100px; }



	
	
/* why classes end */

/* contact classes start */
#contact #subnav h2 {
	background: transparent url(../images/title_contact.gif) 0 0 no-repeat;
}
ul.enquiryFormSelection {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.enquiryFormSelection li {
	display: block;
	width: 150px;
	margin: 0 10px 1px 0;
	padding: 4px 5px 4px 20px;
	background: #d6d3ca url(../images/subnav_arrow_normal.gif) 6px 0.8em no-repeat;
	color: #fff;
	float: left;
	}
ul.enquiryFormSelection li a {
	color: #084887;
	font-weight: bold;
	text-decoration: none;
	}
ul.enquiryFormSelection li a:hover {
	color: #666;
	}
/* contact classes end */

#formContent {
position: relative;
padding: 35px 0 0 195px;
}

#home #wrapper #relinfo #newsletterSignup .formField .formElement #filterJobType,
#home #wrapper #relinfo #newsletterSignup .formField .formElement #filterSalary,
#home #wrapper #relinfo #newsletterSignup .formField .formElement #filterLocation {
	width: 145px;
}
#home #wrapper #relinfo #newsletterSignup .formField .formElement #searchWord {
	width: 140px;
}
.rhcolBord {
margin: -10px;
padding: 11px 11px 3px 11px;
border: 4px solid #E1DED7;
}
.spacer {
height: 10px;
width: 100%;
border: 1px solid #666;
}
#imgContainer {
	position: relative; 
	top: 0; left: 0; width:165px; z-index: 0;
	min-height: 78px; 
	height:auto !important; 
	height:78px; 
}
#imgContainer img  {
display: none; position: absolute; top: 0; 
}
.highlightSearch {
background-color: #ffcc00;
font-weight: bold;
}
#clients #wrapper #nav {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
	background: #fff url(../images/topnav2.gif) 0 0 no-repeat;
}
#clients #wrapper #nav ul {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff url(../images/topnav2.gif) 0 0 no-repeat;
}
#contact #wrapper #nav {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
background: transparent url(../images/topnav_telephone3.gif) top right no-repeat;
}
#contact #wrapper #nav ul {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
background: transparent url(../images/topnav_telephone3.gif) top right no-repeat;
}
#why #wrapper #nav {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
background: transparent url(../images/topnav_telephone3.gif) top right no-repeat;
}
#why #wrapper #nav ul {
	width: 750px;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
background: transparent url(../images/topnav_telephone3.gif) top right no-repeat;
}
.captchaError {
border: 1px solid #F05E5E;
padding: 20px;
background-color: #F8CFCF;
margin: 10px 15px 20px 0;
}