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

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #484a47;
  background-color: #375927;
}

h1 {
  font: normal 1.25em 'Trebuchet MS', sans-serif;
  color: #353129;
}

h2 {
  margin: 1em 0 0.5em 0;
  font: normal 1.125em 'Trebuchet MS', sans-serif;
  color: #588c23;  
  border-bottom: #e2f0d6 solid 1px;
}

h3 {
  margin: 0.5em 0 0.25em 0;
  font: italic normal 1.0625em 'Trebuchet MS', sans-serif;
}

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

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

#content a {
  color: #375927; 
  text-decoration: none;
  border-bottom: #bdd684 solid 1px;
  padding: 0 2px;
}

#content a:hover {
  background-color: #ecebf0;
  color: #000;  
}

dl.col {
  font-size: 0.9375em;
  margin: 1em 0;
}

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

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

dl.col-wide dt {
  width: 11em;
}

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

dl.col-medium dt {
  width: 6em;
}

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

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

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.left {
  margin: 1em 1em 1em 0;
  border: #a6bf8e solid 2px;
}

img.right {
  margin: 1em 0 1em 1em;
  border: #a6bf8e solid 2px;
}

/* 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 */

#header {
  width: 960px;
  margin: 0 auto;
  height: 138px;
  background: transparent url('../images/i-header.jpg') no-repeat;
  padding: 42px 44px 0 44px;
}

#header.header-index {
  height: 238px;
  background-image: url('../images/i-header-index.jpg');
  padding: 42px 44px 0 44px;
}

#header img {
  display: block;
}

#constrain {
  width: 960px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow.gif') repeat-y;
  padding: 0 44px 30px 44px;
  position: relative;
}

  /* Main Navigation */

  #main-nav {
    position: absolute;
    top: 0;
    left: 44px;
    background: transparent url('../images/i-nav-leaf.gif') no-repeat;
    width: 240px;
  }
  
  #main-nav.nav-index {
    top: -100px;
  }
  
  #main-nav li {
    list-style: none;      
  }
  
  #main-nav a {
    text-decoration: none;
    color: #353129;
    text-transform: uppercase;
    width: 180px;
    font-size: 0.9375em;
    background: transparent url('../images/i-nav-divider.gif') no-repeat left bottom;
    padding: 5px 30px;
    display: block;        
  }
  
  #main-nav ul.sub-nav {
    border-bottom: #bdd684 solid 1px;
  }
  
  #main-nav ul.sub-nav a {
    text-transform: none;
    font-style: italic;    
    background: none;
    background-color: #f9fcfd;
    padding: 0px 30px 4px 40px;
  }
  
  #main-nav a.current {
    background-color: #f9fcfd;
    background-image: none;    
  }
  
  #main-nav a:hover, #main-nav ul.sub-nav a:hover, #main-nav a:hover.current {
    background: transparent url('../images/i-nav-hover.gif') repeat-y;
  }

#content {
  margin: 0 0 0 270px;
  padding: 30px 30px 0 0;
  min-height: 440px;
}

#content .textarea {
  margin: 0 210px 0 0;
  min-height:700px;
}

#content .content-side {
  width: 150px;
  float: right;
  background-color: #f9fcfd;
  padding: 0 30px 0 0;
}

#footer {
  width: 900px;
  margin: 0 auto;
  background: transparent url('../images/i-footer.gif') no-repeat;
  padding: 40px 74px;
  color: #fff;
  font-size: 0.8125em;
}

  /* Footer Navigation */
  
  #footer .column {
    width: 145px;
    float: left;
    margin: 0 10px 0 0;
    background: transparent url('../images/i-footer-divider.gif') no-repeat right 18px;
  }
  
  #footer .column-wide {
    width: 300px;
    background: none;
  }
  
  #footer h2 {
    color: #fff;
    border: none;
  }
  
  #footer li {
    list-style: none;
  }
  
  #footer a {
    text-decoration: none;
    color: #bdd684;
    font-style: italic;    
    display: block;    
  }
  
  #footer a:hover {
    background-color: #5f7a52;
    padding: 0 0 0 4px;
    color: #f9fcfd;
  }
    
  #footer .contact {
    font: normal 1.25em 'Trebuchet MS', sans-serif;    
  }
  
