#homePhotos {
	display: block;
    position: relative;
    width: 710px;
    height: 473px;
    margin: -9px 0 0 0;
    padding: 0;    
}
#homeSlideShow {
	display: block;
    position: relative;
    width: 710px;
    height: 420px;
    margin: -9px 0 0 0;
    padding: 0;    
}
#progress {
    display: block;
    position: relative;
    top: 140px;
    width: 200px;
    height: 3px;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #6f5c40;
}
#progress .bar {
    display: block;
    position: relative;
    width: 1px;
    height: 3px;
    background: #c25a26;
}
#quote {
    float: left;
    display: block;
    width: 200px;
    height: 200px;
    margin: 10px 5px 0 10px; 
}
#quote .qte {
    display: none;
    background: #fff;
    font: italic 19px Georgia;
    color: #a1a2a3;
    line-height: 27px;
    overflow: hidden;
}
#homeBoxes {
    display: block;
    position: relative;
    clear: both;
    width: 718px;
    height: 206px;
    padding: 7px 0 0 0;
}
div.homebox {
    display: block;
    position: absolute;
    background: transparent url(/images/boxBg.gif) top left no-repeat;
    width: 251px;
    height: 206px;
}
#tourBox { left: 215px; }
#propBox { left: 467px; }

div.innerBox {
    margin: 13px 20px 10px 20px;
}
div.innerBox br {
    clear: both;
}
div.innerBox p.propTitle {
    clear: both;
    font: bold 14px Arial;
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    }
div.innerBox p.propTitle a {
    color: #808284;
    text-decoration: none;
}
div.innerBox p.propTitle a:hover {
    color: #999;
}

div.innerBox p {
    font: 12px Arial;
    color: #808284;
    margin: 7px 0 5px 0;
    line-height: 14px;
}
img.featImg {
    float: left;
    margin: 0 2px 0 0;
}
  