﻿@charset "utf-8";
/* CSS Document */
/* homepage styles */
body#home-page {
    background: #000 url(/css-images/top-bar-background-01.jpg) repeat-x top center;    
}
#top-sub {
    background: #0091cb;
}
#top-sub #search-box input {
    /* background: #00a7ea;*/
    background: transparent;
    color: #0091cb;
}

#top-sub #search-box p {
  color: #0091cb;
 }

#home-main {
     background: url(/css-images/home-bg.jpg) no-repeat top center;
}

#home-top-box {
  float: left;
  height: 400px;
  overflow: hidden;
  color: #000;
  margin-top: 20px;
}
 

#home-top-box img.tagline {
  margin-top: 150px;
  }

#home-second-layer {
     float: left;
     background: url(/css-images/home-second-bg.png) repeat-y top center;
     margin-top: 40px;
}

#home-second-layer a {
  color: #fff;
  border-bottom: dashed 1px;
 }

#home-second-layer a:hover {
  background: #fff;
  color: #000;
  }

#home-second-layer h3 a {
  border: none;
  }

#home-second-layer h3 a:hover {
  background: none;
  }

#what-to-see-box {
    background: url(/css-images/home-page-penguins.jpg) no-repeat top center;
    padding-top: 243px;
}
#what-to-see-box p, #what-to-eat-box p, #shopping-box p, #where-to-stay-box p {
    padding: 0 10px 10px 10px;
}
#what-to-see-box h3 {
    text-indent: -9999px;
    background: url(/css-images/home-what-to-see.png) no-repeat left top;
   margin-bottom: 10px;
  padding-bottom: 10px;
  line-height:normal;
}

#what-to-see-box h3 a {
    display: block;
    width: 235px;
    height: 75px;
  }

#what-to-eat-box {
    background: url(/css-images/home-chees.jpg) no-repeat top center;
    padding-top: 243px;
}
#what-to-eat-box h3 {
    text-indent: -9999px;
    background: url(/css-images/home-what-to-eat.png) no-repeat left top;
    margin-bottom: 10px;
}

#what-to-eat-box h3 a {
    display: block;
    width: 235px;
    height: 75px;
  }  

#shopping-box {
  background: url(/css-images/home-beads.jpg) no-repeat top center;
  padding-top: 243px;
  }

#shopping-box h3 {
    text-indent: -9999px;
    background: url(/css-images/home-shopping.png) no-repeat left top;
    margin-bottom: 10px;
}

#shopping-box h3 a {
    display: block;
    width: 235px;
    height: 75px;
  }

#where-to-stay-box {
    background: url(/css-images/home-town.jpg) no-repeat top center;
    padding-top: 243px;
}
#where-to-stay-box h3 {
    text-indent: -9999px;
    background: url(/css-images/home-where-to-stay.png) no-repeat left top;
    margin-bottom: 10px;
}

#where-to-stay-box h3 a {
    display: block;
    width: 235px;
    height: 75px;
  }

#footer {
    background: none;
    margin-top: 20px;
}
 
#footer-end {
  background: #0091cb;
  }
