#header{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 149px;
	background: #003440;
	z-index: 100;
}
#header img{
	border: none;
}
#container{
	position: relative;
	margin: 0 auto;
	padding: 0 0 1em 0;
	width: 752px;
	border-left: 4px solid #003440;
	border-right: 4px solid #003440;
	background: #ede9dd;
	border-bottom: 1px solid #003440;
}
#printheader{
	display: none;
	position: absolute;
	top: -99999px;
}
#minheight{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 300px;
}

/******************* Start Skip Navigation *******************/

a.skip:link, a.skip:visited {
	position: absolute;
	top: 0;
	left: -9999px;
}

a.skip:focus, a.skip:hover, a.skip:active {
	position: absolute;
	top: -1.7em;
	left: 0;
	width: 732px;
	margin: 0 auto;
	padding: 2px 15px 2px 5px;
	text-align: center;
	font: 0.65em/1.2em Arial, Helvetica, sans-serif;
	color: #003440;
	text-decoration: none;
	display: block;
	font-weight: bold;
	z-index: 900;
	background: #ede9dd;
}

a.skip2:link, a.skip2:visited {
	position: absolute;
	top: 0;
	left: -9999px;
}

#rightcol a.skip2:focus, #rightcol a.skip2:hover, #rightcol a.skip2:active {
	position: absolute;
	top: 0em;
	left: 0;
	width: 166px;
	margin: 0 auto;
	padding: 2px 15px 2px 5px;
	text-align: center;
	font: 0.65em/1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	z-index: 900;
	background: #6c8072;
}

/******************* End Skip Navigation *******************/


/* *********** START NAVIGATION *********** */

#navholder{
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #ede9dd;
	background: #6c8072;
}
ul#nav { /* all lists */
	padding: 0 20px 0 20px;
	margin: 0;
	position:relative;
	list-style: none;
}
ul#nav li { /* all list items */
	float: left;
	position: relative;
	color: #ede9dd;
}

ul#nav li a:link, ul#nav li a:visited  {
	position: relative;
	margin: 0 6px 0 0;
	padding: 10px 0;
	display: block;
	font: 0.6em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ede9dd;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus {
	position: relative;
	margin: 0 6px 0 0;
	padding: 10px 0;
	display: block;
	font: 0.6em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(/imagebank/7603-nav-pointer-hover.gif) bottom center no-repeat;
}
ul#nav li a:link.current, ul#nav li a:visited.current {
	position: relative;
	margin: 0 6px 0 0;
	padding: 10px 0;
	display: block;
	font: 0.6em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(/imagebank/7603-nav-pointer.gif) bottom center no-repeat;
}

/* *********** END NAVIGATION *********** */

/* *************** start image positioning *************** */ 
.imgleft{
	position: relative;
	float: left;
}
.imgright{
	position: relative;
	float: right;
}
/* *************** end image positioning *************** */ 

.clearboth{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#content{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 10px 20px 10px 19px;    /* The left is less 1px to compensate for the minheight element */
	width: 712px;
	background: #ede9dd;
}
#content.withcol{
	margin: 0 auto;
	padding: 10px 20px 10px 19px;    /* The left is less 1px to compensate for the minheight element */
	width: 512px;
	background: #ede9dd;
}


/* Fix IE. \*/
* html #navholder{
	height: 1%;
}
* html #content ol{
	padding: 0 0 0 1.5em;
	width: 95%;
}
* html #content ol li{
	margin: 0 0 0.5em 0.5em;
}
* html #content ol li ol li{
	margin: 0 0 0.5em 1em;
}
* html #content ul li ul.alpha li{
	margin: 0 0 0.5em 3.5em;
}
/* End */


/* ********** start rightcol *********** */

#rightcol{
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 186px;
}
#rightcol h1{
	margin: 1em 0 1em 0;
	padding: 0.5em 10px;
	font: 1em/1.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #003440;
}
#rightcol p{
	margin: 0 0 0.5em 0;
	padding: 0 10px;	
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	color: #000;
}
#rightcol a:link, #rightcol a:visited{
	color: #003440;
	text-decoration: underline;
}
#rightcol a:hover, #rightcol a:active, #rightcol a:focus{
	color: #003440;
	text-decoration: none;
}

#rightcol ul{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	list-style: none;
}
#rightcol ul li{
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}
#rightcol ul li a:link, #rightcol ul li a:visited {
	color: #6c8072;
	text-decoration: none;
}
#rightcol ul li a:hover, #rightcol ul li a:active, #rightcol ul li a:focus{
	color: #003440;
	text-decoration: none;
}
#rightcol ul li.current, #rightcol ul li.current{
	background: url(/imagebank/7603-subnav-pointer.gif) top left no-repeat;
	background-position: 0 0.1em;
}

