html,body{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:10pt;
}
html *,body *{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:10pt;
}
a{
	color:#008;
	text-decoration:none;
	border-bottom:1pxdotted#008;
}
a:hover{
	border-bottom:1pxsolid#008;
}
#content{
	margin-left:5%;
	margin-right:5%;
}
#footer{
	text-align:center;
}
input#search{
	position:relative;
	float:left;
	padding:3px;
	font-family:Garamond,Serif;
	font-size:20px;
	font-weight:normal;
	color:#162b38;	
	width:350px;
	top:65px;
}

#logo-graphic{
	position:relative;
	float:left;
	background-image:url('../images/logo.gif');
	width:240px;
	height:130px;
	left:0;
	top:15px;
	margin-right: 20px;
}
#go{
	position:relative;
	background-image:url('../images/go.gif');
	width:80px;
	height:60px;
	float:left;
	top:55px;
	cursor:pointer;
}
.separator{
	clear:both;
	height:40px;
}
#container{
	border:0;
}
#map{
	height:620px;
	width:840px;
}
#panel{
	height:620px;
	width:200px;
	overflow:auto;
}
#panel .item{
	display:block;
	position:relative;
	font-size:8pt;
	cursor:pointer;
}
#streetview{
	width:320px;
	height:240px;
}
#ajax-loader{
	position:relative;
	left:50px;
	top:110px;
	width:220px;
	height:19px;
	background-image:url('../images/ajax-loader.gif');
}
