* {
  padding: 0;
  margin: 0;
} 

body { 
  font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;  
  background-color: #000;
  font-size:14px;
}


a {
  text-decoration: none;
  color: #3B85CA;
}
a:hover { color: #000; }

#wrap 
{
  margin: 20px auto;
  width: 500px;
  padding: 10px;
  background-color: #fff;
}


#header 
{
  height : 90px;
  background-color : #000;
  background: url(template67/back.png);
}
#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #FFF; }
#header h1 a { font-size: 25px; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 19px; color: #FFE51E; }

#menu {
  text-align: center;
  margin-top: 10px;
  font-size : 18px;
  font-weight: 600;
  border: 1px solid #ccc; 
  background: #eee;
}

#menu a {
  color : #3B85CA;
  text-decoration : none;
  padding: 10px;
}
#menu a:hover {
  color : #000;
}


#content { 
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
}
#content h2 { font-size: 15px; color : #444; }





#footer { 
  margin-top: 25px; 
  clear: both;
  text-align: center; 
  color: #777; 
}


.homeresults {
  border-bottom:1px solid #555555  ;
  margin-bottom:5px;
  clear: both;
  height:160px;
}

.homeresultspage {
  border-bottom:1px dotted  #555555  ;
  margin-bottom:5px;
  clear: both;

}

.housedetailstext {
clear: both;
  height:200px;
             margin:2px;
             padding:5px;
             padding-right:20px;
  overflow:hidden;
}
.housedetailstext:focus, .housedetailstext:hover {
  overflow: auto;
   padding-right:0px;
}


   .homeresults h2,   .homeresultspage h2 {
     font-size:14px;

   }

.homeresults img, .homeresultspage img{
border-right:1px solid #aaa;
border-top:1px solid #aaa;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
padding:5px;
float:right;
width:169px;
height:120px;
}




#results #paging {
  display: block;
}
#results #paging a {
     padding:4px;
     margin:2px;
}
#results #paging a:hover {
background:    #000000;
color:white; text-decoration: none; }

.homedetails {

  margin-bottom:5px;
  clear: both;


}

.homedetails img{
border-right:1px solid #aaa;
border-top:1px solid #aaa;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
padding:5px;
display:block;
clear:both;
width:229px;
height:180px;

}


#details #paging {
  display: none;
}

.newsItem {
  margin-bottom:8px; padding-bottom:5px; border-bottom:1px dotted #aaa; 
}
.sponsLinks {
            margin:6px;
            padding:2px;
            border:1px solid #FFCC00;
            background: #FFFFCC;
            color:#333333;
}
.sponsLinks a {
  color:#2BA1C0;
  text-decoration:none;
}

.sponsLinks a:hover {
  background:#2BA1C0;
  color:white;
  text-decoration:none;
}

.introtitle {text-transform:capitalize; }