
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	background-image: url(../furniture/body_bkgd.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
	font-family: Lucida Sans, Verdana, Arial, helvetica, sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#top {
	background-image: url(../furniture/top_bkgd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	height: 105px;
	position: relative;
}

#logo {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 180px;
	height: 50px;
}

#logo a {
	overflow: hidden;
	height: 0;
	text-indent: -5000px;
	padding: 0 0 50px 0;
	display: block;
}

#topNav {
	position: absolute;
	left: 235px;
	top: 0;
}

#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	float: left;
}

#topNav ul li a {
	display: block;
	width: 115px;
	height: 20px;
	border-left: 1px solid #CCCCCC;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 55px 5px 0 5px;
	text-decoration: none;
	color: black;
	font-size: 13px;
}

#topNav ul li a:hover {
	color: #E7131C;
}

#topNav ul li a.on, #topNav ul li a.on:hover {
	font-weight: bold;
	color: red;
}

#topNav ul li#topNavClients a {
	background-image: url(../furniture/icon_clients.gif);
}

#topNav ul li#topNavCandidates a {
	background-image: url(../furniture/icon_candidates.gif);
}

#topNav ul li#topNavWorking a {
	background-image: url(../furniture/icon_working.gif);
}

#topNav ul li#topNavContactUs a {
	background-image: url(../furniture/icon_contact.gif);
}

#mainAreaWrapper {
	background-image: url(../furniture/mainarea_wrapper_bkgd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 11px;
}

#breadcrumbs p {
	margin: 0;
	padding: 15px 10px 15px 38px;
  font-weight: bold;
	background-image: url(../furniture/icon_home.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-color: transparent;
}
#breadcrumbs a {
  font-weight: normal;
  color: black;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}


#mainArea {
	background-image: url(../furniture/mainarea_bkgd.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 760px;
}

#footer {
	clear: both;
	background-image: url(../furniture/footer_bkgd_subpage.gif);
	background-position: -1px 100%;
	background-repeat: no-repeat;
	background-color: white;
	padding: 10px 20px 10px 10px;
    position: relative;
    height: 60px;
}

body#home #footer {
	background-image: url(../furniture/footer_bkgd_home.gif);
}

#logoREC {
    position: absolute;
    left: 688px;
		top: 15px;
}
#logoFootprint {
	position:absolute;
	left:540px;
	top: 15px; /* jp - why is this here? */
}
#logoFootprint a img { border: 0; }
/*body#home #logoREC {
    left: 668px;
		top: 391px;
}*/


#logoREC img {
    border: 0;
}

#logoBestPlaces {
    position: absolute;
    left: 430px;
		top: 16px;
display: none;
}

/*body#home #logoBestPlaces {
    position: absolute;
    left: 400px;
    top: 392px;
}*/

#logoBestPlaces img {
    border: 0;
}

#logoGTA {
    position: absolute;
    left: 465px;
		top: 16px;
}


#logoGTA img {
    border: 0;
}
div#the_rethink_group {
width: 190px;
margin: 0 auto;
}
#copyright {
    position: absolute;
    left: 20px;
}
#footerLinks {
    position: absolute;
    left: 540px;
}
#footer p {
	padding: 1em 0;
}

#footer a {
	color: #E7131C;
	text-decoration: none;
}

#subNav {
	background-image: url(../furniture/subnav_hat.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left;
	width: 186px;
	padding-top: 10px;
}

#subNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-image: url(../furniture/subnav_shoe.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}

#subNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#subNav ul li a {
	display: block;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #ED4E55;
	color: white;
	text-decoration: none;
	height: 1%;
  font-weight: bold;
}

#subNav ul li a:hover, #subNav ul li.on a {
	color: black;
}


#subNav ul li ul {
	margin-left: 10px;
	background-image: none;
	background-color: #E7131C;
}

#subNav ul li ul li a {
	font-weight: normal;
}

#subNav ul li.on ul li a:hover, #subNav ul li.on ul li.on a {
	color: white;
}

#contentArea {
	width: 540px;
	margin-left: 186px;
	position: relative;
	padding-bottom: 20px !important;
}
#illustration {
	margin-right: 9px;
	text-align: right;
}
#content {
	background-image: url(../furniture/content_hat.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 20px;
	width: 334px;
	padding-top: 40px;
	position: absolute;
	position: relative;
	z-index: 2;
}
#content img {
	border: none;
}

 /* #### zindex test */
#zindex {
	position: absolute;
	left: 0px;
	top: 340px;
	text-align: right;
	z-index: 1;
	width: 562px;
	margin-top: -300px;
}

#content p {
	line-height: 1.5em;
}

#content a {
	color: #E7131C;
}

#content p.standfirst {
	font-size: 15px;
}

#subContent {
	background-image: url(../furniture/sub_content_hat.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	width: 165px;
	padding-top: 40px;
	z-index: 3;
}

h1 {
	margin: 0;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	margin: 0 0 -.5em 0;
	font-size: 18px;
	font-weight: normal;
}

/* ################################ */

#homeMockup {
	background-image: url(../furniture/mockup_home_grid_clear.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 452px;
	position: relative;
}

#quotes {
	position: absolute;
	left: 388px;
	top: 16px;
}

body#home #footer {
	clear: both;
	background-image: url(../furniture/footer_bkgd_home.gif);
	padding: 15px 0 10px 0;
}

body#home #footer p {
	margin: 1em 17px 1em 7px;
	padding: 1em 0;
}

