/* CSS Document */

#amenities_grid {
	background-color:#fdfcfa;
	border: #b69e9d double;
	padding: 5px 5px 5px 5px;
}

#amenities_grid td {
	border: 1px solid #b69e9d;
	padding:5px 5px 5px 5px;
}


.amenity_table {
	color:#671e1e;
	background-color:#fcfbf9;
	border: #573533 double;
	padding:5px 5px 5px 5px;
	
}

.amenity_transparent {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

#base {
	width:1008px;
	background-image:url(border-trim_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

body {
	background-image:url(bg-bottom.gif);
	background-position:center;
	font-family: "Trebuchet MS","Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-size:12pt;
	line-height:25px;
	color:#694317;
}

#content_container {
	position:relative;
	width:1042px;
	background-image:url(bg-body.png);
	background-position:center;
}

.border {
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	border:1px solid #671e1e;
}

#content {
	text-align:left;
	width:925px;
}

.copy {
	font-size:8pt;
	line-height:normal;
}

#featured {
	width:380px;
	float:right;
	font-size:10pt;
}

h1,h2,h3,h4,h5 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#671e1e;
	font-style:italic;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ede0d1;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #b69e9d;
	font:normal 11px;
	color:#694317;
	line-height:18px;
	z-index:100;
	visibility: hidden;
}


#links {

	width:1042px;
	height:46px;
	background-image:url(links.png);
	background-repeat:no-repeat;
	font-size:12pt;

	padding-top:3px;
}

.listing_head {
	background-color:#822626;
	border-bottom: 3px solid #592d00;
	margin-bottom:5px;
	padding-left:5px;
	width:925px;
	height:35px;
	color:white;
	font-weight:bold;
}

.listing_content {
	color:#671e1e;
	background-color:#fcfbf9;
	border: #573533 double;
	padding:5px 5px 5px 5px;
	width:915px;
}

.listing_head h2 {
	color:white;
	line-height:30px;
}

.listing_head h2 a {
	color:white;
	line-height:30px;
	text-decoration:none;
}

#main_container {
	position:relative;
	top:68px;
	width:1042px;
	background-position:center;
}

#slideshow {
	background-image:url(top-picbg.png);
}

.summary_head {
	font-weight:bold;
	white-space:nowrap;
}

.summary_data {
}

#top_bg_container {
	background-image:url(bg-top2.png); background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:174px;
}
