body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ie5 workaround to centre content; #wrapper then aligns text left and adds 'auto' margins l and r */
	background-color: #ffffff;
}

/* hidden screen reader links */
.hidden {
display: none;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0;
	background-color: #FFFFFF;
}

/* used to position logo */
#wrapper .margin {
	margin: 0px;
	margin-left: 20px;
	}
	
/* top 3D icons */
#wrapper .user, #wrapper .register, #wrapper .jobcart  {
	float: right;
	margin-right: 20px;
		color: #FFFFFF;
		font-size: 70%;
		text-align:center;
	}

/* navbar, but rollovers are P7 - not in this stylesheet */
#navbar {
background-color: transparent;
width: 760px;
padding: 0px;
	background-image:url(/p7pm/img/p7PM_goldbghz.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	position: absolute;
	top: 101px;
	left: 0px;
	z-index: 10001;
	}
	
/* full height background coloured outer columns */
#fauxcolumns {
background-image:url(/images/faux-columns.gif); 
background-repeat: repeat-y;
background-position: 0 0; 
position: absolute; 
left:0px; 
top:125px;
}

/* main page content - centre column */
#content {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 1px 0 0 1px;
	width: 446px;
	background-color: #FFFFFF;
		border-top: 1px solid #FFFFFF;
}

#content ul {
	list-style-type:square;
	list-style-position:outside;
}

#content p, #content li {
	font-size: 70%;
	line-height: 150%;
	margin: 10px;
}

#content a:link, #content a {
	color: #00209f;
	border-bottom: 1px solid #52c1b2;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
	
	#content h1 {
	font: normal 125% Arial, Verdana, Helvetica, sans-serif;
	color: #333399;
margin: 10px;
letter-spacing: -1px;
	}

#content h2 {
	font-size: 70%;
	line-height: 150%;
	color: #000000;
	background-color: transparent;
		margin-left: 10px;
	margin-right: 10px;

}

/* floats 'previous/next' links right of results count */
#content .prevnext {
 float: right;
 }
 
/* basic table used throughout for summary results, previous apps tables etc. */
#content .resultsummary, #content .resultsummary2 {
background-color: #dee1f0;
border: 1px solid #52c1b2;
margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(/images/results-summary-background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-top: 5px;
}

/* line up the icons with text in the boxes */
#content .resultsummary img, #content .resultsummary2 img {
vertical-align: middle;
}

#content .resultsummary a, #content .resultsummary2 a {
border: 0;
text-decoration: none;
}

#content .resultsummary a:hover, #content .resultsummary2 a:hover {
border: 0;
text-decoration: none;
}

#content .resultsummary h2, #content .resultsummary2 h2 {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #000000;
font-size: 75%;
border-bottom: 1px solid #FFFFFF;
margin-top: 3px;
text-transform:uppercase;
}

/* blue slab link in grey panels */
#content .resultsummary h3, #content .resultsummary2 h3 {
margin: 5px;
font-size: 70%;
}

#content .resultsummary h3 a:link, #content .resultsummary h3 a, #content .resultsummary2 h3 a:link, #content .resultsummary2 h3 a {
color: #000000;
	display: block;
	text-decoration: none;
	border: 0;
padding: 5px 3px;
	background-color: #52c1b2;
	background-image: url(/images/search-small-a.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #4849a3;
}

#content .resultsummary h3 a:hover, #content .resultsummary2 h3 a:hover {
	color: #FFFFFF;
	background-color: #4849a3;
	background-image: url(/images/search-small.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	text-decoration: none;
		border: 1px solid #4849a3;
}

#content .resultsummary p, #content .resultsummary2 p {
clear: left;
margin-top: 0px;
margin-bottom: 4px;
}

#content .resultsummary p.jobtitle, #content .resultsummary2 p.jobtitle {
font-weight: bold;
}

/* table-less form layout */
#content .resultsummary p label {
width: 30%;
float: left;
}

/* table-less form layout */
#content .resultsummary2 p label {
width: 50%;
float: left;
}

/* tables used for job cart and previous applications */
#content .resultsummary th {
background-color: #0071bc;
border: 0;
border-color: #0071bc;
padding: 4px;
	font-size: 70%;
	color: #ffffff;
	text-align: left;
}

#content .resultsummary td {
background-color: transparent;
border: 0;
border-bottom: 1px solid #0071bc;
padding: 4px;
	font-size: 70%;
}

/* error and 'done' div with exclamation mark */
#content #alert {
background-color: #dee1f0;
background-image: url(/images/alert.jpg);
background-repeat:no-repeat;
background-position: top left;
border: 1px solid #dfdede;
padding: 6px;
margin-bottom: 5px;
}

#content #alert p {
padding-left: 40px;
}

/* errr ...it's just an outline box */
#content .clearbox {
border: 1px solid #0071bc; 
margin: 0 10px 10px 10px;
background-color:#FFFFFF;
padding: 3px;
}

#content .clearbox p, #content .clearbox h2, #content .clearbox ul  {
margin-top: 0px;
}

#content .clearbox h2  {
color: #FFFFFF;
background-color: #0071bc;
padding: 2px 4px;
margin: 0;
}

