@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
#root {
	height: 425px;
	background: url(../images/bg.jpg) repeat-x;
}
#navMain {
	float: left;
	padding: 20px 0 0 0;
}
#content {
	background: url(../images/contentBg.gif) repeat-x #FFF;
}
#contentSub {
	background: url(../images/contentBgD.gif) no-repeat 0 100%;
	min-height: 0;
	height: auto;
}
#contentLeft {
	float: left;
	width: 363px;
	height: 100%;
	background: url(../images/indexContentBgB.gif) no-repeat 0 44px;
	text-align: center;
	line-height: 20px;
}
#contentRight {
	float: left;
	width: 496px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	background: url(../images/indexContentBg.gif) no-repeat 100% 100% #e9d79b;
}
#contentRight .content {
	padding: 5px 15px 20px 37px;
}
#contentIndex {
	width: 339px;
}
.nav {
	float: left;
	height: 44px;
}
#btn_floor_plans {
	background: url(../images/btnFloor.gif);
	width: 187px;
}
#btn_lease {
	background: url(../images/btnLease.gif);
	width: 176px;
}
#btn_floor_plans:hover, #btn_floor_plans:active, #btn_floor_plans_ro {
	background: url(../images/btnFloor.gif) 0 100%;
	width: 187px;
}
#btn_lease:hover, #btn_lease:active, #btn_lease_ro {
	background: url(../images/btnLease.gif) 0 100%;
	width: 176px;
}
hr {
	width: 200px;
}
@media print {
#contentRight img {
	display: none;
}
}