/***********/
/* General */
/***********/
body {
 background-color: #ffffff;
 margin: 5px 0;
 padding: 0;
 font-family: Verdana, sans-serif;
 font-size: 100%;
 color: #000000;
 text-align: center;
}

.accessibility {
 display: none;
}

/*************/
/* Container */
/*************/
div#container {
 width: 980px;
 margin: 0 auto;
 text-align: left;
 border: 1px solid #000000;
}

/**********/
/* Header */
/**********/
div#header {
 height: 165px;
 position: relative;
 background-image: url(images/header.jpg);
 backgroud-position: top left;
 background-repeat: no-repeat;
 border-top: 10px solid #b5cc56;
 border-bottom: 1px solid #005b89;
}

/*******/
/* Nav */
/*******/
div#header ul#nav {
 margin: 0;
 padding: 0;
 list-style: none;
 position: absolute;
 bottom: 0;
 left: 10px;
}

div#header ul#nav li {
 float: left;
 margin: 0;
 padding: 0 8px;
 background-image: url(images/separator.gif);
 background-position: 0% 35%;
 background-repeat: no-repeat;
 position: relative;
 height: 25px;
}

div#header ul#nav li.first {
 background-image: none;
}

div#header ul#nav li a {
 color: #005b89;
 font-size: 0.7em;
 text-decoration: none;
 font-weight: bold;
 letter-spacing: -0.075em;
}

div#header ul#nav li a:hover {
 color: #b3d967;
}

div#header ul#nav li:hover a {
 color: #b3d967;
}

/***********/
/* Sub Nav */
/***********/
div#header ul#nav li ul {
 position: absolute;
 display: block;
 visibility: hidden;
 top: 25px;
 left: 0;
 margin: 0;
 padding: 0;
 border: 1px solid #005b89;
 border-top: 0;
 background-color: #ffffff;
}

div#header ul#nav li.right ul {
 right: 0;
 left: auto;
}

div#header ul#nav li ul li {
 float: none;
 display: inline;
 margin: 0;
 padding: 0;
 background-image: none;
 height: auto;
}

div#header ul#nav li ul li a {
 display: block;
 margin: 0;
 padding: 3px 5px;
 white-space: nowrap;
 color: #005b89 !important;
}

div#header ul#nav li ul li a:hover {
 background-color: #b3d967;
 color: #005b89;
}

div#header ul#nav li:hover ul, div#header ul#nav li.hover ul {
 visibility: visible;
}

/************/
/* Left Col */
/************/
div#leftcol {
 width: 240px;
 float: left;
}

div#leftcol img#logo {
 display: none;
}

div#leftcol h1 {
 margin: 0;
 margin-top: 30px;
 margin-left: 40px;
 padding: 0;
 text-indent: -9999px;
 background-image: url(images/logo.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 150px;
 height: 135px;
}

div#leftcol h2 {
 margin: 0;
 margin-left: 40px;
 padding: 0;
 text-indent: -9999px;
 background-image: url(images/strapline.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 150px;
 height: 28px;
}

div#leftcol h1#logo {
 margin: 30px 0 0 40px;
 padding: 0;
 width: 150px;
 height: 164px;
 text-indent: -9999px;
 background-image: url(images/logo.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 overflow: hidden;
}

div#leftcol div#relatedpages {
 padding: 10px 5px;
}

div#leftcol div#relatedpages h2 {
 margin: 0;
 margin-left: 10px;
 margin-top: 15px;
 padding: 0;
 font-size: 0.9em;
}

div#leftcol div#relatedpages ul {
 margin: 0;
 margin-left: 10px;
 margin-right: 10px;
 padding: 0;
 list-style: none;
}

div#leftcol div#relatedpages li {
 margin: 0;
 margin-bottom: 4px;
 padding: 0;
}

div#leftcol div#relatedpages a {
 font-size: 0.7em;
 color: #005b89;
 font-weight: bold;
 text-decoration: underline;
}

