/* Common */
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #666;  
  background: #fff url('../images/i-body.gif') repeat-x;
}

h1 {
  font: italic 1.25em 'Trebuchet MS', Arial, sans-serif;
  color: #1467b7;
  padding: 4px 0 4px 30px;
  background: transparent url('../images/g-h1-flourish.gif') no-repeat;
  margin: 0 0 20px 0;
}

h2 {
  font: normal 1.125em 'Trebuchet MS', Arial, sans-serif;
  color: #1bb0ec;
  margin: 1em 0;
  border-bottom: #95d7f6 solid 1px;
  padding: 0 0 2px 0;
}

h3 {
  font: normal 1em 'Trebuchet MS', Arial, sans-serif;
  color: #000;
  margin: 1em 0 0.5em 0;
}

h4 {
  font-size: 0.875em;  
  margin: 0.5em 0;
}

p { 
  margin: 1em 0;
  font-size: 0.875em; 
}

#content ul, #content ol {
  margin: 1em 2em;
  font-size: 0.875em;
}

#content li {
  margin: 0.5em;
}

#content li li {
  list-style-type: square;
  margin: 0;
}

#content a {
  color: #1bb0ec;
}

dl.col {
  font-size: 0.875em;
}

dl.col dt { 
  float: left; 
  width: 8em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.left {
  border: #95d7f6 solid 1px;
  margin: 0 20px 20px 0;
}

img.right {
  border: #95d7f6 solid 1px;
  margin: 0 0 20px 20px;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width: 960px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow.png') repeat-y;
  padding: 0 60px;
}

#header {
  background: #fff url('../images/i-header.gif') no-repeat;  
  height: 100px;
}

#hero {
  background: #007dc5 url('../images/i-hero.gif') no-repeat top right;
  height: 200px;
}

#hero p.quote {
  font: italic 1.5em 'Trebuchet MS', Arial, sans-serif;
  color: #e6f5fd;
  text-align: center;
  margin: 28px 40px 0 0;
}

#hero p.quote span {
  font-size: 0.675em;
}

.hero-image {
  display: block;
  width: 480px;
  height: 200px;
  background: #007dc5 url('../images/p-hero-index.jpg') no-repeat;
}

.hero-microlighting { background-image: url('../images/p-hero-microlighting.jpg'); }
.hero-hanggliding   { background-image: url('../images/p-hero-hanggliding.jpg'); }
.hero-gallery       { background-image: url('../images/p-hero-gallery.jpg'); }
.hero-courses       { background-image: url('../images/p-hero-courses.jpg'); }
.hero-about         { background-image: url('../images/p-hero-about.jpg'); }
.hero-contact       { background-image: url('../images/p-hero-contact.jpg'); }

  /* Main Navigation */
  
  #main-nav {
    background: #1bb0ec url('../images/i-nav-top.gif') repeat-x;    
    height: 40px;
    padding: 0 0 0 10px;   
  }
  
  #main-nav li {
    list-style: none;
    display: inline;    
  }
  
  #main-nav a {
    text-decoration: none;
    font: bold 1em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 39px;
    margin: 0 15px;
    display: block;
    float: left;
    padding: 1px 0 0 0;
  }
  
  #main-nav a:hover {
    border-top: #fff solid 1px;
    padding: 0;
  }
  
#content {
  padding: 30px;
  min-height: 470px;
}

#footer {
  background: transparent url('../images/i-footer.png') no-repeat;
  width: 1080px;
  height: 96px;
  margin: 0 auto;
  text-align: center;
}

#footer li {
  list-style: none;
  display: inline;
  line-height: 56px;
  color: #fff;
  margin: 0 20px 0 0;
}

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

#footer a:hover {
  border-top: #fff solid 1px;
}

#nav-bottom {
  text-align: center;
  width: 660px;
  margin: 0 auto; 
  padding: 0 0 10px 0;
  border-bottom: #ccc solid 1px; 
}

#nav-bottom li {
  list-style: none;
  display: inline;
}

#nav-bottom a {
  text-decoration: none;
  color: #666;
  font: bold 0.75em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 6px;
}

#nav-bottom a:hover {
  border-top: #ccc solid 1px;
}

#author {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  padding: 8px 0 0 0;
}

#author a {
  text-decoration: none;
  color: #ccc;
  font: bold 0.75em 'Trebuchet MS', Arial, sans-serif;
}

#author a:hover {
  color: #666;
}

/* Content Styling */

.cta {
  display: block;
  float: left;
  width: 395px;
  height: 42px;
  padding: 258px 20px 0 20px;
  margin-bottom: 20px;
}

.cta-hanggliding {
  background: transparent url('../images/g-go-hanggliding.jpg') no-repeat;  
  margin: 0 30px 0 0;
}

.cta-microlighting {
  background: transparent url('../images/g-go-microlighting.jpg') no-repeat;
}

#content .cta a {
  background: transparent url('../images/g-arrow.png') no-repeat left 4px;
  font: bold italic 1.625em 'Trebuchet MS', Arial, sans-serif;
  padding: 0 0 0 20px;
  color: #1467b7;
  text-decoration: none;
  text-transform: uppercase;
}

  /* Buttons */
  
  .button-textarea {
    background: #1bb0ec url('../images/g-button-textarea.gif') repeat-x;
    border: #1587c0 solid 2px;
    border-bottom: none;
    font: normal 1em 'Trebuchet MS', Arial, sans-serif;
    color: #fff;
    width: 186px;
    padding: 10px;
    margin: 0 0 0 20px;
  }
  
  #content a.button {
    display: block;
    width: 190px;
    background: transparent url('../images/g-button.gif') no-repeat;
    font: bold italic 1.25em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    color: #1467b7;
    text-decoration: none;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 0 20px 20px;
  }
  
  #content a.button span {
    background: transparent url('../images/g-arrow-small.png') no-repeat left 4px;
    padding: 0 0 0 15px;
  }
  
  #content a.button:hover {
    background-position: bottom left;
  }
  
.column {
  width: 300px;
  float: left;
}

img.courses-img {
	margin: 0 0 0 100px;
}