body { background: #ccfdbb url(coconut/bg.png) top left repeat-x; }

div#page { background: url(coconut/page.png) top left repeat-y; width: 1000px; margin: 20px auto; position: relative; }
div.top, div.bottom { width: 100%; position: absolute; left: 0; height: 13px; }
div#page div.top { top: 0; background: url(coconut/header.png) top left no-repeat; margin-top: -13px; }
div#page div.bottom { bottom: 0; background: url(coconut/footer-bottom.png) bottom left no-repeat; margin-bottom: -12px; }
div#header { width: 940px; margin: 0 auto; height: 100px; padding: 17px 20px 20px 20px; }

div#header h1 {
  width: 153px;
  height: 99px;
  background: url(coconut/logo.png) top left no-repeat;
  text-indent: -9999em;
  margin: 0;
  float: left;
}

div.contact_box { float: right; background: url(coconut/contact-logo.png) left center no-repeat; padding-left: 57px; margin-top: 15px; }
div.contact_box h2 { font-size: 14px; color: #999; font-weight: bold; }
div.contact_box table th, div.contact_box table td { font-size: 16px; }
div.contact_box table th { color: #999; padding-right: 10px; text-align: right; font-weight: normal; }
div.contact_box table td { color: #666; font-weight: bold; padding-bottom: 5px; }
div.contact_box a { color: #4faee8; font-weight: normal; }

ul#nav {
  width: 940px;
  background: url(coconut/nav-sprite.png) 0 0 repeat-x;
  height: 46px;
  list-style: none;
  margin: 0 auto;
  position: relative;
}

ul#nav li { float: left; margin: 3px 0 0 0; height: 100%; position: relative; }
ul#nav li a {
  line-height: 40px;
  height: 40px;
  color: #fff;
  display: block;
  float: left; /* Appease IE6 */
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid rgba(0,0,0, 0.2);
  border-right: 1px solid rgba(255,255,255, 0.15);
  padding: 0 15px;
  text-shadow: 1px 1px 2px #333;
}

ul#nav li a:hover, ul#nav li.active a { background: url(coconut/nav-sprite.png) 0 -141px repeat-x; }
ul#nav li.active a { background: url(coconut/nav-sprite.png) 0 -141px repeat-x; }
ul#nav li.first a { border-left: 0; }
ul#nav li.last a { border-right: 0; }

ul#nav li.left, ul#nav li.right {
  background-image: url(coconut/nav-sprite.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 1px;
  margin: 0;
}

ul#nav li.left { left: -3px; background-position: 0 -47px; }
ul#nav li.right { right: -3px; background-position: 0 -93px;}

ul#nav ul {
  position: absolute;
  top: 40px;
  left: 0;
  background: #267402;
  display: none;
  z-index: 3000;
  width: 210px;
  overflow: hidden;
  margin: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

ul#nav ul li { float: none; height: auto; margin: 0; position: relative; display: block; width: 100%; }

ul#nav ul li a {
  font-weight: normal;
  text-shadow: none;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  float: none;
  margin: 0;
  display: block;
  width: 100%;
  border: none;
}

ul#nav li span { display: none; }

ul#nav li.first:hover span, ul#nav li.first.active span {
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    height: 40px;
    width: 8px;
    background: url(coconut/nav-sprite.png) 0 -187px no-repeat;
    z-index: 100;
}

ul#nav ul li a:hover, ul#nav li.active ul li a:hover, ul#nav ul li.active a, ul#nav li.active ul li.active a { background: #468928; }
ul#nav li.nojs:hover ul { display: block; }
ul#nav li.active ul li a { background: #267402; }

div#content { width: 940px; margin: 0 auto 20px auto; }

div#footer {
  width: 940px;
  padding: 20px 20px 17px 20px;
  margin: 0 auto;
  background: #c9e3b3 url(coconut/footer-bg.png) top left repeat-x;
  overflow: hidden;
  color: #55822f;
  font-size: 12px;
  position: relative;
}

h2.section {
  background: url(coconut/section-header-bg.png);
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  height: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 10px;
}

div.award-contain { overflow: hidden; border-bottom: 1px solid #ccc; padding: 10px 0; clear: both; }
div.award-contain p { margin: 0; }
div.award-contain.last { border: none; }
div.img-contain { overflow: hidden; margin-bottom: 20px; }
table.pricing { border-collapse: collapse; width: 100%; margin-bottom: 0; }
table.pricing th, table.pricing td { border: 1px solid #56832f; padding: 5px; }
table.pricing th { color: #56832f; background: #edfee7; }
table.pricing td.no-border { border: none; }
p.at-glance { color: #55822f; float: left; margin-right: 20px; }
dl.features { overflow: hidden; float: left; }
dl.features dt, dl.features dd { float: left; }
dl.features dt {
  background-image: url(coconut/features-sprite.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 21px;
  text-indent: -9999em;
  margin-right: 7px;
}
dl.features dt.sleeps { background-position: 0 0; }
dl.features dt.bedrooms { background-position: -23px 0; }
dl.features dt.bathrooms { background-position: -47px 0; }
dl.features dd { font-size: 18px; font-weight: bold; line-height: 21px; margin: 0 26px 0 0; }
h3 a { color: #277502; margin-top: 5px; display: block; }
h3.special a { color: #D13305; font-weight: bold; }

a.new { position: relative; text-decoration: none; display: block; }
a.new img { display: block; }
a.new p {
  position: absolute;
  bottom: -15px;
  right: -10px;
  width: 82px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url(coconut/new-starburst.png) top left no-repeat;
}

ul#feed { margin: 0; padding: 0; list-style: none; }
ul#feed li.item { overflow: hidden; }
div.date { text-align: center; }
div.month { font-size: 12px; font-weight: bold; color: #6aa43c; text-transform: uppercase; }
div.day { font-size: 24px; font-weight: bold; color: #56832f; }
div.year { font-size: 12px; color: #82bf4f; }
a.pdf { background: url(coconut/page_white_acrobat.png) left center no-repeat; padding-left: 20px; }

ul.gallery { list-style: none; margin: 0; padding: 0; }
ul.gallery img { border: 1px solid #999; }
div.link-box { margin-bottom: 20px; }
div.link-box p { margin: 0.1em 0; }

/* Signup form */
.hidden { display: none; }
form.signup p { margin-bottom: 5px; }
form.signup input { margin-bottom: 5px; }
input.labelled { color: #999; }
input.submit-btn {
    background: #329702;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
}

form.signup { margin-bottom: 15px; }

body#gallery ul.gallery {
    margin: 0;
    list-style: none;
}

body#gallery ul.gallery li {
    float: left;
    margin: 0 10px 10px 0;
}

body#gallery ul.gallery li.last {
    margin: 0 0 10px 0;
}

a.gallery {
    background: url(coconut/photo-gallery-banner-sml.jpg) top left no-repeat;
    text-indent: -9999em;
    display: block;
    width: 394px;
    height: 83px;
}

a.gallery:hover {
    background-position: bottom left;
}

p.sig { position: absolute; bottom: 20px; left: 20px; margin-bottom: 0; }

a.tag { color: #71AD3F; }

div.border { border-bottom: 1px solid #ccc; margin-bottom: 10px; }