@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #2f4107;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
table.tenant_table {
	border: none;
}
table.tenant_table td {
	border: none;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}
table.tenant_table tr.d0 td {
	background-color: #e9eff4;
}
table.tenant_table tr.d1 td {
	background-color: #0061a0;
}

#container {
	width: 880px;
	margin: auto;
	padding: 0;
	}

#header {
	width: 880px;
	height: 100px;
	text-align: center;
	}

#footer {
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 40px;
	background: url(images/footer.gif) no-repeat;
	text-align: right;
	padding-top: 26px;
	margin: 0;
	}

#home {
	width: 836px;
	background: url(images/content_top.jpg) #ffffff no-repeat;
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 1px;
	margin: 0;
	}
#tenant_page {
	width: 836px;
	background: url(images/content_top.jpg) #ffffff no-repeat;
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 1px;
	margin: 0;
	}

.photo {
	padding-top: 14px;
	float: right;
	}

#home p {
	width: 390px;
	line-height: 20px;
	}

#tenant_page p {
	width: 836px;
	line-height: 20px;
	}

#home a:link {
	color: #0065a6;
	text-decoration: underline;
}

#home a:active {
	color: #0065a6;
	text-decoration: underline;
}

#home a:visited {
	color: #0065a6;
	text-decoration: underline;
}

#home a:hover {
	color: #910c0c;
	text-decoration: underline;
}

#nav {
	position: relative;
	width: 880px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#nav ul {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}

#nav li {
	float: left;
	text-indent:-9999px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#nav img {
	border: 0;
	margin: 0;
	}

#nav li.project a {
	display: block;
	border: 0;
	margin: 0;
	width: 103px;
	height: 31px;
	background: url("images/nav_project.gif") 0 0 no-repeat;
	}

#nav li.project a:hover {
	background-position: -103px 0;
	}

#nav li.location a {
	display: block;
	border: 0;
	margin: 0;
	width: 106px;
	height: 31px;
	background: url("images/nav_location.gif") 0 0 no-repeat;
	}

#nav li.location a:hover {
	background-position: -106px 0;
	}

#nav li.masterplan a {
	display: block;
	border: 0;
	margin: 0;
	width: 139px;
	height: 31px;
	background: url("images/nav_masterplan.gif") 0 0 no-repeat;
	}

#nav li.masterplan a:hover {
	background-position: -139px 0;
	}

#nav li.demographic a {
	display: block;
	border: 0;
	margin: 0;
	width: 140px;
	height: 31px;
	background: url("images/nav_demographic.gif") 0 0 no-repeat;
	}

#nav li.demographic a:hover {
	background-position: -140px 0;
	}

#nav li.tenants a {
	display: block;
	border: 0;
	margin: 0;
	width: 106px;
	height: 31px;
	background: url("images/nav_tenants.gif") 0 0 no-repeat;
	}

#nav li.tenants a:hover {
	background-position: -106px 0;
	}

#nav li.devteam a {
	display: block;
	border: 0;
	margin: 0;
	width: 183px;
	height: 31px;
	background: url("images/nav_devteam.gif") 0 0 no-repeat;
	}

#nav li.devteam a:hover {
	background-position: -183px 0;
	}

#nav li.contact a {
	display: block;
	border: 0;
	margin: 0;
	width: 103px;
	height: 31px;
	background: url("images/nav_contact.gif") 0 0 no-repeat;
	}

#nav li.contact a:hover {
	background-position: -103px 0;
	}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.presentation_btn {
	width: 412px;
	float: right;
	margin-top: 10px;
}

.presentation_btn ul {
	white-space: nowrap;
	padding: 0px;
	margin: 0;
	width: 412px;
	}

.presentation_btn li {
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

.presentation_btn img {
	border: 0;
	margin: 0;
	}

.presentation_btn li.button a {
	display: block;
	text-indent:-9999px;
	border: 0;
	margin: 0;
	width: 412px;
	height: 71px;
	background: url('images/btn_presentation.gif') 0 0 no-repeat;
	}

.presentation_btn li.button a:hover {
		background-position: -412px 0;
		}