body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.container
{
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 610px;
	top:0px;
	left: 0px;
    position:absolute;
   	overflow: hidden;
}

#loading {
	font-size: 14px;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 940px;
	position: absolute;
	line-height: 18px;
	z-index: 99999999;
	left: 0;
	top: 0;
	color: #999;
}

#blocker {
	position: absolute;
	width: 940px;
	height: 610px;
	background-color: #fff;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	display: none;
}

#map_canvas {
	width: 600px;
	height: 535px;
	position: absolute;
	top: 40px;
	right: 0px;
}

#key {
	position: absolute;
	width: 600px;
	height:35px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
			background-position: 0px 5px;
			background-image:url('../images/key.gif');
}

#side-panel {
	width: 311px;
	height: 570px;
	position: absolute;
	top: 40px;
	left: 0px;
	line-height: 14px;
}

#intro-panel {
	width: 340px;
	height: 570px;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color: #fff;
	line-height: 16px;
	background-repeat: no-repeat;
			background-position: 0px 0px;
			background-image:url('../images/sidebar.gif');
			z-index: 99999998;
}

#intro-text {
	width: 270px;
	height: 570px;
	position: absolute;
	left: 20px;
	top: 460px;
	font-family: Georgia;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}

#side-panel p {
 padding-bottom: 10px;
}

#side-panel h3 {
	font-family: Georgia;
	font-size: 16px;
 	padding-bottom: 10px;
 	line-height: 18px;
}

#street-image {
	position: absolute;
	width: 200px;
	height: 120px;
	background-repeat: no-repeat;
			background-position: 0px 0px;
			background-image:url('../images/sidebar.gif');
			opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#info-text {
	position: absolute;
	width: 300px;
	height: 430px;
	top: 140px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

#owner-select {
	position: absolute;
	right:0px;
}

#info-text strong {
	font-weight: bold;
}

#header {
	position: absolute;
	width: 940px;
	height: 40px;
}


#header h4 {
	position: absolute;
	right: 330px;
	top: 3px;
	font-weight: bold;
}

#info-text a {
	text-decoration: none;
	color: #005689;
}

#info-text a:hover {
	text-decoration: underline;
}

.property-link {
	display: block;
	margin-bottom: 10px;
}

.property-link:last-child {
	margin-bottom: 0px;
}

#back_btn {
	position: absolute;
	cursor: pointer;
	font-family: Georgia;
	color: #233178;
	font-size: 18px;
		background-repeat: no-repeat;
			background-position: 0px 0px;
			background-image:url('../images/chevron.gif');
			padding-left: 17px;
}
