#availabilityNav
{
float: left;
margin: 0 0 5px 0;
width: 600px;
}


#topHeading
{
background-image: url("/images/bkgr/top-heading-background.jpg");
color: #000;
}

#topHeading td
{
padding: 5px 0;
font: 15px Times, Georgia, "Times New Roman", _serif ,serif;
font-size: 15px;
letter-spacing: 2px;
}

#topSubHeading
{
background-color: #a29573;
color: #FFF;
}

#topSubHeading td
{
padding: 0;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #6b5736;
border-right: 2px solid #6b5838;
}

#topSubHeading img
{
margin: 6px 6px 0 0;
}

.available
{
background-color: #dcceab;
color: #6e5737;
font-size: 12px;
font-weight: bold;
}

.available a.text,
.available a:visited.text,
.available a:link.text
{
background: transparent;
color: #6e5737;
text-decoration: underline;
}

.available a:hover.text
{
text-decoration: none;
}

.sold a.text,
.sold a:visited.text,
.sold a:link.text
{
background: transparent;
color: #6e5737;
text-decoration: underline;
}

.sold a:hover.text
{
text-decoration: none;
}

.available td,
.sold td
{
padding: 2px 0;
text-align: center;
border-top: 1px solid #f6f0e2;
border-bottom: 1px solid #6b5736;
}

.available img
{
float: left;
margin: 3px 0 0 5px;
}

.sold
{
background-color: #ece8dc;
color: #a29875;
}

#floors
{
float: left;
margin: -10px 7px 0 0;
font-size: 13px;
}

* html #floors
{
margin: 0 7px 0 0;
}

#print
{
float: right;
margin: 5px 0 0 0;
}

#print a,
#print a:link,
#print a:visited
{
color: #806a65;
text-decoration: underline;
}

#print a:hover
{
text-decoration: none;
}

#print img
{
border: 0;
}

#floorButtons
{
float: left;
}

#floorButtons img
{
float: left;
}

a#viewPlan
{
display: block;
float: left;
width: 170px;
height: 20px;
margin: 0 0 0 10px;
background: url("/images/buttons/view-site-plan-rendering.jpg") 0 0 no-repeat;
text-decoration: none;
}

a#viewPlan:hover
{
background-position: 0 -20px;
}

#unitAvailability {
  width:650px;
}

#floors p {
  font-size: medium;
}

#floors p a {
  color: #999999;
}

.activeFloor {
  font-weight: bold;
  font-size: large;
  color:000;
}

#unitAvailability a.availableUnit
{
display: block;
float: left; 
width: 13px;
height: 14px;
margin: 4px 20px 0 20px;
background: url("/lib/images/buttons/reserved.gif") 0 0 no-repeat;
}

#unitAvailability a.availableUnit:hover
{
background-position: 0 -14px;
}


