#header {
	margin: 0px 10px 5px 10px;
	padding-top: 10px;
	height: 70px;
	position: relative;

}

#header h1 {
	clear: both;
	font-size: 28px;
	text-align: center;
	padding: 10px 0 5px 0;
	margin:0;
	font-family: "Times New Roman", Times, serif;
}

#header #contactDetails {
	position: absolute;

	right: 0;
	bottom: 11px;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 12px;
	z-index: 90;
	font-weight: normal;
	color: #5A5A5A;

}


#header h3 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 0 0;
	margin:0;
	color: #5A5A5A;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#navbar {
	background: url("/images/bar.gif") repeat-x;
	position: relative;
	height: 20px;
	padding: 0;
}

#navbar ul {
	width: auto;
	height: 20px;
	position: absolute;
	top: 0;
	left: 14px;
	margin: 0;
	padding: 0 0px 0 15px;
	list-style: none;
	z-index: 90;
	overflow: hidden;
} 

/*
This is the header ul from adap.co.uk
#header ul {
	width: auto;
	position: absolute;
	z-index: 150;
	right:0;
	top: 57;
	margin: 0px;
	padding: 0px 10px 0 0;
	list-style-type: none;
	text-align: left;
}*/
	
#navbar li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
} 
	
#navbar ul li a {
	display: block;
	width: 95px;
	height: 20px;
	padding: 2px 0 0 0;
	margin: 0;
	text-decoration: none;
	background: url(/images/buttons.gif) no-repeat top left;
	background-position: -110px 0%;
	font-size: 12px;
	font-weight: bold;
	color: #5A5A5A;
	text-align: center;	
} 
	
#navbar ul li a:hover {
	background-position: 0px 0%; 
} 

#footer {
	position: relative;
	background: url("/images/h_bar.gif") repeat-x top;
	bottom: 0;
	text-align:center;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	z-index: 90;
	clear: both;
}
