@charset "utf-8";
@import url("base.css");
#header {
	float: left;
	width: 964px;
	background: url(../images/border1.png) repeat-x bottom;
	padding-bottom: 9px;
}
#text_container {
	background: #fffffc url(../images/content_bg_top.jpg) no-repeat left top;
	float: left;
	width: 964px;
	padding-top: 18px;
}
#text {
	float: left;
	width: 964px;
	color: #515151;
	position: relative;
}
#text_bottom {
	background: url(../images/content_bg_bottom.jpg) no-repeat;
	float: left;
	height: 85px;
	width: 964px;
}

div.col_left {
	float: left;
	width: 450px;
	margin-left: 22px !important;
	margin-left: 11px;
	text-align: left;
}
div.col_right {
	width: 450px;
	margin-left: 11px;
	z-index: 9997;
	position: absolute;
	top: -114px;
	right: 22px;
}
.col_left a {
	color: #9c6038;
	text-decoration: none;
}
.col_left a:hover {
	text-decoration: underline;
}

.col_left  p {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 18px;
}
.col_left h1 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-top: 12px;
	line-height: 21px;
}
#overlay {
	background: #454331;
	position: absolute;
	z-index: 9997;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
}
#map_back {
	background: url(../images/map_bg.png);
	height: 544px;
	width: 626px;
	padding: 6px;
	margin-top: 67px;
	left: 50%;
	margin-left: -319px;
	z-index: 9998;
	position: absolute;
	top: 0px;
	display: none;
}
#map {
	width: 626px;
	padding: 6px;
	margin-top: 67px;
	left: 50%;
	margin-left: -319px;
	z-index: 9999;
	position: absolute;
	background: #fffffc;
	top: 50%;
	display: none;
}
#view_enlarged {
	margin-top: 22px;
}
#button_regional, #button_local, #map_image1, #map_image2{
	float: left;
	margin-top: 11px;
	margin-left: 10px !important;
	margin-right: 5px;
}
#button_close {
	float: right;
	margin-top: 11px;
	margin-right: 10px !important;
	margin-right: 5px;
}
