/*
Theme Name: WordPress Default
Description: The default WordPress
Version: 1.0
Author: Stu Hodgson
*/
* {
  padding: 0; margin: 0
}
body {
  background: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
.clearfix {
 display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.imgspacer {
  padding-left: 3px;
}
a img {
  border: none;
}
h2 {
  font-size: 1.1em;
}
.anch {
  font-size: 0;
}
#centre {
  width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}
#wrapper {
  width: 950px;
  background: #ffffff;
  padding: 12px 25px;
}
#header {
}
#header-image{
  float: left;
}
#nav {
 float: left;
 width: 430px;
}
#nav li {
  text-transform: uppercase;
  margin-bottom: 3px;
  background: #989898;
  list-style-type: none;
  height: 35px;
  color: #ffffff;
}
#nav li a {
  color: #ffffff;
  text-decoration: none;
  margin: 8px 0 0 10px;
  display: inline-block;
}
#nav li a:hover {
  color: #000000;
  border: none;
}
#nav li.location {
  background: #986898;
}
#nav li.resmenu1 {
  background: #99cccc;
}
#nav li.resmenu2 {
  background: #996699;
}
#nav li.resmenu3 {
  background: #48c2c5;
}
#nav li.resmenu4 {
  background: #986828;
}
#nav li.resmenu5 {
  background: #f89938;
}
#nav li.contact {
  background: #00b3d8;
}
.back-to-menu{
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
.back-to-menu:hover{
  border-bottom: 1px dotted #333333;
}	
#content {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
p.content {
  padding-left: 10px;
  margin: 20px 0 0 205px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
#location {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
p.location {
  padding-left: 20px;
  margin: 20px 0 0 550px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
#development {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
p.development {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  width: 290px;
  float: left;
}
#external {
	float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
p.external {
	padding-left: 20px;
  margin: 20px 0 0 550px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
#internal {
	float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
p.internal {
	padding-left: 20px;
  margin: 20px 0 0 550px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
#res1, #res2, #res3, #res4, #res5 {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
  width: 950px;
}
.res1, .res2, .res3, .res4, .res5 {
  padding-left: 20px;
  margin: 20px 0 0 550px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
#res1 ul, #res2 ul, #res3 ul, #res4 ul, #res5 ul {
	margin: 20px 0 0 550px;
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
}
#downloads {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
  width: 950px;
}
#downloads p{
  padding-left: 40px;
  line-height: 2.0em;
}
#contact {
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #999999;
}
table.contact {
  float: left;
}
#contact-form {
  float: left;
  padding-left: 20px;
}
#contact-additional {
  float: left;
  padding-left: 40px;

}
input, textarea {
  background: #CCCCCC;
  border: none;
}
textarea {
  overflow: hidden;
}
#rotator {
  height: 490px;
  width: 520px;
}
#rotator img {
  display: none;
  position: absolute;
}
a {
  color: #5d9732;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dotted #5d9732;
}
#footer {
  background: #5d9732;
  padding: 15px 0;
}
#footer p {
  color: #cccccc;
  font-size: 12px;
  text-align: center;
}
#footer p a {
  color: #222222;
  border-bottom: 1px solid #5d9732;
}
#footer p a:hover {
  border-bottom: 1px dotted #222222;
}