/*============ map1 css ================*/

div.address { // the sidebar address 
	margin-top:10px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
}

div.address a { // the sidebar address 
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin-bottom:5px; 
	color: #333;
	font-size:  1.2em;
	float:left;
	width:200px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:  1.4em;
}

div.address a em {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	border-bottom:  1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size:  1.2em;
	color: #8b5e3d;
	display:block;
	font-weight:bold;
}
