body {
	margin:0;
	background: transparent url(images/bg-stripe.gif) top left repeat-x;
	width:100%;
	height:100%;
	position: relative;
}
.style1 {
	color: #fff;
	font-size: 11px;
	font-family: tahoma;
	line-height:22px;
	text-decoration:none;
	height:22px
}
.style2 {
	color: #000;
	font-size: 11px;
	font-family: tahoma;
	line-height:20px;
	text-decoration:none
}
.style3 {
	color: #000;
	font-size: 11px;
	font-family: tahoma;
	line-height:16px;
	text-decoration:none;
	padding-top:5px;
}
#list a:link, #list a:visited {
	text-decoration:none;
	color:#fff;
	display:block;
	/*border-bottom:1px dashed #f3fc87;*/
	height:24px;
	font-size:10px
}
#list a:hover {
	text-decoration: none;
	color: #f3fc87;
	display:block;
	background:url(images/arrows-3.gif) no-repeat left top;
	/*	background-color: #96c13b;
	/*border-bottom:1px dashed ;	*/
	height:24px;
	padding-left:11px;
	font-size:10px;/*	text-align:center;*/
}
.style2 a:link, .style2 a:visited {
	text-decoration:none;
	color:#000
}
.style2 a:hover {
	text-decoration: underline;
	color: #000
}
ol {
	list-style-position:outside;
	margin-left:-10px;
	padding:0;
	color:#090
}
ul {
	list-style:none outside !important;
	list-style:disc outside;
	margin-left:-15px;
	padding:0;
	color:#090
}
ul li:before {
	content: "\00BB \0020 \00A0 \00A0 \00A0";
	color:#090;
	text-indent:0
}
.building li {
	/*background:url(images/bgr_small.png) top right no-repeat;
*/width:161px;
	height:75px;
	float:left;
	margin-right:1em;
	position:relative;
	display: inline;
}
.building li img {
	border:orange 4px double
}
.building li strong {
	display:block;
	line-height:75px;
	background:url(images/Skyscrapers.gif) center left no-repeat;
	padding-left:4em;
	margin-left:.5em;
	color:orange
}
.indented {
	margin:50px 0 -50px 0
}
.building li:before {
	content:"";
	color:#090;
	text-indent:0
}
/*.building .mapdata {
	display:none;
}

.building a:hover .mapdata {
	display:block;
	position:absolute;
	top:5em;
	left:0;
	z-index:1000;
	border:0;
	cursor:default;
	border:orange 4px double;
}*/

.building {
	cursor: default;
	list-style: none;
}
.building a {
	cursor: default;
}
.building a .mapdata {
	display: none;
}
.building a:hover .mapdata {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.building a.iconA {
	background: url(images/sign_shadow.png) top center no-repeat;
	width:44px;
	height:28px;
	text-indent:4px;
	cursor: pointer
}
.crop {
	float:left;
	position:relative;
	width:300px;
	height:40px;
	border: none;
	margin:0;
}
.crop img {
	margin:0;
	position:absolute;
	top:-2.5em;
	left:-2em;
	clip: rect(37px 300px 74px 2em);
	z-index:157
}

