body {
	background-image: url(/img/header/background.gif);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	color: gray;
	font-family: Sans-Serif;
	font-size: small;
	text-align: justify;
}
a {
	color: inherit;
}
a img {
	border-style: none;
}

/* Header */
#logo {
    position: relative;
    top: -76px;
}
#title {
	position: absolute;
	height: 21px;
	top: 18px;
	left: 100px;
}
#navigation {
	display: inline-block;
	margin-top: 48px;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}
#navigation li {
	display: inline-block;
	text-align: center;
}
#navigation a {
	display: block;
}

/* Footer */
#footer {
	clear: both;
	padding-top: 4em;
	text-align: center;
	font-size: x-small;
	color: lightGray;
}
#footer hr {
	width: 44em;
	color: inherit;
}
#footer img {
	margin: 0 55px;
}

#content {
	width: 750px;
	margin-left: 15px;
}

/* Home */
#home {
	text-align: center;
	margin: 0 3em;
}
#homeFooter {
	font-size: x-small;
}

/* Application and other forms */
.instructions {
	margin-top: 0;
}
.applicationWizard {
	margin: auto;
}
legend {
	color: green;
	font-weight: bold;
	font-size: x-large;
}
fieldset {
	border-color: green;
	border-width: thin;
	width: 50em;
	padding-bottom: 3em;
}
fieldset div {
	margin-top: 1em;
}
fieldset div > label {
    display: inline-block;
	width: 18em;
	margin-right: 0.55em; /*leave space for £ */
	vertical-align: top;
	padding-left: 1.4em;
}
.label {
	padding-left: 1.2em;
}
.required {
	background-image: url(img/required.gif);
	background-repeat: no-repeat;
}
.pound {
	margin-right: 0;
}
.date {
	display: inline-block;
	margin-bottom: -3px;
}
.radio {
	display: inline-block;
	margin-bottom: -7px;
}
.header {
	text-align: center;
}
.validator {
	font-size: xx-large;
	text-decoration: blink;
	vertical-align: text-top;
	font-weight: bold;
	line-height: 0.5em;
}
.formButtons {
	text-align: center;
	margin-top: 2em;
}

/* Contact */
#contact {
	margin-top: 1em;
	margin-right: 205px;
}
#contact div {
	margin-top: 0.5em;
}
#contact div > span {
    display: inline-block;
    width: 31em;
}
.IE6bad {
	width: 9em !important;
	color: OliveDrab;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	margin-right: 0.2em;
}
#contact div address {
    width: 31em;
	display: inline-block;
	text-align: center;
	font-style: normal;
	border-style: solid;
	border-width: thin;
	padding-top: 0.5em;
}
#contact address p {
	margin: 0.5em;
}
#buttons {
	text-align: center;
}
.button {
	margin: 1em;
	padding-left: 3px;
	display: inline-block;
	width: 13em;
	text-decoration: none;
	border-style: solid;
	border-width: thin;
	color: darkSlateGray;
}
.button img {
	float: right;
	margin-top: 0.5em;
}
.button span {
	font-weight: bold;
	text-align: center;
	display: block;
}

/* Map */
#map {
	background-image: none;
	margin: 1em;
}
#directions {
	list-style-type: lower-roman;
	padding-left: 1.8em;
	margin-top: 0;
}
#directions li {
	margin-top: 0.2em;
}

/* Enquiry */
#enquiry {
	text-align: center;
}
#enquiry fieldset {
	margin-top: 1em;
	display: inline-block;
	text-align: left;
}
#enquiry label {
	width: 12em;
	font-weight: bold;
	margin-right: 0;
	vertical-align: top;
}

/* Careers / Vacancies */
#careers {
	text-align: center;
}
h3 {
	font-size: inherit;
	margin-bottom: 0;
	margin-top: 1.5em;
}
h3 b, #careers {
	color: OliveDrab;
}
#vacancies p {
	margin: 0.5em 0;
	margin-right: 85px;
}