/*
---------------------------------------------
 
File :       /css/style.css
Title :      Gibson Kerr General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    28/02/2008 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
  color: #969698;
  background: #DFDFE0;
  margin: 0px;
  padding: 0px;
}

a:link,
a:visited,
a:active {
  color: #007748;
  text-decoration: none
}

a:hover {
  color: #007748;
  text-decoration: underline
}

h1, h2, h3 {
  font-family: Georgia, Times, serif;
  font-weight: bold;
  color: #007748;
  margin: 0px;
  padding: 0;
  line-height: normal;
}

h1 {
  font-size: 36px;
  margin-top: 75px;
}

h2 {
  font-size: 26px;
  margin-top: 15px;
}

h3 {
  font-size: 20px;
  margin-top: 10px;
}

p {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
  border-collapse: collapse;
}

th {
  background: #DEDEDE;
  white-space: nowrap;
}

td, tr.total td.data {
  background: #EFEFEF;
}

th, td, tr.total td.data {
  vertical-align: middle;
  padding: 3px 15px 3px 15px;
  border: 1px solid #ffffff;
}

tr.total td.bold {
  font-weight: bold;
}

tr.total td {
  background: #ffffff;
}

td.number, th.number {
  text-align: right;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul li {
}

div#sitewrapper {
  width: 970px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

div#sitewrapper2 {
  padding-bottom: 44px;
  background: #ffffff;
  border: 1px solid #C8C9CA;
}

div#site {
  background-image: url("/images/sitebg.gif");
  background-repeat: no-repeat;
  background-position: 0 100px;
}

div#header {
  height: 120px;
  overflow: hidden;
  background-image: url("/images/headerbg.gif");
  background-repeat: repeat-x;
}

img#logo {
  display:inline;
  float: left;
  margin-top: 33px;
}

div#menu {
  font-size: 16px;
  float: left;
  margin-top: 30px;
}

div#menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

div#menu a {
}

div#menu ul li {
  list-style-type: none;
  padding: 3px 0;
}

div#menu ul li a {
  display: block;
  width: 190px;
  color: #969698;
  font-weight: bold;
  text-decoration: none;
}

div#menu ul li a span {
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  color: #007748;
}

div#menu a:hover span, div#menu a:active span, div#menu a.menuselected span {
}

div#menu ul li.menuspacer {
  padding: 0;
  background-image: url("/images/menuspacer.gif");
  background-repeat: repeat-x;
}

div#menu a.menuitemstyle1 {
  color: #92BD3D;
}

div#menu a.menuitemstyle2 {
  color: #007748;
}

div#menu a.submenuitemstyle1 {
  display: block;
  padding-left: 14px;
  font-size: 0.9em;
  margin: 0;
}

div#menu ul ul {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 160px;
  padding: 0;
  margin: 0;
  margin-top: 280px;
  margin-left: 170px;
  border: 1px solid #969698;
}

div#menu ul ul li {
  padding: 0;
  margin: 0;
  width: 160px;
  right: 0;
}

div#menu ul ul li a {
  padding: 6px 12px;
  display: block;
  width: 120px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
  display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
  display: block;
}

div#menu ul ul li {
  background: #ffffff;
  background-image: none;
}

div#menu ul ul li:hover {
  background: #333333;
}

div#menu ul ul li a:hover {
  color: #969698;
  background-image: none;
}

div#columnleftwrapper {
  float: left;
  width: 220px;
  overflow: hidden;
}

div#columnleft {
  padding: 0 27px 40px 17px;
}

div#contentwrapper {
  float: left;
  width: 523px;
  overflow: hidden;
}

div#content {
  padding: 20px 15px 0 15px;
}

div#content img.floatright {
  margin-left: 10px;
  margin-bottom: 10px;
}

div#columnrightwrapper {
  float: right;
  width: 225px;
  overflow: hidden;
}

div#columnright {
  padding: 20px 30px 0 15px;
}

div#frontboxes {
  width: 100%;
  background-image: url("/images/frontboxesbg.gif");
  background-repeat: repeat-y;
  background-position: center;
  margin-top: 10px;
}

div.frontbox {
  width: 49%;
  float: left;
}

div#frontboxleft {
  padding-right: 15px;
}

div#frontboxright {
  padding-left: 15px;
}

p.error {
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 5px;
}

p.error a {
  color: #ff0000;
}

div.hr {
  height: 20px;
  clear: both;
  overflow: hidden;
  background-image: url("/images/menuspacer.gif");
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}

div.hr hr {
  display: none;
}

a.link1 {
  color: #969698;
  text-decoration: none;
}

a.link1:hover {
  text-decoration: underline;
}

a.link2 {
  color: #ffffff;
  padding-left: 20px;
  background-image: url("/images/bullet-6.gif");
  background-repeat: no-repeat;
  background-position: -3px;
  text-decoration: none;
}
 
a.link2:hover {
  color: #FF4801;
  text-decoration: underline;
}

form {
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  float: left;
  font-weight: bold;
  color: #007748;
  background: #92BD3D;
  margin-left: 10px;
  border: 1px solid #007748;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 1px;
  float: left;
  width: 140px;
  text-align: right;
}

div.formlabel2 {
  width: 430px;
  text-align: left;
  margin-left: 20px;
  overflow: hidden;
}

input.details {
  position: relative;
  bottom: 18px;
  left: 140px;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  font-size: 11px;
  color: #007748;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

div#footer a {
  font-size: 11px;
  color: #007748;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footermenu {
  font-size: 12px;
  padding-bottom: 4px;
}

div#footermenu a {
  font-size: 12px;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 8px;
  background-image: url("/images/arrowback.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("/images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

fieldset {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #92BD3D;
}

label * {
  vertical-align: middle;
}

legend {
  font-weight: bold;
  color: #92BD3D;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
}

.checkbox,
.radio {
  border-width: 0px;
  border-style: none;
}
 
select {
}
 
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

img.arrow1 {
  vertical-align: middle;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}

.padding10 {
  padding: 10px;
}

.lightcolor {
  color: #92BD3D;
}

.darkcolor {
  color: #007748;
}

.padding1, .padding2 {
  padding: 3px;
}

.subtitle {
  font-size: 36px;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  line-height: normal;
}