div#leftcol div#relatedpages a:hover {
 color: #b5cc56;
 text-decoration: none;
}

/***********/
/* Content */
/***********/
div#content {
 float: left;
 width: 460px;
 margin-top: 20px;
 color: #005b89;
 font-size: 0.75em;
}

div#content h2 {
 font-size: 1.6em;
}

div#content h3 {
 font-size: 1.2em;
}

div#content address {
 font-style: normal;
}

div#content address {
 font-style: normal;
}

div#content a {
 color: #005b89;
 font-weight: bold;
 text-decoration: underline;
}

div#content a:hover {
 color: #b5cc56;
 text-decoration: none;
}

div#content li {
 margin-bottom: 7px;
}

div#content ol.letters {
 list-style-type: lower-latin;
}

/**************/
/* Home boxes */
/**************/
div#content div.homebox {
 margin: 0 15px 15px 0;
 border: 1px solid #044e7f;
 background-color: #b5cc56;
 padding: 5px 10px 5px;
 color: #343434;
 font-size: 90%;
 float: left;
 width: 40%;
}

div#content div.homebox h3 {
 margin: 0;
 margin-bottom: 5px;
}

div#content div.homebox.two {
 background-color: #005b89;
 color: #e1e1e1;
}

div#content div.homebox.three {
 background-color: #99cccc;
}

div#content div.homebox.four {
 background-color: #9999cc;
}

div#content div.homebox a {
 float: right;
 color: #343434;
}

div#content div.homebox a:hover {
 color: #000000;
 text-decoration: none;
}

div#content div.homebox.two a {
 color: #e1e1e1;
}

div#content div.homebox.two a:hover {
 color: #ffffff;
}

/*************/
/* Questions */
/*************/
div#content h3.question {
 padding-left: 26px;
 background-image: url(images/exclaim.gif);
 background-position: 0 50%;
 background-repeat: no-repeat;
 height: 32px;
 overflow: visible;
 color: #121212;
}

/***********/
/* Sitemap */
/***********/
div#content ul#sitemap li {
 margin: 20px auto 10px;
}

div#content ul#sitemap li ul {
 width: auto !important;
}

div#content ul#sitemap li ul li {
 margin: 5px auto;
}

/*****************/
/* Accessibility */
/*****************/
div#content table#accesskeystable {
 border: 1px solid #000000;
 border-collapse: collapse;
 width: 300px;
}

div#content table#accesskeystable, div#content table#accesskeystable caption {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 3px;
}

div#content table#accesskeystable th {
 border: 1px solid #000000;
 border-collapse: collapse;
 padding: 4px;
 color: #ffffff;
 background-color: #005b89;
}

div#content table#accesskeystable td {
 border: 1px solid #000000;
 border-collapse: collapse;
 padding: 4px;
}

div#content table#accesskeystable tr {
 background-color: #ffffff;
}

div#content table#accesskeystable tr.highlight {
 background-color: #99cccc;
}

div#content table#accesskeystable em {
 font-weight: bold;
 text-decoration: underline;
 font-style: normal;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
 clear: left;
}

div#content fieldset {
 border: 1px solid #005b89;
 padding: 0 10px 10px;
 margin-bottom: 10px;
}

div#content fieldset legend {
 color: #005b89;
 font-weight: normal;
 padding: 0 5px;
 margin-bottom: 5px;
}

div#content fieldset div.field {
 clear: left;
 float: left;
 width: 435px;
 margin: 3px 0;
}

div#content fieldset div.field label {
 float: left;
 width: 110px;
 text-align: right;
 margin-right: 8px;
}

div#content fieldset div.field input.field, div#content fieldset div.field textarea.field {
 float: left;
 width: 300px;
 border: 1px solid #005b89;
 color: #000000;
 padding: 2px;
}

div#content fieldset div.field textarea.field {
 font-family: sans-serif;
 font-size: 0.9em;
 height: 70px;
}

div#content fieldset div.required label {
 font-weight: bold;
}

