﻿/* Map formatting */
.MapStyle {
	background-color:#99B3CC;
	border:			1px solid #000;
	height:			512px;
	width:			512px;
}

div.LocalPagesBubble
{
    background-image:   url('/Images/Map/Bubble.gif');
    background-repeat:  no-repeat;
    height:             120px;
    overflow:           hidden;
    padding:            5px;
    text-align:			left;
    width:              190px;
}

div.LocalPagesBubble h1 {
	float: left;
	width: 170px;
	color: #9a0000;
	font-size: 90%;
	margin: 10px 10px -3px 10px;
	display: inline;
	padding: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Trebuchet MS", arial, helvetica;
	}
div.LocalPagesBubble h2 {
	float: left;
	font-size: 90%;
	margin: 0 10px 5px 10px;
	display: inline;
	padding: 0px;
	white-space: nowrap;
	font-family: "Trebuchet MS", arial, helvetica;
	}
div.LocalPagesBubble div 
{
	float: left;
	font-size: 75%;
	display: inline;
	margin: 0 10px 10px 10px;
	font-family: "Trebuchet MS", arial, helvetica;
	}
	
div.LocalPagesBubble div.Address 
{
	clear: both;
	width: 175px;
}