body, html {
    font-family: sans-serif;
    margin: 0px;
    height: 100%;
    overflow: auto;
}

#top {
    font-size: small;
    padding: 5px 8px 5px 8px;
    margin: 0px;
    border-bottom: 1px solid #d5ddf3;
}

#header {
    margin: 0px 0px 10px 0px;
    padding: 6px 8px 0px 8px;
    float: left;
}

#header h1 {
    margin: 0px;
    padding: 0px;
    font-size: x-large;
    display: inline;
}

#header h2 {
    margin: 0px;
    padding: 0px;
    font-size: x-small;
    display: inline;
}

#header small {
    font-size: xx-small;
}

#subtitle h2 {
	position: absolute;
    top: 63px;
    left: 230px;
    right: auto;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}

#searchbar {
    position: absolute;
    top: 62px;
    left: 235px;
    right: auto;
    z-index: 1000;
}

#searchbar input {
    padding: 2px;
    margin: 0px;	
}

#searchbar .searchbox  {
	width: 220px;
	height: 16px;
    font-size: 14px;
}

#searchbar .submitbox {
    width: 80px;
    height: 24px;
    font-size: 14px;
}

#google_adv {
	border: none;
	margin: 2px 2px 0px 0px;
    width: 234px;
    height: 60px;
    float: right;
}

#map {
    position: absolute;
    width: 80%;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
}

#statusbar_panel {
    background-color: #ffdf7f;
    border-top: 1px solid black;
    font-size: x-small;
    font-weight: bold;
    position: absolute;
    width: 20%;
    height: 24px;
    top: 96px;
    left: 0px;
    right: auto;
    z-index: 1000;
}

#statusbar_panel h3 {
    font-size: 8pt;
    font-weight: bold;
    margin: 0px;
    padding: 4px 4px 4px 8px;
}

#statusbar_map {
    background-color: #ffe9a6;
    border-top: 1px solid black;
    font-size: x-small;
    position: absolute;
    width: 80%;
    height: 24px;
    top: 96px;
    left: auto;
    right: 0px;
    z-index: 1000;
}

.statusbar_txt {
    padding: 4px 8px 0px 8px;
}

#panel {
    font-size: small;
    position: absolute;
    width: 20%;
    top: auto;
    left: 0px;
    bottom: 0px;
    right: auto;
    z-index: 900;
    overflow: auto;
}

#panel .toolbox {
    padding: 4px 8px 0px 8px;
}

#panel .banner {
    width: 180px; 
    margin: 10px auto 0px auto;
    border: 0px;
}

#footer {
    text-align: right;
    font-size: xx-small;
    position: absolute;
    width: 20%;
    top: auto;
    left: 0px;
    bottom: 0px;
    right: auto;
    z-index: 1000;
}

#footer .txt {
    padding: 3px;
}

.tooltip {
    border-bottom: 1px dotted black;
    cursor: help;   
}

#content {
    border-left: 8px solid #ffe9a6;
    font-size: small;
    width: 600px;
    padding: 0px 0px 16px 8px;
    line-height: 1.5;
    clear: both;
}

#content h3 {
    font-weight: bold;
    font-size: large;
    margin: 0px 0px 8px 0px;
}

#content h4 {
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

#content .backlink {
    font-weight: bold;
}

#DirectMapLink {
    width: 90%;
}

#ViewMode {
    width: 90%;
}

.default_view {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}

div.marker_bubble_wrapper {
    border-bottom: 1px solid #ddd;
    margin: 0px 0px 3px 0px;
}

table.marker_bubble {
    margin: 0px;
    padding: 0px;
    border: none;
}

.marker_icon {
    text-align: left;
    margin: 0px 5px 0px 0px;
}

.marker_bands {
    font-size: x-small;
}

.marker_location {
    font-size: x-small;
}

.marker_gpsinfo {
    font-size: x-small;
    font-style: italic;
}


#search_bubble small {
    font-size: x-small;
}

#search_bubble .gpsinfo {
    border-top: 1px solid #ddd;
    padding: 2px 0px 0px 0px;
    font-size: x-small;
    font-style: italic;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.cr {
    clear: both;
}
.b{
	font-weight:bold;
}