article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

html, body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: “Helvetica Neue”, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #ccc;
	color: #fff;
}

h1, h2, p {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 10px;	
}

ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 11px;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover, a.current {
	text-decoration: underline;	
}

a.view {
	padding-left: 4px;
	padding-right: 4px;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
	background-color: #efefef;
	font-size: 9px;
	margin-left: 5px;
}

a.large-button {
	padding: 4px 8px 4px 8px;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
	background-color: #efefef;
	font-size: 14px;
}

a.large-button:hover {
	background-color: #cfcfcf;
}


article {
	width: 792px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

header, section, nav {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}

header {
	padding: 10px;
	height: 100px;
}

section {
	background-image: url("../images/brown-circle.gif");	
}

section h1 {
	text-transform: lowercase;
	margin-bottom: 10px;
}

section div {
	position: relative;	
}

section div.about {
	height: 200px;
	background-color: #627d79;
	background-image: url("../images/about.gif");
	background-repeat: no-repeat;
	padding: 70px 50px 50px 200px;
	width: 470px;
}

section div.amenities {
	height: 307px;
	background-color: #aab300;
	background-image: url("../images/amenities.gif");
	background-repeat: no-repeat;
	padding: 5px 20px 8px 180px;
	width: 520px;
}

section div.amenities-community {
	height: 220px;
	background-color: #b65518;
	background-image: url("../images/amenities-community.jpg");
	background-repeat: no-repeat;
	padding: 50px 50px 50px 200px;
	width: 470px;
}

section div.amenities-location {
	height: 190px;
	background-color: #aab300;
	background-image: url("../images/amenities-location.jpg");
	background-repeat: no-repeat;
	padding: 80px 20px 50px 180px;
	width: 520px;
}


section div.neighborhood {
	height: 304px;
	background-color: #627d79;
	background-image: url("../images/neighborhood.jpg");
	background-repeat: no-repeat;
	padding: 8px 10px 8px 180px;
	width: 530px;
}

section div.neighborhood div.left {
	float: left;
	width: 270px;
}

section div.neighborhood #map {
	display:block;
	width: 250px;
	height: 30px;
	background-image: url("../images/enso-map.png");
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	padding-top: 260px;
	margin-top: 10px;
}

section div.contact-us {
	height: 230px;
	background-color: #b65518;
	background-image: url("../images/contact-us.jpg");
	background-repeat: no-repeat;
	padding: 40px 50px 50px 200px;
	width: 470px;
}

section div.contact-us h1 {
	margin: 0;	
}

section div.contact-us address {
	font-style: normal;
	margin-bottom: 10px;	
}

section div.contact-us div.left {
	float: left;	
}

section div.contact-us div.right {
	float: right;	
}

section div.contact-us div.bottom {
	position: absolute;
	bottom: 10px;
}

section div.contact-us div.hours {
	margin-bottom: 10px;	
}



section div.contact-us div.phone, section div.contact-us div.fax, section div.contact-us div.email {
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 14px;
}

section div.contact-us div.phone {
	background-image: url("../images/bullet-phone.gif");
}

section div.contact-us div.fax {
	background-image: url("../images/bullet-fax.gif");
}

section div.contact-us div.email {
	background-image: url("../images/bullet-email.gif");
	margin-bottom: 10px;
}

section div.contact-us #form {
	display: none;	
}

section div.enso-residents {
	height: 262px;
	background-color: #aab300;
	background-image: url("../images/amenities.gif");
	background-repeat: no-repeat;
	padding: 50px 20px 8px 180px;
	width: 520px;
}

section div.enso-residents ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

section div.enso-residents ul li {
	margin-bottom: 20px;	
}

section div.gallery {
	width: 470px;
	height: 250px;
	background-color: #b65518;
	background-image: url("../images/about.gif");
	background-repeat: no-repeat;
	padding: 20px 50px 50px 200px;
	position: relative;
}

section div.gallery #gallery {
	position: relative;
}

section div.gallery #gallery ul {
	list-style: none;
	width: 450px;
	height: 226px;
	padding: 0;
	margin: 0;
	position: relative;
}

section div.gallery #gallery li {
	float: left;
	margin-right: 10px;
}

section div.gallery #gallery li a {
	display: block;
	width: 144px;
	height: 108px;
	margin-bottom: 10px;
}


section div.gallery #gallery div.column {
	float: left;
	margin-right: 10px;
}

#gallery a.left, #gallery a.right{
	display: block;
	width: 24px;
	height: 226px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#gallery a.left{
	background: url("../images/arrow-left.gif") no-repeat left center;
	left: -22px;
}

#gallery a.right {
	background: url("../images/arrow-right.gif") no-repeat right center;
	right: 0px;
}

#gallery div.scrollable {
	/* required settings */ 
	position:absolute;
	overflow:hidden;
	width: 450px;
	height: 222px;
	top: 0;
	left: 0;
}

#gallery div.scrollable ul.items {
	/* this cannot be too large */ 
	width:20000em;
	position:absolute;
	list-style: none;
}


footer {
	padding: 10px;	
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
}

nav ul li {
	float: left;
	margin-left: 15px;
}

nav ul li.orange, nav ul li.green, nav ul li.blue, nav ul li.brown, nav ul li.facebook a, nav ul li.twitter a, nav ul li.walkscore a, nav ul li.equal-housing a {
	display: block;
	background-repeat: no-repeat;
}

