/* CSS Document */

/* Tags */
body {
	background: #333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
}

a {
	color: #5B9400;
}

a:hover {
	color: #f60;
}

h1, h2, h3, h4, h5, h6 {
	color: #00648F;
}

h1 {
	margin: 0 0 30px 0;
	font-size: 1.4em;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
}

h2 {
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
	color: #000000;
}


p {
	margin-bottom: 20px;
}

/* =Layout */
#wrapper {
	background: #fff;
	width: 958px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}

#accessibility {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9000px;
	font-size: 2px;
}

#accessibility li {
	list-style: none;
	display: inline;
}


/* =Header */
#header {
	background: url(../img/logo.gif) top center no-repeat #fff;
	height: 130px;
	margin: 0;
	color: #fff;
	position: relative;
}


/* =Branding */
#branding {
	float: left;
	width: 250px;
}

#branding a {
	display: block;
	width: 250px;
	height: 100px;
	text-indent: -9000px;
}

#branding strong {
	display: block;
	height: 1px;
	font-size: 2px;
	text-indent: -9000px;
}


/* Navigation  - edited by Luke 30th September */

#navMain{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 30px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #fff;
	background: #020302 url(../img/nav-bg.gif) repeat-x top left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height: 22px;
	padding: 8px 15px 0 15px;
	text-decoration: none;
	text-align: left;
	color: #fff;
}

#nav a:hover{
	background: #333;
}

#nav li {
	float: left;
	border-right: 1px solid #222;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li ul li {
	width: 200px;
}
	
#nav li ul li a {
	display: block;
	width: 200px;
	background: #555;
}

#nav li ul li a:hover{
	background: #020302;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -30px 0 0 230px;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* Three level dropdown support */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Four level dropdown support */


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav ul li.topnav{
display: inline;
}

/* arrow image on flyout */

#nav a.flyout{
	background: #555 url(../img/flyout.png) no-repeat 95% 50%;
}

#nav a:hover.flyout{
	background: #020302 url(../img/flyout.png) no-repeat 95% 50%;
}


/* =Content */
.content {
	padding: 20px 0 20px 48px;
	font-size: 0.8em;
	float: left;
	width: 525px;
}

.home #contentContainer {
	background: url(../img/home-image.jpg) no-repeat;
	padding: 370px 0 20px 0;
}

#home-help {
	position: absolute;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	top: 360px;
	left: 500px;
	height: 30px;
	width: 250px;
}

/* =Content secondary (right column) */
.content-secondary {
	padding: 20px 48px 20px 0;
	font-size: 0.8em;
	float: right;
	width: 284px;
}

.call-button {
	display: block;
	width: 284px;
	height: 78px;
	background: url(../img/side-call.gif) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}

.bullet {
	margin: 20px 0;
	display: block;
	background: url(../img/bullet.gif) no-repeat left center;
	padding: 5px 25px;
}

/* =Contact Form */
.contact-form {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	background:url(../img/form-top.gif) no-repeat;
	min-height: 193px;
	_height: 193px;
}

.contact-form label {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-indent: -9000px;
}

.contact-form input, .contact-form textarea {
	border: 1px solid #5B9400;
}

.contact-form #fm-name {
	position: absolute;
	top: 41px;
	left: 115px;
	height: 13px;
	width: 151px;
	font-size: 0.9em;
}

.contact-form #fm-email {
	position: absolute;
	top: 63px;
	left: 115px;
	height: 13px;
	width: 151px;
	font-size: 0.9em;
}

.contact-form #fm-message {
	position: absolute;
	top: 83px;
	left: 115px;
	height: 72px;
	width: 151px;
	font-size: 0.9em;
}
	
.contact-form button {
	position: absolute;
	top: 153px;
	left: 0;
	width: 284px;
	height: 41px;
	background: url(../img/form-button.gif) no-repeat;
	border: none;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

/* Harry's bits of CSS - feel free to tidy these up Richard :) */
.server {
	border: 0;
	border-spacing: 0;
	text-align: center;
}

.servertitle {
	background-color: #CCFFFF;
	font-weight: bold;
}

.servertr1 {
	background-color: #CCFFFF;
}

.servertr2 {
	background-color: #66CCFF;
}

.servertr1left{
	background-color: #CCFFFF;
	text-align: left;
	font-weight: bold;
}

.servertr2left {
	background-color: #66CCFF;
	text-align: left;
	font-weight: bold;
}
/* End of Harry's stuff */


/* =Footer */
#footer {
	margin: 0;
	float: none;
	clear: both;
	font-size: 0.75em;
	padding: 15px 0 15px 48px;
	color: #fff;
	background: #000;
	position: relative;
	clear: both;
	float: none;
}

#footer li {
	display: inline;
	padding: 0 0 0 10px;
	background: url(../img/separator.gif) 2px 2px no-repeat;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

.designed-by {
	position: absolute;
	top: 15px;
	right: 48px;
	background: none !important;
}

.copy-message {
	background: none !important;
	padding: 0 !important;
}


/* =Images */
.image-type1 {
	float: right;
	margin: 0 0 15px 15px;
}

.image-type2 {
	float: left;
	margin: 0 15px 15px 0;
}