/* 

Logicbox Web Solutions Ltd
18 Greek Street, London
http://logicbox.net

*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,ul,ol,li {
	margin:0;padding:0;
	font-size: 100%;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}

body {
	color: #000; 
	font: 75% Arial,san-serif;
	background: url(/images/bg_rpt.gif) #f0f0f0;
}

img {
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}

p.last, p:last-child, ul:last-child {
	margin-bottom:0 !important;
}

a:link,a:visited,a:focus,a:active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #b4e100;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #000;
}

a.black:link,a.black:visited,a.black:focus,a.black:active {
	color: #000;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

img.float-left {
	margin: 4px 10px 0 0;
}

.white {
	color: #fff !important;
}

p.error strong {
	color: #CC0000;
}

p.notification {
	padding: 6px;
	background-color: #FFFF99;
	font-weight: bold;
}

/* Layout */


#wrapper {
	margin: 0 auto;
	width: 970px;
	background-color: #FFF;
	padding: 10px;
}
#wrapper-inner {
	background: #fff url(/images/bg_main_long.jpg) no-repeat;
}
	.clients #wrapper-inner {
		background: #ecdfcc url(/images/clients/bg_clients3.jpg) no-repeat;
	}
	.candidates #wrapper-inner {
		background: #fff url(/images/candidates/bg_candidates.jpg) no-repeat;
	}

#header-container {
	position: relative;
	height: 152px;
	padding: 10px 10px 0 10px;
}
	#header {
		position: relative;
	}
		.logo-block {
			position: relative;
			width: 285px;
			height: 152px;
			background: #000;
		}
			.logo-block img {
				position: absolute;
				right: 0;
				bottom: 0;
			}
			
		.nav-block {
			position: absolute;
			top: 0;
			right: 0;
			width: 658px;
			height: 152px;
			background-image:url(/images/bg_nav.png);
		}
		
		
		
		.nav-block .icon {
			position: absolute;
			top: -10px;
			width: 60px;
			height: 61px;
		}
		.nav-block .icon-register  {
			left: 187px;
		}
		
		.nav-block .icon-search {
			left: 276px;
		}
		
		.nav-block .icon a span {
			display: none;
			cursor: pointer;
		}
		
		.nav-block .icon a, .nav-block .icon a span {
			display: block;
			background-image: url(/images/nav_icon_sprite.gif);
			width: 60px;
			height: 61px;
		}
		
		.nav-block .icon-register a {
			background-position: 0 0;
		}
		.nav-block .icon-register a.highlight:hover,
		.nav-block .icon-register a span {
			background-position: 0 -61px;
		}
		
		.nav-block .icon-search a {
			background-position: -60px 0;
		}
		
		.nav-block .icon-search a.highlight:hover,
		.nav-block .icon-search a span {
			background-position: -60px -61px;
		}
		
		.nav-block a:link, .nav-block a:focus, .nav-block a:active, .nav-block a:visited {
			color: #FFF;
		}
		.nav-block a:hover {
			color: #b4e100;
		}
		
		.nav-block ul.nav {
			position: absolute;
			bottom: 22px;
			left: 22px;
			list-style: none;
		}
			.nav-block ul.nav li {
				padding: 2px 4px;
			}
			
			/* active sections */
			.aboutus li#nav1 a, .sectors li#nav2 a, .clients li#nav3 a, .candidates li#nav4 a, .contacts li#nav5 a {
				color: #b4e100;
			}
			
			/* active sub-sections */
			.sub-1 #sub-1, .sub-2 #sub-2, .sub-3 #sub-3, .sub-4 #sub-4, .sub-5 #sub-5, .sub-6 #sub-6, .sub-7 #sub-7      {
				color: #b4e100;
			}
		
			.useful-downloads {
				position: absolute;
				top: 18px;
				left: 364px;
				color: #b4e100;
			}
				.useful-downloads p {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 0.92em;
					font-weight: bold;
					margin-bottom: 2px;
				}
				.useful-downloads a {
					display: block;
					padding-left: 12px;
					background: url(/images/icon_dl.gif) left center no-repeat;
				}

