/* CSS Document for CottageCost.ca */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  text-align: center;
  background: url('/images/footerwrap-bg.jpg') bottom center repeat-x #93b4dd;
}

img {
  border: 0;
}

h1 {
  font-size: 16px;
}

a:link, a:visited {
  color: #000;
  font-weight: bold;
}

a:hover {
  color: #2760a4;
}

#site-bg {
  height: 100%;
  margin: 0 auto;
  background: url('/images/bg.jpg') repeat-x;
}

#site-wrap {
  width: 770px;
  margin: 0 auto;
  text-align: center;
}

#banner {
  width: 770px;
  height: 215px;
  margin: 0 auto;
  background: url('/images/banner.jpg') no-repeat;
  text-align: left;
}

#banner a:link, #banner a:visited {
  position: relative;
  top: 185px;
  left: 570px;
  display: block;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
}

#banner a:hover {
  color: #e8c255;
  text-decoration: underline;
}

#content-wrap {
  width: 770px;
  margin: 0 auto;
  background: url('/images/content-bg.jpg') top left no-repeat;
}

#content-wrap-bg {
  float: left;
  width: 770px;
  margin: 0 auto;
  background: url('/images/contentwrap-bg.gif') repeat-y;
}


#content {
  padding: 30px;
  text-align: left;
  line-height: 2em;
}

#menu {
  position: relative;
  width: 770px;
  height: 25px;
  margin: 0 auto;
  top: 8px;
  left: 20px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: block;
  float: left;
  margin: 0 5px;
}

#footer-wrap {
  clear: both;
  width: 770px;
  height: 75px;
  margin: 0 auto;
  background: url('/images/footer-bg.gif') bottom left no-repeat;
}

#footer {
  padding: 0 25px;
  text-align: left;
}

#footer div {
  float: left;
  display: block;
  height: 24px;
  padding-top: 4px;
}

#footer img {
  float: left;
  display: block;
  margin: 15px 5px 0 5px;
}

#footer a {
  margin: 0 4px;
}

#footer-spacing {
  clear: both;
  width: 770px;
  height: 75px;
  color: #fff;
  
}

#footer-spacing p {
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

#properties * {
  font-size: 12px;
}

.properties-subpage p, .properties-subpage div, .properties-subpage span {
  font-size: 12px;
  line-height: 1.4em;
}

.properties-subpage h1 {
  font-size: 18px;
}