html {
  overflow-y: scroll;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #cdcdcd;
  background-image: url('assets/background.gif');
  background-repeat: repeat-y;
  background-position:  center 50%;
}

* {margin: 0px; padding: 0px; border: 0px;}

#wrapper {
  width: 730px;
  margin: 0 auto;
  text-align: left;
}

/*----------------------Main Navigation--*/

#mainnav {
  height: 70px;
  background-image: url('assets/nav_back.jpg');
  background-repeat: no-repeat
}
#mainnav ul {
  position: relative;
  top: 40px;
  left: 135px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 80%;
}
#mainnav li {
  float: left;
}
#mainnav a:link, #mainnav a:visited {
  display: block;
  font-size: .65em;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e2550;
  background-color: #c1ddd7;
  padding: 0px 9px;
  margin-right: 1px;
}
#mainnav a:hover {
  background-color: #7eb8ac;
  color: #FFFFFF;
}

/*----------------------Drop-dowm Menu--*/

#mainnav ul li ul {
  background-color: #CCCCCC;
  display: none;
  position: absolute;
  top: 30px;
  left: 119px;
  margin-top: 0px;
  white-space: nowrap;
  width: 230px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
}
#mainnav ul li ul li {
  width: 100%;
}
#mainnav li ul li a:link, #mainnav li ul li a:visited {
  color: #0e2550;
  font-size: .6em;
  float: none;
  padding: 0px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
#mainnav li ul li a:hover {
  background-color: #7eb8ac;
  color: #FFFFFF;
}

#mainnav ul li:hover ul {display: block;}



/*----------------------Content Wrapper--*/

#contentwrap {
  width: 100%;
  background-color: #FFFFFF;
  float: left;
  padding: 15px 0px;
  z-index: 2;
}

/*----------------------Left Column--*/

#leftcol {
  float: left;
  width: 180px;
  margin: 0px 20px 0px 25px;
}
#leftcol h1 {
  font-size: .9em;
  font-weight: bold;
  margin-bottom: 0em;
  color: #0e2550;
  text-transform: uppercase
}
#leftcol h2 {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0em;
}
#leftcol p {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #666666;
  margin-bottom: 1em;
}
#leftcol blockquote {
  font-size: .8em;
  line-height: 1.5em;
  color: #669999;
  text-align: center;
  padding-right: 20px;
  margin-bottom: 10px;
}
blockquote img {
  margin-bottom: 10px;
}
.md {
  text-align: left;
  padding-right: 20px;
}
a.download:link, a.download:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #0e2550;
  font-weight: bold;
}
a.download:hover {
  text-decoration: underline;
  color: #660000;
}
.filesize {
  font-size: .85em;
  color: #333333;
}
#latestnews {
  background-color: #c1ddd7;
  border-style:solid;
  border-width:1px;
  border-color:#00356f;
}
.latest {
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #28473f;
  display: block;
  margin-bottom: 20px;
  margin-left: 10px;
}
.newsdate {
  font-size: .7em;
  line-height: 1.3em;
  display: block;
  color: #333333;
  font-weight: bold;
  margin-bottom: .3em;
  margin-left: 10px;
}
a.newstitle:link, a.newstitle:visited {
  font-size: .7em;
  line-height: 1.2em;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right:5px;
  text-decoration: none;
  color: #1e324d;
}
a.newstitle:hover {
  text-decoration: underline;
  color: #336633;
}


/*----------------------Content--*/

#content {
  float: left;
  width: 480px;
}
.headlogo {
  margin-bottom: .7em;
}
#content h1 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  color: #0e2550;
  margin-bottom: .5em;
}
#content h2 {
  font-size: .9em;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
  margin-bottom: 1em;
}
#content h3 {
  font-size: .8em;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #274b41;
  margin-bottom: .5em;
}
#content p {
  font-size: .75em;
  line-height: 1.4em;
  color: #333333;
  margin-bottom: 1em;
}
.bodylist {
  font-size: .75em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  list-style-image: url('assets/greenbullet.gif'); margin-left:30px; margin-right:40px; margin-top:0px
}
.bodylist li {
  margin-bottom: .2em;
}
a.bodylink:link, a.bodylink:visited {
  color: #669966;
  text-decoration: none;
}
a.bodylink:hover {
  color: #0e2550;
  text-decoration: underline;
}
.boldbody {
  font-weight: bold;
}
.homecol {
  float: left;
  width: 195px;
  margin-right: 20px;
  margin-top: 5px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #51a08d;
  padding-left: 20px;
  height: 340px;
}

/*----------------------Footer--*/

#footer {
  font-size: .65em;
  clear: both;
  height: 40px;
  background-image: url('assets/footer_back.gif');
  background-repeat: repeat-x
}
#foot1 {
  float: left;
  width: 175px;
  margin-left: 20px;
  margin-right: 25px;
  color: #c4e1dd;
  padding-top: 1em;
  padding-bottom: 1em;
}
#foot1 a:link, #foot1 a:visited {
  color: #c4e1dd;
  text-decoration: none;
}
#foot1 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#foot2 {
  float: left;
  width: 200px;
  margin-left: 30px;
  color: #c4e1dd;
  padding-top: 1em;
}
#foot2 a:link, #foot2 a:visited {
  color: #c4e1dd;
  text-decoration: none;
}
#foot2 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#foot3 {
  float: left;
  width: 250px;
  color: #c4e1dd;
  padding-top: 1em;
}
#foot3 a:link, #foot3 a:visited {
  color: #c4e1dd;
  text-decoration: none;
}
#foot3 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/*--------------- Forms --*/

form {
  margin: 0px 0px 20px 0px;
}
fieldset {
  background-color: #dfdfdf;
  border: 1px solid #ccc;
  padding: 20px 20px;
  margin-bottom: 1em;
}
legend {
  background-color: #b4b4b4;
  border: 1px solid #ccc;
  font-size: .8em;
  font-weight: bold;
  color: #303030;
  padding-left: 1em;
  padding-right: 1em;
}
label {
  font-size: .95em;
  float: left;
  width: 10em;
}
input {
  width: 250px;
}
textarea {
  width: 250px;
  height: 100px;
}
input.checkbox, input.submit {
  width: auto;
}
input.radio {
  width: 30px;
}
input.radio {
  float: left;
  margin-right: 1em;
}
input.submit {
  width: 100px;
}
.postcode {
  width: 100px;
}
input:focus, textarea:focus {
  background: #ffc;
}
.required {
  font-size: 0.8em;
  color: #003366;
}

/*--------------- Photos --*/

.picright {
  float: right;
  margin: 0px 0px 10px 20px;
  border: 1px solid #666666;
}
.picrightnobord {
  float: right;
  margin: 0px 0px 10px 20px;
}
.picleft {
  float: left;
  margin: 0px 20px 10px 0px;
  border: 1px solid #666666;
}
.picleftnobord {
  float: left;
  margin: 0px 20px 10px 0px;
}