#content {
	position: relative;
	min-height:483px;  
	height: auto !important;
  	height: 483px;
	padding: 7px 10px 10px 10px;
}
	#content div.content-aside {
		float: left;
		width: 285px;
		height: 360px;
		/*background-color: rgba(255,255,255,0.5);*/
	}
	
	#content div.content-main {
		float: right;
		width: 657px;
		/*background-color: rgba(255,255,255,0.5);*/
	}

#footer {
	position: relative;
	height: 126px;
}
	#footer div.footer-left {
		position: absolute;
		z-index: 2;
		background-color: #FFF;
		height: 126px;
		width: 285px;
		top: 0;
		left: 10px;
	}
		#footer div.footer-left .logo-cycle {
			position: absolute;
			top: 30px;
			left: 18px;
			width: 115px;
			height: 60px;
			overflow: hidden;
		}
	
	#footer div.footer-right {
		position: absolute;
		z-index: 2;
		background-color: #FFF;
		height: 126px;
		width: 657px;
		right: 10px;
		top: 0;
	}
		div.footer-right .col {
			width: 33%;
			float: left;
		}
			div.footer-right .col p {
				padding: 20px 0 30px 20px;
				margin: 0;
				font-size: 0.83em;
				line-height: 14px;
				color: #999; /*#b4e100;*/
			}
			div.footer-right .col2 p, div.footer-right .col3 p {
				padding: 20px 0 30px 0;
			}
				div.footer-right .col p a {
					display: block;
					color: #999;
				}
				div.footer-right .col p a:hover {
					color: #000;
				}
			div.footer-right p.credit {
				position: absolute;
				left: 434px;
				bottom: 6px;
				font-size: 0.83em;
				margin: 0;
			}
			
		div.socialmedia {
			position: absolute;
			top: 105px;
			left: 20px;
		}
			div.socialmedia a {
				float: left;
				margin-right: 26px;
				height: 18px;
				background-image:url(/images/icons_socialmedia.jpg);
				text-indent:-1000px;
			}
			div.socialmedia a.twitter {
				width: 58px;
				background-position: 0 0;
			}
			div.socialmedia a.facebook {
				width: 66px;
				background-position: 0 -18px;
			}
			div.socialmedia a.linkedin {
				width: 69px;
				background-position: 0 -36px;
			}
	
	#footer div.footer-spar {
		position: absolute;
		z-index: 1;
		height: 90px;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #FFF;
	}
	#footer div.footer-spar2 {
		position: absolute;
		z-index: 1;
		height: 108px;
		bottom: 0;
		left: 295px;
		width: 8px;
		background-color: #FFF;
	}
	
	
/* Common */

.image-block {
	margin-left: 221px;
	height: 100px;
}
	.image-block img {
		display: block;
	}

.content-block {
	position: relative;
	margin-left: 45px;
	padding: 16px;
	background-color: #FFF;
}
	.content-block p {
		line-height: 1.4;
	}
	.content-block p:last-child {
		margin-bottom: 0;
	}

.content-block a.topright {
	position: absolute;
	top: 16px; right: 16px;
	width: 160px; height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #000;
	text-align: right;
}

.content-block-black {
	padding: 16px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}

.content-block-black p {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 0;
}

.content-block-black a {
	color: #FFF;
}
.content-block-black a:hover {
	color: #b4e100;
}

.content-block-black span {
	padding: 0 4px;
}

h1 {
	margin: 0 0 18px -36px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
}


h1 span {
	display: inline-block;
	padding: 3px 10px;
	background-color: #b4e100;
}

h1 span em {
	font-style: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	color: #b4e100;
	margin-bottom: 18px;
}

.speech-bubble {
	position: absolute;
	left: 10px;
	top: 260px;
	width: 285px;
}
	.speech-bubble-content {
		padding: 18px;
	}
		.speech-bubble-content p {
			margin-bottom: 8px;
			line-height: 1.4;
		}	
		.speech-bubble-content p:last-child {
			margin-bottom: 0;
		}
	.speech-bubble-end {
		height: 23px;
		background-repeat: no-repeat;
	}
	
