
body{
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	position: relative;
	margin: 0 auto;
	padding: 0 0 1em 0;
	width: 90%;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 1px solid #000;
}

/******************* Start Skip Navigation *******************/

a.skip {
	display: none;
}

/******************* End Skip Navigation *******************/

#navholder{
	display: none;
}

#rightcol{
	display: none;
}
#header{
	display: none;
}
#printheader{
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-top: 4px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #000;	width: 90%;
}
/* *************** start image positioning *************** */
.imgleft{
	position: relative;
	float: left;
}
.imgright{
	position: relative;
	float: right;
}
/* *************** end image positioning *************** */
#content{
	margin: 0 auto;
	padding: 10px 20px;	width: 90%;
}
h1{
	margin: 0 0 0.5em 0;
	padding: 0;
	font: 1.8em/1.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2{
	margin: 1em 0 0.5em 0;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	margin: 1em 0 0 0;
	padding: 0;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p{
	margin: 0 0 0.5em 0;
	padding: 0;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
}

hr{
	margin: 0.5em 0;
	padding: 0;
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
}
#content a{
	text-decoration: underline;
}
#content ul{
	margin: 0.5em 0;
	padding: 0;
}
#content ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
}
#content li ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
}


/* *************** 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.4em Arial, Helvetica, sans-serif;
}
#content li ol li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
}
/* ************** 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.4em Arial, Helvetica, sans-serif;
	color: #000;
	background: url(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(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 #000;
	border-left: 1px solid #000;
}
table caption{
	margin: 0;
	padding: 5px 0.4em 5px 0;
	text-align: right;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
}
table th{
	margin: 0;
	padding: 0.4em;
	background: #000;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
table th.blank{
	margin: 0;
	padding: 0.4em;
	background: #fff;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
table td{
	margin: 0;
	padding: 0.4em;
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
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: #000;
}

#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{
	display: none;
}


#printfooter{
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
}
#printfooter ul{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#printfooter li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0 0 0;
	font: 0.7em/1em Arial, Helvetica, sans-serif;
}
.lineright{
	border-right: 1px solid #000;
}
.quicksearch {display:none;}
