/*START LAYOUT DIVS*/
body {
  background: #333333;
  color: #ffffff;
  font-family: Arial, Helvetica, sans;
  font-size: 10px;
  text-align: center;
}

img {
  border: none;
}

#wrapper {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 102em;
  height: 60em;
  text-align: left;
  /*background: #ffffff;*/
}

#header {
  width: 102em;
  height: 7em;
  float: left;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
}

#left_col {
  width: 69.7em;
  height: 48.6em;
  border-left: 3px #ffffff solid;
  padding: 0px 0px 5px 0px;
  float: left;
  background-color: #333333;
  overflow: auto;
  overflow-y: auto;
}

#right_col {
  position: relative;
  margin: 70px 0 0 700px;
  width: 31.7em;
  height: 52.7em;
  border-right: 3px #ffffff solid;
  z-index: 10;
}

#footer {
  position: absolute;
  width: 102em;
  height: 4.8em;
  bottom: 0px;
  float: left;
  background: url(../images/footer_greyscale.gif);
  background-repeat: no-repeat;
}

.banner {
  background-color: #f9a450;
}

.banner a h1 {
  color: #000;	
  text-align: center;
}

.banner a:hover h1 {
  color: #fff;
}

.spacer {
  margin-top: 40em;
}
/*END LAYOUT DIVS*/

/*START CONTENT*/
.title {
  background-color: #007cc2;
  width: 100%;
  height: 3em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  float: none;
}

.head {
  /*position: relative;*/
  text-align: left;
  height: 12em;
  background-image: url(../images/home_bg.gif);
  background-repeat: no-repeat;
}

.head div.extra {
  /*background-image: url(../images/50p.png);*/
  background-color: #f9a450;
  text-align: right;
  float: left;
  color: black;
  width: 18em;
  height: 10em;
  padding: 1.5em 2em 0.5em 0.5em;
}

.head div.extra p {
  color: black;
  text-align: left;
  font-size: 100%;
}

.content {
  padding-bottom: 5px;
}

.content h1 {
  color: #ffffff;
  font-size: 200%;
  margin: 0;
  margin-left: 10px;
}

.content h2 {
  font-size: 250%;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0;
  color: #ffffff;
}

.content h3 {
  font-size: 1em;
  text-align: right;
  margin-top: 0;
  margin-right: 30px;
  color: #dddddd;
}

.content h4 {
  font-size: 140%;
}

.content p {
  color: #ffffff;
  margin-left: 10px;
  margin-right: 20px;
  font-size: 130%;
}

.content dl {
  margin-left: 10px;
}

.smallprint {
  margin: 13px 0 0 40px;
}

.vat {
  font-size: 10px;
}

a {
  color: #f9a350;
  text-decoration: none;
}

.content a:hover {
  color: #ffffff;
}

.blog-post{
  margin-top: 50px;
  background-color: #dddddd;
}

.post {
  background-color: #007cc2;
  border-top: 3px solid #f9a350;
}

.blog-author{
  margin-left: 20px;
}

.storycontent {
  background-color: #dddddd;
  color: black;
  padding-bottom: 20px;

}

.storycontent p {
  color: black;
}

p.wp-caption-text {
  font-size: 80%;
  /*background-color: #f9a350;*/
  padding-left: 4px;
  font-weight: bold;
  margin-top: 0;
}

.content img.major {
  height: 12em;
  border-right: 1px solid #ffffff;
  float: left;
  /*margin-right: 10px;*/
}

.content img.minor {
}

span.blog-contact {
  text-align: right;
  color: black;
  margin: 2em;
}
.column {
  float: left;
  width: 407px;
}

.blogcomment {
  text-align: right;
  background-color: black;
padding-right: 1em;
}

div.error {
  float: right;
  width: 10em;
  padding-right: 10px;
}

.error em {
}

form em {
  color: red;
}

.hidden {
  display: none;
}

