/* CSS Document */

html, body
{
	font-family: Arial,"Arial Narrow",Helvetica,Verdana,Georgia,sans-serif,"Times New Roman"; 
	color:#5A5A7B;
	background-color: #FFFFFF;
	font-size:12px;
	scrollbar-face-color: #FAFAFA; 
	scrollbar-shadow-color: #C7DBDA;
	scrollbar-highlight-color: #FAFAFA; 
	scrollbar-darkshadow-color: #C7DBDA; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center;

}


a
{
	text-decoration: underline;
	color:#101042;
}

a.larger
{
	text-decoration: underline;
	color:#101042;
	font-size:14px
}

a.larger:hover
{
	text-decoration: underline;
	color: #7B542D;
	font-size:14px
}


.room_link
{
	text-decoration: underline;
	font-weight: bold;
	color:#5A5A7B;
}

a.room_link:hover
{
	text-decoration: underline;
	font-weight: bold;
	color:#101042;
}

	
h1{
	color:#101042;
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
	}	
	
	
h2{
	color: #101042;
	font-size:12px;
	margin-bottom: 1px;
	margin-top: 5px;
	}
	
	

	
#master_frame{
	margin:0px auto;
	vertical-align: middle;
	padding: 0px;
	border: none;
	text-align: center;

	}


/* Frame */
#content_frame{
	width:996px;	
	border:solid 1px #B2B2C0;
	height:580px;
	margin:0px;
	padding:0px;
	}	
	
/* Content Container */
#content_container{
	position:relative;
	margin:0px auto;
	width:928px;
	padding:4px 0 10px 0;


}
	
.block_300{
	width: 300px;
	float:left;
	}
	
.block_610{
	width:610px;
	float:left;		
	}
	
.block_h_spacer_10{
	width:10px;
	height:10px;
	float:left;
	}
	
.block_h_spacer_8{
	width:8px;
	height:10px;
	float:left;
	}
		
	
.block_v_spacer_10_300{
	height:10px;
	width:300px;
	float:left;
	position:relative;
	}	
	
.block_v_spacer_10_610{
	height:10px;
	width:600px;
	float:left;
	margin:0;
	padding:0;
	clear:both;
	}		
	
.block_h_spacer_11{
	width:11px;	
	height:10px;
	float:left;	
	}
	
.block_thumbs_4{
	width: 300px;
	height:300px;
	float:left;
	position:relative;
	}	
	
.block_thumbs_4 img{
	width: 145px;                            
	margin:0;
	padding:0;
	float:left;
	}		
	
.block_thumbs_4_text{
	color:#726E8F;
	text-align:center;
	font-size:9px;
	margin:-15px 0 0 0;
	}
	
.block_thumbs_8{
	width: 618px;
	height:280px;
	float:left;
	position:relative;
	margin:-14px 0 10px 0;
	overflow:auto;
	
	}		
	
.block_thumbs_8 img{
	width: 145px;                            
	margin:0;
	padding:0;
	float:left;
	}		
	
.block_thumbs_8_text{
	color:#726E8F;
	text-align:center;
	font-size:9px;
	position:relative;
	top:-20px;
		}
		

.block_thumbs_6_text{
	color:#101042;
	position:absolute;
	left:260px;
	font-size:9px;
	margin:-15px 0 0 0;
	}	
	
.block_thumbs_6{
	width: 610px;
	height:300px;
	float:left;
	position:relative;
	}	
	
.block_thumbs_6 img{
	width: 195px;                            
	margin:0;
	padding:0;
	float:left;
	position:relative;
	}

.thumbs_4 img{
	/* float: left; */
	padding:0px 5px 5px 0px;
	position: relative;
}

.thumbs_8 img{
	/* float: left; */
	padding:0px 5px 5px 0px;
	position: relative;
}	
		
#page_scroll_content{
	width:300px;
	height: 300px;
	padding:0 8px 2px 0;
	overflow:auto;
	text-align:justify;
	float:left;
	margin:0;
	}
	
#page_scroll_content_610{
	width:610px;
	height:300px;
	padding-right:8px;
	overflow:auto;
	text-align:justify;
	float:left;
	}
	
#page_scroll_content_615{
	width:617px;
	height:308px;
	text-align:justify;
	float:left;
	}		
	
#tag_line{
	text-align:center;
	padding: 5px 0 31px 0;
	color:#120F45;
	font-family: Meta-Thin, "Arial Narrow", Arial, Tahoma;
	font-size:43px;
	letter-spacing:3px;
	font-weight: normal;
	}
	
#logo{
	text-align:center;
	margin-top: -12px;
	
	}		
                                                                      
/* Menu Styles */
#menu{
	width: 930px;
	margin: -14px 0 2px -14px;
	padding: 5px;
	}
	
#menu a{
	text-decoration:none;
	color: #101042;
	font-size: 12px;
	}	
	
.menu_item{
	margin-right:32px;
	}	
	
.menu_set{
	background-color: #FFFFFF;
}
	
.menu_set a{
	margin: 0px 8px 0px 8px;
	text-decoration:none;
	color: #101042;
	font-size: 12px;
}

.menu_set_selected a{
	background-color: #F3F2F7;
	padding: 5px;
	color: #006699;
}

.submenu_empty{
	background-color: #FFFFFF;
}
	
#submenu{
	margin-top: -2px;
	background-color:#F3F2F7;
	color: #A3A1B7;	
	padding: 2px 2px 2px 2px;
	text-align: left;	
}
	
.submenu a{
	text-decoration:none;
	}	
	
.submenu_selected a{
	text-decoration:none;
	color: #006699;
}		
	
.small_text{
	color: #716F8F;
	font-size:10px;
	text-align:center;
	}
	
	
#photo_gallery_instructions{
	color:#D88865;
	font-size:11px;
	font-weight:bold;
	margin-top:-20px;
	float:right;
	position:relative;
	}	
	
	
#photo_gallery_photo_target{
	width:296px;
	height:296px;
	border:solid 2px #DBDBE3;
	}
	
#footer{
	font-size:10px;
	margin-top:-2px;
	}	
	
#specials li{
	margin-bottom: 8px
	}	