/* =html
=============================================================================*/

html {
  background: black;
    }
body {
  background: black;
    margin: 20px;
    text-align: center;
    font: 12px verdana, helvetica, arial, sans-serif;
    color: #595959;
    }
h3 {
   color: #7D8B6B;
   font-size: 15px;
   font-weight: bold;
   margin-bottom: 0;
   padding-bottom: 0;
}
h4 {
   color: #7D8B6B;
   font-size: 25px;
   font-family: Verdana;
   font-weight: normal;
   margin:0;
   padding:0;
}

/* =Page Structure
=============================================================================*/

#wrapper {
  width: 714px;
  padding-right: 23px;
   margin: 0 auto;
   text-align: left;
   background: transparent url(../img/wrapper_bg.gif) top left repeat-y;
   }

/* =header
=============================================================================*/

#header {
  position: relative;
  height: 58px;
   width: 714px;
   background: transparent url(../img/header_bg.gif) top left no-repeat;
   }
#header h1 {
  margin: 0;
  padding: 0;
  position: relative; 
  top: 3px;
  left: 13px;
  }
#header h1 a {
  display: block;
  width: 153px;
  height: 51px;
  background: transparent url(../img/logo_exclusive.png) top left no-repeat;
  }
#header h1 a span {
  display: none;
  }
#header h2 {
   position: absolute;
   top: 40px;
   right: 245px;
  margin: 0;
   padding: 0;
   color: #d2c3b4;
   font: italic normal 11px georgia, times, serif;
   text-align: right;
   }

/* =headerNav
=============================================================================*/    

#header_nav {
  background: transparent url(../img/header_nav_bg.gif) top left repeat-x;
   width: 691px;
   height: 27px;
   text-align: center;
   }
#header_nav table {
  margin: 0 auto;
  }
 
/* =Content
=============================================================================*/

#content {
  width: 691px;
    background: transparent url(../img/content_bg.jpg) top left repeat;    
    }
  #main_content .center h3 {
    margin-top: 10px;
    padding: 0;
  }

/*-------------------------code by sundeep--------------------------*/

input.button
{
  font-size: 11px;
   font-weight: bold;
   padding: 2px;
   background: #7D8B6B url(../img/button_bg.gif) top left repeat-x;
   border: none;
   color: white;
} 
 
/*-------------------------code by sundeep--------------------------*/ 
    
/* =AddressBar
=============================================================================*/    

#address_bar {
   background: transparent url(../img/header_nav_bg.gif) top left repeat-x;
   width: 691px;
   height: 26px;
   color: #E1D3C0;
   text-align: center;
   padding-top: 6px;
   letter-spacing: 1px;
   clear: both;
   font-weight:normal;
   font-size:11px;
   }
  
/* =Footer
=============================================================================*/

#footer {
  text-align: center;
    color: #BDB2A4;
    background: black;
    font-size: 10px;
    padding: 8px 10px;
    line-height: 1.5em;
    }
    
/* =FooterNav
=============================================================================*/

#footer_nav {
  text-align: center;
  padding: 3px 0 5px 0;
  border-top: 1px solid #595959;
  clear: left;
  font-size: 10px;
  margin: 0 10px;
    }
#footer_nav a:link,
#footer_nav a:visited {
  color: #595959;
  text-decoration: none;
  }
#footer_nav a:hover,
#footer_nav a:active {
  color: black;
  }

/* =Footer realtor names
====================================Code by sundeep.=========================================*/

#footer_realtor {
  text-align: center;
  padding: 3px 0 5px 0;
  border-top: 1px solid #595959;
  clear: left;
  font-size: 12px;
  margin: 0 10px;
    }
#footer_realtor a:link,
#footer_realtor a:visited {
  color: #000000;
  text-decoration: none;
  font-weight:bold;
  }
#footer_realtor a:hover,
#footer_realtor a:active {
  color: #ffffff;
  font-weight:bold;
  } 

  
/* =Misc
=============================================================================*/

img.picture {
  background: #C9AF8F;
  border: 1px solid #C6AC8C;
  padding: 5px;
  }
a:hover img.picture {
  border: 1px solid #B39B7E;
  background: #B59E81;
  }
  
 p {color:#D3BEA3;}