/***********************************************
 * Elmley Associates (www.elmleyassociates.co.uk)
 *
 * Author: John Leighton
 *
 * Copyright (c)2009 NT-Designs
 * http://www.nt-designs.co.uk
 *
 * Version: 3.0
 * style.css
 **********************************************/

body {
  margin: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #b87232;
}

h1 {
  padding: 5px 0 9px 0;
  font-size: 24px;
  background-image: url(../img/headingbg.jpg);
  background-repeat: no-repeat;
  background-position: right 0px;
  border-bottom: 2px solid #c1d9e5;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
}

p {
  margin: 10px 0px;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 5px;
}

/* -------------------------------------------------- */

#sectionone {
  background-color: #fff;
  background-image: url(../img/topbg2.jpg);
  background-repeat: repeat-x;
}

#sectiontwo {
  background-color: #fff;
}

#sectionthree {
  background-image: url(../img/footertop.jpg);
  background-repeat: repeat-x;
  background-color: #2d82a7;
  color: #fff;
  padding-top: 60px;
}

#sectionthree a {
  color: #fff;
  font-weight: bold;
}

#sectionthree h3 {
  color: #fff;
}

.box241 {
  float: left;
  width: 220px;
  padding-right: 21px;
}

.lastbox {
  padding-right: 0;
}

.container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 702px;
}

.centered {
  text-align: center;
}

/* -------------------------------------------------- */

#menu {
  position: absolute;
  margin: 0;
  top: 60px;
  right: 0px;
  width: 480px;
  height: 90px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu ul li a {
  display: block;
  margin: 0 6px;
  padding: 6px 5px;
  /*width: 110px;*/
  height: 14px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#menu ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #b87232;
}

.borderbotwhite {
  border-bottom: 2px solid #fff;
}

.borderbotorange {
  border-bottom: 2px solid #b87232;
}

/* -------------------------------------------------- */

#titlebar {
  width: 702px;
  height: 137px;
}

#logo {
  float: left;
  width: 350px;
  height: 60px;
  background-image: url(../img/logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

#logo a {
  display: block;
  width: 350px;
  height: 60px;
}

#logo span {
  display: none;
}

#slogan {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 295px;
  height: 23px;
  background-image: url(../img/slogan.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

/* *******************************************************
   Testimonials
 ******************************************************* */
#comments blockquote {
  position: relative;
  width: 412px;
  float: left;
  margin: 1em 0pt 1em 0pt;
  padding: 1em 10px 1em 10px;
  border-bottom: 1px solid #ccc;
  background-image: none;
}

#comments blockquote:hover {
  background-color: #eee;
}

#comments blockquote p {
  background-image: none;
}

#comments blockquote p.dtposted {
  position: absolute;
  top: 0.1em;
  right: 0pt;
  padding-left: 0.5em;
  margin: 0pt;
  line-height: 1em;
  color: #444;
  text-align: right;
  /*background-color: #fff;*/
  font-weight: bold;
  font-style: italic;
}

/* -------------------------------------------------- */

#main {
  width: 702px;
  background-color: #fff;
}

#main ul {
  padding-left: 14px;
}

#leftcol {
  float: left;
  width: 452px;
}

#rightcol {
  float: left;
  width: 220px;
  margin-left: 30px;
}

.box702 {
  width: 682px;
  padding: 10px;
}

.box452 {
  width: 430px;
  padding: 10px;
}

.box452top {
  width: 452px;
  height: 14px;
  background-image: url(../img/box452top.jpg);
  background-repeat: no-repeat;
}

.box452mid {
  background-image: url(../img/box452mid.jpg);
  background-repeat: repeat-y;
}

.box452bot {
  width: 452px;
  height: 20px;
  background-image: url(../img/box452bot.jpg);
  background-repeat: no-repeat;
}

.box452title {
  width: 430px;
}

.box452image {
  float: left;
  width: 150px;
}

.box452text {
  float: left;
  width: 430px;
}

.box452link {
  width: 430px;
  text-align: right;
}

.bottompadding {
  padding-bottom: 20px;
}

.box220 {
  width: 198px;
  padding: 10px;
  border: 1px solid #fff;
}

.centre {
  text-align: center;
}

.list {
  float: left;
  width: 215px;
}

.list ul {
  list-style-type: circle;
}

.warning {
  color: #f00;
  font-weight: bold;
}

#alan {
  margin-left: 10px;
}

/* -------------------------------------------------- */

.ntdesigns {
  color: #abdbff;
  font-weight: bold;
}

/* -------------------------------------------------- */

#contactform {
  width: 430px;
}

#contactform label {
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
  width: 100px;
  margin-bottom: 15px;
}

#contactform input {
  float: left;
  display: block;
  width: 270px;
}

#contactform select {
  float: left;
  display: block;
  width: 274px;
}

#contactform textarea {
  float: left;
  width: 270px;
  margin-bottom: 10px;
}

#contactform br {
  clear: both;
}

#contactbuttons {
  margin-left: 125px;
}

#contactbuttons input {
  width: 100px;
}

.textleft {
  float: left;
  width: 70px;
}

.textright {
  float: left;
  width: 350px;
}

.spacer {
  clear: both;
}

