/* ------------------------------------------------------------ */
/* ----------------------- >> RESET << ------------------------ */
/* ------------------------------------------------------------ */

html, body, div, span, object, a, img,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, q, ol, ul, li, ins, del,
cite, code, dfn, em, kbd, samp, strong, var,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, td {
	padding: 0px;
	margin: 0px;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100.01%; }


/* ------------------------------------------------------------ */
/* ---------------------- >> DEFAULTS << ---------------------- */
/* ------------------------------------------------------------ */

.wrapper { width: 920px; margin: 0px auto; padding: 0px 30px; min-height: 100%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.col-first { margin-left: 0px !important; }

html, body { height: 100%; }
body { font: 100%/20px Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1em; color: #FFF; }
h2 { font-size: 1.5em; line-height: 1em; }
h3 { font-size: 1.125em; margin-bottom: .75em; }
p { font-size: .875em; margin: 0 0 1.5em; }
a { font-size: .875em; color: #7ad; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ */
/* ----------------------- >> LAYOUT << ----------------------- */
/* ------------------------------------------------------------ */

body { background: url(images/bg.jpg) top center; }
.wrapper { background: url(images/wrapper-bg.png) repeat-y; }

#header {
	padding: 30px 0px 0px;
	}

	#logo {
		float: left;
		margin-top: 16px; }

	#phone {
		float: right; }

#content {
	}

	#photo {
		padding: 20px 0px; }

	#floorplans {
		float: left; 
		width: 600px;
		padding: 0px 20px 0px 0px;
		border-right: 1px solid #DDD; }

	#amenities {
		float: right;
		width: 280px; }

	#contact {
		clear: both; }

		#contact-left {
			float: left;
			width: 600px; }

			#fields-left {
				float: left;
				width: 300px; }

			#fields-right {
				float: right;
				width: 280px; }

		#contact-right {
			float: right;
			width: 280px; }

#footer {
	clear: both;
	height: 60px; }


/* ------------------------------------------------------------ */
/* ----------------------- >> FORMAT << ----------------------- */
/* ------------------------------------------------------------ */

h3 { background: url(images/title-bg.png) no-repeat; }

hr {
	margin: 1.15em 0em;
	border: 0;
	border-top: 1px solid #DDD; }

#phone #call {
	float: right;
	margin-bottom: .25em; }

#amenities ul {
	font-size: .875em;
	list-style: inside url(images/bullet.png); }

#floorplans p.last, #contact p.last {
	margin-bottom: 0; }

input, textarea {
	width: 280px; }
	
textarea {
	height: 94px; }

#submit {
	width: 80px; }