* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #e2e2e2;
}

#container {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}

#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-color: #a0b802;
	background-image: url(template73/header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#header h1 {
	color: #ffffff;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	font-size:16px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 98px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	font-variant: small-caps;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	border-bottom: 4px dotted #009ddd;

}

#menu ul li a:hover{
	border-bottom: 4px dotted #85c20c;
}

#content {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}

#content a {
	color: #009ddd;
	text-decoration: underline;
}

#content a:visited {
	color: #85c20c;
	text-decoration: none;
}

#content a:hover {
	color: #85c20c;
	text-decoration: none;
}

#content a:active {
	color: #85c20c;
	text-decoration: none;
}

#content h2 {
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color:  #009ddd;
}

#content h3 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #85c20c;
}

#content p {
	margin: 10px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#content blockquote {
	margin: 5px;
	margin-left: 30px;
}

#content blockquote:before {
	color: #85c20c;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #85c20c;	
	font-weight: bold;
	content: '"';
}	

#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
}


.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; }