#rightcol ul li.current a:link, #rightcol ul li.current a:visited {
	color: #003440;
	text-decoration: none;
}
#rightcol li ul li{
	margin: 0 0 0.5em 0;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}



/* ********** end rightcol *********** */

h1{
	margin: 0.65em 0 0.5em 0;
	padding: 0;
	font: 1.8em/1.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #003440;
	font-weight: normal;
}
h2{
	margin: 1em 0 0.5em 0;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #5998c8;
	font-weight: bold;
}
h3{
	margin: 1em 0 0 0;
	padding: 0;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
p{
	margin: 0 0 0.8em 0;
	padding: 0;	
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	color: #000;
}

hr{
	margin: 0.5em 0;
	padding: 0;
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
}
blockquote{
	padding: 0;
	margin: 0 0 2em 0;
}
#content a:link, #content a:visited{
	color: #003440;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus{
	color: #003440;
	text-decoration: none;
}

#content ul{
	margin: 0.5em 0;
	padding: 0;
}
#content ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
color: #000;
}
#content li ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}


/* *************** START SITE MAP ************** */
#content ul#sitemap{
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
#content ul#sitemap li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
#content ul#sitemap li ul{
	margin-bottom: 1em;
	list-style: none;
}
#content ul#sitemap li ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}
/* ************** END SITE MAP ***************** */


#content ol{
	margin: 0.5em 0;
	padding: 0;
}
#content ol li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
color: #000;
}
#content li ol li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}

/* ************** START OPTIONAL STYLING **************** */

#content ul.imagelist{
	position: relative;
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
#content ul.imagelist li{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background: url(/imagebank/7603-bullet.gif) top left no-repeat;
	background-position: 2px 0.3em;     /* 	The co-ordinates start from the top and left of the element (in this case the li) 
											First is position in from the left, then position down from the top  */
}
#content ul.imagelist li ul{
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
#content ul.imagelist li ul li{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background: url(/imagebank/7603-bullet.gif) top left no-repeat;
	background-position: 2px 0.3em;     /* 	The co-ordinates start from the top and left of the element (in this case the li) 
											First is position in from the left, then position down from the top  */
}

table{
	margin: 0;
	padding: 0;
	border-top: 1px solid #003440;
	border-left: 1px solid #003440;
}
table caption{
	margin: 0;
	padding: 5px 0.4em 5px 0;
	text-align: right;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
color: #000;
	font-style: italic;
}
table th{
	margin: 0;
	padding: 0.4em;
	background: #003440;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
text-align: left;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #003440;
	border-bottom: 1px solid #003440;
}
table th.blank{
	margin: 0;
	padding: 0.4em;
	background: #fff;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
text-align: left;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #003440;
	border-bottom: 1px solid #003440;
}
table td{
	margin: 0;
	padding: 0.4em;	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
text-align: left;
	color: #000;	
	border-right: 1px solid #003440;
	border-bottom: 1px solid #003440;
}
table td.currency{
	text-align: right;
}

table td p{
	margin: 0;
	padding: 0;
}

/*table tr:hover{     ---- This can be optionally activated for hilighting rows
	background: #ececec;
}*/



/* START TEXT ALIGNMENTS */

.righttxt{
	text-align: right;
}
.lefttxt{
	text-align: left;
}
.centertxt{
	text-align: center;
}

/* END TEXT ALIGNMENTS */


/* START IMAGE ALIGNMENTS */

img.border{
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
img.leftimg{
	float: left;
	margin: 0 1em 1em 0;
}
img.rightimg{
	float: right;
	margin: 0 0 2em 1em;
}
.centerimg{             /* This requires a DIV wrapped around the image with this class applied  */ 
	margin: 0 auto;
	text-align: center;
}
.centerimg img{
	margin: 0 0 1em 0;
}

/* END IMAGE ALIGNMENTS */


/* ************** END OPTIONAL STYLING **************** */



/* ************** START JOB DISPLAY ELEMENTS ************** */

/* Fix IE. \*/

* html #content ul.job_action_links li.apply, * html #content ul.job_action_links li.email{
	display: inline;
	margin: 0 0.9em 0 0;
	padding: 0 0.6em 0 0;
}	
* html #content ul.detailed_jobs_list li{ 			/* VERY IMPORTANT - forces the list block height to be respected 
														as well as spacing between title and other lines */
	height: 1%;
}
/* End */



/* List elements */

#content ul.detailed_jobs_list{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

#content ul.detailed_jobs_list li{
	margin: 0;
	padding: 0.5em 0 0 0;
	clear: left;
	/*border-top: 1px solid #ccc;*/
	display: block;
}
#content hr.notoppad{
	margin-top: 0;
}
#content ul.detailed_jobs_list li .job_title{
	display: block;
	margin: 0 0 0.2em 0;
	padding: 0;
	font: 1.4em/1.2em Arial, Helvetica, sans-serif;    /* becuse this is in a list it needs the height bumping up a bit to match the H2 height */
	font-weight: bold;
}