th {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #b4e100;
}

td {
	font-size: 14px;
}

.content-block ul { 
	margin:18px 0; 
}
.content-block li { 
	display:list-item; 
	margin-left:18px; 
	margin-bottom:3px; 
}
.content-block li { 
	list-style:disc outside none; 
}
.content-block ul ul {
	margin: 6px 0;
}
	
/* Content column overrides */

.clients .content-block, .candidates .content-block, .aboutus .content-block, .sectors .content-block, .sitemap .content-block {
	margin-left: 221px;
	width: 404px;
}

.aboutus.sub-2 .content-block {
	width: 405px;
}


/* Home */

.home h1 {
	margin: -36px 0 18px -36px;
	/*font-size: 32px;*/
	font-style: normal;
}
.home h1 span {
	padding: 2px 10px 6px;
}

.home .content-block {
	margin-top: 46px;
	margin-left: 180px;
	width: 345px;
}

/* 

.home h1 {
	margin: -36px 0 18px -36px;
	font-size: 32px;
	font-style: normal;
	color: #b4e100;
}
.home h1 span {
	padding: 0 10px;
	background-color: #FFF;
}
.home .content-block-black {
	margin-top: 46px;
	margin-left: 140px;
	width: 365px;
}
.home .content-block-black p {
	color: #b4e100;
	margin-bottom: 18px;
}*/

/* Meet the team */

.meet-the-team { /* .content-block */
	padding: 16px 15px 16px 16px;
}

.team-member {
	float: left;
	width: 135px; height: 160px;
}
.team-member:hover,.team-member.active {
	background-color: #daf082;
	cursor: pointer;
}
	.team-member .photo, .team-member .photo span {
		display: block;
		width: 120px; height: 125px;
	}
	.team-member .photo {
		margin: 7px 0 0 7px;
		background-position: 0 0;
	}
	.team-member .photo span, .active .photo {
		background-position: 0 -125px;
	}
	
	.team-member .detail {
		display: none;
	}
	
	.david-billinghurst .photo, .david-billinghurst .photo span {
		background-image: url(/images/team/david_billinghurst.jpg);
	}
	.will-willetts .photo, .will-willetts .photo span {
		background-image: url(/images/team/will_willetts.jpg);
	}
	.mary-anderson-ford .photo, .mary-anderson-ford .photo span {
		background-image: url(/images/team/mary_anderson_ford.jpg);
	}
	.laura-crossley .photo, .laura-crossley .photo span {
		background-image: url(/images/team/laura_crossley.jpg);
	}
	.louise-colkin .photo, .louise-colkin .photo span {
		background-image: url(/images/team/louise_colkin.jpg);
	}
	.jane-stammers .photo, .jane-stammers .photo span {
		background-image: url(/images/team/jane_stammers.jpg);
	}
	.danielle-orourke .photo, .danielle-orourke .photo span {
		background-image: url(/images/team/danielle_orourke.jpg);
	}
	.scott-tunnell .photo, .scott-tunnell .photo span {
		background-image: url(/images/team/scott_tunnell.jpg);
	}
	
	
	.team-member p {
		text-align:center;
		margin-top: 8px;
	}
	/*.team-member div.detail {
		display: none;
	}*/

#member-info { /* extends .content-block-black */
	position: absolute;
	top: 210px;
	margin-left: 188px;
	width: 294px;
	
	
}
	#member-info p {
		color: #b4e100;
		font: normal 12px Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	#member-info p:last-child {
		margin-bottom: 0;
	}
	#member-info p strong {
		color: #FFF;
	}



/* Clients specific */

.clients h1 {
	margin: -56px 0 18px -36px;
	width: 230px;
}

.clients .speech-bubble-content {
	background: #b4e100;
}
	.clients .speech-bubble-content p {
		color: #000;
	}
.clients .speech-bubble-end {
	background-image: url(/images/speech-bubble-end-green.png);
}

