* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F2EFDF;
	color: #5B6D1F;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #1E2E09;
}

a:hover {
	color: #528C00;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}


#wrapper {
	background:  url(../images/backgrounds/wrapper.jpg) transparent repeat-y top left;
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 790px;
}

* html body #wrapper {
	padding: 0 0 0 10px;
	paddi\ng: 0 0 0 10px;
}

#top-left {
	background:  url(../images/backgrounds/top-left.jpg) transparent no-repeat top left;
	color: #000;
	float: left;
	font-size: 12px;
	height: 225px;
	width: 199px;
}

#top-left p {
	float: left;
	margin: 9px 0 0 0;
	padding: 0 0 0 11px;
}

#top-left p a {
	color: #000;
}

#content {
	background:  url(../images/backgrounds/content-home.jpg) transparent no-repeat top left;
	float: left;
	height: 236px;
	width: 573px;
}

#content p {
	float: left;
	font-size: 12px;
	margin: 14px 0 0 0;
	padding: 0 0 0 10px;
	min-height: 118px;
	text-align: left;
	width: 280px;
}

*html body #content p {
	height: 118px;
	overflow: visible;
}

/*---------------

HEADERS

----------------*/

h1 {
	background:  url(../images/headers/h1.jpg) transparent no-repeat top left;
	height: 122px;
	float: left;
	text-indent: -6000px;
	width: 185px;
}

h2, h2 a {
	float: left;
	text-indent: -6000px;
	text-decoration: none;
}

h2#index-1 {
	background:  url(../images/headers/index-1.jpg) transparent no-repeat top left;
	height: 225px;
	width: 573px;
}

h2#index-2, h2#index-2 a {
	background:  url(../images/headers/index-2.jpg) transparent no-repeat top left;
	height: 104px;
	position: relative;
	overflow: hidden;
	width: 298px;
}

h2#index-2 a:hover {
	background-position: 0 -104px;
}

/*---------------

NAVIGATION

---------------*/

#nav {
	background:  url(../images/nav/background.jpg) transparent no-repeat top left;
	float: left;
	height: 236px;
	width: 199px;
}

#nav ul {
	background:  url(../images/capp/nav/background.jpg) transparent no-repeat top left;
	float: left;
	margin: 3px 0 0 0;
	width: 196px;
}

#nav ul li {
	list-style-type: none;
}

#nav a, #nav ul li  {
	float: left;
	height: 31px;
	text-decoration: none;
	text-indent: -6000px;
	width: 196px;
}

#nav a#home, #nav li#home {
	background:  url(../images/nav/home.gif) transparent no-repeat top left;
}
#nav a#home:hover {
		background-position: 0 -31px;
}
#nav li#home {
	background-position: 0 -62px;
}

#nav a#about, #nav li#about {
	background:  url(../images/nav/about.gif) transparent no-repeat top left;
}
#nav a#about:hover {
		background-position: 0 -31px;
}
#nav li#about {
	background-position: 0 -62px;
}

#nav a#community-info, #nav li#community-info {
	background:  url(../images/nav/community-info.gif) transparent no-repeat top left;
}
#nav a#community-info:hover {
		background-position: 0 -31px;
}
#nav li#community-info {
	background-position: 0 -62px;
}

#nav a#properties, #nav li#properties {
	background:  url(../images/nav/properties.gif) transparent no-repeat top left;
}
#nav a#properties:hover {
		background-position: 0 -31px;
}
#nav li#properties {
	background-position: 0 -62px;
}


#nav a#contact, #nav li#contact {
	background:  url(../images/nav/contact.gif) transparent no-repeat top left;
}
#nav a#contact:hover {
		background-position: 0 -31px;
}
#nav li#contact {
	background-position: 0 -62px;
}

/*--------------

 FOOTER

 --------------*/

#footer {
	background:  url(../images/backgrounds/footer.jpg) transparent no-repeat top left;
	font-size: 1px;
	height: 80px;
	line-height: 1px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	text-align: center;
	width: 790px;
}

#footer p {
	text-indent: -6000px;
}

#footer a {
	background:  url(../images/backgrounds/email.gif) #BABAA3 no-repeat top left;
	float: right;
	height: 15px;
	position: relative;
	overflow: hidden;
	left: -155px;
	top: 25px;
	text-decoration: none;
	text-indent: -6000px;
	width: 179px;
}

#footer a:hover {
	background-position: 0 -15px;
}