nav ul li.orange, nav ul li.green, nav ul li.blue, nav ul li.brown {
	background-position: left center;
	padding-left: 12px;
}

nav ul li.facebook a, nav ul li.twitter a, nav ul li.walkscore a, nav ul li.equal-housing a {
	width: 22px;
	height: 22px;
}

nav ul li.walkscore a, nav ul li.equal-housing a {
	width: 25px;	
}

nav ul li.facebook a {
	background-image: url("../images/facebook-icon-22.gif");
}

nav ul li.twitter a {
	background-image: url("../images/twitter-icon-22.gif");
}

nav ul li.walkscore a {
	background-image: url("../images/walkscore-icon-22.gif");
}

nav ul li.equal-housing a {
	background-image: url("../images/equal-housing-icon-22.gif");
}

nav ul li.orange {
	background-image: url("../images/bullet-orange.gif");	
}

nav ul li.blue {
	background-image: url("../images/bullet-blue.gif");	
}

nav ul li.green {
	background-image: url("../images/bullet-green.gif");	
}

nav ul li.brown {
	background-image: url("../images/bullet-brown.gif");	
}

nav ul li a {
	font-size: 10px;
	color: #604C3B;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

nav ul li a:hover {
	text-decoration: underline;	
}

#sub-nav li a {
	text-decoration: none;	
}

#sub-nav li a span {
	display: block;
	position: absolute;
	white-space: nowrap;
	padding: 5px;
	top: -20px;
	text-align: center;
	background-color: #97a700;
	color: #fff;
	display: none;
	z-index: 1000;
}

#text-cycle {
	float: right;
	width: 500px;
	height: 40px;
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden;
}

#text-cycle ul {
	height: 40px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#text-cycle ul li {
	height: 24px;
	line-height: 40px;
	font-size: 20px;
	color: #627d79;
	position: absolute;
	text-align: right;
	width: 100%;
	display: none;
}

#text-cycle ul li.first {
	top: 0px;
	display: block;
}

#sub-nav {
	height: 30px;
	padding: 10px;
}

#main-nav {
	float: right;
}

#sub-menu {
	float: left;	
}

#amenities-menu {
	background-color: transparent;
	position: absolute;
	right: 20px;
	bottom: 0;
}

#amenities-menu li a {
	color: #fff;	
}

#icons {
	float: right;	
}

#logo {
	display: block;
	width: 191px;
	height: 60px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 40px;
	top: 40px;
}

footer {
	text-align: center;	
}

footer, footer a {
	color: #492e25;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;	
}


#floor-plans {
	width: 792px;
	height: 321px;
}

#video {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("../images/video-icon-22.gif");
	background-repeat: no-repeat;
}

#audio {
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	top: -3000px;
}

#audio-controls {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("../images/audio-icon-22.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#audio-controls.off {
	background-position: 0 -22px;
}

#flash-alternate-content,#alternate-content {
	padding: 100px;	
}

#flash-alternate-content #flash-error, #alternate-content #error {
	border: 1px outset #cccccc;
	background-color: #efefef;
	padding: 10px;
	width: 450px;
	height: 100px;
	margin: 0 auto;
	color: #333333;
}

#alternate-content #error {
	height: auto;	
	text-align: center;
}

#flash-alternate-content-sm a, #flash-error a {
	color: #900;	
}

#flash-alternate-content #flash-logo {
	display: block;
	background-image: url("../images/flash-icon-100.jpg");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	float: left;
}

#flash-alternate-content #flash-error-content {
	float: left;
	margin-left: 10px;
	width: 340px;
}

#flash-error-content h2, #flash-error-content h3, #flash-error-content p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#flash-error-content h2 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

#flash-error-content h3, #flash-error-content p {
	font-size: 11px;
}

#flash-alternate-content-sm a {
		display:block;
		background-image: url("../images/flash-icon-22.jpg");
		background-repeat: no-repeat;
		height: 22px;
		padding-left: 25px;
}

#circle-animation {
	background-color: #ffffff;
	height: 340px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

#circle-container {
	position: absolute;
	left: -20px;
}

#circle-animation ul {
	display: block;
	width: 2000px;
	height: 106px;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}

#circle-animation ul.odd {
	left: -50px;	
}

#circle-animation ul li {
	float: left;
	margin-right: 10px;
}

#circle-animation ul li, #circle-animation ul li div {
	width: 106px;
	height: 106px;
	background-repeat: no-repeat;
}

#circle-animation ul li div {
	display: none;	
}

#circle-animation ul li.blue {
	background-image: url("../images/circles/circle-blue.gif");
}

#circle-animation ul li.brown {
	background-image: url("../images/circles/circle-brown.gif");
}

#circle-animation ul li.green {
	background-image: url("../images/circles/circle-green.gif");
}

#circle-animation ul li.orange {
	background-image: url("../images/circles/circle-orange.gif");
}

h2 {
	width: 100%;
	position: absolute;
	top: 50px;
	right: 40px;
	color: #627d79;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	
}

h2 div.orange {
	text-transform: uppercase;
	color: #b64000;
	font-size: 16px;
}



object { outline: none; }
.cl {clear: both; }