* { padding: 0; margin: 0; } /*global definition for padding and margin*/

html {height: 100%; background-color: #FFF;}

body {font-size: 100%; background: url(/images/bg_body.gif) no-repeat 50% 0; width: 100%;}

h1, h2, h3, h4, h5 { font: normal 100%/100% "Lucida Grande", "Lucida Sans MT" , verdana, Arial, Helvetica, sans-serif; }
h1 {
	font-size: 1.5em;
	font-weight:bold;
	line-height: 100%;
	color: #005577;
	padding:26px 0 8px 0;
	margin:0 0 15px 0;

	
}
h2 {
	font-size: 1.0em;
	line-height: 100%;
	padding: 5px 0 5px 0;
	color: #005577;
	font-weight:bold;
}
h3 {
	font-size: 0.8em;
	padding: 0 0 1px 0;
	color: #3B3B3B;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 0;
	color: #EC008A; 
}
h5 {
	font-size: 1.5em;
	color: #FFF;
	padding: 30px 0 0 32px;
}


p, ol, ul, table, dl { font: normal .75em/150% "Lucida Grande", Arial, Verdana, sans-serif; padding: 10px 0 0 0; }

a, a:visited { color: #336699; }
a:hover { color: #336699; text-decoration: none; }

dl { padding: 0 0 5px 0; }
dt { font-weight: bold; }
dd { margin: 0 0 5px 0; }

ol { padding: 0 0 0 15px; list-style-position: inside; }
ol li { padding: 0 0 5px 0; }

ul { padding: 0 15px 0 20px; }
ul li { padding: 0 0 1px 0; list-style: square; }

th { text-align:left; padding:3px; font-weight: bold; background-color:#005577; color:#FFFFFF; }
td { padding: 3px 0; }

img { border: none; }


#header {
	width: 100%;
	height:153px;
}

#logo {position: absolute; top: 0; left: 0; z-index: 200;}

#header_content {
	width: 784px;
	height:153px;
	margin: 0 auto;	
	position:relative;
	z-index: 200;
}

#header_navigation {
	position: absolute;
	top: 124px;
	right: 0;
}

#header_navigation ul { margin:0; padding:0; }
 
#header_navigation li  {
	float:left;
	margin:0 0 0 5px; 
	padding:0;
	list-style:none;
	color: #005577;
}

#header_navigation a {
	padding:5px 8px 0 3px;
	margin:0px 0px 0px 0px;
	color:#005577;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}

#header_navigation a:hover {color: #afbd21;}

#wrapper { 
	width: 784px; 
	margin: 0 auto; 
	background-color:#ffffff;
	padding: 20px 0 5px;
	border: 10px solid #a5afb7;
	border-bottom: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px;
}

#wrapper_home { 
	background: url(/images/bg_wrapper_home.jpg) no-repeat 0 bottom;
	width: 784px;
	height: 700px;
	margin: 0 auto; 
	background-color:#ffffff;
	padding: 20px 0 5px;
	border: 10px solid #a5afb7;
	border-bottom: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 100;
}

#home_left {float: left; width: 220px; padding: 10px 0 0 20px; margin: 0;}
#home_left img {border: 1px solid #CCC; padding: 8px; margin-bottom: 6px; background-color: #FFF;}

#facebook {position: absolute; right: 0; top: 15px;}
#free_cable {position: absolute; top: 10px; right: 145px; width: 100px;}

#view_more {border: none !important; padding: 0 !important; background: none !important;}

#home_right {float: right; width: 520px; margin: 0;}

#home_text {padding:10px 10px 0px 20px; width: 720px;}
#home_text p {line-height:140%; font-size:12px; color:#333;}
#home_hdr {background: url(/images/home_hdr-trans.png) no-repeat 0 0; padding: 37px 0 0 0; }

#home_bottom {position: absolute; bottom: 10px; left: 0;}

h2#ready_by{color:#B90000; font-size:1.2em;}
#virtual_tour{
	position: absolute;bottom:0; left:6px;
	font-weight: bold;
	font-size: 1.1em;
}

.content_block {
	float: left;
	position:relative;
	width:455px;
	height: 175px;
	background-color:#FFF;
	float:left;
	margin:20px 10px 8px 25px;
	padding:15px 15px 15px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid #bdcd70;
	opacity: .75;
}
.content_block h2 {font-size: 1em; color: #333; padding: 0;}

.content_block p {color:#4E3C17; font-size:.75em; line-height:120%;}

p.elevenpx { font-size: 11px; 
	margin:0px 0px 10px 0px; /* For IE 5.5 and 6 */ 
}

p.mailinglist {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
}

p.go {
	font-size:.85em;
	color:#005577;
	text-align: right;
	line-height:100%;
	position:absolute;
	bottom:10px;
	right:55px;
}

.gobutton img {
	float:right;
	position:absolute;
	bottom:8px;
	right:14px;
}

/*changed (margin and display)*/
#home_box1 {
	position:relative;
	height:170px;
	width:226px;
	float:left;
	margin: 8px;
	display: inline;
}
#home_box1.back{height: 180px;}
#home_box1.back #join_mailing_list{margin-top: 10px;}
#join_mailing_list {
	border:2px solid #ccc;
	padding: 0 12px 12px 14px;
	margin:0px;
	background-color: #FFF;
	width: 198px;
	height: 94px;
}
#formfield_signup {float: left; width: 130px;}
#email_submit {float: right;}

input#mb-tint-tint{width: 120px;}

