/* CSS Document */

/*SITEWIDE SETTINGS*/

/*To set all the border and margins to 0 to avoid cross browser issues*/
* {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 14px;
	font-weight: normal;
	font: "Arial Narrow", Arial;
	color: #5D6C93;
	}
p {
	margin-top: 15px;
	line-height: 180%;
	font-size: 11px;
	}
/*Controlling the background images*/
body {
	background-image: url(../gfx/background.gif);
	background-position: 0 30px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #495159;
	}
/*Reference container*/
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	min-height: 625px;
	}
/*Controlling the rounded corners*/
.tl {
	position: absolute;
	top:0;
	left: 0;
	}
.tr {
	position: absolute;
	top: 0;
	right: 0;
	}
.bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	}
.br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	}

/*HOME PAGE*/

/*Controlling the main text on the home page*/
#home_text {
	border:  #DCDCDC 1px solid;
	background: #FFFFFF;
	width: 620px;
	position: absolute;
	top: 300px;
	margin-left: 10px;
	padding: 20px 20px 20px 30px;
	left: 0;
	}

/*Controlling the Client box on the home page*/
#client {
	padding-left: 15px;
	background-image: url(../gfx/web_optimised/grad_bk.jpg);
	background-repeat:no-repeat;
	position: absolute;
	right: 20px;
	top: 310px;
	width: 200px;
	}
#client h1 {
	font-size: 12px;
	color: #5D6C93;
	padding: 5px 0 0 0;
	}
#client p  {
	width: 200px;
	line-height: 11px;
	padding: 0 0 10px 0;
	margin-top: 5px;
	}
/*Controlling the Candidate box on the homepage*/
#candi {
	padding-left: 15px;
	background-image: url(../gfx/web_optimised/grad_bk2.jpg);
	background-repeat:no-repeat;
	position: absolute;
	right: 35px;
	top: 385px;
	width: 185px;
	}
#candi h1 {
	font-size: 12px;
	color: #5D6C93;
	padding: 5px 0 0 0;
	}
#candi p {
	width: 200px;
	padding: 0 0 10px 0;
	line-height: 11px;
	margin-top: 5px;
	}
.fplogo {
	padding-top: 25px;
	padding-left: 35px;
	}
.fplogo2 {
	padding-top: 20px;
	padding-left: 15px;
	}
/*Styling the links on the home page*/
a.link1:link, a.link1:visited, a.link1:active {
	color: #FF0D0D;
	text-decoration: none;
	}
a.link1:hover {
	color: #FF0D0D;
	text-decoration: underline;
	}
/*Controlling the image in the main text box*/
.text_img {
	float: right;
	padding: 35px 15px 10px 30px;
	}

/*WHY GRAFTERS PAGE*/
	
/*Controlling the main text on the Why page*/
#why_text {
	border:  #DCDCDC 1px solid;
	background: #FFFFFF;
	width: 600px;
	position: absolute;
	top: 300px;
	padding: 30px 30px 20px 30px;
	left: 0;
	}
.carpenter {
	float: right;
	position: relative;
	margin: 45px 30px 15px 0;
	}
	
/*SERVICES PAGE*/
	
/*Managing the service pic*/
.service_pic {
	position: absolute;
	top: 300px;
	left: 0;
	}
.service_pic2 {
	position: absolute;
	top: 275px;
	left: 0;
	}
/*managing the text on the service page*/
#service_txt {
	position: absolute;
	right: 0;
	top: 100px;
	height: 260px;
	width: 300px;
	margin-top: 200px;
	background: #FFFFFF;
	padding: 20px;
	border:  #D4D4D4 1px solid;
	}
#service_txt h2 {
	font-size: 14px;
	}
#service_txt p {
	margin-top: 10px;
	line-height: 16px;
	}
#service_txt ul {
	margin-top: 15px;
	margin-left: 10px;
	line-height: 23px;
	list-style-type: none;
	}
#service_txt li a:link, #service_txt li a:visited, #service_txt li a:active {
	color:#FF0D0D;
	text-decoration: none;
	}
#service_txt li a:hover {
	color: #FF0D0D;
	text-decoration: underline;
	}
/*Managing the text box in the Retained Search & Selection Page*/
#service_txt2 {
	position: absolute;
	right: 15px;
	top: 110px;
	height: 210px;
	width: 580px;
	margin-top: 200px;
	background: #FFFFFF;
	padding: 20px 20px 0 0;
	}
#service_txt2 h2 {
	font-size: 14px;
	}
#service_txt2 p {
	margin-top: 12px;
	line-height: 18px;
	}

/*CHANNEL ISLANDS PAGE*/
#ci {
	float: left;
	margin-top: 25px;
	width: 450px;
	padding: 0 0 25px 25px;
	}
#ci h2 {
	font-size: 16px;
	font-weight: normal;
	}
#ci h3 {
	margin-top: 15px;
	padding-bottom: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #5D6C93;
	border-bottom: #CCCCCC 1px solid;
	}
#ci ul {
	color: #5D6C93;
	margin: 15px 35px;
	}
#ci li {
	list-style-type: disc;
	margin-top: 7px;
	}
.logo1 {
	float: left;
	padding: 25px 42px 25px 50px;
	border-bottom: #CCCCCC 1px solid;
	}
.logo2 {
	float: right;
	padding: 25px 65px 25px 55px;
	border-bottom: #CCCCCC 1px solid;
	}
