/* GLOBAL */

* {
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
}
img {
	border:none;
	display:block;
}
a {
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
/* LAYOUT */

#headerImage {
	margin:0 auto;
	text-align:center;
}
#main {
	width:820px;
	margin:0 auto;
	text-align:center;
	background:url(images/bkgMain.gif) repeat-y;
}
#right {
	float:right;
	display:inline;
	width:562px;
	text-align:left;
}
#right #offerDetails {
	width:496px;
	margin:15px 0 0 25px;
}
#right #offerDetails .detail {
	margin:15px 0 0 0;
}
#right #offerDetails .detail .label {
	font-weight:bold;
	font-size:13px;
	color:#23408f;
}
#right #offerDetails .detail .labelApt {
	font-weight:bold;
	font-size:15px;
	color:#23408f;
	display:none;
}
#right #offerDetails .detail #remainingUnits {
	border:2px solid #999;
	padding:4px 7px;
	font-size:24px;
	font-weight:bold;
	display:inline;
	color:#ff0000;
	background-color:#ccc;
}
#right #offerDetails .detail .data {
	display:block;
	width:480px;
	border:1px solid #999;
	margin:3px 0 0 0;
	padding:4px 7px;
	background-color:#ddd;
}
#right #offerDetails #apply {
	margin:20px auto 0 auto;
	text-align:center;
}
#right #offerDetails #applyApt {
	margin:20px 0 5px 0;
}
#right #propertyProfile {
	width:496px;
	margin:33px 0 0 25px;
	padding:15px 0;
	background: #23408f url(images/logoEHO.gif) no-repeat bottom right;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
#right #propertyProfile p {
	width:458px;
	margin:0 0 15px 19px;
}
#right #propertyProfile .propImage {
	margin:0 0 15px 19px;
}
#right #propertyProfile .eho {
	float:right;
	display:inline;
	margin:0;
}
#sidebar {
	float:left;
	display:inline;
	width:238px;
	text-align:left;
	margin:0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
#sidebar #top {
	background-color:#23408f;
	color:#fff;
	padding:15px 0;
}
#sidebar #top p {
	width:200px;
	padding:5px 0 15px 19px;
}
#sidebar #middle {
	background-color:#8788bc;
	color:#000;
	padding:25px 0;
}
#sidebar #middle p {
	width:200px;
	padding:0 0 0 19px;
}
#homePage #sidebar #bottom {
	background-color:#ac1a1e;
	color:#fff;
	padding:15px 0 500px 0;
}
#sidebar #bottom {
	background-color:#ac1a1e;
	color:#fff;
	padding:15px 0 100px 0;
}
#sidebar #bottom p {
	width:200px;
	padding:5px 0 15px 19px;
}
#sidebar h2 {
	width:200px;
	height:25px;
	padding:5px 0 0 19px;
}
#sidebar .horline {
	display:block;
	width:200px;
	height:1px;
	margin:0 0 0 19px;
	border-bottom:1px solid #fff;
}
/* FORM STYLING */

#validation {
	width:496px;
	margin:15px 0 50px 25px;
	text-align:left;
}
#contactForm {
	display:block;
	width:496px;
	margin:15px 0 0 25px;
	text-align:left;
}
#contactForm select {
	margin:0 0 15px 0;
	width:350px;
	font: 13px arial, sans-serif;
	padding:4px;
	color:#161105;
	border:1px #808073 solid;
	background-color:#f4f4f4;
}
#contactForm input {
	margin:0 0 15px 0;
	width:350px;
	font: 13px arial, sans-serif;
	padding:4px;
	color:#161105;
	border:1px #808073 solid;
	background-color:#f4f4f4;
}
#contactForm textarea {
	margin:0 0 0 0;
	width:350px;
	height:50px;
	font: 13px arial, sans-serif;
	padding:4px;
	color:#161105;
	border:1px #808073 solid;
	background-color:#f4f4f4;
}
#contactForm #submitButton {
	width:133px;
	height:42px;
	border:none;
	margin:15px 0 0 0;
	background-color:#fff;
}
#name {
	display: none;
}
#email {
	display: none;
}
#comments {
	display: none;
}
#footer {
	margin: 50px 0 50px 25px;
	font-size: 11px;
}
#footer a {
	color: #ff0000;	
}