body {
  color: #FFF;
  background: #963 url('../images/background.gif') repeat-y top center;
}
#wrapper {
  background: transparent url('../images/window2.jpg') no-repeat top center;
  height: 830px;
}
#navigation {
  color: #CC3300;
  padding: 25px 0 10px 0;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}
#navigation li {
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  display: inline;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
#navigation a {
	padding: 5px;
	color: #333;
	background-color: #FFF;
  text-decoration: underline;
}
#navigation a:hover {   
  color: #C60;
}
a {
  text-decoration: underline;
  color: #333;
}
a:hover {
  color: #C60;
}
h1 span {
  display: none;
  margin: 0;
  padding: 0;
}
h2 {
	color: #DDD;
}
#home {
 display: block;
 width: 950px;
 height: 85px;
}

#photo-tour {
	padding-left: 1em;
}



/* you are here */
#features .features a,
#floorplans .floorplans a,
#tenants .tenants a,
#contact .contact a {
  color: #C60;
  text-decoration: underline;
}

#header h1 {
  text-align: center;
  margin: 0.1em 0 0.2em 0;
}
.contact {
  text-align: center;
  font-size: 1.5em;
  color: #900;
  font-weight: bold;
}
.contact p {
  margin: 0;
}

img.preload {
  display: none;
}

#content {
  height: 600px;
}







/* features */
#features #footer {
  margin-top: 150px;
}
#feature-list li {
	padding: 2px 0;
}
h2 {
 margin-bottom: 0.8em;
 padding-bottom: 0;
}
h2 {
  font-weight: normal;
  font-size: 2em;
}
#content h3 {
  color: #FC3;
	color: #C60;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: left;
  padding: 5px;
  margin: 0 0 0 1em;
}
#contact .address {
  background: transparent url(../images/lighter-back.png);
  padding: 32px 0 32px 3em;
  height: 136px;
}
#feature-list,
#tenant-list {
  background: transparent url(../images/lighter-back.png);
  padding: 1em 1em 1em 2em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 0.5em;
  color: #000;
}

#tenant-list a {
  padding-right: 20px;
  background: transparent url(../images/external.png) no-repeat right center;
  text-decoration: underline;
}
#tenants #content h2 {
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
#tenants .urban img {
  padding-top: 8px;
}

/* floorplans */
#floorplans .floorplan a:link img,
#floorplans .floorplan a:visited img {
	border: solid #333 3px;
}
#floorplans .floorplan a:hover img {
	border: solid #C60 3px;
}



/* contact */
.address {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
}
.address p {
  margin: 0;
}


/* footer */
#footer {
	color: #CFC;
	padding-top: 3em;
}
#footer .copyright {
  text-align: center;
  font-size: 0.9em;
}
#footer .contact {
	color: #C60;
  margin-bottom: 0;
  font-weight: bold;
}
#footer a:link,
#footer a:visited {
	color: #9CF;
}
#footer a:hover {
	color: #C60;
}
