/* GLOBAL / RESETS */

body {
  margin: 0;
  padding: 0 25px;
  border: 0;
  background: white;
  font-size: 101%;
  font-family: Verdana,helvetica,clean,sans-serif;
  line-height: 1.5;
  color: #333;
}

#container {
  margin: 0 auto;
  max-width: 55em;
  min-width: 720px;
  position: relative;
}

h1,h2,h3,h4,h5,h6,address {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

.magenta {
  color: #f0f;
}

/* LANGUAGE BAR */
 
#language {
  font-size: 0.8em;
  padding-top: 15px;
  text-align: center;
}

#language img {
  border: none;
}

/* BANNER */

#banner {
  position: relative;
}

#banner img {
  padding: 20px 0;
}

#banner h1 {
  line-height: 0.1em;
}

#banner address {
  position: absolute;
  bottom: 25px;
  right: 7px;
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.2em;
  text-align: right;
}

#banner address small {
  font-size: 0.8em;
}

#banner address a {
  text-decoration: none;
}

#banner address a:hover,
#banner address a:focus {
  text-decoration: underline;
}

#banner .call-us {
  color: #00aeef;
}

/* NAVIGATION */

#nav {
  background-color: #c7eafb;
}

#nav div div div {
  background-image: url(/images/menu-bg.png);
  background-position: top left;
  background-repeat: repeat-x;
}

#nav div div div div {
  background-image: none;
}

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

#nav li {
  display: inline;
}

#nav a {
  display: block;
  width: auto;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  float: left;
  color: #444;
}

#nav a:hover,
#nav a:focus {
  padding: 10px 15px 5px 15px;
  border-bottom: 5px solid #44c8f5;
  background-image: url(/images/menu-active.png);
}

#nav .sel {
  display: block;
  width: auto;
  padding: 10px 15px 5px 15px;
  float: left;
  background-image: url(/images/menu-bg.png);
  border-bottom: 5px solid #00aeef;
}

/* FOOTER */

#footer {
  font-size: 0.8em;
  color: #00aeef;
  border-top: 1px solid #00aeef;
  text-align: right;
  padding: 5px 0 10px;
  clear: both;
}

#footer a {
  text-decoration: none;
  color: #00aeef;
}

#footer a:hover {
  text-decoration: underline;
}

/* TYPOGRAPHY */

.attribution {
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
}

ul {
  padding-left: 1em;
  margin-left: 0;
  border-left: 0;
}

/* DROP SHADOW: SQUARE CORNERS */

.shadow {
  background-image: url(/images/menu-shadow.png);
  background-position: bottom right;
}

.shadow div {
  background-image: url(/images/menu-tr.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.shadow div div {
  background-image: url(/images/menu-bl.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  padding-right: 10px;
}

.shadow div div div {
  padding: 0;
}

/* SPECIALS FOR HOME PAGE */

.left50 {
  float: left;
  width: 48%;
  margin-top: 0;
}

.right50 {
  float: right;
  width: 48%;
  margin-top: 0;
} 

.home-inner {
  padding: 15px 27px 22px 20px;
}

.home-left {
  margin-right: 400px;
}

.home-images {
  float: right;
  width: 380px;
  line-height: 0;
}

.home-images img {
  border: 2px solid #444;
  margin-top: 10px;
}

.logos {
  text-align: center;
}

.logos img {
  margin: 5px 10px;
}

.home-inner h2 {
  border-bottom: 2px solid #444;
  font-size: 1.5em;
}

.home-inner a {
  text-decoration: none;
  color: blue;
}

.home-inner a .reveal {
  display: none;
  color: #333;
}

.home-inner a:hover {
  background-position: 0 0;
}

.home-inner a.underline-hover:hover {
  text-decoration: underline;
}

.home-inner a:hover .reveal,
.home-inner a:focus .reveal {
  display: inline;
}

.home-inner h2 a {
  color: blue;
}

.home-inner h2 a .reveal {
  font-size: 0.67em;
}

.home-inner ul {
  margin: 10px 0;
  padding-left: 2em;
}

.home-inner p {
  margin: 10px 0;
}

/* TESTIMONIALS */

#video-quote {
  width: 45%;
  float: right;
  margin: 0 0 10px 0;
}

#video-quote div div div {
  background-image: url(/images/box-cyan30/top.png);
  background-position: top left;
  background-repeat: repeat-x;
}

#video-quote blockquote {
  padding: 20px;
  margin: 0;
}

