html
{
  height: 100%;
}
body
{
  margin: 0;
  height: 100%;
  background-color: #CCB;
  background-image: url(bg.gif);
  background-repeat: repeat-y;
  background-position: 50% 0;
  text-align: center;
  font-size: 11pt;
  font-family: arial;
  color: #000;
  line-height: 1.3em;
}

h1,h2,h3,form,ul,li
{
  margin: 0;
  padding: 0;
}
h1,h2,h3
{
  text-align: center;
  font-family: times;
}
h1
{
  color: #902;
  font-size: 20pt;
  font-weight: bold;
  padding: 5px;
}
h2
{
  color: #356;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px;
}
a
{
  color: #761;
}
a:hover
{
  color: #000;
}
p
{
  margin: 10px 0 0;
  text-indent: 25px;
}
hr
{
  height: 1px;
  color: #BB9;
  margin: 20px;
  display: block;
  clear: both;
}

#wrap
{
  width: 775px;
  min-height: 100%;
  text-align: left;
  margin: auto;
}
* html #wrap{height: 100%;}

#header
{
  height: 160px;
  position: relative;
  left: 1px;
  overflow: hidden;
}
#header h1, #header h3
{
  display: none;
}
#header1
{
  width: 425px;
  height: 160px;
  background: url(header1.gif);
  position: absolute;
  top: 0;
  left: 0;
}
#header2
{
  width: 220px;
  height: 160px;
  background: url(header2.gif);
  position: absolute;
  top: 0;
  left: 555px;
}
#house1
{
  width: 140px;
  height: 86px;
  background: url(house1.jpg);
  position: absolute;
  top: 9px;
  left: 1px;
}
#house2
{
  width: 134px;
  height: 82px;
  background: url(house2.jpg);
  position: absolute;
  top: 65px;
  left: 54px;
}

#nav
{
  width: 130px;
  height: 160px;
  background: url(nav.gif);
  position: absolute;
  top: 0;
  left: 425px;
}
#nav h3
{
  display: block;
}
#nav span
{
  display: none;
}
#nav a
{
  width: 130px;
  height: 23px;
  display: block;
  position: relative;
  top: 8px;
  left: 0;
}
#nav a:hover
{
  background: url(nav_over.gif);
}
#nav a.home:hover
{
  background-position: 0 -8px;
}
#nav a.buyers:hover
{
  background-position: 0 -31px;
}
#nav a.sellers:hover
{
  background-position: 0 -54px;
}
#nav a.community:hover
{
  background-position: 0 -77px;
}
#nav a.aboutus:hover
{
  background-position: 0 -100px;
}
#nav a.ouragents:hover
{
  background-position: 0 -123px;
}

#footer
{
  clear: both;
  margin: 25px 0 5px;
  text-align: center;
  font-size: 8pt;
}

#side
{
  width: 220px;
  float: left;
  padding: 10px;
}
a.gsp span
{
  display: none;
}
a.gsp
{
  width: 200px;
  height: 85px;
  background: url(gsp.gif);
  display: block;
  margin: 0 0 10px;
}
a.gsp:hover
{
  background: url(gsp_over.gif);
}
#search
{
  font-size: 9pt;
}
#search h3
{
  color: #761;
  font-size: 14pt;
  border-bottom: 1px solid #BB9;
  text-align: center;
}
#search ul
{
  margin-bottom: 5px;
}
#search li
{
  margin-top: 5px;
  background-color: #BB9;
  list-style: none;
  font-weight: bold;
  text-indent: 5px;
}
#search li span
{
  padding: 5px;
  background-color: #CCB;
  display: block;
  font-weight: normal;
  text-indent: 0;
  text-align: center;
}
#search select
{
  width: 100%;
}
#search #submit
{
  text-align: center;
  background: transparent;
}
#search #submit input
{
  width: 50%;
  background-color: #CCB;
  border: 2px solid #BB9;
  font-weight: bold;
}

#content
{
  position: relative;
  margin-left: 240px;
  text-align: justify;
  padding: 0 10px;
}

#welcome
{
  padding: 10px;
  border: 2px solid #BB9;
  margin: 5px 0 0;
  background: #FFF;
}
#welcome h1
{
  font-size: 16pt;
  padding: 0;
}
#featured
{
  text-align: center;
  font-size: 10pt;
}
#featured span
{
  width: 33%;
  display: block;
  float: left;
}
#featured b
{
  font-size: 12pt;
}
#featured img
{
  margin-bottom: 2px;
  border: 1px solid #000;
}

#subnav ul
{
  margin: 2px 10px 2px 2px;
  padding: 0;
  float: left;
  border: 2px solid #D6D6C3;
  position: relative;
  z-index: 1;
}
#subnav li
{
  list-style: none;
}
#subnav a
{
  width: 185px;
  margin: 2px;
  padding: 4px;
  background: #D6D6C3;
  display: block;
}
#subnav a:hover
{
  background: #DCDCC9;
}
#active
{
  font-weight: bold;
}

#list
{
  margin: 10px 15px 0;
  position: relative;
  left: 15px;
}

#previous, #next, #top
{
  padding: 15px 0 0 0;
}
#previous
{
  float: left;
}
#next
{
  float: right;
}
#top
{
  width: 100%;
  text-align: center;
}


#gspform form
{
  text-align: left;
}
#gspform input,#gspform textarea,#gspform select
{
  width: 75%;
}
#gspform textarea
{
  height: 100px;
}
#gspform p
{
  text-indent: 0;
}

#gspleft, #gspright
{
  width: 240px;
  padding: 0;  
}
#gspright
{
  float: right;
}



#features ul
{
  width: 100%;
}
#features li
{
  float: left;
  width: 45%;
  padding: 2px;
  list-style: none;
}
#features input
{
  width: 20px;
}

#gspuserinfo input
{
  display: block;
}

#gspdate select
{
  width: 60px;
}

#gspsubmit
{
  text-align: center;
}
#gspsubmit input
{
  width: 100px;
}

#agent
{
  padding: 10px;
  font-size: 10pt;
  border: 2px solid #BB9;
  margin: 5px 0;
  background: #FFF;
}
#agent img
{
  border: 1px solid #BB9;
  float: left;
}
#agent h1
{
  font-size: 16pt;
  padding: 0;
}
#agent p
{
  clear: both;
  text-indent: 25px;
}
#agent li
{
  list-style: none;
  padding: 0 0 5px 10px;
  float: left;
}

#agents
{
  margin: 0 0 0 50px;
}
#agents li
{
  width: 150px;
  list-style: none;
  float: left;
  font-family: times;
  display: block;
}
#agents a
{
  font-weight: bold;
  text-decoration: none;
}
#agents a:hover
{
  color: #000;
  text-decoration: underline;
}