* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}
p.highlight { text-align : center; font-weight : bold; color : #922D2A; }

BODY {
  margin : 0;
  color : #404040;
  background : #F0ECC9;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #5C361E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #0B7B7B; font-weight : bold; text-decoration : none;}
A:Visited  { color : #0B7B7B; font-weight : bold; text-decoration : none;}
A:Active  { color : #0B7B7B; font-weight : bold; text-decoration : none;}
A:Hover  { color : #0B7B7B;	font-weight : bold; text-decoration : underline;}

.req {color : #990000; font-style : italic;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #787B4C;
  color : fff;
  background : none;
}

div#wrapper {
   width: 733px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
   border : 1px solid #fff;
   border-width : 0 0 8px 0;
}

div#header {
  width : 100%;
  height : 151px;
  margin : 0;
  background : #fff url(images/header.jpg) top left no-repeat;
  position : relative;
}

div#header img#logo_realtor {
  position : absolute;
  top : 35px;
  right : 10px;
}

div#header img#logo_mls {
  position : absolute;
  top : 40px;
  right : 45px;
}

div#line {
  background : #B4AA86;
  width : 100%;
  border-top : 4px solid #787B4C;
  padding : 3px 0;
}

div#line p {
  display : inline;
  padding : 7px 25px 7px 7px;
  font: normal 12px "Trebuchet MS", Verdana, sans-serif;
}

div#nav_wrapper {
  position : absolute;
  bottom : 0;
  right : 0;
  display : block;
  width : 600px;
}
ul#nav {
  font: normal 12px "Trebuchet MS", Verdana, sans-serif;
  color : #fff;
  margin : 0;
  background : #5C361E;
  width : 600px;
  float : right;
}

ul#nav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#nav li { float : left; height: 1%;} 
 * html ul#nav li a { height: 1%;} 
/* End */


ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
  text-decoration: none;
  color : #fff;
  font-weight : normal;
  float : left;
  padding : 2px 5px;
  background : none;
  border-left : 1px solid #fff;
}

ul#nav li a.first, ul#nav li a.first:link, ul#nav li a.first:visited{
  border-left : none;
}

ul#nav li a:hover {
  background : #787B4C;
}

div#sidebar {
  float : left;
  width : 137px;
}

div#footer {
  float : right;
  width : 310px;
  font-size : 10px;
  padding-top : 20px;
  padding-bottom : 200px;
  text-align : right;
  color : #fff;
}

div#footer p {
  color : #fff;
  line-height : 1.25em;
  padding-right : 3px;
}

div#footer a {
  color : #fff;
  font-weight : normal;
  text-decoration : underline;
}

div#content_wrapper {
  background : #fff url(images/bg_content.gif) top right repeat-y;
}

div#content {
  margin : 0 310px 0 0;
  padding : 15px 10px;
}

table#questions {
  width : auto;
}

table#questions td {
  text-align : right;
  vertical-align : top;
}

table#questions input, table#questions textarea {
  border : 1px solid #000;
  width : 250px;
  text-align : left;
  margin : 2px 0;
}

input#btn_submit {
  text-align : center;
  margin : 0 auto;
}

div#bottomline {
  background : #B5AA86;
  height : 15px;
  width : 100%;
  border-bottom : 4px solid #5C361E;
  position : relative;
}

img#soldsign {
  position : absolute;
  top : -198px;
  right : 0;
}

div#clear {
  clear :right;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #000;
}

div#norlink a {
  color : #000;
  font-weight : normal;
}