html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#map {
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#jumpto {
	z-index: 1;
	position: absolute;
	left: 51px;
	top: 10px;
	width: 230px;
	height: 77px;
	background: #ffffff;
	padding: 4px 5px 4px 5px;
}

#jumpto span.select {
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#jumpto span.menu {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#jumpto a.inactive, #jumpto a.inactive:link, #jumpto a.inactive:active, #jumpto a.inactive:visited {
	color: #000000;
	text-decoration: none;
}

#jumpto a.inactive:hover, #jumpto a.active, #jumpto a.active:link, #jumpto a.active:active, #jumpto a.active:visited, #jumpto a.active:hover {
	color: #000000;
	text-decoration: underline;
}

#nav {
	z-index: 4;
	position: absolute;
	left: 291px;
	top: 10px;
	width: 560px;
	height: 75px;
	background: #ffffff;
	padding: 5px 0px 5px 5px;
	display: none;
}

#menu {
	float: left;
	width: 480px;
	overflow: hidden;
}

#menu table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#menu td {
	border: 0;
	border-collapse: collapse;
	padding: 0 5px 0 0;
}

#scroll {
	float: left;
	width: 80px;
	height: 75px;
}

#scroll table {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

#scroll td.more {
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

#scroll td.back {
	text-align: left;
	vertical-align: bottom;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

#scroll a, #scroll a:link, #scroll a:visited, #scroll a:active {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

#scroll a:hover {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
}

#nav img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

#disable {
	z-index: 3;
	position: absolute;
	background: #000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}

#info {
	z-index: 4;
	position: absolute;
	left: 51px;
	top: 99px;
	width: 795px;
	height: 500px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url('images/concrete.png');
	background-position: 380px 25px;
	background-repeat: no-repeat;
	display: none;
}

#info table {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

#photo {
	width: 500px;
	padding: 0;
	vertical-align: top;
}

#desc {
	width: 295px;
	padding-top: 35px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#desc_clipper {
	position: relative;
	width: 295px;
	height: 461px;
	overflow: auto;
}

#title {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	line-height: 19px;
	margin: 0;
}

#content p {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 18px;
}

#footer {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 268px;
	height: auto;
	padding-top: 12px;
	background-image: url('images/hr.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#close {
	position: absolute;
	top: 2px;
	left: 725px;
}

#close a, #close a:link, #close a:visited, #close a:active {
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

#close a:hover {
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
}

#copyright {
	z-index: 1;
	position: absolute;
	left: 72px;
	bottom: 11px;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

#loading {
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#loading div.disable {
	z-index: 5;
	position: absolute;
	background: #000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#loading div.image {
	z-index: 6;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 13px;
	margin-left: -27px;
	margin-top: -6px;
	display: block;
}

span.bold {
	font-weight: bold;
}