h1, h2, h3 {
	color: #0a3b63;
	}

#GoogleSearch{
	border: 0px solid #CCC;
	width: 800px;
	text-align: right;
	margin-top: -20px;

	display: none;
	}
	

/* Information for all properties*/
#Properties{
	border: 1px solid #DDD;
	font-family: Helvetica;
	}
	
	#Properties td{
		width: 33%;
		font-size: 9pt;
		line-height: 13pt;
		vertical-align: top;
		background: #EEE;
		border: 1px solid #AAA;
		}
		
	#Properties td:hover{
		background: #fffdb3;
		border: 1px solid #CCC;
		}
		
	#Properties img{
		border: 1px solid #666;
		margin-bottom: 5px;
		}
		
	#Properties a{
		font-size: 11pt;
		font-weight: bold;
		}
		
		
/* Information for each property*/
#Property{
	border: 1px solid #DDD;
	font-family: Helvetica;
	margin-top: 10px;
	}
	
	#Property td{
	width: 25%;
	font-size: 9pt;
	line-height: 13pt;
	vertical-align: top;
	}
	


#Homes{
	border: 1px solid #666;
	font-family: Helvetica;
	}
	
	#Homes td{
	width: 25%;
	font-size: 9pt;
	line-height: 13pt;
	vertical-align: top;
	background: #EEE;
	border: 1px solid #AAA;
	}
	
	#Homes td:hover{
		background: #fffdb3;
		border: 1px solid #CCC;
		}
		
	#Homes img{
		border: 1px solid #666;
		}
	
	#Homes p{
		font-size: 11pt;
		font-weight: bold;
		display: inline;
		}
		
		
.contentSM{  font-size: 10pt; font-weight: bold;}
