
/* ---------- div#main ---------- */
div#mainwrap {
	overflow: hidden;
	width: 940px;
	margin: 0;
	padding: 00;
	background-image: none;
}
div#main {
	overflow: hidden;
	width: 940px;
	margin: 0;
	padding: 0;
	background-image: none;
}



/* ---------- div#content ---------- */
div#content {
	float: right;
	overflow: hidden;
	width: 700px;
	margin: 0;
	padding: 0 0 100px 0;
	background-image: none;
}



/* ----- generic content container on landing page ----- */
div.containerwrap {
	clear: both;
	overflow: hidden;
	width: 700px;
	margin: 0 0 20px 0;
	background-image: url(/imgD/bkg_content_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
}
div.container {
	clear: both;
	overflow: hidden;
	width: 700px;
	background-image: url(/imgD/bkg_content_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.container h1 {
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase;
	background: url(/imgD/image_sprite.png);
	background-repeat: no-repeat;
	background-position: left -694px;
	border: none;
}
.directory #content .container p.downloadlink {
	float: left;
	display: inline;
	margin: -45px 0 0 120px;
	padding: 0 0 0 20px;
	line-height: 45px;
	background-image: url(/imgD/image_sprite.png);
	background-repeat: no-repeat;
	background-position: -346px 3px;
}
.directory #content .container .downloadlink a {
	color: #fff;
	font-weight: bold;
}



/* ---------- TENANTS DIRECTORY ---------- */

/* --- directory listing --- */
.directory #content div#directorymap {
	float: left;
	width: 700px;
	margin: 0;
	padding: 10px;
}

/* --- directory listing --- */
.directory #content div.directorylisting {
	overflow: hidden;
	float: left;
	width: 660px;
	margin: 0;
	padding: 20px 20px 20px 20px;
}
.directory #content div.intro {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background-color: #daeec1;
	border: solid 1px #C5D8AD;
}
.directory #content div.legend {
	width: 660px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	background-image: url(/imgD/header_shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.directory #content .legend .indsale {
	color: #CB3302;
}
.directory #content .legend .indevent {
	color: #452D81;
}
.directory #content .legend .indjob {
	color: #91CD51;
}

.directory #content p.downloadlink {
	float: left;
	display: inline;
	margin: -60px 0 0 100px;
	padding: 0 0 0 20px;
	line-height: 45px;
	background-image: url(/imgD/bkg_onpurpledivider.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.directory #content .downloadlink a {
	color: #fff;
	font-weight: bold;
}
.directory #content div.column {
	float: left;
	width: 290px;
}
.directory #content .column.first {
	margin-right: 80px;
}
.directory #content .column h2 {
	padding: 0px;
}
.directory #content .column.first h2 {
}
.directory #content .column h3 {
	font-size: 18px;
}
.directory #content .column h4 {
	padding: 0 0 5px 10px;
	font-size: 12px;
}
.directory #content .column ul {
	margin: 0;
	padding: 0 0 18px 10px;
	list-style-type: none;
}
.directory #content .column li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
.directory #content .column li a {
	float: left;
}
.directory #content .column li span.indicators {
	float: left;
	padding-left: 10px;
}
.directory #content .column li span.indicators .indsale {
	color: #CB3302;
}
.directory #content .column li span.indicators .indevent {
	color: #452D81;
}
.directory #content .column li span.indicators .indjob {
	color: #91CD51;
}
.directory #content .column li span.notice {
	float: right;
}
#directorymap .colLeft, 
#directorymap .colRight {
	position:relative;
	float:left;
}
#directorymap .colRight {
	margin:0px 0px 0px 10px;
}
#tenantList {
	width:178px;
	height:478px;
	overflow-y: scroll;
	overflow-x: hidden;
	background:#878787;
	color:#fff;
}
.filter {
	width:170px;
	background:#a51b21 url(/imgD/white_arrow_right.png) no-repeat right center;
	padding:6px 0px 6px 8px;
	position:relative;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}
