/*  ----------------------------------------------------------- */
/*  These are all standard font styles for the frontend.                                     */
/*  ----------------------------------------------------------- */



/*Class for information windows in the map.*/
.infoWindowTitle{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #476c27;
font-weight: 700;
width: 200px;
}
.infoWindowDesc{
	color:gray; 
	font-size:11px;
	width: 200px;
}

a.infoLink:Link{
	color: black;
}
a.infoLink:Visited{
	color: black;
}
a.infoLink:Hover{
	color: black;
}


/*Search Results*/

#search_results_error_wrapper .search_result_title{ 
width:300px;
margin-bottom:30px;

}  

.search_result_title{ 
font-weight:bold; 
}

.search_result{ 
margin-top:0.2em;
}
 
.search_result_link { 
margin-top:-0.8em;
margin-bottom:1.7em;
} 


