/* All pages */
body {
	text-align: center;
	background: #23418a;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
	font-size: 80%;
	height: 1024px;
}
body[lang] {
	height: auto;
	min-height: 1024px;
}

/* self clearing rules */
dl:after, div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html dl, * html div {
	height: 1%;
}

dl, div {
	display: inline-block;
}

/* !IE Mac \*/
dl, div {
	display: block;
}
/* */

/* The logo, supplementary navigation and main navigation. */
div#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
}
	/* The logo, top left */
	p#logo {
		position: absolute;
		top: 15px;
		left: 21px;
		width: 143px;
		margin: 0;
	}
		#logo a, #logo span {
			display: block;
			width: 143px;
			height: 76px;
			background: url(/img/bg-logo-8bit.png) top left no-repeat;
		}
		div[id] #logo a, div[id] #logo span {
			background: url(/img/bg-logo.png);
		}
			#logo img {
				display: block;
			}

	/* The suplementary nqavigation, top right */
	#supnav ul {
		margin: 0 0 0 164px;
		font-size: 85%;
		text-align: right;
		padding: 0.5em 0;
	}
		#supnav li {
			display: inline;
			padding: 0.5em 0;
		}
		*:first-child+html #supnav li {
			padding-top: 0;
			padding-bottom: 0;
		}
		* html #supnav li {
			padding: 0;
		}
		/* The first and last list items have a background which sticks out, in order to sit against
		any background image on the body tag */
		#supnav [class="first"] {
			background: url(/img/bg-supnav-first.png) bottom left no-repeat;
			padding-left: 5px;
		}
		#supnav [class="last"] {
			background: url(/img/bg-supnav-last.png) bottom right no-repeat;
			padding-right: 5px;
		}
			#supnav a, #supnav em {
				padding: 0.5em 0.5em 0.5em 0.3em;
				background: white url(/img/bg-supnav-a.png) right no-repeat;
				color: #2f98d8;
			}
			#supnav .last a, #supnav .last em {
				background: white;
			}
			/* Highlighted state */
			#supnav em {
				font-style: normal;
				text-decoration: underline;
			}

	/* The search box */
	div#sitesearch {
		margin: 2.8em 0 0 672px;
		padding: 5px 0 0 0;
		font-size: 85%;
		background: white;
	}
	/* It's a PNG with alpha! */
	#head div[id="sitesearch"] {
		background: url(/img/bg-sitesearch.png) top no-repeat;
	}
		#sitesearch fieldset {
			padding: 0 0 5px 0;
			background: white;
		}
		#head [id="sitesearch"] fieldset {
			background: url(/img/bg-sitesearch-fieldset.png) bottom no-repeat;
		}
			#sitesearch legend {
				display: none;
			}
			#sitesearch p {
				color: #666;
				background: white;
				margin: 0;
				padding: 0 0 0 8px;
			}
				#sitesearch label {
					font-weight: bold;
				}
				/* The form field */
				input#searchtext {
					border: solid 1px #ccc;
					width: 157px;
				}
				#sitesearch input {
					vertical-align: middle;
				}

/* Main navigation, horizontal, centre */
div#nav {
	text-transform: uppercase;
	font-weight: bold;
	margin: 2.4em 0 0 0;
	font-size: 90%;
	background: #2f98d8;
}
#head div[id="nav"] {
	background: url(/img/bg-nav.png) top no-repeat;
}
#head map[id="nav2"] {
	background: url(/img/bg-nav-map.png) bottom no-repeat;
}
map#nav2 {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
}
#nav ul, #nav li, #nav em, #nav a {
	padding-top: 0.5em;
	padding-bottom: 0.6em;
}

/* IE7+ */
*:first-child+html #nav em, *:first-child+html #nav a {
	padding-top: 0;
	padding-bottom: 0;
}
/* >= IE6 */
* html #nav em, * html #nav a {
	padding-top: 0;
	padding-bottom: 0;
}
	#nav ul {
		padding-left: 46px;
		background: #2f98d8;
		vertical-align: middle;
	}
	[id="nav"] ul {
		background: url(/img/bg-nav-ul.png) bottom no-repeat;
	}
		#nav li {
			display: inline;
		}
			#nav em, #nav a {
				padding-right: 3.4em;
				padding-right: 3.1em;
			}
			#nav em a {
				padding: 0;
			}
			#nav em, #nav a:hover, #nav em a, #subnav map em, #subnav map a:hover, #subnav map em a {
				color: #fdbf57;
				font-style: normal;
			}

/* Wraps around everything */
form {
	text-align: left;
	margin: 0 auto;
	padding: 12.2em 0 0 0;
	width: 920px;
	position: relative;
	border-top: solid 1px black;
}
		.action {
			text-align: right;
			font-weight: bold;
		}
		#content .important ul.action li, #contentwide .important ul.action li {
			background: none;
			padding-left: 0;
		}
			#midright .action a {
				color: #00257b;
				background: url(/img/bg-midright-action-a.png) right no-repeat;
			}
			.action a {
				color: white;
				/* White arrow */
				background: url(/img/bg-action-a.png) right no-repeat;
				padding: 0 11px 0 0;
			}
			/* The action style against light blue */
			#content .action a {
/*				color: black;*/
				/* Black arrow */
				background: url(/img/bg-content-action-a.png) right no-repeat;
			}

p#copyright {
	font-size: 80%;
	text-align: right;
	padding: 1em 0;
}

/* General rules */
/* Killing lists */
ul, ul li, dl, dt, dd, fieldset, map ol, map ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
.print, #logo .print, #wai {display: none;}
.c {text-align: center;}
.r {text-align: right;}
	.r img {vertical-align: middle;}
img.r {
	float: right;
	margin: 0 0 20px 20px;
}
img.l {
	float: left;
	margin: 0 20px 20px 0;
}
a {color: white; text-decoration: none;}
a img {border: none;}
a:hover {text-decoration: underline;}
p { margin: 0 0 1em 0;}
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: solid 1px white;
}
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
	font-size: 100%;
}
/* To indicate content which is omitted */
s, ins {
	text-decoration: none;
	color: black;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 1px 3px;
}

/**************************/
/** Careers - Our People **/
/**************************/
#ourpeople { padding-left: 20px; }
#ourpeople div { float: left; padding-right: 5px; text-align: center; padding-bottom: 7px; }


#contentwide h3.vacancy 

{

font-size: 100%;

margin-bottom: 3px;

}



/** Ektron Editors Menu links **/
.EktronEditorsMenu a 
{
	color: blue;
}