.ci_serv {
	position: relative;
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	width: 280px;
	margin-bottom: 20px;
	padding-right: 50px;
	padding-left: 20px;
	border:  #DCDCDC 1px solid;
	background: #FFFFFF;
	}
.ci_serv h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	}
.ci_serv h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	}
.ci_serv h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	}
.ci_serv p {
	padding-bottom: 20px;
	border-bottom: #666666 dashed 1px;
	}
p.noline {
	border-bottom: 0;
	}

/*OPPORTUNITIES PAGE*/
#opps_text {
	border:  #DCDCDC 1px solid;
	background: #FFFFFF;
	width: 250px;
	position: absolute;
	top: 300px;
	margin-left: 10px;
	padding: 20px 20px 20px 30px;
	}
#client2 {
	position: absolute;
	top: 305px;
	left: 345px;
	background-image: url(../gfx/web_optimised/opss_bk.jpg);
	background-repeat:no-repeat;
	width: 280px;
	}
#client2 h1 {
	font-size: 12px;
	color: #5D6C93;
	padding: 5px 10px 0 15px;
	}
#client2 p  {
	width: 200px;
	line-height: 11px;
	padding: 0 0 10px 15px;
	margin-top: 5px;
	}
#candi2 {
	position: absolute;
	top: 305px;
	right: 15px;
	background-image: url(../gfx/web_optimised/opss_bk.jpg);
	background-repeat:no-repeat;
	width: 280px;
	}
#candi2 h1 {
	font-size: 12px;
	color: #5D6C93;
	padding: 5px 0 0 15px;
	}
#candi2 p {
	width: 280px;
	padding: 0 0 10px 15px;
	line-height: 11px;
	margin-top: 5px;
	}
/*UK POSITIONS AVAILABLE PAGE*/
#pic_left {
	width: 100px;
	height: 450px;
	float: left;
	margin-top: 40px;
	}
#uk {
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	width: 380px;
	padding-bottom:25px;
	}
#uk h2 {
	font-size: 16px;
	font-weight: normal;
	}
#uk h3 {
	margin-top: 15px;
	padding-bottom: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #5D6C93;
	border-bottom: #CCCCCC 1px solid;
	}
#uk h4 {
	margin-top: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #5D6C93;
	}
#uk ul {
	color: #5D6C93;
	margin-top: 15px;
	padding-left: 25px;
	padding-bottom: 35px;
	border-bottom: #CCCCCC 1px solid;
	}
#uk li {
	list-style-type: disc;
	margin-top: 7px;
	}
.uk_pos {
	position: absolute;
	right:0;
	margin-top: 40px;
	margin-bottom: 20px;	
	width: 260px;
	padding-right: 15px;
	padding-left: 20px;
	border:  #DCDCDC 1px solid;
	background: #FFFFFF;
	}
.uk_pos h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	}
.uk_pos h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	}
.uk_pos h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	}
.uk_pos p {
	line-height: 14px;
	}
.uk_pos ul {
	color: #5D6C93;;
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 150%;
	}
.uk_pos li {
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: disc;
	}
#uk .logo1 {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 35px;
	}
#uk .logo2 {
	padding-top: 25px;
	padding-left: 57px;
	padding-right: 25px;
	}
#uk li {
	list-style-type: none;
	}
	
/*CONTACT PAGE*/

#contact1 {
	float: left;
	width: 185px;
	margin-top: 20px;
	margin-left: 20px;
	min-height: 160px;
	padding-left: 30px;
	background-image: url(../gfx/web_optimised/contact_grad.jpg);
	background-repeat:no-repeat;
	}
address {
	line-height: 16px;
	margin-top: 10px;
	font-style:normal;
	margin-bottom: 10px;
	}
#contact1 p, #contact2 p {
	margin: 0;
	}
.email {
	margin-top: 20px;
	line-height: 22px;
	font-size: 14px;
	}
.email a:link, .email a:visited {
	font-size: 11px;
	}
.list {
	margin-top: 10px;
	line-height: 20px;
	list-style-type: none;
	}
/*Footers*/
#footer1 {
	position: absolute;
	top:610px;
	color:#CCCCCC;
	width: 950px;
	padding: 10px;
	text-align: center;
	}
#footer2 {
	position: absolute;
	top:590px;
	color:#CCCCCC;
	width: 950px;
	padding: 10px;
	text-align: center;
	}
#footer3 {
	position: absolute;
	top:570px;
	color:#CCCCCC;
	width: 950px;
	padding: 10px 10px;
	text-align: center;
	}
#footer4 {
	float: left;
	clear: both;
	color:#CCCCCC;
	width: 950px;
	padding-top: 0;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	}
#footer5 {
	float: left;
	clear: both;
	color:#CCCCCC;
	width: 950px;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: left;
	}
#footer6 {
	float: left;
	clear: both;
	color:#CCCCCC;
	width: 950px;
	padding-top: 0;
	margin-bottom: 10px;
	margin-top: 70px;
	text-align: center;
	}

/*SITEMAP*/

.smtitle {
	margin: 40px 0 0 100px;
	}

.list1 {
	margin-top: 20px;
	margin-left: 150px;
	line-height: 30px;
	}
ul.list1 ul {
	margin-left: 20px;
	}
a.smlink:link {
	color: #FF0000;
	}
.list1 li a:link, .list1 li a:visited, .list1 li a:active {
	color: #495159;
	text-decoration: none;
	}
.list1 li a:hover {
	text-decoration: underline;
	}