/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  June 19, 2009, 6:04 pm with psd2css Online version 1.40
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'bg_bodybg' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(images/Layer-1.png);
}

/* You named this layer bg_center_empty */
#Layer-2 {
  position: absolute;
  margin-left: -500px;
  left: 50%;
  top: +0px;
  width: 1000px;
  height: 700px;
  z-index: 2;
}

/* You named this layer Header */
#Layer-3 {
  position: absolute;
  left: 60px;
  top: 25px;
  width: 880px;
  height: 240px;
  z-index: 3;
}

/* You named this layer Title */
#Layer-4 {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 408px;
  height: 90px;
  z-index: 4;
}

/* You named this layer Location_link */
#Layer-5 {
  position: absolute;
  left: 54px;
  top: 219px;
  width: 85px;
  height: 17px;
  z-index: 5;
}

/* You named this layer Location_linkover */
#Layer-6 {
  position: absolute;
  left: 0px;
  top: 181px;
  width: 212px;
  height: 59px;
  z-index: 6;
}

/* You named this layer Cottages_link */
#Layer-7 {
  position: absolute;
  left: 222px;
  top: 218px;
  width: 86px;
  height: 18px;
  z-index: 7;
}

/* You named this layer Cottages_linkover */
#Layer-8 {
  position: absolute;
  left: 144px;
  top: 181px;
  width: 227px;
  height: 59px;
  z-index: 8;
}

/* You named this layer Amenities_link */
#Layer-9 {
  position: absolute;
  left: 416px;
  top: 218px;
  width: 91px;
  height: 18px;
  z-index: 9;
}

/* You named this layer Amenities_linkover */
#Layer-10 {
  position: absolute;
  left: 338px;
  top: 181px;
  width: 227px;
  height: 59px;
  z-index: 10;
}

/* You named this layer Pricing_link */
#Layer-11 {
  position: absolute;
  left: 610px;
  top: 218px;
  width: 204px;
  height: 18px;
  z-index: 11;
}

/* You named this layer Pricing_linkover */
#Layer-12 {
  position: absolute;
  left: 559px;
  top: 181px;
  width: 281px;
  height: 59px;
  z-index: 12;
}

/* You named this layer conttail_relative */
.Layer-13 {
  position: relative;
  left: 60px;
  top: 660px;
  width: 670px;
  height: 20px;
  z-index: 13;
}

/* You named this layer contentbox */
#Layer-14 {
  position: absolute;
  left: 60px;
  top: 285px;
  width: 670px;
  height: 375px;
  z-index: 14;
}

/* You named this layer content_text */
#Layer-15 {
  position: absolute;
  left: 5px;
  top: 25px;
  width: 660px;
  height: 345px;
  z-index: 15;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #333333;
}

/* You named this layer conttop */
#Layer-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 670px;
  height: 20px;
  z-index: 16;
}

/* You named this layer sidebox */
#Layer-17 {
  position: absolute;
  left: 751px;
  top: 285px;
  width: 190px;
  height: 395px;
  z-index: 17;
}

/* You named this layer sidebar_text */
#Layer-18 {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 170px;
  height: 375px;
  z-index: 18;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #333333;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link { color: #F88; text-decoration:none;}
a:visited { color: #F88; text-decoration:none; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
a:active, a:focus {
      outline: 0;
}

