
/* ---------- 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-image: url(/imgD/bkg_content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	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/bkg_onpurpledivider.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.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: 0;
	text-align: center;
}

/* --- 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: #D8EDBF;
	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: 0 0 0 30px;
	background-image: url(/imgD/flag_allen.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.directory #content .column.first h2 {
	background-image: url(/imgD/flag_fairview.gif);
}
.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;
}
