﻿@charset "UTF-8";
.map
{
	position: relative;
	top: 0px;
	left: -2px;
	width: 480px;
	height: 325px;
	margin: 0px;
	border: 1px solid #aaaaaa;
}


div#infoHtmlBar div.infoHtml
{
	width: 480px;
	padding-right: 0px;
	border: 0px;
}

div#mapInfo div.infoHtml
{
	width: 482px;
	padding-right: 0px;
	border: 0px;
}

.infoHtml
{
	width: 300px;
	border: 0px;
	padding-top: 10px;
}

div#infoHtml p.companyName
{
	font-size: 11pt;
	font-weight: bold;
	margin: 2px;
}

div#infoHtml p.address
{
	margin: 2px;
}

div#infoHtml p.phone
{
	margin: 2px;
	
}

div#infoHtml p.description
{
	margin-top: 10px;
	/*margin-bottom: 2px;*/
	clear: both;
}

.infoLinkDiv
{
	width: 100%;
	height:24px;
	border: 0px;
	/*border-top: 1px solid #dddddd;*/
	margin: 10px 0px;
	padding: 20px 0 0 0;
	line-height:24px;
	
}


.mapInfo
{
	/*height: 130px;*/
	border: 0px;
	margin-bottom: 12px;
}

div#mapInfo .description
{
	padding-top: 12px;
	padding-bottom: 12px;
}

div#mapInfo .infoLinkDiv
{
	/*display: none;*/
}


.infoLinkDivText {
	width: auto;
	display: block;
	float:left;
}

.infoLinkDiv .go-btn {
	padding: 0;
	margin: 0 0 0 5px; 
	display:block;
	float: left;
}

.infoLink
{
	/*margin-top: 8px;*/
}

.infoPhoto
{
	float: right;
	border: 1px solid #cccccc;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.fromAddress
{
	font-size: 9pt;
	border: 1px solid #999999;
	height:10px;
	padding: 6px 0;
	margin: 0 0 0 5px;
	width: 114px;
	float:left;
}

.mapLinkDiv
{
	margin: 8px;
	margin-left: 16px;
	
}

.mapLinkLine
{
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: 9pt;
}

#map {
	clear: both;
}

div#maplinks
{
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
}

div#maplinks a, div#maplinks a:link, div#maplinks a:hover, div#maplinks a:visited
{
	display: block;
	text-decoration: none;
	color: #0F3F67;
}

div#maplinks a:hover
{
	color: #C1520B
}

.imageOverlayLogo
{
	cursor: pointer;
}

.imageOverlayPhoto
{
	border: 1px solid #dddddd;
	cursor: pointer;
    opacity: .9;
	filter: alpha(opacity=90);
}

.imageOverlayPhotoSize
{
	height: 75px;
	width: 75px;
}

.vectorOverlay
{
    height: 4px;
    width: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #ff0000;
    background-color: #ffffff;
	cursor: pointer;
    opacity: .5;
	filter: alpha(opacity=50);
}

.textOverlay
{
    opacity: .65;
	filter: alpha(opacity=65);
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	cursor: pointer;
	padding: 3px;
	height: 25px;
	width: 75px;
}

