/* CSS Document */
html {
	background:url(images/htmlbg.jpg) repeat;
}
body {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
line-height: 18px;
	color:#49433A;
}
a, a:visited {
color: #4d2504;
text-decoration: none;
}
a:hover {
color: #4d2504;
text-decoration: underline;
}
#wrap {
	width:95%;
	background:#b5a486;
	margin: 0px auto 0 auto;
	padding:10px;
}
#content {
	width: 100%;
	background:#f5f1e3;
	border: 1px solid #74441C;
	margin:auto;
}
#header {
	height: 88px;
	text-align: center;
	margin: 0 auto;
	background:url(images/header.png) no-repeat center;
}
#main-wrapper {

	width: 100%;
}
#main {

	border-right: 1px solid #bdaf89;
}
#sidebar {
	float: left;
	margin-left: -195px;
}
#bottom {
	clear:left;
}
#footer {
	margin: 10px auto;
	font: 13px;
	text-align: center;
}
#text {
	border-top: 1px solid #999;
	padding: 10px 10px;
}
#timeline {
	height: 180px;
	font-size: 12px;
	background: #CCCCCC;
	border-bottom: 1px solid #999;
}
#map {
	height: 410px;
	border: 0px solid #fff;
}
#map-container {

}
.search {
	padding: 10px 10px 18px 10px;
	width: 100%;
	margin-bottom: 10px;
	background: #e4dbc1;
	font: bold 13px arial;
}
/* Legend */
/*.legend {
	border: 0px;
	padding: 5px 10px 10px 15px;
}
.legend td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.legend tr {
	border: 0px;
}
.icon {
	width: 20px;
}
td.legend-text {
	width: 120px;
	font: 13px arial;
}*/

    div#legend {
        position: absolute;
        top: 543px;
        left: 38px;
        width: 130px;
        font-size: 12px;
        background: #fff;
        border: 1px solid #CCCCCC;
        padding: 5px;
    }
    .legendbox {
        height: 12px;
        width: 12px;
        float: left;
        margin-top: 2px;
    }
    .legendlabel {
        margin-left: 15px;
    }
    .legenditem {
        clear: both;
        margin-top: 6px;
    }




.panel {
	position: absolute;
	top: 0px;
	right: 0;
	display: none;
	background: #f6f4eb;
	border-top:1px solid #b5a486;
	border-bottom:1px solid #b5a486;
	border-left:1px solid #b5a486;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 330px;
	height: auto;
	padding: 20px 20px 30px 30px;
	filter: alpha(opacity=95);
	opacity: .95;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #333;
}
.panel a, .panel a:visited {
	margin: 0;
	padding: 0;
	color: #9FC54E;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}
.panel a:hover, .panel a:visited:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
a.trigger {
	position: absolute;
	text-decoration: none;
	top: 0px;
	right: 0;
	font-size: 16px;
	letter-spacing:0px;
	color:#62583f;
	padding: 10px 40px 10px 15px;
	font-weight: 500;
	background:#f6f4eb url(images/plus.png) 85% 55% no-repeat;
	border-top:1px solid #b5a486;
	border-bottom:1px solid #b5a486;
	border-left:1px solid #b5a486;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
a.trigger:hover {
	position: absolute;
	text-decoration: none;
	top: 0px;
	right: 0;
	font-size: 16px;
	letter-spacing:0px;
	color:#62583f;
	padding: 10px 40px 10px 20px;
	font-weight: 500;
	background:#f6f4eb url(images/plus.png) 85% 55% no-repeat;
	border-top:1px solid #b5a486;
	border-bottom:1px solid #b5a486;
	border-left:1px solid #b5a486;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
a.active.trigger {
	background:#f6f4eb url(images/minus.png) 85% 55% no-repeat;
}
.columns {
	clear: both;
	width: 330px;
	padding: 0 0 20px 0;
	line-height: 22px;
}
.colleft {
	float: left;
	width: 130px;
	line-height: 22px;
}
.colright {
	float: right;
	width: 130px;
	line-height: 22px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
