﻿*{
	margin: 0;
	padding: 0;
	font-family:arial,sans-serif;
	font-weight: normal;
	font-size:10pt; 
}
html
{
	overflow: hidden;
}
body{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
small,li{ 
	font-family:arial,sans-serif; 
	font-size:8pt 
}

#contents{
	background: url(cleardot.gif) repeat-y;
	left: 0px;
	top: 0px;
	margin-top:40px;
	width: 100%;
}
#top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	line-height : 40px;
	background-color: #3261bb;
	color: #FFFFFF;
}

#title {
	text-align: left;
	float: left;
	font-weight: bold;
	font-size:12pt; 

}

#internallinks {
	text-align: right;
}

#left{
	background-color: #eeeeee;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 200px;
	bottom: 25px;
	height:expression(document.body.clientHeight - 65);
	overflow: auto;
}
#bottom{
	background-color: #3261bb;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 25px;
	line-height : 25px;
}
#externallinks {
	text-align: left;
	float: left;
}

#copyright {
	text-align: right;
}

#map{
	background-color: #dddddd;
	position: absolute;
	left: 200px;
	top: 40px;
	bottom: 25px;
	right:0px;
	margin-left:0px;
	margin-right:0px;
	width:expression(document.body.clientWidth - 200);
	height:expression(document.body.clientHeight - 65);
}


div.blink a:link {
	color: #FFFFFF;
}
div.blink a:visited {
	color: #DDDDDD;
}
div.blink a:hover {
	color: #CCCCCC;
}
div.blink a:active {
	color: #BBDDBB;
}

div.wlink a:link {
	color: #222222;
	text-decoration:none;
}
div.wlink a:visited {
	color: #333333;
	text-decoration:none;
}
div.wlink a:hover {
	color: #444444;
	text-decoration:none;
}
div.wlink a:active {
	color: #555555;
	text-decoration:none;
}

#streetview
{
	width: 210px; 
	height: 210px; 
	bottom: 20px; 
	right: 5px; 
	position:absolute;
}

#speedmeter
{
	width: 100px; 
	height: 100px; 
	top: 65px; 
	right: 5px; 
	position:absolute;
}

#miniinfo
{
	width: 100px; 
	height: 50px; 
	top: 175px; 
	right: 5px; 
	position:absolute; 
	padding:5px;
	background:#C3C9FF;
	border-color:#40A392;
	border-width:0 0 3px 0;
	border-style:solid;
}
.mappop
{
	-moz-border-radius: 7%; 
	background:gray;
	position:absolute;
	display:none;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px; 
	width:250px; 
	height:250px;	
}
