div.home {
  clear: both;
  font-size: .9em;
}

div.home-header {
  background: #FFF url(/images/home-quicksearch-background.gif) repeat-y;
  overflow: hidden;
  border-bottom: 1px solid #FFF;
}

div.left-column {
  float: left;
  width: 170px;
  text-align: center;
}

div.quick-search {
  float: left;
  width: 170px;
  text-align: center;
}

div.quick-search h2 {
  font-family: Arial, Helvetica;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFCC00;
  margin: 5px;
}

div.quick-search form {
  margin-bottom: 5px;
}

div.quick-search form label {
  color: #FFF;
  font-weight: bold;
}

div.quick-search form input.submit {
  margin-top: 5px;
}

div.quick-links h2 {
  font-family: Arial, Helvetica;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFCC00;
  margin: 5px;
}

div.quick-links ul {
  padding: 5px 5px 5px 5px;
  list-style-type: none;
}

div.quick-links ul li {
  padding: 0 0 5px 0;
}

div.quick-links ul li a {
  color: #4A0025;
  font-weight: bold;
  text-decoration: none;
}

div.quick-links ul li a:hover {
  text-decoration: underline;
}

div.right-column {
	float: left;
	overflow: hidden;
}

div.info-column {
  padding: 10px;
  float: left;
  width: 189px;
  border-left: 1px solid #FFF;
  background: #FFF url(/images/background.home-header.jpg) repeat-x;
  text-align: center;
}

div.info-column p {
  font-size: .95em;
  line-height: 15px;
}

div.info-column img {
  border: 1px solid #000;
}

div.info-column h2 {
  font-family: Arial, Helvetica;
  font-size: 1.3em;
  font-weight: bold;
  margin: 5px;
}

div.info-column h2 a {
  color: #660033;
  text-decoration: none;
}

div.home-content {
  clear: both;
  padding: 10px 20px 10px 20px;
  font-size: .95em;
}

div.home-content p {
  line-height: 18px;
}

div.home-content h1 {
  margin: 10px 0 20px 0;
}

table.bottom {
  border: 1px solid #FFBC79;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

table.bottom td {
  padding: 6px;
  border: 1px solid #FFCC00;
}

table.bottom td p {
  line-height: 12px;
}

table.bottom td.relo {
  width: 25%;
  background: url(/images/background.relo.jpg);
}

table.bottom td.community {
  width: 50%;
}

table.bottom td.community a {
  color: #FF9900;
}

table.bottom td.concierge {
  width: 25%;
  background: url(/images/background.concierge.jpg);
}

table.bottom h2 {
  color: #4A80BB;
  font-family: Arial, Helvetica;
  font-size: 1.3em;
  font-weight: bold;
}