/**********/
/* Errors */
/**********/
div#content div.errors {
 border: 1px solid #000000;
 padding: 0 10px;
 background-color: #ff0000;
 color: #ffffff;
 margin-top: 10px;
}

div#content fieldset div.error {
 border: 1px solid #000000;
 background-color: #ff0000;
 padding: 5px 0;
 margin-right: 5px;
}

div#content fieldset div.error label {
 color: #ffffff;
}

/******************/
/* Content Footer */
/******************/
div#content div#contentfooter {
 margin: 30px 0 5px;
 border: 1px solid #044e7f;
 background-color: #b5cc56;
 padding: 0 10px;
 color: #343434;
 font-size: 90%;
}

/*************/
/* Right Col */
/*************/
div#rightcol {
 float: right;
 width: 230px;
 margin-right: 10px;
 color: #ffffff;
}

div#rightcol div#quote {
 background-color: #005b89;
 padding: 15px;
}

div#rightcol p.quote {
 font-style: italic;
 font-size: 0.7em;
 font-weight: normal;
}

div#rightcol p {
 font-weight: bold;
 font-size: 0.75em;
 margin: 0;
}

div#rightcol div#contact, div#rightcol div#enquiry {
 height: 38px;
 color: #ffffff;
 font-weight: bold;
 font-size: 0.8em;
 margin-bottom: 2px;
 padding-left: 110px;
 padding-top: 15px;
}

div#rightcol div#contact {
 background-color: #99cccc;
 background-image: url(images/contact.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

div#rightcol div#enquiry {
 background-color: #9999cc;
 background-image: url(images/enquiry.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

div#rightcol div#enquiry a {
 color: #ffffff;
 text-decoration: none;
}

div#rightcol div#enquiry a:hover {
 text-decoration: underline;
}

div#rightcol div#actions ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

div#rightcol div#actions ul li {
 margin: 0;
 margin-right: 3px;
 padding: 0;
 padding-left: 12px;
 float: left;
 background-image: url(images/blob.gif);
 background-position: 0% 60%;
 background-repeat: no-repeat;
}

div#rightcol div#actions ul li.first {
 padding-left: 0;
 background-image: none;
}

div#rightcol div#actions a {
 color: #0099cc;
 text-decoration: none;
 font-size: 0.7em;
}

div#rightcol div#actions a:hover {
 text-decoration: underline;
}

div#rightcol div#accreditations img {
 float: left;
 margin-top: 5px;
 margin-left: 5px;
 border: 0;
}

div#rightcol div#accreditations img.first {
 margin-left: 0;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 position: relative;
}

div#footer div#logos img {
 border: 0;
 margin-bottom: 3px;
 margin-left: 5px;
 float: left;
 clear: left;
}

div#footer p#blurb {
 position: absolute;
 bottom: 0;
 z-index: 5;
 margin: 0;
 color: #999999;
 font-size: 0.7em;
}

div#footer div#footerinner {
 clear: both;
 position: relative;
 z-index: 10;
 border-top: 5px solid #044e7f;
 height: 98px;
 background-image: url(images/footer.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

div#footer div#footerinner ul#footernav {
 margin: 20px auto 0;
 padding: 0;
 list-style: none;
 width: 920px;
}

div#footer div#footerinner ul#footernav li {
 float: left;
 display: inline;
 margin: 0;
 padding: 0 5px;
 background-image: url(images/separator.gif);
 background-position: 0% 70%;
 background-repeat: no-repeat;
 position: relative;
 font-size: 0.7em;
 letter-spacing: -0.075em;
}

div#footer div#footerinner ul#footernav li.first {
 background-image: none;
}

div#footer a {
 color: #005b89;
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
}

div#footer div#footerinner p {
 clear: left;
 color: #005b89;
 font-size: 0.7em;
 text-align: center;
 margin: 0;
 padding: 0;
 padding-top: 5px;
 letter-spacing: -0.075em;
}