#content .clearbox h3  {
font-size: 70%;
color: #000000;
background-color: #dfdede;
padding: 2px;
}

/* map page */
#content #map {
background-image:url(/images/ukandworld.gif);
background-position: right top;
background-repeat:no-repeat;
height: 310px;
margin: 20px 7px 0 7px;
}

#content #map a {
text-decoration: none;
border: 0;
}

#content #map label {
display: none;
}

/* map locations */
#searchselect, #east, #eastmids, #eire, #london, #north, #northwest, #northernireland, #scotland, #southeast, #southwest, #wales, #westmids, #yorks {
position: absolute;
}  

#searchselect { 
top: 356px; left: 517px}
 
#east {
top: 324px; left: 479px;
}

#eastmids { 
top: 286px; left: 470px;
}

#eire { 
top: 179px; left: 377px;
}

#london {
top: 330px; left: 450px;
}

#north {
top: 221px; left: 508px;
}

#northwest { 
top: 234px; left: 469px;
}

#northernireland { 
top: 169px; left: 434px;
}

#scotland {
top: 152px; left: 516px;
}

#southeast { 
top: 324px; left: 422px;
}

#southwest { 
top: 289px; left: 374px;
}

#wales { 
top: 255px; left: 412px;
}

#westmids { 
top: 274px; left: 436px;
}

#yorks { 
top: 260px; left: 489px;
}

/* right hand column */
#rightnavigation {
	float: right;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 1px 0 0 0;
	width: 139px;
	background-color: transparent;
}

/* search panel */
#rightnavigation .boxes {
font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e1e2f1;
	background-image: url(/images/bg-feat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		border-top: 1px solid #FFFFFF;
	}
	
#rightnavigation .boxes p {
font-size: 70%;
padding: 0 5px 5px 5px;
margin-top: 2px;
margin-bottom: 2px;
	}
	
#rightnavigation .boxes h2 {
font-size: 70%;
font-weight: bold;
margin-bottom: 0;
margin-top: 2px;
padding: 0 5px 0 5px;
}

#rightnavigation .boxes h2 a {
color: #000000;
text-decoration: none;
}

#rightnavigation .boxes h2 a:hover {
color: #00209f;
text-decoration: underline;
}
	
#navigation .boxes p input, #rightnavigation .boxes p input {
	width: 162px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
	#navigation .boxes p input.autoWidth {
	width: auto !important;
	}
	
	#navigation .boxes label {
	color: #FFFFFF;
	}
	
	#navigation .boxes select, #rightnavigation .boxes select {
	width: 162px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
	#navigation .boxes h1, #rightnavigation .boxes h1 {
font: normal 90% Georgia, "Times New Roman", Times, serif;
	background-color: #52c1b2;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	}
	
	#navigation .boxes h1 img {
	margin: 0px;
	}

/* left hand column */
#navigation {
	float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 1px 0 0 0;
	width: 173px;
	background-color: transparent;
		border-top: 1px solid #FFFFFF;
}

/* login/logout panel, job cart panel */
#navigation .boxes {
font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/bg-search.jpg);
	background-repeat:repeat-x;
	background-color: #c5c7e3;
	margin-bottom: 10px;
	}
	
#navigation .boxes p {
font-size: 70%;
padding: 0 5px 5px 5px;
margin-top: 2px;
margin-bottom: 2px;
	}
	
#navigation .boxes h2 {
font-size: 70%;
font-weight: bold;
margin-bottom: 0;
margin-top: 2px;
padding: 0 5px 0 5px;
}

#navigation .boxes h2 a {
color: #000000;
text-decoration: none;
}

#navigation .boxes h2 a:hover {
color: #00209f;
text-decoration: underline;
}

#navigation .boxes p input {
width: 150px;
}
	
/* logged in menu */
#navigation .boxes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation .boxes li a:link, #navigation .boxes li a {
color: #FFFFFF;
display: block;
text-decoration:none;
	margin: 0;
	padding: 3px 5px 3px 5px;
	font-size: 70%;
	border-bottom: 1px solid #666666;
border-top: 1px solid #ffffff;
background-color: #4849a3;
}

#navigation .boxes li a:hover {
color: #000000;
display: block;
text-decoration: none;
background-color: #c5c7e3;
}

#navigation .boxes p a:link, #navigation .boxes p a {
color: #0071bc;
text-decoration: underline;
}

#navigation .boxes p a:hover {
color: #0071bc;
text-decoration: none;
}

/* footer links */
#footer {
	width:760px;
	padding: 5px 0 10px 0;
	font-size: 70%;
	color: #AAAAAA;
	background-color: #00209f;
	text-align: center;
clear: both;
border-top: 1px solid #FFFFFF;
background-image:url(/images/header.jpg);
background-position: left bottom;
background-repeat: repeat-x;
	}
	
	#footer a:link, #footer a {
	color: #AAAAAA;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/* generic stuff */
