body {
	background: url('../images/bg.jpg') top center no-repeat #c6cfc6;
	color: #bcbcbc;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	line-height: 150%;
	margin: 0;
}

h2 {
	color: #dfd1bd;
	margin: 0 0 9px 0;
	padding: 0;
	font-family: Verdana;
	font-weight: normal;
	line-height: 27px;
}

#leftCol {
	background: url(../images/bg_left.jpg) top right no-repeat #4f483e;
	color: #a89b88;
	font-family: Verdana;
	font-size: 13px;
	text-align: left;
}

#rightCol {
	background: url(../images/bg_right.jpg) top left no-repeat #4f483e;
	color: #bcbcbc;
	font-size: 12px;
	padding-bottom: 25px;
}

.propHome {
	background: url(../images/bg_prophome.jpg) top left repeat-x;
	width: 210px;
	height: 310px;
	margin-right: 15px;
	float: left;
	text-align: left;
}
.propHome .insides {
	padding: 0 14px;
	line-height: 14px;
	font-size: 8pt;
}
.propHome .details {
	 float: right;
	 color: #fff;
	 border-left: 1px solid #5e5c55;
	 padding-left: 5px;
	 margin-left: 8px;
}
.propHome img.photo {
	margin: 6px;
}
.propHome img.title {
	 margin-bottom: 15px;
}


a {
	color: #fbf9b7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


input, textarea, form#accommoForm select {
	background-color: #ccc;
	border: 1px solid #fff;
	color: #000;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	padding: 2px;
	margin-bottom: 2px;
}

input, textarea {
	width: 170px;
}

input.chk {
	width: 16px;
	margin: 1px 2px 1px 15px;
	background-color: transparent;
	border: 0;
}

.right {
	float: right;
}
.clear {
	clear: both;
}
.white {
	color: #fff;
}
.yellow {
	color: #fbf9b7;
}
.hide {
	visibility: hidden;
}

h3 {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	padding: 0px;
	margin: 6px 0px 0px 13px;
}


/*** Prop Details ***/
#flashTxt {
	width: 691px;
	height: 68px;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	font-size: 22px;
	margin: 0px;
	padding: 18px 0px 0px 16px;
	font-weight: normal;
}

#propDetails {
	background: url(../images/bg_details.jpg) top left repeat-x;
	padding: 38px 16px 0 33px;
	color: #bcbcbc;
	text-align: left;
}

#rightDetails {
	float: right;
	width: 246px;
}

.txtPropDetails {
	padding: 10px 0 25px 8px;
	font-size: 10pt;
	line-height: 14pt;
}
.txtAmenities {
	padding: 10px 0 0 8px;
	font-size: 10pt;
	line-height: 14pt;
}

#inquire {
	background: url(../images/bg_inquire.gif) top left no-repeat #25201b;
	width: 395px;
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: 66px;
	display: none;
}
#inquire .insides {
	padding: 50px 15px 12px 10px;
	color: #c2c1ac;
}

/*** Slideshow ***/
#slideshow {
	background-color: #18140f;
	width: 691px;
	padding: 7px 0;
	margin-bottom: 10px;
}

#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:593px;
}
#DHTMLgoodies_panel_one{		
	float:left;	
}
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	height:56px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
}
#DHTMLgoodies_largeImage{	/* Large image div */
	width:691px;	/* Width of large image div */
	height:340px;	/* Height of large image div */
}
#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
	width:691px;;
	height:340px;
	text-align:center;
}

.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:85px;	/* Width of strip */
	float: left;
}
.strip_of_thumbnails div{
	width:77px;
	height:54px;
}
.strip_of_thumbnails img{
	border:1px solid #18140F;
	width: 77px;
	height: 54px;
}
.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border:1px solid #aaa49c;	/* Green border around active thumbnail */
	padding:0px;
}
.leftArrow{
	margin: 1px 6px 0 13px;
	float:left;
}
.rightArrow{
	margin: 1px 19px 0 6px;
	float:right;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:1000px;
}