/* body
=================================*/
html {
  background-color: #FFFFBB;
  text-align: center;
  font-family: Arial, Helvetica, san-serif;
  font-size: 80%;
  width: 100%;
}
body {
  text-align: left;
  background-color: #FFFFBB;
  width: 900px;
  width: 80%;
}
body a {
  color: #FF6500;
  outline: none;
}
/* hide accessibility titles
=================================*/
body h1 {
  position: absolute; 
  position: relative; 
  top: 155px;  left: 245px;
  top: 0px;  
  left: 240px;
  background-repeat: no-repeat;
  z-index: 500;
  font-size: 150%;
  padding-bottom: 12px;
}
/*
#navigation h2 {
  position: absolute; top: 0px; left: 0px; text-indent: -9999px;
}
*/
/* branding 
================================*/
#branding {
  position: relative;
  width: 294;
  height: 116px;
  background-repeat: no-repeat;
  margin-left: 250px;
  padding-top: 30px;
}
/* navigation
================================*/
#menu_intro {
  color: white;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 5px;
 }
#navigation {
  position: absolute;
  width: 205px;
  top: 8px;
  left: 10px;
  min-height: 740px;
  z-index: 750;
  background-color: #000055;
  border-right: solid 5px #FF6500; 
  text-align: center;
}
#services_nav h2,
#navigation h2 {
  text-indent: -9999px;
}
#navigation ul {
  margin-left: 0px;
  background-color: #000055;
}
#navigation li {
  border: 0px;
  float: left;
  width: 200px;
}
#services_nav {
  position: relative;
  top: 0px;
  left: 240px;
  width: 400px;
  padding-top: 10px;
  z-index: 1000;
}
#services_nav li {
  border: 0px;
  float: left;
  height: 16px;
  border-right: solid 1px black;
}
#services_nav li.lastLI {
  border-right: solid 0px black;
}
#services_nav a {
  font-weight: bold;
  text-decoration:underline;
  color:#CC0000;
  padding: 0px 5px 0px 5px;
}
div.page_footer {
  padding-top: 20px;
  text-align: center;
  color: #dde2d2;
  font-size: 10px;
  font-weight: regular;
}
#navigation li a {
  display: block;
  font-family: V Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #FFBB22;
  /*height: 34px;*/
  padding-bottom: 15px;
  font-size: 100%;
  font-weight: bold;
  overflow: hidden;
}
* html #navigation li a {
  height: auto;
}
#navigation li a:hover {
}
#navigation li.navSelected a {
}
#subnav {
  position: absolute;
  top: 420px;
  left: 0px;
  width: 200px;
  z-index: 1000;
}
#subnav li {
  border: 0px;
}
#subnav ul {
  list-style: none;
  margin: 0px;
}
#subnav ul li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}
#subnav ul li a {
  display: block;
  font-family: V Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #FFBB22;
  height: 34px;
  font-size: 100%;
  font-weight: bold;
  overflow: hidden;
}
#subnav ul li a:hover {
}
#subnav ul li.navSelected a {
}
/* content
========================================*/
div#content {
  position: relative;
  left: 240px;
  top: 200px;
  top: 0px;
  background-color: #FFFFBB;
  width: 582px;
  width: 90%;
  min-height: 400px;
}
div#description {
  position: relative;
  left: 240px;
  top: 200px;
  top: 0px;
  background-color: #FFFFBB;
}
/* normal tag behaviour in content
=========================================*/
#content h1, #description h1 {
  position: relative; 
  text-indent: 0px;
  top: 0px;  left: 0px;
  background-image: none;
  background-color: transparent;
  height: auto;
  width: auto;
  font-size: 120%;
}
#content h2, #description h2 {
  position: relative; 
  text-indent: 0px;
  top: 0px;  left: 0px;
  background-image: none;
  height: auto;
  width: auto;
  font-size: 110%;
}
#content ul, #description ul {
  list-style: disc;
  padding: 0.5em 1.5em;
}
#content p, #description p {
  padding: 0.5em 0em;
}
#content a, #description a {
  color: #FF6500;
}
#content_articles {
  padding-top: 12px;
}
#content_articles li {
  padding-bottom: 8px;
  font-size: 120%;
  font-weight: bold;
}
#in_this_area {
  position: relative;
  margin-top: 35px;
  color: #fff;
  font-weight: bold;
  left: 48px;
}
/* forms
====================================*/
form {
  padding-top: 12px;
}
input.inputTextBox {
  margin-bottom: 6px;
}
div.enquiryForm input.inputTextBox, 
div.enquiryForm textarea.inputTextBox {
  border: solid 1px; black;
  width: 240px;
  width: 440px;
  margin-bottom: 6px;
}

d.inputLabelTD,
div.inputFormDisplayLabel {
  width: 110px;
}
div.enquiryForm td.inputLabelTD,
div.enquiryForm div.inputFormDisplayLabel {
  width: 120px;
}
div.enquiryIntro {
  padding-bottom: 12px;
}
div.enquiryForm input.inputSubmit {
  margin-top: 6px;
  margin-bottom: 0px;
  display: inline;
}
#searchterms {
  position: absolute;
  top: 365px;
  left: 10px;
  display: inline;
}
#searchterms input.inputTextBox {
  position: absolute;
  left: 35px;
  width: 80px;
}
#searchterms  input.inputSubmit {
  position: absolute;
  left: 120px;
  margin-top: 0px;
  background-color: #fff;
  height: 20px;
  font-weight: bold;
  font-size: 90%;
  color: #990000;
  border: solid 2px #000;
}
#recaptcha_area {
  background-color: #fff;
  width: 440px;
}
#enquiry_text {
  font-weight: bold;
}
/* footer
=====================================*/
#footer {
  position: relative;
  left: 240px;
  top: 0px;
  width: 90%;
  border-top: solid 1px #666;
  padding-top: 10px;
  margin-top: 18px;
}
#page_end {
  padding-top: 12px;
  font-size: 90%
}

#footer_address, #credit {
  font-size: 75%;
  margin: 6px 0px 22px 0px;
}
#footer_address {
  float: left;
}
#credit {
  float: right;
}