#mapcont 
{
	color: black !important;
	width:830px;
	height:320px;
	overflow:hidden;
	line-height: normal;
	padding: 0;
	font-size: 9pt;
	margin:15px auto 0 auto;
	border:solid 5px #757575;
}

html.pageClearNight #mapcont,
html.pageCloudyNight #mapcont,
html.pageLightRainyNight #mapcont,
html.pageHeavyRainyNight #mapcont
{
	border:none;
	border:solid 5px #757575;
}

html.pageCloudyDay #mapcont,
html.pageLightRainyDay #mapcont,
html.pageHeavyRainyDay #mapcont 
{
	border:none;
	border:solid 5px #d3dde4;
}

html.pageClearDay #mapcont,
html.pageSunnyDay #mapcont
{
	border:none;
	border:solid 5px #d3e4f2;
}

html.pageSnowDay #mapcont
{
	border:none;
	border:solid 5px #edf3f4;
}

html.pageThunderDay #mapcont 
{
	border:none;
	border:solid 5px #b3a2b3;
}

html.pageValentine #mapcont 
{
	border:none;
	border:solid 5px #9c4949;
}

html.pageMothers #mapcont 
{
	border:none;
	border:solid 5px #dcb6bf;
}

html.pageEaster #mapcont 
{
	border:none;
	border:solid 5px #a6c17d;
}

div.AdvancedMap
{
    margin: 30px;
}
div.AdvancedMap div#mapcont
{
    margin-top: 20px;
    width: 480px;
	height: 367px;
}
div.AdvancedMap select, div.AdvancedMap input
{
    margin-right: 8px;
    font-size: .9em;
}
div.AdvancedMap div#mapcont ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.AdvancedMap div#mapcont ul li strong
{
    font-size: 1.3em;
    line-height: 2em;
}
div.AdvancedMap div#sidebar 
{
    display: none;
}
form.bodySize-Large div#mapcont
, form.bodySize-Large div.AdvancedMap div#mapcont
{
	width: 668px;
}
form.body-Large div#mapcont
, form.body-Large div.AdvancedMap div#mapcont
, form.body-Largest div#mapcont
, form.body-Largest div.AdvancedMap div#mapcont
{

	font-size: 10pt;
	line-height: 10pt;
}




#mapcont div.popup 
{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .8em;
	white-space: nowrap;
	color: #666666 !important;
    background-color: #FFF;
    z-index: 95 !important;
    border: 0;
    visibility: visible;
    margin-top: 0;
	width:220px;
}

#mapcont div.popup form
{
	background-color:#ffffff;
}

#mapcont .popup_header
{
	font-family: verdana, sans-serif;
	white-space: nowrap;
	color: black !important;
	font-weight: bold;
}

#mapcont input 
{
	font-family: arial, sans-serif;
	font-size: 1em;
}
#mapcont div.popup a
{

	font-weight: bold;
	color:#2a3643;
	text-decoration:underline;
}

#mapcont div.popup  a:hover
{
	text-decoration:underline;
}

#maplinks {
	margin: 0px;
}
#maplinks li {
	display: block;
	font-size: 1em;
	float: left;
	margin:  10px;
	padding-left: 10px;
}

#sidebar 
{
	padding-left: 15px;
	padding-bottom: 10px;
	display:none;
}


#sidebar div 
{
 margin-bottom: 10px;  
 padding-left: 27px; 
 color: #000;
}
#sidebar div a.Office 
{
    font-weight: bold;
	background-image: url(../_images/crumb_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: -10px;
}
#sidebar div a.Office:hover 
{
    text-decoration: underline;

}
#maphelp
{
	display: none;
}

.MapTitle 
{
        margin: 20px 30px 10px 20px;
    padding: 0 0 3px 0;
    
}