@charset "utf-8";
/*************
* LOCATIONS *
*************/	
#map{
	float:left;
	margin:14px 0px 14px 10px;
}

#locations{
	float:left;
	margin:10px 0 0 10px;
}
#locations h3 {
	font-size: 18px;
	color: #72001a;
	padding: 0px 0px 10px 10px;
	}
#locations ul{
	list-style-type:none;
	width:244px;
}
#locations li{
	padding:3px;
	margin:5px;
	border:1px dashed #666666;
	font-size:11px;
}
#locations li.address {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}
#locations li b{
	margin-left:26px;
	font-size:12px;
	font-weight:bold;	
}
#locations li img.peg{
	width:22px;
	padding:0 4px 0 0;
	border:0;
	float:left;
}
#locations li img.button{
	width: 220px;
	}