.filter .filterDrop {
	position:absolute;
	right:-150px;
	top:0px;
	width:150px;
	background:#51bac6;
	display:none;
	z-index:500;
}
.filter .filterDrop a {
	display:inline-block;
	width:138px;
	padding:6px 0px 6px 12px;
	color:#fff;
	font-weight:bold;
}
.filter .filterDrop a:hover {
	background:#007482;
	text-decoration:none;
}

#tenantList ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#tenantList ul li{
	text-align:left;
	padding:0px;
	margin:0px;
}
#tenantList ul li a{
	display:inline-block;
	width:170px;
	padding:1px 0px 1px 8px;
	color:#fff;
	text-decoration:none;
}
#tenantList ul li a:hover{
	background:#666;
}

#directorymap .map-viewport {
	position:relative;
	width:492px;
	height:436px;
	background:#eee;
	margin-bottom:10px;
	overflow:hidden;
}
#directorymap .mapControls {
	width:492px;
	height:60px;
	background:#e5e0ea;
	text-align:left;
}
#directorymap .mapControls a:hover {
	text-decoration:none;
}
#directorymap .mapControls .zoomBtns {
	float:left;
	padding-right:15px;
	margin-right:5px;
	border-right:1px solid #9485a3;
}
#directorymap .mapControls a.zoom {
	width:36px;
	height:36px;
	display:inline-block;
	text-indent: -99999px;
	margin:12px 0px 12px 12px;
}
#directorymap .mapControls .zOut, #directorymap .mapControls .zIn {
	background: #9485a3 url(/imgD/map_zoom.png);
	background-repeat: no-repeat;
}
#directorymap .mapControls .zOut {
	background-position: left bottom;
}
#directorymap .mapControls .zIn {
	background-position: left top;
}
#directorymap .mapControls span{
	color:#fff;
	font-weight:bold;
	line-height: 0px;
	letter-spacing: 1px;
	position:relative;
	top:10px;
}
#directorymap .mapControls a.popup{
	display:inline-block;
	padding:10px 18px;
	margin:13px 0px 12px 12px;
	color:#fff;
	background:#9485a3;
}

#mapKeyOverlay, #mapHelpOverlay {
	position:absolute;
	top:20px;
	left:20px;
	width:430px;
	padding:15px;
	background:#fff;
	border:1px solid #666;
	z-index:300;
	display:none;
}
#mapKeyOverlay p {
	float:left;
	width:215px;
}
#mapKeyOverlay img {
	vertical-align: middle;
	margin-right:8px;
}


.level{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.current-level{
	z-index:20;
}
#map{
	width:763px;
	height:536px;
	position:absolute;
	left:-170px;
	top:-70px;
	cursor:hand;
}
#infobox {
	position:absolute;
	width:325px;
	height:125px;
	background:#fff;
	border:1px solid #666;
	padding:10px;
	z-index:150;
	display:none;
}
#infobox p{
	padding:0px;
	text-align:left;
}
#infobox h3 {
	line-height:normal;
	margin-top:20px;
}
#infobox ul {
	list-style:none;
	margin:6px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	width:325px;
}
#infobox li {
	text-align: left;
	padding:0px;
	margin:0px 0px 0px 2px;
	width:158px;
	float:left;
}
#infobox .carrot {
	position:absolute;
	left:151px;
	width:23px;
	height:11px;
}
#infobox .above {
	top:-11px;
	background:url(/imgD/carrot_top.png) no-repeat;
}
#infobox .below {
	bottom:-11px;
	background:url(/imgD/carrot_bottom.png) no-repeat;
}
.closeBtn {
	font-weight:bold;
	color:#666;
	border:1px solid #666;
	padding:2px 6px;
	position:absolute;
	top:-1px;
	right:-1px;
	cursor: pointer;
}
.closeBtn:hover {
	background:#eee;
}
#infobox .single {
	margin:22px;
}
#infobox .single img{
	float:left;
	margin-right:20px;
}