﻿body {
	background-color: #e8e8e8;
	background-image: url('images/background-gradient.jpg');
	background-repeat: repeat-x;
	border-width: 0;
	font-family: verdana, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	color: #444444;
}
body a {text-decoration: none;
} 
p {
	margin-top: 0px;
}
p.contact-banner {
	padding: 10px;
	margin: 0px;
	font-size: 125%;
	background-image: url('images/Yellow-background.jpg');
	background-repeat: no-repeat;
	width: 310px;
	height: 75px;
	text-align: center;
}
p.logos {
	text-align: center;
}
img.contact-banner {
	margin-bottom: -2px;
}
a:link, a:visited {
	color: #1568b3;
}
a img {
	border: none;
}
input, textarea {
	padding: 3px;
	border-color: #c4c4c4;
	border-style: solid;
	border-width: 1px;
}
textarea {
	height: 150px;
	font-family: verdana, sans-serif;
	font-size: 100%;
}
input.centre, textarea.centre {
	width: 324px;
}
input.right {
	width: 160px;
}
h1 {
	font-size: 125%;
	color: #1568b3;
	margin-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c4c4c4;
	padding-bottom: 2px;
}
h2 {
	font-size: 100%;
	color: #1568b3;
	margin-bottom: 0.3em;
	margin-top: 2em;
}
table.contact-details {
	border-style: none;
	width: 100%;
}
table.contact-details td {
	vertical-align: top;
	padding-bottom: 1em;
}
#masthead {
	background-color: #deeaf4;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	height: 160px;
	width: 850px;
}
#wrapper {
	background-color: #FFF;
	border-left-color: #bbbbbc;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #bbbbbc;
	border-right-style: solid;
	border-right-width: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
#navbar {
background-image:url('images/navbar-background.jpg');
background-repeat:repeat-x;
height:32px;
text-align:center;
}
#navbar ul {
line-height:32px;
list-style-type:none;
margin:0;
padding:0;
}
#navbar li {
display:inline;
}
#navbar li a:hover {
background-color:#4291d8;
color:#FFF;
padding:.6em 3.5em;
font-weight:normal;
}
#navbar li a:link,#navbar li a:visited {
color:#FFF;
padding:.6em 3.5em;
font-weight:normal;
}
#column-left {
	float: left;
	margin: 30px 12px 0 12px;
	width: 216px;
	display: inline;
}
#column-left a img {
	margin-bottom: 12px;
	margin-top: 12px;
}
#column-centre {
	background-position: center 125px;
	width: 330px;
	margin: 30px 19px 0px 19px;
	float: left;
	background-repeat: no-repeat;
	display: inline;
}
#column-right {
	margin: 30px 12px 0px 12px;
	float: right;
	width: 216px;
	display: inline;
}

#content-base {
	background-image: url('images/content-base.jpg');
	background-repeat: no-repeat;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 854px;
}

#copyright {
	color: #999;
	font-size: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 854px;
}
.form-error {
	color: red;
	font-size: 90%;
}
.box-top {
	background-image: url('images/box-top-blue.jpg');
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 216px;
}
.box-top p {
line-height:23px;
margin:0;
padding:0;
text-align:center;
}
.box-top p img {
margin-bottom:-2px;
}
.box {
	float: left;
	width: 216px;
	background-image: url('images/box-sides.jpg');
	background-repeat: repeat-y;
}
.box p {
  margin: 1em 24px 1em 24px;
}
.box-base {
	background-image: url('images/box-base.jpg');
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 216px;
	margin-bottom: 30px;
}

.button-right {
	background-color: transparent;
	background-image: url('images/button-enter.jpg');
	background-repeat: no-repeat;
	border-style: none;
	float: right;
	height: 20px;
	margin: 15px 24px 0 24px;
	padding: 0;
	width: 55px;
	line-height: 20px;
	font-size: 90%;
}
.button-centre {
	background-color: transparent;
	background-image: url('images/button-enter.jpg');
	background-repeat: no-repeat;
	border-style: none;
	float: right;
	height: 20px;
	margin: 15px 0 0;
	padding: 0;
	width: 55px;
	line-height: 20px;
	font-size: 90%;
}
.formfield-right {
	margin: 20px 24px 0 24px;
	font-size: 90%;
}
.formfield-centre {
	margin: 20px 0 0;
	font-size: 90%;
}
.smalltext {
  margin: 1em 24px 0 24px;
	font-size: 90%;
}
.spaced-list {
	margin-top: 2em;
}
.spaced-list li {
	margin-bottom: 1em;
}

.mini-nav {
	font-size: 75%;
	margin-top: 40px;
	margin-bottom: 10px;
}