a:link.job_title, a:visited.job_title  {
	text-decoration: none;
}

a:focus.job_title, a:hover.job_title, a:active.job_title  {
	text-decoration: underline;
}
.sector, .city, .jobType{
	margin:0 0 0 0;	
	padding:0;
}
#content .job_details{
	display: block;
	font-weight:bold;
	color: #000;
	margin:0 0 0.3em 0;
	padding:0 0 0.3em 0;
}
#content .job_role{
	display: block;
	color: #000;
	margin:0 0 0.3em 0;
	padding:0 0 1em 0;
	line-height: 1.4em;
}

/* List elements */



/*#content h1.title{                                ------ This is used to create a differing title style if required for the job title 
	font: 0.9em/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 1em 0px 0.5em 0px;
	color: #036;
	font-weight: bold;
}*/

p.logo img{                    /* The logo for the job is automatically brought in. This hides the logo from the display. */
	display: none;
}

#content p.job_divers{
	margin:0 0 0em 0;
	padding:0 0 0em 0;
}
p.descr{
	margin:0 0 0.3em 0;
	padding:0 0 1em 0;
}
.publicationDate {
	position: relative;
	display: block;
	margin: 1em 0 0 0;
	font-size: 0.9em;
}
.job_divers .sector, .job_divers .city, .job_divers .jobType{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.descr_title{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul.job_action_links{
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;}

ul.job_action_links li{
	margin: 0;
	padding: 0;
	font-weight: 100;
	color: #003440;
}

#content ul.job_action_links li.apply, #content ul.job_action_links li.email{
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.8em 0 0;
}

.apply{
	border-right: 1px solid #036;
}




/* ************** END JOB DISPLAY ELEMENTS ************** */

#footer{
	margin: 0 auto;
	padding: 10px 20px;
	width: 712px;
	background: #ede9dd;
	border-left: 4px solid #003440;
	border-right: 4px solid #003440;
	border-bottom: 4px solid #003440;
}

#footer li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0 0 0;
	font: 0.7em/1em Arial, Helvetica, sans-serif;
}
#footer li a{
	padding: 0 0.8em 0 0;
}
.lineright{
	border-right: 1px solid #003440;
}

#footer a:link, #footer a:visited{
	color: #003440;
	text-decoration: underline;
}
#footer a:hover, #footer a:active, #footer a:focus{
	color: #003440;
	text-decoration: none;
}
#footer ul.txtleft{
	margin: 0;
	padding: 0;
	float: left;
	width: 60%;
}
#footer ul.txtright{
	margin: 0;
	padding: 0;
	float: right;
	width: 25%;
	text-align: right;
}
#footer ul.txtright li{
	margin-right: 0;
}
#footer ul.txtright li a{
	padding: 0;
}
#printfooter{
	display: none;
	text-indent: -99999999px;
}

/* ************** NEW STYLES ADDED ************** */

/******************* New Styles for Track Record Amended Profiles *******************/

h3.tight {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.2em;
	color: #5998c8;
}

p.bold {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.2em;
	color: #5998c8;
}

.advertising {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}


/******************* New Styles for Global Page (DELETE WHEN FLAGS HAVE BEEN PUBLISHED) *******************/


#content ul#globallist {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
}

#content ul#globallist li {
	margin: 0 0 15px 0;
	padding: 0;
}


/******************* New Styles for Buttons on Home Page *******************/

#homebtns {
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
}

.btnholder {
	margin: 0 0 10px 0;
	padding: 0;
	width: 162px;
	height: 70px;
	display: inline;
	float: left;
}

.btntextholder {
	margin: 0;
	padding: 0 0 0 10px;
	width: 250px;
	display: inline;
	float: left;
}

.btntextholder p {
	margin: 8px 0 0 0;
	padding: 0;
}

.btntextholder a {
	margin: 0;
	padding: 0;
}

/******************* New Styles for Global Page *******************/

#content #flagcontainer {
	margin: 0 0 15px 0;
	padding: 0;
	display: blcock
	float: left;
	width: 250px;
}

#content .flag {
	margin: 8px 0 0 0;
	_margin: 8px 0 0 0;
	padding: 0;
	width: 24px;
	height: 12px;
	display: inline;
	float: left;
}

#content .flagusa {
	margin: 8px 0 0 0;
	_margin: 8px 0 0 0;
	padding: 0;
	width: 24px;
	height: 11px;
	display: inline;
	float: left;
}

#content .flaglink {
	margin: 5px 0 0 10px;
	_margin: 8px 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}

.btntextholder p {
	margin: 8px 0 0 0;
	padding: 0;
}

#content .flaglink a {
	margin: 0;
	padding: 0;
}

/******************* End New Styles *******************/