/* Candidates specific */

.candidates h1 {
	margin: -56px 0 18px -36px;
	width: 220px;
}

.candidates .speech-bubble-content {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
	.candidates .speech-bubble-content p {
		color: #b4e100;
	}
.candidates .speech-bubble-end {
	background-image: url(/images/speech-bubble-end-black.png);
}

/* Contacts */

.contacts .content-block {
	margin-top: 20px;
}

.contacts h1 {
	margin: -36px 0 18px -36px;
}

.contacts .cols {
	padding: 18px 32px 0 18px;
}

.contacts .col-a {
	float: left;
	width: 309px;
}

	.contacts .col-a p {
		color: #b4e100;
		margin-bottom: 8px;
	}
	.contacts .col-a p strong {
		color: #000;
	}
	.contacts .col-a p a {
		display: block;
		color: #acacac;
		margin-top: 2px;
	}
	.contacts .col-a p a:hover {
		color: #b4e100;
	}

.contacts .col-b {
	float: right;
	width: 188px;
}
	.contacts .col-b p {
		margin-bottom: 40px;
		padding-left: 18px;
		border-left: 1px solid #b4e100;
	}
	.contacts .col-b p:first-child {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 1.1;
	}
	.contacts .col-b p em {
		display: block;
		color: #b4e100;
		font-style: normal;
	}
	
/* Jobs */

.jobs-found {
	margin: -6px 0 0 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 35px;
	color: #b4e100;
}

.pagination {
	position: absolute;
	top: 14px;
	right: 16px;
	color: #999;
}
	.pagination p {
		font-size: 12px;
		margin-bottom:2px;
	}
	.pagination a {
		color: #000;
	}
	.pagination a.selected,.pagination p.strong { color: #b4e100; font-weight: bold; }
	.pagination a.selected.asc { background:transparent url(/images/arrowUpSort.png) center left no-repeat; padding-left:10px; }
	.pagination a.selected.desc { background:transparent url(/images/arrowDownSort.png) center left no-repeat; padding-left:10px; }

table.job-listing {
	clear: left;
	margin:5px 0 20px;
	border-collapse: collapse;
	border: none;
	color: #999;
	width: 100%;
}
	table.job-listing tbody tr:hover {
		cursor: pointer;
		background-color: #EEE;
	}
	table.job-listing th {
		padding-bottom: 2px;
	}

	th.job-position, th.job-location, th.job-salary {
		width: 115px;
	}
	
	table.job-listing td {
		padding: 10px 0;
		border-top: 1px solid #b4e100;
	}
	table.job-listing tr:last-child {
		border-bottom: 1px solid #b4e100;
	}
	table.job-list td:hover {
		cursor: pointer;
	}
	table.job-listing td.job-title {
		padding-right: 18px;
	}	
		table.job-listing td a {
			color: #000;
			font-weight: bold;
		}

/* Job details */

table.job-detail {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
	table.job-detail th {
		width: 80px;
	}
	table.job-detail td {
		padding: 4px 0;
	}
	table.job-detail tr.ref td, table.job-detail tr.ref th {
		border-bottom: 1px solid #b4e100;
		padding-bottom: 12px;
	}	
	table.job-detail tr.desc td, table.job-detail tr.desc th {
		padding-top: 12px;
	}

/* Job search */	

table.job-search {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
	table.job-search th {
		width: 140px;
		font-size: 12px;
		text-transform: none;
		color: #888;
		vertical-align: top;
		padding-top:6px;
	}
	table.job-search td {
		padding: 6px 0;
	}
	
	table.job-search select {
		width: 200px;
	}
	table.job-search input[type=text],table.job-search textarea  {
		width: 300px;
	}
	table.job-search input[name=postcode] {
		width: 100px;
	}
	table.job-search input[name=mobile],table.job-search input[name=town]  {
		width: 150px;
	}
	
	
	
/* Clear Fix */

.clearboth {
	clear:both;
}

.clearer {
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	clear: both
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */	