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

* {
margin: 0;
padding: 0;
}

body {
	background-color: #8f9e8b;
}
/*positioning*/

#logo {
	width: 200px;
	height: 70px;
	position: absolute;
	left: 15px;
	top: 59px;
}

#header {
	width: 431px;
	height: 71px;
	position: absolute;
	left: 238px;
	top: 64px;
}

#top-container {
	width: 800px;
	height: 407px;
	background-image:url(../images/top-container3.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#nav-container {
	width: 212px;
	height: 240px;
	background-image: url(../images/navbox.jpg);
	position: absolute;
	left: 23px;
	top: 146px;
}

#slideshow {
	width: 232px;
	height: 174px;
	position: absolute;
	left: 249px;
	top: 148px;
	background-color: #f4eed4;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

#bottom-container {
	width: 800px;
	height: 500px;
	background-color: #8f9e8b;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#divider {
	width: 552px;
	height: 25px;
	background-color: #b1c6c5;
	border-right: 1px solid #412a22;
	border-left: 1px solid #412a22;
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 221px;
	top: -3px;
}

#content {
	width: 552px;
	height: 350px;
	background-color: #FFFFFF;
	border-right: 1px solid #412a22;
	border-left: 1px solid #412a22;
	border-bottom: 1px solid #412a22;
	position: absolute;
	left: 221px;
	top: 20px;
}

#info {
	width: 225px;
	height: 307px;
	position: absolute;
	left: 29px;
	top: 10px;
}

#features {
	width: 195px;
	height: 234px;
	position: absolute;
	background-image: url(../images/features-box.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	left: 307px;
	top: -15px;
}

#equal-logo {
	width: 195px;
	height: 29px;
	position: absolute;
	background-image:url(../images/equal-housing.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	left: 307px;
	top: 255px;
}

#footer {
	width: 516px;
	height: 16px;
	background-color: #b1c6c5;
	position: absolute;
	top: 340px;
	left: 222px;
}
	
/*navigation*/
#welcome {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 10px;
}

#community {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 50px;
}

#residents {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 90px;
}

#rental-info {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 127px;
}

#contact {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 164px;
}

#location {
	width: 212px;
	height: 32px;
	position: absolute;
	top: 206px;
}

#top-container a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #412a22;
	font-variant: small-caps;
	text-decoration: none;
}

#top-container a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5b7876;
	font-variant: small-caps;
	text-decoration: none;
}
	
/*images*/

#logo img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*text*/
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #412a22;
}

#top-container #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #5b7876;
	font-variant: small-caps;
}
#bottom-container #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f4eed4;
	padding-top: 7px;
	padding-left: 29px;
	padding-right: 7px;
	padding-bottom: 7px;
}

/*links*/
#bottom-container #content #info a {
	color: #5b7876;
	text-decoration: none;
}

#bottom-container #content #info a:hover {
	color: #5b7876;
	text-decoration: underline;
}
.current {
	color: #5b7876;
} 
/*list items*/
#bottom-container #content #features ul {
	margin-left: 20px;
}

#bottom-container #content #features li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #412a22;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
#bottom-container #footer a {
	color: #F4eed4;
	text-decoration: none;
}

#bottom-container #footer a:hover {
	color: #F4eed4;
	text-decoration: underline;
}