#flash {
	position: absolute;
	left: 7px;
	top: 6px;
}

#jobOfTheDay {
	position: absolute;
	left: 390px;
	top: 200px;
	padding-top: 20px;
	width: 155px;
	font-family: Lucida Sans, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}
#jobOfTheDay a {
	text-decoration: none;
	color: #E7131C;
}
#jobOfTheDay a:hover {
	text-decoration: underline;
}

p.moreDetails {
	background-image: url(../furniture/pointer_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 10px;
}
p.moreDetails a {
	color: #E7131C;
	text-decoration: none;
	font-size: 12px;
}
p.moreDetails a:hover {
	text-decoration: underline;
}

#quickRegistration {
	position: absolute;
	left: 390px;
	/*top: 200px;*/
	font-family: Lucida Sans, Verdana, Arial, helvetica, sans-serif;
	/*padding-top: 20px;*/
	/* ADDED BY JP WHEN REMOVING QUICK REG FORM */
	font-size:1.2em;
	width:340px;
	top: 185px;
}

#quickRegistration ul {
	list-style-type:none;
	margin:52px 0 0 0;
	padding:0;
}
#quickRegistration ul li {
	clear:both;
}
#quickRegistration ul li a {
	color:#fff;
	text-decoration:none;
	background: #000 url(../furniture/home-button-bg.gif) top left no-repeat;
	padding: 5px 5px 5px 15px;
	width:140px;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	float:right;
}

#quickRegistration label {
	margin-right: 5px;
	width: 130px;
	float: left;
	margin-bottom: 1em;
}

#quickRegistration select {
	width: 205px;
	font-size: 12px;
	margin-left: -3px;
	margin-bottom: 1em;
}
#quickRegistration input {
	width: 200px;
	font-size: 12px;
	float: left;
	margin-bottom: 1em;
}
#quickRegistration input#submit {
	width: auto;
	background-color: #E7131C;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: .2em;
}

/* ########################### registration form */

#registerFormWrapper {
	font-family: Lucida Sans, Verdana, Arial, helvetica, sans-serif;
	padding-bottom: 50px;
}


form#registerForm label {
	margin-right: 5px;
	width: 130px;
	float: left;
	margin-bottom: 1em;
}

form#registerForm select {
	width: 185px;
	font-size: 12px;
	margin-left: -3px;
	margin-bottom: 1em;
}
form#registerForm input {
	width: 180px;
	font-size: 12px;
	float: left;
	margin-bottom: 1em;
}
form#registerForm input#submit {
	width: auto;
	background-color: #E7131C;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: .2em;
}




/* styles for ajax demo ################################ */
body#ajax h3 {
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 10px;
	margin: .5em 0;
}
body#ajax h3 a {
}
/* ############## live vacancy */

#liveVacancy {
	display: none;
	background-image: url(../furniture/live_vacancy_hat.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	padding-top: 30px;
	font-family: Lucida Sans, Verdana, Arial, helvetica, sans-serif;
}
#liveVacancy form {
	background-image: url(../furniture/live_vacancy_shoe.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	padding: 0 10px 2px 10px;
}
#liveVacancy input {
	width: 115px;
	font-size: 12px;
}
#liveVacancy input#submit {
	width: auto;
	background-color: #E7131C;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: .2em;
}

#quote {
	background-image: url(../furniture/icon_quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 60px;
    margin: 30px 0 10px 20px;
}
#quote p {
	margin: 0 0 1em 0;
}
#quote p span {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
}

/* ############### campaigns styles */
.campaign {
    background: url(../furniture/campaign_grad.gif) left top no-repeat transparent;
    padding: 10px;
    margin: 10px 0 0 0;
}
.campaign p {
    margin: 0;
}
.campaign img {
    float: left;
    margin: 0 20px 0 0;
}
.campaignCopy {
    background-color: #EEEEEE;
    padding:    10px;
    margin-bottom: 2em;
}
.campaignCopy a {
	color: #E7131C;
    text-decoration: none;
}
.campaignCopy a:hover {
	color: #E7131C;
    text-decoration: underline;
}

h4 {
    font-family: Georgia, times;
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0 -.2em 0;
    padding: 0 0 0 0;
    border-bottom: 1px dashed #CCCCCC;
}


br.clearBoth {
    clear: both !important;
}

dl.pdfAdDl {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	clear: left;
}
dl.pdfAdDl dt {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
dl.pdfAdDl dt a img {
	border: none;
}
dl.pdfAdDl dd {
	margin: 0;
	padding: 0;
}
dl.pdfAdDl dd p {
	margin: 0;
}

.logos {
	border: 1px dashed #CCCCCC;
	margin: 2em 0;
	padding: 1em 10px;
}
.logos img {
	margin: 10px 0;
	display: block;
}

#homeBanner {
  margin-bottom: 5px;
}

#homeBanner img {
  border: none;
}


#homeNonFlashDiv {
background: url(../furniture/rebuild_home_ill_fallback.gif) left top no-repeat transparent;
width: 366px;
height: 446px;
position: relative;
}

#homeNonFlashDiv a {
position: absolute;
background-color: transparent;
height: 0;
width: 160px;
text-indent: -5000px;
overflow: hidden;
padding: 0 0 25px 0;
}

#homeNonFlashDiv a#linkCandidates {
left: 190px;
top: 336px;
}

#homeNonFlashDiv a#linkClients {
left: 190px;
top: 370px;
}


p#companyInfo {
font-size: 10px;
text-align: center;
color: #666666;
}

