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

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

body {
  color: #000;
  background: #006461 url('../images/i-body.gif') repeat-x bottom left;  
  padding: 0 0 30px 0;
}

h1 {
  margin: 0;
  font: normal 1.5em 'Arial Narrow', 'Trebuchet MS', sans-serif;
  color: #006461;
}

h2 {
	margin: 1em 0;
	font-size: 0.875em;
	font-style: italic;
}

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

.textarea ul {
  font-size: 0.75em;
  margin: 1em 2em;
}

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

dl.col dt { 
  float: left; 
  width: 6em;
  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 {
  margin: 0 20px 20px 0;
  border-bottom: #006461 solid 1px;
}

img.right {
  margin: 0 0 20px 20px;
  border-bottom: #006461 solid 1px;
}

.image-column {
  width: 220px;
}

/* Layout */

#constrain {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

  /* Side Column */

  #side-column {
    position: absolute;
    top: 30px;
    left: 0;
    background: transparent url('../images/i-sidecolumn-b.png') no-repeat bottom left;
    padding: 0 0 40px 0;
  }
  
  .side-column-shadow {
    background: #fff url('../images/i-sidecolumn-s.gif') repeat-y top right;
  }
  
  .logo {
    background: transparent url('../images/i-sidecolumn-t.gif') no-repeat;
    padding: 15px 0 0 15px;
    width: 224px;
  }
  
  .tagline {
    margin: 0 0 0 15px;
  }
  
  /* Main Navigation */
  
  #main-nav {
    background: #5f911c url('../images/i-mainnav-s.gif') repeat-y top right;
    padding: 10px 0;
  }
  
  #main-nav li {
    list-style: none;    
  }
  
  #main-nav a {
    display: block;
    font: normal 1em 'Arial Narrow', Arial, sans-serif;
    line-height: 32px;
    background: transparent url('../images/i-mainnav.gif') no-repeat;
    text-decoration: none;
    padding: 0 0 0 30px;
    color: #fff;
    text-transform: uppercase;    
  }
  
  #main-nav a:hover {
    background-position: bottom left;
  }

#content-wrapper {
  margin: 0 0 0 240px;
  border: #5f911c solid 1px;
  border-top: none;
  border-bottom: none;
  background-color: #fff;  
}

#content {
  min-height: 918px;
}

.textarea {
  padding: 0 30px 30px 30px;
}

  /* Footer Nav */
  
  #footer-nav {
    background-color: #006461;    
    text-align: center;
  }

  #footer-nav li {
    list-style: none;
    display: inline;
  }
  
  #footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.675em;
    border-right: #fff solid 1px;
    text-transform: uppercase;
    padding: 0 5px 0 2px;
    line-height: 20px;
  }
  
  #footer-nav a:hover {
    color: #ffd64e;
  }
  
  #footer-nav a.last {
    border: none;
  }
  
  /* Contact Details */
  
  .contact-details {
    background: #ffd64e url('../images/i-footer.gif') no-repeat;
    text-align: center;
    padding: 30px 0 20px 0;
  }
  
  .contact-details li {
    font-size: 0.75em;
    list-style: none;
    display: inline;
    margin: 0 5px;
  }
  
  .contact-details a {
    text-decoration: none;
    color: #000;
  }
  
  .contact-details a:hover {
    color: #f08a00;
  }
  
/* Contact Styling */

.hero {
  display: block;
  height: 56px;
  text-align: right;
  padding: 200px 30px 0 0;
}

.hero-index { background: transparent url('../images/p-hero-paronella.jpg') no-repeat; }

  /* Content Highlights */
  
  .highlight-wrapper {
    width: 220px;
    float: right;
    margin: 0 0 30px 30px;
    color: #fff;
  }
  
  .highlight {
    padding: 10px 20px 30px 20px;
    background: #006461 url('../images/g-highlight-swoosh.gif') no-repeat bottom left;
  }
  
  /* Content CTAs */
  
  a.cta {
    width: 200px;
    height: 59px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 0.875em;
    text-align: right;
    padding: 35px 10px 0 0;
  }
  
  a:hover.cta {
    background-position: bottom left;
  }
  
  a.cta-map         { background: transparent url('../images/g-cta-map.gif') no-repeat; }
  a.cta-accom       { background: transparent url('../images/g-cta-accom.gif') no-repeat; }
  a.cta-attractions { background: transparent url('../images/g-cta-attractions.gif') no-repeat; margin: 0; }
  
  /* Sections */
  
  .section {
    border-bottom: #006461 solid 1px;
  }
  
  .section a {
    text-decoration: none;
    font-weight: bold;    
    color: #006461;
    background: transparent url('../images/g-link.gif') no-repeat top right;
    padding: 0 18px 0 0;
  }
  
  .section a:hover {
    color: #f08a00;
    background-position: bottom right;
  }
  
  .section h2 {
    background: transparent url('../images/g-section-title.gif') no-repeat bottom right;
    line-height: 52px;
    margin: 0;
  }
  
  .section dl {
    padding: 10px 20px;
    background: transparent url('../images/g-section-details.gif') repeat-x bottom left;    
    min-height: 100px;
    margin-bottom: none;
  }
  
  .section img.left {
    margin-top: 20px;
  }

  /* Button */
  
  a.button {
    float: right;
    background: #f08a00 url('../images/g-button.gif') no-repeat;
    font: normal 0.875em 'Arial Narrow', 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    line-height: 22px;    
    padding: 0 20px;
    text-decoration: none;
    color: #000;
  }
  
  a:hover.button {
    background-position: bottom left;
    background-color: #fdcf46;
  }
    
 /* Brochure */

  .brochure-download {
    width: 220px;
    margin: 20px 0;
  }
  
  .brochure-download img {
    display: block;
  }

  .brochure-download a.button {
    width: 160px;
  }
  
  a.brochure-int {
    display: block;
    float: left;
    width: 65px;
    text-decoration: none;
    font-size: 0.675em;
    line-height: 1em;
    text-align: center;
    color: #000;
    padding: 44px 0 0 0;
  }
  
  a.brochure-japan { background: transparent url('../images/g-japan.gif') no-repeat; margin: 0 0 0 20px;}
  a.brochure-germany { background: transparent url('../images/g-germany.gif') no-repeat; }
  a.brochure-spain { background: transparent url('../images/g-spain.gif') no-repeat; }
  
  a:hover.brochure-int {
    color: #f08a00;
  }
  
  .brochure-download-print {
    width: 480px;
  }
  
  .logo-download a.button {
    margin-bottom: 4px;
    width: 120px;
  }
  
  /* Gallery */
  
  .gallery img {
    display: block;
    float: left;
    margin: 0 2px 4px 2px;
    border: #006461 solid 1px;
  }
