@charset "utf-8";
/* CSS Document */

/* Page Layout */
/**********************/
#nav_bar_fg_div
{
	float:left;
	width:50px;
	height:6px;
	margin-left:234px;
	background:#E91F1F repeat;
}

#content
{
	margin:0 auto;
	width:986px;
}

#main_content
{
	float:left;
	position:relative;
	width:986px;
	margin-top:20px;	
}

#main_content_top_div
{
	float:left;
	position:relative;
	width:986px;
	height:15px;
	background:url(../images/body-content-bg-top.png) no-repeat;
}

#main_content_middle_div
{
	float:left;
	position:relative;
	width:986px;
	background:url(../images/body-content-bg-middle.png) repeat-y;
}

#main_content_bottom_div
{
	float:left;
	position:relative;
	width:986px;
	height:25px;
	background:url(../images/body-content-bg-bottom.png) no-repeat;
}

.col1
{
	float:left; 
	position:relative; 
	width:660px; 
	padding-left:20px;	
}

.col2
{
	float:left; 
	position:relative; 
	margin-top:-15px; 
	width:300px;	
}
/**********************/



/* Page Title, Description and Photo */
/**********************/
.page_title
{
	float:left; 
	position:relative;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444444;
	width:100%;
	font-weight:bold;
}
/**********************/

/* Amenities */
/**********************/
#amenities_div
{
	float:left;
	position:relative;
	margin-top:20px;
}

#amenities
{
	float:left;
	position:relative;
}

.subtitle
{
	float:left; 
	position:relative;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
	color:#444444;
	width:100%;
	font-weight:bold;
}

.header_title
{
	float:left; 
	position:relative;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:30px;
	color:#444444;
	width:100%;
	font-weight:bold;
}

#header_info
{
	float:left;
	position:relative;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#666666;
}
/**********************/

.hz_divider
{
	float:left;
	position:relative;
	height:1px;
	width:650px;
	margin-top:5px;
	background:#e9dbdb repeat-x;	
}

#partner
{
	float:left;
	position:relative;
	margin:40px 0 40px 0;
	background-color:#ECE0A6;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	color:#666;
}

#partner strong
{
	color:#360;	
}

#partner a
{
	color:#444;
	font-weight:bold;
	text-decoration:underline;
}