#author {
  text-align: center;  
}

#author a {
  color: #588c23;
  text-decoration: none;
  font-size: 0.75em;
}

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

/* Content Styling */

  /* Highlights */

  #content .highlight-gw {
    background: transparent url('../images/g-highlight-gw-t.gif') no-repeat scroll top right;
    color:#fff;
    display: block;
    float: left;    
    font:normal 0.9375em arial, verdana, sans-serif;
    width: 180px;    
    margin:0 0 10px 0;
    padding-top: 5px; /* sliding doors padding */
    text-decoration: none;        
  }

  #content .highlight-gw div {
    background: transparent url('../images/g-highlight-gw-b.gif') no-repeat bottom left;
    padding: 0 15px 15px 15px;
    color: #353129;
    width: 150px;
  }
  
  #content .highlight-gw h2 {
    border: 0;
  }
  
  #main-nav .highlight-ecotourism-award {
    display: block;
    width: 150px;
    height: 100px;
    background: transparent url('../images/g-highlight-ecotourism-award.gif') no-repeat;
    margin: 20px 0 10px 30px;
    padding: 10px 15px;
    color: #353129;
  }
    
  #main-nav .highlight-ecotourism-award h2 {
    margin: 0;
    border: 0;
  }

  #main-nav .highlight-ecotourism-award span {
    font-size: 0.8125em;
  }
  
  /* Buttons */
  
  #content a.button-wg {
    display: block;
    width: 155px;
    background: transparent url('../images/g-button-wg.gif') no-repeat top right;
    padding: 0 0 0 10px;
    font: normal 1.125em 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    line-height: 31px;
    height: 31px;    
  }
  
  #content a.button {
    display: block;
    background-color: #e2f0d6;
    padding: 4px 10px;
    text-align: right;
    font-style: italic;
  }
    
#main-nav .navside-link {
  background: none;
}
  
#content ul {
  font-size: 0.9375em;
  margin: 1em 1.5em;
}

#content li {
  list-style: none;
  margin: 0 0 1em 0;
}

#content ul span {
  font-weight: bold;
  font-style: italic;
}

#content ul ol li {
  list-style-type: decimal;
  margin: 0.5em 3em;
  font-size: 0.9375em;
}

p.quote {
  background-color: #ecebf0;
  padding: 10px;
  font: bold italic 1em 'Trebuchet MS', sans-serif;
}

.cta-accommodation {
  height: 70px;
  background: transparent url('../images/g-cta-accommodation.gif') no-repeat;
  text-align: right;
  display: block;
}

.cta-accommodation {
  padding: 8px 10px 0 0;
}

.cta-accommodation h3 {
  margin: 0 0 10px 0;
}

#content .cta-accommodation a {
  font: normal 1.125em 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  border: none;
}

#content .cta-accommodation a:hover {
  background: none;
  color: #000;  
}

#content .accom-description {
  background: transparent url('../images/g-highlight-accom-t.gif') no-repeat;
  padding: 4px 10px;
  margin: 1em 0;
}

#content .accom-description h2 {
  margin: 0;
}

#content .accom-description span {
  vertical-align: middle;
}
  
  /* Gallery */  
  #content .gallery {
    margin: 1em 0;
  }

  #content .gallery a {
    float: left;
    margin: 0 3px 4px 0;  
    padding: 2px 1px 4px 1px;
    width: 220px;
  }

  #content .gallery img {
    display: block;
  }

  #content .gallery span {
    font-size: 0.9375em;
    padding: 0 4px;
  }

#content ul.standardlist li {
  list-style: disc;
}

#content ul.link-list li {
  background: transparent url('../images/g-arrow.gif') no-repeat left 6px;
  padding: 0 0 0 10px;
}

.caption {
  background-color: #e2f0d6;
  font: normal 0.75em Arial, Helvetica, sans-serif;
  width: 180px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #bdd684;
}

.caption div {
  padding: 0 4px 2px 4px;
}
.img-column {
	width: 220px;
	margin: 0 0 0 1em;
}