/* CSS Document */

/* 
    fullCircle Creative Solutions
    http://www.fccreative.com
    Author: Joseph Tosi
*/

#content {
}
	#content h2 {
		margin-top: 30px;
		margin-bottom: 1em;
	}
	#content h3 {
		border: none;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-left: 15px;
	}
	#content p {
		margin-left: 15px;
		line-height: 1.62;
	}
	#content ul {
		list-style-type: square;
		padding: 0;
		margin: .5em 15px;
		padding-left: 15px;
	}
	#content li {
		padding-bottom: 1em;
	}
	#top {
		clear: both;
		float: left;
		width: 953px;
		border-top: 1px solid #2d4d78;
		border-bottom: 1px solid #2d4d78;
		display: table;
		/*background-image: url(/images/gui/content_bg.gif);
		background-position: top;
		background-repeat: repeat-x;*/
		margin-bottom: 20px;
		background-color: #1f3451;
		/*padding: 20px 0;*/
	}
	div.vcenter {
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
		#overview {
			float: left;
			width: 522px; /*537px*/
			/*height: 212px;/*232px*/
			padding-left: 40px;
			margin-right: 15px;
		}
		#overview p:first-letter {
			font-size: 400%; 
			float: left;
			margin-right: .1em;
			line-height: .95em;
			color: #FFFFFF;
		}
		#overview p {
			margin-left: 0;
			margin-right: 15px;
			line-height: 2;
			text-align: justify;
		}
		#photo {
			float: left;
			width: 376px;
		}
	#gallery {
		clear: both;
		float: left;
		width: 953px;
		background-color: #243d5f;
	}
	#details {
		clear: both;
		float: left;
		width: 953px;
		padding-bottom: 20px;
		min-height: 400px;
		border-top: 3px solid #d6181e;
		background-color: #E6E6E6;
		color: #000000;
	}
		#gallerybutton {
			float: left;
			width: 953px;
			background-color: #CCCCCC;
		}
		#gallerybutton a {
			clear: both;
			float: right;
			width: 296px;
			padding: 10px 40px;
			text-align: right;
			background-color: #d6181e;
			background-image: url(/images/gui/tab_bg_selected.gif);
			background-repeat: repeat-x;
			background-position: top;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
		}
		#gallerybutton a:hover {
			background-image: url(/images/gui/tab_bg.gif);
			background-color: #cfcfcf;
			color: #192840;
		}
		#detailsCol1 {
			float: left;
			clear: both;
			width: 537px; /* 577px */
			min-height: 400px;
			padding-left: 40px;
		}
			#highlights {
				float: left;
				width: 522px; /*537px*/
				margin-right: 15px;
			}
			#amenities {
				float: left;
				width: 325px; /*281px*/
				margin-right: 15px;
			}
			#parking {
				float: left;
				width: 182px; /* 256px */
				margin-right: 15px;
			}
		#detailsCol2 {
			float: left;
			width: 376px;
		}
			#location {
				width: 336px; /* 376px */
				margin-right: 40px;
			}
			#availabilities {
				width: 336px; /* 376px */
				margin-right: 40px;
			}
	#downloads {
		float: left;
		clear: both;
		width: 873px;
		padding: 0 40px 20px 40px;
		background-color: #1f3451;
	}
		#downloads ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#downloads li {
			margin: 5px;
			padding: 0;
			margin-left: 15px;
		}
		#downloads li a {
			display: block;
			padding: 5px;
			border: 1px solid #2d4d78;
		}
		#downloads li a:hover {
			background-color: #29446b;
		}
	#contact {
		float: left;
		clear: both;
		width: 873px;
		padding: 10px 40px;
		border-top: 1px solid #2d4d78;
		border-bottom: 1px solid #2d4d78;
		background-color: #192b43;
		text-align: right;
	}
.avail-type {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}