body {
	margin: 0px;
	background: url("/images/bg-body.jpg") repeat-x #FFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;	
}
body.Index {
	background: url("/images/bg-body-home.jpg") repeat-x #FFF;
}
body #Body {
	width: 100%;
	height: 700px;
	background: url("/images/bg-body-wrapper.jpg") no-repeat;
	background-position: top center;
}
body.Index #Body {
	background: url("/images/bg-body-wrapper-home.jpg") no-repeat;
	background-position: top center;
}

p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 8px 0px;
	padding-bottom: 2px;
}

h1 {
	padding-top: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #adc593;
}

a {
	color: #5b7bc2;
	text-decoration: none;
}

.Clear {
	clear: left;
}

#Page {
	margin: auto;
	width: 745px;
}
#Header {
	clear: left;
	width: 100%;
	height: 155px;
}
#Header #TopLeft {
	float: left;
	width: 161px;
	
}
#Header #TopLeft p {
	margin: 0px;
	padding: 10px;
	color: #FFF;
}
#Header #Logo {
	float: left;
	width: 387px;
	height: 117px;
}
#Header #Logo a img {
	border: 0px;
}
#Header #TopRight {
	float: left;
	width: 197px;
}
#Header #TopRight p {
	margin: 0px;
	padding: 10px;
	text-align: right;
	color: #d0dcf7;
}
#Header #TopRight p a {
	color: #d0dcf7;
}
#Header #Menu {
	clear: left;
	width: 100%;
	height: 38px;
	border-left: 0px solid #FFF;
}
#Header #Menu p {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
}
#Header #Menu p span {
	padding: 0px 10px;
}
#Header #Menu p a {
	color: #FFF;
	text-decoration: none;
}

#Banner {
	clear: left;
	width: 100%;
	padding-top: 21px;
}
#Banner .Left,
#Content .Left,
#Footer .Left {
	float: left;
	margin-left: 8px;
	width: 490px;
}
#Banner .Left {
	height: 271px;
}
#Banner .Left p {
	margin: 0px;
	padding-right: 15px;
	padding-top: 240px;
	text-align: right;
	font-size: 15px;
	color: #FFFFFF;
}
#Banner .Right,
#Content .Right,
#Footer .Right {
	float: left;
	margin-left: 20px;
	width: 221px;
}
#Banner .Right {
	height: 271px;
}
#Banner .Right table span {
	color: #FFF;
}

#Content {
	clear: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
	border: 0px solid #DDD;
}

.AccommodationsList {
}
.PropertyDetails .Photo {
	width: 307px;
	vertical-align: top;
	padding: 20px 0px;
}
.AccommodationsList .Thumb {
	width: 153px;
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: 1px solid #dedede;
}
.AccommodationsList .Thumb a {
	border: 0px;
}
.PropertyDetails .Photo img,
.AccommodationsList .Thumb a img {
	border: 5px solid #ededed;
	display: inline;
	margin: 0px;
}
.PropertyDetails .Teaser,
.AccommodationsList .Teaser {
	padding: 20px;
	padding-right: 0px;
	vertical-align: top;
	border-bottom: 1px solid #dedede;
}
.PropertyDetails .Teaser {
	border: 0px;
}
.AccommodationsList .Teaser table td {
	font-size: 12px;
}

.PropertyGallery {
	padding-top: 20px;
}
.PropertyGallery td {
	padding-right: 10px;
}

#Footer {
	clear: left;
	width: 100%;
	background: url("/images/bg-footer.gif") repeat-x;
	padding-bottom: 50px;
}
#Footer p {
	color: #879ed2;
	padding: 10px 0px;
	font-size: 10px;
}
#Footer p a {
	color: #879ed2;
	text-decoration: none;
}
#Footer .Right p {
	text-align: right;
}

/*http://www.alistapart.com/articles/cssdropshadows/*/
.p-shadow {
  width: 265px;
  float: left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  _background: none;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  position: absolute;
  _bottom: 25px;
  bottom: 15px;
  left: -50px;
  display: none;
  z-index: 100;
  }

.p-shadow div {
  background: none !important;
  /*background: url(images/shadow2.gif) no-repeat left top;*/
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 10px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
div.seasonchart {
  position: relative;
  }  
  
div.seasonchart:hover div.p-shadow, .over div.p-shadow {
  display: block;
  }
  
div.properties div.price div.seasonchart {
  float:left;
  margin-left:2px;
  } 
  
div.paging {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 710px;
  height: 17px;
  padding-top: 4px;
  } 
  
div.paging a, div.paging span,div.paging span.disabled {
  padding: 2px 5px;
  border: 1px solid #c4ba9f;
  background-color: #ede5d8;
  color: #967e50;
  margin-right: 3px;
  } 

div.paging a:hover {
  background-color: #ded6c2;
  color: #967e50;
  }
  
div.paging span.current {
  color: #e2dcce;
  background-color: #8d7a42;
  }

div.paging span.disabled {
  background-color: #f7f3e6;
  }    
  
#flashmap {
  width: 252px;
  height: 134px;
  margin-bottom: 10px;
  }  
div.phototourhead {
  height: 32px;
  margin-bottom: 5px;
  }  
  
div.phototourhead a ,div.phototourhead a:hover, div.phototourhead h1 {
  } 
  
div.phototourhead h1 {
  float: left;
  margin: 9px 0 0 9px;
  }
       
div.phototourhead a {
  display: block;
  float: right;
  margin: 9px 9px 0 0;
  } 

div.phototourinstructions {
  margin: 9px 0 0 9px;
  }

div.photos {
  margin: 0 auto;
  }  
  
div.photos img {
  display: block;
  float: left; 
  height: 77px;
  width: 110px;
  margin: 5px;
  }    