body{
	margin: 0px;
	padding: 0px;
	font: italic normal normal 14px/16px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	overflow: hidden;
}
.clear{
	clear: both;
}

#map_canvas{
	width: 100%;
	height: 100%;
}

#logo{
	position:absolute;
	bottom: 0px;
	left: 70px;
	color: #fff;
	font: italic normal normal 15px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	padding: 6px;
	background-color: #284c7e;
	font-weight: bold;
	border-top: 1px solid #05316d;
	border-right: 1px solid #05316d;
	border-left: 1px solid #05316d;
	width: 160px;
	cursor: pointer;
	white-space: nowrap;
}

#logo span{
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}

#logo a{
	color: #333;
	font-size: 10px;
	text-shadow: #666666 5px 5px 5px;
}

#aboutUs{
	position:absolute;
	bottom: 5px;
	left: 265px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

#proptrackr{
	margin-top: 2px;
	color: #ccc;
	font: italic normal normal 10px/11px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
}

#proptrackr a{
	color: #ddd;
}

.largeOverlay{
	position: absolute;
	top:0px;
	left:0px;
	display: table;
	width: 100%; 
	height: 100%;
	background: rgb(0, 0, 0); 
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	display: none;
}

.largeOverlay .cell {
    display: table-cell;
    vertical-align: middle;
    /* For IE6/7 */
    position: relative;
    top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
  }

.largeOverlay .content {
    /* center horizontally */
    margin: 0 auto;
  }

#overlayStreetView{
	z-index: 1001;
}
