@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: 38px;
	position: absolute;
	left: 258px;
	top: 91px;
}

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

#info {
	width: 490px;
	height: 571px;
	position:absolute;
	left: 258px;
	top: 170px;
	z-index: 100;
}

#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: 533px;
	height: 20px;
	background-color: #b1c6c5;
	position: absolute;
	left: 241px;
	top: 134px;
}

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

#community-gallery {
	width: 445px;
	height: 300px;
	position: absolute;
	left: 18px;
	top: -110px;
	z-index: 100;
}

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

#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: 515px;
	height: 16px;
	background-color: #b1c6c5;
	position: absolute;
	top: 370px;
	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: 167px;
}

#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;
}

.current {
	color: #5b7876;
} 
/*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;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5b7876;
	font-weight: normal;
}

#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: 10px;
	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;
}

/*list items*/
#top-container #info ul {
	margin-left: 20px;
}

#top-container #info li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #412a22;
	list-style-position: outside;
	list-style-image: url(../images/bullet2.jpg);
}

/*gallery*/
 /* general styling for this example */
  * { margin: 0; padding: 0; }
  body { padding: 10px; }
  /* begin gallery styling */
  #jgal { list-style:none; width: 445px; }
  #jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 15px; margin-bottom: 75px; }
  #jgal li img { position: absolute; top: 90px; left: 15px; display: none; border: 3px solid #fff; outline: 1px solid #ddd;}
  #jgal li.active img { display: block; }
  #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
  /* styling without javascript */
  #gallery { list-style: none; display: block; }
  #gallery li { float: left; margin: 0 10px 10px 0; }
  [if lt IE 8]>
  <style media="screen,projection" type="text/css">
  #jgal li { filter: alpha(opacity=50); }
  #jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
  </style>
  <![endif]
  
  img { width: 80px; height: auto; }
#top-container #info table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #412A22;
}

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

