/* All pages */
body {
	text-align: center;
	background: white;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 70%;
}

/* self clearing rules */
#lowercontent div:after, #footer:after, dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #lowercontent div, * html #footer, * html dl {
	height: 1%;
}

#lowercontent div, #footer, dl {
	display: inline-block;
}

/* !IE Mac \*/
#lowercontent div, #footer, dl {
	display: block;
}
/* */

/* This is around everything */
form {
	margin: 0;
	border: solid 1px #8789a4;
	background: white;
	color: black;
}
/* Killing lists */
map ul, map li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* The dark area, top */
div#head {
	background: #373a67;
}
	#head div {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
		/* Logo, top left */
		p#logo {
			margin: 0;
			position: absolute;
			top: 4px;
			left: 23px;
			width: 122px;
		}

		/* Strapline, top right */
		p#strap {
			background: #373a67;
			color: white;
			font-size: 180%;
			margin: 0;
			padding: 73px 11px 5px 145px;
			text-align: right;
		}

/* Main navigation */
map#nav {
	background: #707070 url(/tpl/img/bg-nav-ul.png) repeat-x top;
}
#nav ul {
	padding: 0.4em 0;
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
	#nav li {
		display: inline;
		font-size: 111%;
		font-weight: bold;
		padding: 0.4em 0;
	}
		#nav a, #nav em {
			color: white;
			padding: 0.3em 1.1em;
			font-style: normal;
		}
		#nav em, #nav a:hover {
			background: #a6a6a6;
			text-decoration: none;
		}
		/* You are here */
		#nav em a, #nav a em {
			padding: 0;
		}

/* Footer, bottom */
div#footer, #footer a {
	background: #373a67;
	color: white;
}
	#footer div {
		width: 960px;
		margin: 0 auto;	
		text-align: left;
	}
	#footer map ul {
		float: left;
		width: 332px;
		margin: 1em 0;
	}
		#footer map ul li {
			display: inline;
		}
			#footer map ul li a, #footer map ul li em {
				padding: 0 11px;
				font-weight: bold;
			}
			#footer map ul li em {
				font-style: normal;
				text-decoration: underline;
			}
			#footer map ul .last a {
				border-left: 1px solid white;
			}

	#footer p {
		float: left;
		width: 615px;
		text-align: right;
		font-size: 90%;
		margin: 0;
		padding: 1em 0 0 0;
		/* IE6 weirdness */
		border-bottom: solid 1.5em #373a67;
	}

/* General rules */
.print, p#wai {display: none;}
map {display: block;}

a {
	text-decoration: none;
	color: #5d598a;
}
a img {
	border: none;
	vertical-align: middle;
}
a:hover {text-decoration: underline;}
/* To indicate content which is omitted */
s, ins {
	text-decoration: none;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 1px 3px;
}
