#pagehead {
  height: auto;
}

#welcome {
  background: url(../pix/realtor.jpg) no-repeat #e5eee2;
  padding: 20px 25px 15px 325px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align: justify;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #273555;
}

ul {
  list-style-type: image;
  list-style-image: url(../pix/list-bullet.gif);
}

#welcome ul {
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  margin: 14px 0 0 40px;
  padding: 0;
}

#columns td {
  text-align: justify;
  padding: 20px;
  vertical-align: top;
}

#columns .right {
  padding: 15px;
}

#featured, #featured * {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

#featured {
  background: #fff;
  border: solid 1px #c6d4c1;
  padding: 10px 20px;
  width: 230px;
}
#featured img {
  border: solid 1px #1c3f5d;
  width: 230px;
}

#featured h4 {
  margin-bottom: 0;
}

h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  text-indent: -20000px;
}

#intro h3     { background: url(../pix/main-h-intro.gif) no-repeat; }
#localinfo h3 { background: url(../pix/main-h-localinfo.gif) no-repeat; }
#featured  h3 { background: url(../pix/main-h-featured.gif) no-repeat; }



