/* 
 ----------------------------------------------------------------------------
 	CSS Document: amenities.css
 ---------------------------------------------------------------------------- 
*/

	#header-graphic { background: url("../images/header-features.jpg") no-repeat;}

	.container-location {
		margin-left: 53px;
		margin-bottom: 20px;
		margin-top: 20px;
		float:left
		overflow: inherit;
	}
	
	.location-content { margin-bottom:20px; margin-right: 8px;}
	

	#title-specials { background: url("../images/title-specials.jpg") no-repeat; height: 79px;}


	.features { width: 215px; float:left; margin-top: 25px;}

	.shell-location { float:left; width: 200px;}
	
		.btn-gallery-index {
			background: url("../images/title-photo-gallery.jpg") no-repeat;
			height:77px;
		}

		.btn-gallery {
			background:url(../images/btn-photo-gallery.jpg) no-repeat;
			width:296px;
			height:50px;
			cursor:pointer;
		}

		.gallery-container {margin-left:16px;}

		.thumb-container-gallery { 
			background:url(../images/bg-thumb-container.jpg) no-repeat; 
			width:66px;
			height:77px; 
			float:left; 
			margin-left:10px;
		}

			.thumb-container-gallery img { width:58px; padding-top:5px; margin-left:3px;}



/* 
 ----------------------------------------------------------------------------
 	Column-left Framework
 ---------------------------------------------------------------------------- 
*/
	
	#column-left {
		width: 700px;
		float: left;
		background:url("../images/subhead-title.jpg") no-repeat;
	}

		#column-left h2, #column-left h3, #column-left p {margin: 20px 20px 20px 53px;}
		
		#column-left h2.amenity {margin: 20px 20px 20px 0px;}
		
		
		#column-left li {
			margin-left: 68px;
		}

		#column-left ul.content {
			margin: 20px 0 20px -53px;
			list-style-type: disc; 
			list-style-position: outside; 
			overflow: inherit;
			width: auto;
		}


/* 
 ----------------------------------------------------------------------------
 	Column-right Framework
 ---------------------------------------------------------------------------- 
*/	

	#column-right {
		width: 293px;
		float: left;
	}


	
	
	



