body {
	color:#285585;
	font-family:Arial;
}

a {
	color:#1978cf;
}
a:hover {
	color:#fff;
}
h2, h3, h4 {
	white-space:nowrap;
	margin:1em 0 0 0;
}
h3 a,
h3 a:hover {
	text-decoration:none;
}
#desc {
	float: left;
	margin-bottom: 1em;
	position: relative;
	white-space:nowrap;
	font-size:1em;
}
#map {
	border-radius:.125em;
	border:2px solid #1978cf;
	margin: 4px 0;
	float:left;
	width:100%;
	height:600px;	
}
ul {
	font-size:.85em;
	margin:0;
	padding:0;
}
li {
	margin:0 0 2px 18px;
}

#copy {
	position:fixed;
	z-index:1000;
	right:150px;
	top:-8px;
	font-size:.85em;
	padding:8px 8px 2px 8px;
	background: #323b44;
	border: 2px solid #737c85;		
	border-radius:.7em;
	opacity: 0.9;
	box-shadow:0 0 8px #5f7182;
	color:#eee
}
#copy a {
	color:#ccc;
	text-decoration:none
}
#copy a:hover {
	color:#fff
}
#ribbon {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	filter: alpha(opacity=80);
	-khtml-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;		
}
.contents {
	float:left;
	margin:0 2em 2em 0;
}
#comments {
	clear:both;
}

path.leaflet-interactive {
    fill: none!important;
    stroke: #ed1b24;
    stroke-width: 2;
}

.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #666;
    border-radius: 2px;
    height: 48px;
    font-size: 13px;
    width: 348px;
    padding: 0 20px 0 12px;
    margin: 4px 0 4px 4px;
}

.leaflet-control-search .search-tip {
    margin: 2px;
    padding: 10px 4px 2px;
    display: block;
    color: black;
    background: #eee;
    border-radius: .25em;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    width: 297px;
    height: 30px;
    vertical-align: center;
}

.leaflet-control-search .search-button {
    margin: 15px 0 15px 10px;
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
    background-color: none;
}

.leaflet-control-search .search-tooltip {
    max-height: 300px;
}

.leaflet-control-search .search-cancel {
    right: 60px;
}