/*INDIVIDUAL START*/
/*
#home.head {
  background-image: url(../images/home_bg.png);
}
#about.head {
  background-image: url(../images/about_bg.png);
}
#packages.head {
  background-image: url(../images/packages_bg.png);
}
#faq.head {
  background-image: url(../images/faq_bg.png);
}
#news.head {
  background-image: url(../images/news_bg.png);
}
#contact.head {
  background-image: url(../images/contact_bg.png);
}

.content {
  background-repeat: no-repeat;
}

*/
/*INDIVIDUAL END*/
/*TABLES START*/

table.package {
  border: none;
  width: 260px;
  float: left;
}
table.package tr {
  height: 1.7em;
  font-size: 130%;
}

tr.odd {

}

tr.even {
  background-color: #555555;
}
td.r {
  text-align: right;
  width: 11em;
}

td.l {
  text-align: left;
  width: 14em;
}
/*TABLES END*/

/*FAQ START*/
dl.faq {
  font-size: 130%;
}

dl.faq dt {
  font-weight: bold;
  padding-left: 15px;
}

dl.faq dd {
  margin-bottom: 5px;
}

dl.faq dd ul{
  padding-left: 0;
}

/*FAQ END*/

/*END CONTENT*/

/*START IMAGES*/
img.left {
  width: 150px;
  float: left;
  margin: 5px 5px 0 0;
}

img.right {
  width: 150px;
  float: right;
  margin: 5px 0 0 5px;
}

img.centre {
  width: 250px;
  margin: 5px 100% 0 100%;
}
/*END IMAGES*/

/*HIDING ETC START
div.current {
  display: block;
  visibility: visible;
}

div.hidden {
  display: none;
  visibility: hidden;
}
HIDING ETC END*/

/*START NAVIGATION*/
ol#top_nav {
  list-style: none;
  padding: 0;
  margin: 4em 0 0 0.2em;

}

ol#top_nav li {

  width: 9em;
  height: 3em;
  background-color: #f9a350;
  background-image: url(../images/top_nav_btn.png);
  background-repeat: no-repeat;
  float: left;
  padding-left: 0px;
  bottom: 0px;
  text-align: left;
  vertical-align: bottom;
}

ol#top_nav li:hover {
  background-color: #007cc2;
}

ol#top_nav li.current {
  background-color: #007cc2;
}

ol#top_nav li a,
ol#top_nav li a:visited {
  position: absolute;
  font-family: Arial, Helvetica, sans;
  font-weight: bold;
  width: 6em;
  height: 2em;
  font-size: 150%;
  color: #ffffff;
  /*padding: 0px 10px 10px 10px;*/
  text-decoration: none;
}
ol#top_nav li img {
  /*padding: 0px 0px 0px 0px;*/
}

ol#top_nav li a:hover {
}

/*****************/

ol.sub_nav  {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 20em;
  float: left;
}

ol.sub_nav li {
  font-weight: bold;
  padding: 0 0 0 10px;
  width: 15em;
  height: 3em;
  margin: 0;
  float: none;
  background-color: #001ac2;
}

ol.sub_nav li:hover {
}

ol.sub_nav li img {
}

ol.sub_nav  li a,
ol.sub_nav  li a:visited {
  /*margin: 12px 0 0 8px;*/
  color: #ffffff;
  font-size: 150%;
}

ol.sub_nav  li a:hover {
  color: #f9a350;
}
ol.sub_nav li span {
  font-size: 150%;
}

ol.sub_nav li.current {
  color: #007cc2;
}

/******************/
img.top_nav-blank {
  position: absolute;
  width: 7em;
  height: 2.4em;
  border: none;
}

img.sub_nav-blank {
  position: absolute;
  width: 10em;
  height: 2.3em;
  border: none;
}

/*END NAVIGATION*/

/*START CONTACT FORM*/

div.contactform form{
  margin: 10px 0 0 10px;
 /* font-size:13px;*/
}

div.contactform table {
  border: none;
 /* font-size:13px;*/
}

div.contactform td {
  margin: 10px;
 /* font-size:13px;*/
  }

div.contactform small {
  font-size: 15px;
position: relative;
}

/*END CONTACT FORM*/