body {
  color: #333;
  background-color: #FFF;
	text-align: center;
}
#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: #C00;
}

a img {
	border: 5px solid #333;
}
a:hover img {
	border: 5px solid #D5313C;	
}

a p {
	text-decoration: underline;
}


h1 span {
  display: none;
  margin: 0;
  padding: 0;
}
h2 {
	color: #DDD;
}
#header {
	width: 100%;	
}

#property-list li {
	list-style: none;
}
p {
	font-size: 1.2em;
}


/* 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;
}


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


/* footer */
#footer .copyright {
  text-align: center;
  font-size: 0.9em;
}
#footer .contact {
  margin-bottom: 0;
  font-weight: bold;
}
