* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #2d1e14;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-size: 24px;
	color: #505608;
	border-bottom: 1px solid #e4d8b6;
	margin-bottom: 10px;
}

.disclaimer {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 10px;
	color: #bfc571;
}

.copyright {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 10px;
	color: #f0e6cb;
	float: left;
}
	
/* Layout */

#wrapper {
	width: 800px;
	height: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 169px;
	height: 122px;
	margin-top: 15px;
	margin-left: 20px;
}

#outer-container {
	width: 740px;
	height: 800px;
	padding: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #f0e6cb;
}

#inner-container {
	width: 740px;
	height: 700px;
	background-color: #f0e6cb;
	border: 1px solid #cbc0a3;
}

#slideshow {
	width: 800px;
	height: 250px;
	position: absolute;
	z-index: 100;
	left: -20px;
	top: 0;
}

#top-bg {
	width: 740px;
	height: 50px;
	background-color: #654936;
}

#content {
	width: 340px;
	height: 377px;
	position: absolute;
	left: 25px;
	top: 265px;
}

#features {
	width: 340px;
	height: 161px;
	position: absolute;
	left: 395px;
	top: 304px;
}

#footer {
	width: 740px;
	height: 115px;
	background-image:url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 694px;
	left: 10px;
}

#secondary-nav {
	width: 80px;
	height: 106px;
	position: absolute;
	left: 15px;
	top: 10px;
}

#disclaimer {
	width: 599px;
	height: 96px;
	position: absolute;
	left: 127px;
	top: 10px;
}

#copyright {
	width: 750px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#nav {
	float: right;
	width: 560px;
	height: 43px;
	margin-top: -43px;
}

a.welcome {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_welcome1.png);
	float: left;}

a.welcome:hover {
background-position: 0 -43px;
float: left;
}

a.community {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_community1.png);
	float: left;}

a.community:hover {
background-position: 0 -43px;
float: left;
}

a.residents {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_residents1.png);
	float: left;}

a.residents:hover {
background-position: 0 -43px;
float: left;
}

a.floorplans {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_floorplans1.png);
	float: left;}

a.floorplans:hover {
background-position: 0 -43px;
float: left;
}

a.location {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_location1.png);
	float: left;}

a.location:hover {
background-position: 0 -43px;
float: left;
}

a.contact {
display: block;
	width: 88px;
	height: 43px;
	background-image:url(../images/btn_contact1.png);
	float: left;}

a.contact:hover {
background-position: 0 -43px;
float: left;
}

/* Images */
#wrapper #logo img {
	text-decoration: none;
	border: none;
}

/* Links */
img a {
	text-decoration: none;
	border: none;
}

#wrapper #outer-container #inner-container #content a {
	color: #505608;
	text-decoration: none;
}

#wrapper #outer-container #inner-container #content a:hover {
	text-decoration: underline;
}

#secondary-nav a {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	color: #bfc571;
	text-decoration: none;
	border-bottom: 1px solid #bfc571;
}

#secondary-nav a:hover {
	font-weight: bold;
}	

/* Lists */
#wrapper #outer-container #inner-container #content li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
#wrapper #outer-container #inner-container #content a {
	color: #000000;
	text-decoration: underline;
}
#wrapper #outer-container #inner-container #content ul {
	margin-left: 20px;
}

.logo {
float: right;

}

