﻿/**********[ map mode style sheet ]**********/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background: #fff;
	font: 80% "Lucida Grande", Sans-Serif;
}

p, li, label
{
	color: #4e4e4e;
	font-size: 0.9em;
}

p, label
{
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

h1, h2
{
	color: #4e4e4e;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

h1.home
{
	font-family: Georgia, Serif;
	font-size: 1.7em;
	color: #68b6db;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
}

h3
{
	color: #7f7f7f;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

b
{
	color: #4e4e4e;
	font-weight: bold;
}

a
{
	outline: none; 
	text-decoration: none; 
	color:#68b6db; 
	background: transparent; 
	padding: 1px 3px; 
	margin: 0px -3px;
}

a:hover
{
	color:#fff; 
	background: #68b6db; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	padding: 1px 3px; 
	margin: 0px -3px;
}

#wrapper
{
	width: 100%;
}

#maptoolbar
{
	width: 421px;
	position: absolute;
	padding: 0;
	top: 5px;
	left: 80px;
	z-index: 128;
}

#map
{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
    z-index: 0;
}

.searchchoices
{
	padding: 0 0 0 10px;
	float: left;
	width: 421px;
}

.searchchoices a
{
	font-weight: bold;
	background-color: Transparent;
}

.searchchoices a:hover
{
	background-color: Transparent;
	color: #68b6db;
	text-decoration: underline;
}

.tabin
{
	background: #ffffff none repeat scroll 0 0;
	border-color: #ececec #ececec #ffffff;
	border-style: solid;
	border-width: 1px;
	float: left;
	padding: 5px 8px;
	margin: 1px 10px 0 0;
	color: #f00;
}

.tabout
{
	background: #ececec none repeat scroll 0 0;
	float: left;
	padding: 5px 8px;
	margin: 3px 10px 0 0;
}

.searchpanel
{
	
	background-color: #ffffff;
	min-height: 67px;
	clear: both;
	width: 421px;
	margin-bottom: 20px;
	float: left;
	border-bottom: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-left: solid 1px #ececec;
}

.searchpanel img
{
	border: 0;
	background-color: Transparent;
	margin: 10px 0 0 10px;
}

.searchpanel a, .searchpanel a:hover
{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: Transparent;
}

.previewimg
{
	float: left;
	margin: 5px 5px 5px 0;
}