form {
margin: 0px;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.center {
text-align: center;
}

.clear {
clear: both;
}

img a {
border: 0;
text-decoration: none;
}

/* page specific stuff */
.contract1, .contract2, .contract3, .contract4, .contract5 {
border-bottom: 1px dotted #C9AA71;
background-position: right bottom;
background-repeat: no-repeat;
margin-bottom: 20px;
position:relative;
  min-height:200px;
  height:auto !important; /*fixes IE6 and 7 */
  height:200px; /*fixes IE6 and 7 */
  }

.contract1 {
background-image:url(/images/img-contract1.jpg);
}

.contract2 {
background-image:url(/images/img-contract2.jpg);
}

.contract3 {
background-image:url(/images/img-contract3.jpg);
}

.contract4 {
background-image:url(/images/img-contract4.jpg);
}

.contract5 {
background-image:url(/images/img-contract5.jpg);
}

.contract1 blockquote, .contract2 blockquote, .contract3 blockquote, .contract4 blockquote, .contract5 blockquote {
margin-left: 5px;
margin-right: 50%;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:90%;
color: #999999;
line-height: 170%;
}

#flash {
border-top: 1px solid #FFFFFF;
}

#city h2, #businessimprovement h2, #legal h2, #trans h2, #comms h2, #tech h2, #notforprofit h2, #oilgas h2, #bustech h2, #permrec h2, #recout h2, #contrec h2, #adserv h2, #searchsel h2, #about h2, #workforus h2 {
padding: 0px; background-color: #FFFFFF; /* removes inherited padding, margin and bg colour from #content h1 */
margin: 1px 0 0 0 !important;
padding-top: 248px;  width: 445px;  /* image size */   
background-repeat: no-repeat; 
overflow: hidden; /* hide text */  
height: 248px;  voice-family: "\"}\""; voice-family:inherit;  height: 0; /* IE5 hack */  
}

/* define image for each ID */ 
#businessimprovement h2 {
background-image: url(/images/divisions/businessimprovement.jpg);
}

#legal h2 {
background-image: url(/images/divisions/legal.jpg);
}

#trans h2 {
background-image: url(/images/divisions/transport.jpg);
}

#notforprofit h2 {
background-image: url(/images/divisions/notforprofit.jpg);
}

#comms h2 {
background-image: url(/images/divisions/comms.jpg);
}

#tech h2 {
background-image: url(/images/divisions/technical.jpg);
}

#oilgas h2 {
background-image: url(/images/divisions/oilgas.jpg);
}

#bustech h2 {
background-image: url(/images/divisions/bustech.jpg);
}

#city h2 {
background-image: url(/images/divisions/city.jpg);
}

#permrec h2 {
background-image: url(/images/divisions/permrec.jpg);
}

#recout h2 {
background-image: url(/images/divisions/recout.jpg);
}

#contrec h2 {
background-image: url(/images/divisions/contrec.jpg);
}

#adserv h2 {
background-image: url(/images/divisions/adserv.jpg);
}

#searchsel h2 {
background-image: url(/images/divisions/searchsel.jpg);
}

#about h2 {
background-image: url(/images/divisions/about.jpg);
}

#workforus h2 {
background-image: url(/images/divisions/workforus.jpg);
}


/* thumbnail layout */
#albumlist {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	margin-top: 10px;
	clear: both;
}

#albumlist ul {
		margin: 0px;
	padding: 0px;
	}


#albumlist li {
width: 95px;
	list-style-type: none;
	float: left;
	color: #FFFFFF;
background-color: #dee1f0;
	background-image:url(/images/results-summary-background.jpg);
	background-position: center top;
	text-align: center;
	border: 1px solid #FFFFFF;
				  min-height:129px;
  height:auto !important; /*fixes IE6 and 7 */
  height:129px; /*fixes IE6 and 7 */ 
  padding: 0;
		margin: 0 5px 10px 5px;
}

#albumlist li p {
margin: 3px;
	color: #000000;
		font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}

#albumlist h2 {
background-color: #00209f;
color: #FFFFFF;
padding: 3px;
margin: 0 10px 10px 0;
background-image:url(/p7pm/img/p7PM_goldbghz.jpg);
}

* html #albumlist {
display: inline;
}

#navigation div.pad {
	padding: 0 5px;
}

div#wn {
	clip: rect(0px, 163px, 120px, 0px);
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 163px;
	z-index: 1;
}

div#cnt {
	position: absolute;
	z-index: 1;
	padding-top: 5px;
}

#navigation .boxes div#cnt ul {
	padding: 0;
	margin: 0;
}

div#cnt li {
	padding: 0;
	margin: 0;
	display: block;
	height: 120px;
	font-size: 70%;
	padding-bottom: 5px;
}

#navigation .boxes div#cnt li a {
	font-size: 100%;
}

div#cnt li span {
	margin: 3px;
	margin-top: 0;
	display: block;
}

div#cnt li a {
	width: 163px;
}

#navigation .boxes h2 a {
	color: #000000;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 2px;
}

#navigation .boxes h2 a:hover {
	text-decoration: none;
	color: #000000;
}

#navigation .boxes h2.plain {
	margin-left: 0;
	margin-right: 0;
	background-color: #52c1b2;
}