#video-quote blockquote p {
  margin: 5px 0 0 0;
}

#video {
  width: 53%;
}

#video-nojs {
  width: 50%;
  padding: 10px;
  border: 1px solid #c7eafb;
  text-align: center;
}

/* GENERAL PAGE LAYOUT */

#content-wrapper {
  margin: 10px 0 20px 0;
}

#content-wrapper h2 {
  margin: 15px 10px 0.5em 10px;
  border-bottom: 2px solid #00aeef;
  font-weight: bold;
}

#content-wrapper h3 {
  margin: 1.5em 10px 0.7em 10px;
  color: #333;
  font-weight: bold;
}

#content-wrapper h4 {
  margin: 0.7em 10px;
  font-weight: bold;
  color: #333;
}

#content-wrapper p {
  margin: 10px;
}

#content-wrapper ul {
  margin: 10px;
}

#content-wrapper ul li {
  margin: 0.6em 0 0.6em 20px;
}

.service-image {
  float: right;
  border: 20px solid white;
  border-right: 0;
}

.service-image-left {
  float: left;
  border: 20px solid white;
  border-left: 0;
}

.service-image-new {
  float: right;
  border: 20px solid white;
  border-right: 8px solid white;
}

.service-image-new img {
  border: 2px solid #444;
}

/* SERVICE LIST */

.service {
  clear: both;
  margin: 20px 0;
}

.service img {
  float: right;
  margin: 20px;
  border: none;
}

#content-wrapper .service h3 {
  margin: 10px;
}

.service div {
  margin-right: 210px;
  padding: 10px;
}

.service a {
  color: blue;
  text-decoration: none;
}

.service a .reveal {
  display: none;
  color: #333;
  font-size: 0.9em;
}

.service a:hover {
  background-position: 0 0;
}

.service a:hover .reveal,
.service a:focus .reveal {
  display: inline;
}

/* SERVICES NAVIGATION */

#services-nav {
  float: right;
  padding: 0 10px;
  margin-right: 8px;
  border: 1px solid #c7eafb;
}

#services-nav .sel {
  color: #00aeef;
}

#services-nav a {
  text-decoration: none;
  color: #666;
}

#services-nav a:hover,
#services-nav a:focus {
  text-decoration: none;
}

/* TESTIMONIAL LIST */

.testimonial {
  padding: 10px;
  border-top: 1px solid #c7eafb;
  clear: both;
}

.testimonial img {
  float: right;
  padding: 15px 0 15px 25px;
}

#content-wrapper .testimonial .attribution {
  text-align: left;
  margin: 10px;
}

#content-wrapper .testimonial p {
  margin: 0 160px 0 0;
}

/* CONTACT PAGE */

.contact {
  margin: 0.5em 10px; 
}

.contact th,
.contact td {
  padding: 5px;
  vertical-align: top;
}

.contact th {
  text-align: right;
  font-weight: normal;
  color: #00aeef;
  width: 10em;
}

/* DISTRIBUTIONS */

.distributions {
  margin: 10px;
}

.distributions th,
.distributions td {
  width: 35%;
  line-height: 1.2em;
  padding: 2px 5px;
  vertical-align: top;
}

.distributions th.sub {
  text-align: center;
  color: #00aeef;
  border-bottom: 1px solid #00aeef;
  padding: 5px;
}

.distributions th {
  text-align: right;
  font-weight: normal;
  width: 65%;
}

table.left {
  float: left;
  width: 45%;
}

table.right {
  float: right;
  width: 45%;
}

img.centre {
  display: block;
  margin: 20px auto;
}

.powerof3 {
  padding-top: 20px;
}

.getaway-top {
  background-image: url(/images/getaway2.jpg);
  background-position: right 50px;
  background-repeat: no-repeat;
  height: 642px;
  margin-bottom: 20px;
}

.getaway-top .container {
  width: 290px;
}

.getaway-top ol {
  font-weight: bold;
  margin-top: 15px;
}

.getaway-top ol li {
  margin-bottom: 10px;
}

.getaway-top ol h3 {
  font-size: 1em !important;
  margin: 0 !important;
  font-weight: normal;
  color: #00aeef !important;
  font-size: 1em;
}

.getaway-top ol div {
  font-weight: normal;
}

.getaway-left {
  width: 48%;
  float: left;
}

.getaway-right {
  width: 48%;
  float: right;
}

.cyan-bold {
  color: #00aeef;
  font-weight: bold;
}
