/* CSS Document */



body {
	background:url(bg.jpg);
	margin-top:0;
}

body,td,div {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color:#314631;
	font-size:10pt;
}

#amenities_grid {
	background-color:#f6ebd4;
	border: 1px solid #7a7e74;
	padding: 5px 5px 5px 5px;
}

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

#body_wrapper {

	background:url(bg-body_container.png);
	width:752px;
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;

}

.border {
	border: 1px solid #7a7e74;
}

#bottom {
	
	background:url(bg-bottom.png);
	height:66px;
	width:752px;
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-top:45px;
	color:#657369;
	font-size:9pt;
	text-align:center;
}

.copy {
	font-size:9pt;
}

.copy_light {
	font-size:9pt;
	color:#657369;
}

.coupon {
	
	width:500px;
	padding: 10px 10px 10px 10px;
	border:dashed thick #838e86;
	background-color:#FFFFFF;
	
}

h1,.h1 {
	font-size: 15pt;
}

h2,.h2 {
	font-size: 14pt;
}

h3,.h3 {
	font-size: 13pt;
}

h4,.h4 {
	font-size: 12pt;
	font-weight:normal;
}


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

.inn_container {
	
	width:690px;
	text-align:left;
	border: none;
	
}

.lodging_guest {
	
	width:12px;
	background-image:url(lodging-guest-bg.gif);
	vertical-align:middle;
	text-align:center;
}

.lodging_guest_border {
	background-color:#8e8f82;
}

.lodging_hotel {
	
	width:12px;
	background-image:url(lodging-hotel-bg.gif);
	vertical-align:middle;
	text-align:center;
}

.lodging_hotel_border {
	background-color:#878f98;
}

.lodging_trad {
	
	width:12px;
	background-image:url(lodging-trad-bg.gif);
	vertical-align:middle;
	text-align:center;
}

.lodging_trad_border {
	background-color:#b09384;
}

#lodging_legend {
	float:right;
	width:250px;
	background-color:#f6ebd4;
	border: 1px solid #7a7e74;
	padding: 5px 5px 5px 5px;
	margin-left:15px;
}

.right {
	
	float:right;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	font-size:9pt;
	font-style:italic;
	
}

#top {
	top:0px;
	position:relative;
	height:124px;
}

#links_wrapper {
	top:0px;
	left:0;
	position:relative;
	height:28px;
	background:url(bg-body_container.png);
}

#links {
	width:751px;
	height:28px;
	position:relative;
	left:26px;
	padding-top:3px;
	background-image:url(bg-links.gif);
	background-color:#76877b;
	font-variant:small-caps;
	font-family:"Century Gothic","Trebuchet MS",Verdana,Arial, Helvetica, sans-serif ;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:.05em;
}
#links a {
	color:#efece7;
	text-decoration:none;
}

#links a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.link_spacer {
	width:25px;
	height:1px;
}
