body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.centerall {
	margin: 20px auto 0px auto;
}
#container {
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	text-align: left;
	height: 645px;
	width: 805px;
}
html>body #container {
	min-height: 645px;
	height: auto;
}
/*----------------------------------------------------------------------Header*/
#header {
}
/*----------------------------------------------------------------------Logo*/
#logo {
	background-color: #001a64;
	padding-left: 110px;
	margin-bottom: 5px;
	
}
/*----------------------------------------------------------------------Top navigation*/
#nav {
	width: 170px;
	margin-right: 5px;
	border-top: 1px solid #999999;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background: url(images/menu_bg.gif) repeat-x;
	height: 28px;
	line-height: 28px;
	padding-bottom: 3px;
}
* html #nav li {
	padding-bottom: 0px;
	}
*+html #nav li {
	padding-bottom: 0px;
	}
#nav a {
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.75em;
	padding-left: 25px;
	display: block;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#nav a:hover {
	color: #2e86d4;
}
/*--------------------------------------------------------------------Image*/
#image {
	width: 82px;
	margin-right: 17px;
	float: left;
	}
* html #image {
	margin-right: 5px;
	}
/*---------------------------------------------------------------------Contact details*/
#contact {
	width: 528px;
	background-color: #001a64;
	height: 125px;
	float: left;
	margin-bottom: 5px;
}
* html #contact {
	width: 530px;
}
#contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#contact li {
	color: #FFFFFF;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#contact ul.address {
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 15px;
}
#contact ul.phone {
	float: left;
	margin-right: 8px;
	margin-top: 15px;
}
*html #contact ul.phone {
	margin-right: -10px;
	}
#contact ul.address li {
	padding-bottom: 5px;
	
}
#contact ul.phone li {
	padding-bottom: 10px;
	
}
#contact img {
	margin-top: 6px;
	margin-right: 6px;
	float: right;
}
#contact ul.phone li img {
	margin: 0;
	float: none;
	margin-top: -5px;
}
/*-----------------------------------------------------------------------Content*/
#content {
	clear: both;
	width: 560px;
	height: 300px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
html>body #content {
	min-height: 300px;
	height: auto;
	}
h1 {
	color: #001a64;
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
.coloured {
	color: #7a8394;
}
h3 {
	font-size: 1em;
}
/*------------------------------------------------------------------------Quick links*/
#quicklinks {
	width: 230px;
	float: left;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}
#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quicklinks li {
}
#quicklinks a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 10px 10px 20px;
	background-image: url(images/quicklinks_ul.jpg);
	background-repeat: no-repeat;
	background-position: 20px 25px;
}
#quicklinks a:hover {
	color: #2e86d4;
}
/*------------------------------------------------------------------------Footer*/
#footer {
	clear: both;
}
/*------------------------------------------------------------------------Associations*/
#associations {
	border-top: 3px solid #001a64;
	border-bottom: 3px solid #001a64;
	margin-top: 10px;
}
#associations ul {
	list-style: none;
	margin: 0px;
	padding-left: 80px;
}
#associations li {
	display: inline;
	padding-right: 50px;
}
#associations li.last {
	padding-right: 0px;
}
/*-----------------------------------------------------------------------Footernotes*/
#footernotes {
	font-size: 0.85em;
	margin-top: 10px;
}
#footernotes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#footernotes li {
	display: inline;
	margin-right: 40px;
}
#footernotes a {
	text-decoration: none;
	color: #000000;
}
/*------------------------------------------------------------------------Form*/
form {
	width: 550px;
}
form ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
form li{
	margin-bottom: 1em;
}
label {
	width: 6em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	display: block;
}
input, textarea{
	font: 100% "Arial", Verdana;
}

li.submit input{
	margin-left:6.5em;
	border: 1px solid;
	border-color: #ddd #111 #111 #ddd;
}
/*-----------------------------------------------------------------------Job advert*/
.job {
	width: 300px;
	border: 1px solid #000000;
	margin: 20px auto 20px auto;
	text-align: center;
	padding: 5px;
}
/*---------------------------------------------------------------------Clearing*/
#contact:after, #quicklinks:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	}
