
 body
	{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	}

 .address
	{	
	display: inline-block;
	width: 452px;
	color: #336600;
	cursor: pointer;
	}

 .address.active
	{
	font-weight: bold;
	}

 .view-map,
 .pdf-map
	{
	display: inline-block;
	margin-left: 10px;
	font-style: italic;
	text-decoration: underline;
	text-align: right;
	color: #333333;
	cursor: pointer;
	}

 .view-map:hover,
 .pdf-map:hover
	{
	color: #707070;
	}

 #gmap
	{
	margin-top: 10px;
 	width: 100%;
	height: 390px;
	}