/*
 * Homepage Styles
 */
 
#background-container-1.homepage {
  background: url(/images/homepage-background.gif) repeat-y;
} 
#background-container-2.homepage {
  
}

#homepage-top {
  height: 202px;
  margin-bottom: 1px;
  background: #f00;
}
#homepage-top .introduction {
  float: left;
  width: 275px;
  w\idth: 242px;
  height: 179px;
  padding: 20px 10px 0 23px;
  background: #ee3b33;
  color: #fff;
}
#homepage-top .introduction h3 {
  width: 169px;
  height: 48px;
  background: url(/images/welcome-to-northstone-heading.gif) no-repeat;
  margin: 0 0 8px 0;
}
#homepage-top .introduction h3 span {
  display: none;
}
#homepage-top .introduction p {
  margin: 0;
  line-height: 1.3em;
}
#homepage-top .slideshow {
  float: left;
  width: 440px;
  height: 202px;
  background: url(/images/homepage-slideshow-image.jpg) no-repeat;
}

#homepage-top .slideshow ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 440px;
  height: 202px;  
}

#homepage-top .slideshow ul li {
  margin: 0;
  padding: 0;
}

#homepage-top .slideshow ul li a,
#homepage-top .slideshow ul li img {
  display: block;
  overflow: hidden;
  border: 0;  
}


#central-block {
  float: left;
  width: 502px;
  padding: 0 15px;
  margin: 0 1px 0 0px;
}

#central-block #map-ctr {
  float: left;
  width: 500px;
  height: 350px;
  border: 1px solid #AAAAAA;
}
