@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}	

body {
	font-size:11px;
	color:#000;
	text-align:center;
	line-height:1.5em;
	}
#horizon { 
		width:1px;
		height:50%;
		margin-bottom:-301px; /* half of container's height */
		float:left;
		}
#container {
	margin:0 auto;
	position:relative;
	width:800px;
	height:602px;
	text-align:left;
	background-color:#f9db94;
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	}
#header {
	background:url(images/header.gif) no-repeat top;
	height:400px;
	}	
#header h3 {
	background-color:#48a842;
	color:#fff;
	padding:10px;
	font-weight:bold;
	width:394px;
	text-align:center;
	font-size:12px;
	}
h1 {
	color:#004282;
	font-size:16px;
	text-align:left;
	width:210px;
	margin-left:48px;
	padding-top:14px;
	}
h2 {
	font-size:18px;
	font-weight:normal;
	margin-left:10px;
	padding-top:63px;
	float: left;
	
	}			
#nav {
	padding-left:20px;
	float:left;
	font-size:13px;
	}	
#nav ul {
	list-style:none;
	}
#nav a {
	display:block;
	color: #004282;
	text-decoration:none;
	padding-bottom:4px;
	font-weight: bold;
	}
#nav a:hover {
	color:#fdb813;
	}
#index #nav a.home {color:#fdb813; font-weight: bold;}	
#features #nav a.features {color:#fdb813; font-weight: bold;}	
#community #nav a.community {color:#fdb813;font-weight: bold;}	
#spaces #nav a.spaces {color:#fdb813;font-weight: bold;}
#selections #nav a.spaces {color:#fdb813;font-weight: bold;}	
#neighborhood #nav a.neighborhood {color:#fdb813;font-weight: bold;}	
#contact #nav a.contact, #register #nav a.contact {color:#fdb813;font-weight: bold;}	
#news #nav a.news {color:#fdb813;font-weight: bold;}	
		
#footer {
	height:48px;
	width:600px;
	float:left;
	clear:both;
	font-size:10px;
	position:absolute;
	bottom:0;
	left:0;
	}
#footer img {
	float:left;
	}	
#footer p {
	padding-top:22px;
	}	
#footer p span {
	padding-left:6px;
	}
#index #container {
	background:#f9db94 url(images/bg_index.jpg) no-repeat bottom;
	}
#community #container {
	background:#f9db94 url(images/bg_community.jpg) no-repeat bottom;
	}
#features #container {
	background:#f9db94 url(images/bg_features.jpg) no-repeat bottom;
	}
#neighborhood #container {
	background:#f9db94 url(images/bg_neighborhood.jpg) no-repeat bottom right;
	}	
#spaces #container {
	background:#f9db94 url(images/bg_livingspaces.jpg) no-repeat;
	background-position: 218px 145px;
	}	
#contact #container {
	background:#f9db94 url(images/bg_contact.jpg) no-repeat bottom right;
	}
#news #container {
	background:#f9db94 url(images/bg_news.jpg) no-repeat bottom right;
	}
#selections #container {
	background:#f9db94;
	}			
#copy {
	width:360px;
	float:left;
	padding:0 20px;
	}
#features #copy ul {
	margin-left:15px;
	margin-top:15px;
	}
#neighborhood #header, #contact #header, #register #header, #spaces #header, #selections #header, #news #header {
	height:135px;
	}
#neighborhood #nav, #contact #nav, #spaces #nav, #selections #nav, #news #nav {
	clear:left;
	}
#neighborhood h2, #spaces h2 {
	width:120px;
	margin-left:20px;
	float:left;
	padding-top:10px;
	display:inline;
	}
#neighborhood #copy, #spaces #copy{
	margin-left:20px;
	margin-top:4px;
	height:219px;
	width:195px;
	float:left;
	clear:left;
	padding-left:0;
	display:inline;
	}	
.maplink {
	float:right;
	margin-top:30px;
	}	
.maplink a {
	color:#004282;
	text-decoration:none;
	font-size:10px;
	padding-right:6px;
	}
.maplink a:hover {
	color:#fdb813;
	}	
.fplink {
	float:right;
	margin-top:30px;
	margin-right: 11px;
	}	
.fplink a {
	color:#004282;
	text-decoration:none;
	font-size:10px;
	padding-right:6px;
	display: block;
	padding-bottom: 10px;
	}
.fplink a:hover {
	color:#fdb813;
	}	
.fptitle {
	font-size:14px;
	font-weight: bold;
}
#register h2, #selections h2  {
	padding-top:10px;
	}
#register #nav {
	position:relative;
	top:239px;
	}
#selections #nav {
	position:relative;
	top:223px;
	}	
#contact #nav, #news #nav {
	position:relative;
	top:223px;
	}	
	
#register #copy {
	float:left;
	margin-top:20px;
	}	
#contact #copy, #news #copy {
	float:left;
	margin-top:50px;
	}	
#contact #copy p, #register #copy p, #news #copy p {
	padding-bottom:20px;
	}
#contact #copy a, #register #copy a, #news #copy a {
	color:#3e6886;
	font-weight:bold;
	text-decoration:none;
	}	
#contact #copy a:hover, #register #copy a:hover, #news #copy a:hover  {
	color:#fdb813;	
	}
#register #copy {
	width:540px;
	float:right;
	}	
#spaceslinks {
	position:absolute;
	bottom:55px;
	left:217px;
	text-align:left;
	width:400px;
	margin:0 auto;
	}	
#spaceslinks a {
	text-decoration: none;
	font-size: 16px;
	color: #EE3224;
	font-weight: bold;
	}
#spaceslinks a:hover {
	color:#fdb813;
	}

#selections h2 {
	width:120px;
	float:left;
	}
#selections #copy {
	position:relative;
	top:-40px;
	}			
					
						
					
		