/* All pages */
body {
	text-align: center;
	background: white;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 70%;
}

/* self clearing rules */
dl:after, form div:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html dl, * html form div, * html #footer {
	height: 1%;
}

dl, form div, #footer {
	display: inline-block;
}

/* !IE Mac \*/
dl, form div, #footer {
	display: block;
}
/* */

/* The black region at the top of the page */
form#search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}
	#search div {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		color: white;
		background: black url(/tpl/img/bg-search-div.png) top no-repeat;
		position: relative;
		border-top: solid 1px white;
	}
		/* The logo, top left */
		p#logo {
			position: absolute;
			top: 16px;
			left: 18px;
			width: 182px;
			margin: 0;
		}
		/* The search form, top right */
		#search fieldset {
			margin: 0 15px 0 210px;
			padding: 45px 0 2.3em 0;
			padding: 15px 0 2.3em 0;
			text-align: right;
			border: solid 1px black;
		}
			#search legend {
				display: none;
			}
			#search p {
				margin: 0 0 0.6em 0;
			}
			/* This is just for the phone number */
			p#phone {
				font-size: 150%;
			}
				#search a {
					color: white;
					text-decoration: underline;
				}
				#search label {
					font-weight: bold;
				}
				input#searchfield {
					width: 95px;
				}
				input#searchsubmit {
					border: none;
				}
				#search input {
					vertical-align: middle;
				}

/* The main navigation, horizontal */
div#nav {
	position: absolute;
	z-index: 20;
	top: 99px;
	left: 0;
	width: 100%;
	font-size: 120%;
}
	#nav ul {
		width: 960px;
		margin: 0 auto;
		background: #cd3301;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
		text-align: left;
		padding: 0.2em 0 0.3em 0;
	}
	* html #nav ul {
		margin: 0;
	}
		#nav li {
			display: inline;
			white-space: nowrap;
		}
			#nav a, #nav em {
				color: white;
				text-decoration: none;
				padding: 0.2em 0 0.3em 1.1em;
			}
			#nav em, #nav a:hover {
				color: white;
			}
			#nav em {
				font-weight: bold;
				font-style: normal;
			}
				/* You are here */
				#nav em a {
					padding: 0;
				}

/* This form is around all content */
form {
	text-align: left;
	margin: 11.1em auto 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}

h1, h2, h3, h4, h5, h6, #search p {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* The supplementary navigation, in red, at the bottom */
map#supnav {
	display: block;
	color: white;
	background: #cd3301 url(/tpl/img/bg-supnav.png) top no-repeat;
	padding: 5px 0 0 0;
	clear: both;
	position: relative;
}
	#supnav ul {
		background: #cd3301 url(/tpl/img/bg-supnav-ul.png) bottom no-repeat;
		padding: 0 0 5px 5px;
	}
		#supnav li {
			display: inline;
			padding: 0 0 0 12px;
		}
		#supnav a {
			color: white;
			text-decoration: none;
		}
		#supnav a:hover, #supnav em {
			text-decoration: underline;
			font-style: normal;
		}

/* Realise link */
div#footer {
	margin: 1em 0 2em 10px;
	color: #7a7a7a;
}
	#footer p {
		margin: 1em 0;
	}
		#footer a {
			color: #7a7a7a;
			text-decoration: none;
		}

/* General rules */
/* Killing lists */
map ul, map ol, map li, dl, dt, dd, #footer ul, #footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.print, #wai {display: none;}
.c {text-align: center;}
.r {text-align: right;}
img.right {
	float: right;
	margin: 0 0 40px 40px;
}
a {
	color: #cd3301;
	text-decoration: none;
}
a img {border: none;}
a:hover {text-decoration: underline;}
p { margin: 0 0 1em 0;}
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
	font-size: 100%;
	border: solid 1px #979bbf;
}
textarea {
	border: solid 1px #9c9c9c;
}
/* To indicate content which is omitted */
s, ins {
	text-decoration: none;
	color: black;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 1px 3px;
}