#home_box1 .home_field {
	margin: 0;
	padding: 0;
	border:1px solid #005577;
	color:#005577;
	float:left;
	width:150px;
	font-size: 10px;
	padding: 3px 0 3px 5px;
}

#home_box1 .submit {
	margin: 1px 0 0 5px;
}

#home_box1 .view_more {
	position:absolute;
	bottom:0px;
	right:0px;
}

#home_box2 {
	position:relative;
	height:155px;
	width:242px;
	background-color:#e5e5e5;
	float:left;
	margin:8px 0px 8px 0px;
	padding:12px 12px 3px 8px;
	
}

#home_box3 {
	position:relative;
	height:155px;
	width:242px;
	background-color:#e5e5e5;
	float:left;
	margin:8px 7px 8px 8px;
	padding:12px 12px 3px 8px;
}

#subnav { padding: 11px 0 0 0; float:left;}
#subnav ul { padding:25px 0 0 0;}
/*hacks for IE are in layout*/
#subnav ul li {
	width: 230px; 
	margin: 0;
	padding: 10px 0 10px 16px;
	border:0px;
	font-size: 1.0em;
	line-height: 100%;
	list-style: none;
/*	background: transparent url(/images/bg_bullet.gif) no-repeat 0 3px;*/
	border-bottom: 1px solid #E3E4E5; 
	font-family: "Lucida Sans MT", "Lucida Grande", sans-serif;
}
#subnav ul li.last { border: none; padding-bottom:0;}
#subnav ul li a { color: #022C42; font-weight: bold; padding: 0; margin: 0; border: 0; text-decoration:none; }
#subnav ul li a:hover { color: #afbd21; }
#content {
	width:450px;
	padding-left:10px;
	float:left;
	}
#footer {
 	width: 100%;
	height:117px;
}

#footer_content {
	width: 788px;
	margin: 0 auto;
	padding:20px 0px 20px 16px;
	background-color:#c8d63c;
	height: 87px;
}

#footer_images { 
	float:left;
	padding:0px 0px 0px 0px;
}
	
#footer_images .equalhousing { 
	padding:0px 70px 0px 30px;
}
		
#footer_links1 { 
	float:left;
	margin-left:0px;
	width:134px;
	}
	
#footer_links2 { 
	float:left;
	width:155px;
	 }
	
#footer_links3 { float:left; }
		
#footer * ul  {
	line-height:100%;
	font-size:.75em;
	background:url(/images/footer_divider.gif) no-repeat 0 0;	
}	

#footer * li {
	color:#ffffff;
	font-size: 11px;
	list-style:none;
}

#footer li a {
	text-decoration:none;
	color:#ffffff;
	font-size: 11px;
	background:none;
}

#footer li a:hover {
	text-decoration:underline;
}

#footer_content.footer_divider {
	float:left;
}

#notice {
	background-color:#FFC;	
	border:1px solid #CC9;
	}
	#notice p {
		margin-left:20px;
		padding:5px;
		font-size:1.05em;
		line-height: 150%;
		color:#999;
	}
	#notice a {
		border:1px solid #CC9;
		text-decoration:none;
		padding:3px 5px 2px 5px;
		color:#CC9;
		font-weight:bold;
		font-size:12px;
		line-height:12px;
	}


/**************************************************
						CLASSES
**************************************************/

.tagline{font-weight: bold; text-align:center;}

table.availability {border-collapse:collapse; width: 450px; border:1px solid #333; margin:15px 0 25px 0;}
table.availability th { /*text-align:left;*/ padding:3px; font-weight: bold; background-color:#005577; color:#FFFFFF; /*width:200px;*/}
table.availability td.tablecontent { padding: 3px; background-color: #eee; color: #013C54;}
table.availability td.tablecontent_even { padding: 3px; background-color: #CBDBE2; color: #013C54; }
table.availability th.left { width:75px;}

.clear { clear: both; }
.formfield {
	width:250px;
	font-size:16px;
	margin:0;
	padding:2px;
}

.replace {
	font-size: 0;
	overflow: hidden;
	display: block;
	height: 0;
	letter-spacing: -1em;
	text-indent:-1000em;
}

.content_photo { float:right; margin:15px 0 10px 15px;}
.content_photo_left { float:left; margin:15px 15px 10px 0px;}

.exterior_thumb img {border: 1px solid #CCC; padding: 6px; margin-right: 8px; width: 200px;}

.apply_online { float:right;
	padding-left:15px;
	padding-bottom:15px;}

.nopadding { padding: 0; }
.center {text-align:center;}
table.alternate_cols tr.even td{background-color: #CBDBE2;}

table.comparison{border-collapse:collapse; width: 520px;}
table.comparison th{background-color:#4A6F7E; text-align:center;}
table.comparison th.orchard{background-color: #013C54; color: #FFF;}
table.comparison tr.first td{padding-top: 15px;}
table.comparison td{padding: 5px 0;background-color: #C7D586; color: #013C54; text-align:center; font-weight: bold;}
table.comparison td.question{background-color: transparent; color: #005577; text-align:left; width: 160px;}
table.comparison td.orchard{background-color: #8E8D52; color: #FFF;}
/*table.alternate_cols td.even{background-color: #FFF;}*/

/*styles for pagination*/
.pagination { font-weight: bold; text-align: center; }
.pagination a { border: 1px solid #FFF; background-color: #000; padding: 2px 5px; text-decoration: none; }
.pagination a:hover { background-color: #9B4311; color: #FFF; text-decoration: none; }