@charset "utf-8";
@import url("reset.css");

html, body {
	height: 100%;
}
body {
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	color: #6D6E71;
	background: #fff url(/css/img/body_bg.png) repeat-x;
	text-align: center;
	z-index: 0;
}
a {
	color: #09c;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #09c;
	text-decoration: underline;
}

#trees {
	height: 478px;
	width: 970px;
	margin-left: -489px;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50%;
	margin-top: -243px;
	border: 1px solid #6D6E71;
	padding: 3px;
	background: #fff url(/css/img/cover.jpg) no-repeat center center;
}
#intro {
	height: 280px;
	width: 600px;
	margin-top: -140px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	overflow: hidden;
}
#intro  h1, #intro p {
	margin-top: 20px;
}
#intro h1 {
	background: url(/css/img/logo2.png) no-repeat center center;
	text-indent: -999em;
	display: block;
	height: 134px;
	width: 600px;
	overflow: hidden;
	float: left;
}
#intro p {
	float: left;
	width: 600px;
}
#tagline {
	text-indent: -999em;
	display: block;
	height: 44px;
	overflow: hidden;
	background: url(/css/img/tagline.png) no-repeat left top;
}

#intro a {
	text-decoration: none;
	color: #6D6E71;
}
#intro a:hover {
	text-decoration: underline;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 98;
	bottom: 4px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}
#footer2 {
	float: left;
	text-align: center;
	width: 978px;
	font: 10px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #7a7a7a;
}

#main {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#head {
	float: left;
	width: 978px;
	position: relative;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
	z-index: 1;
	height: 57px;
	padding-top: 36px;
}
#head h1 {
	background: url(/css/img/logo1.png) no-repeat center center;
	height: 57px;
	width: 978px;
	text-indent: -999em;
	overflow: hidden;
}
#tenant_services {
	width: 280px;
	height: 280px;
	overflow: hidden;
	position: absolute;
	top: -283px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	z-index: 9999;
	right: 0px;
}
#tenant_services fieldset {
	float: left;
	height: 278px;
	width: 278px;
	background: #F9FFE1;
	border: 1px solid #cacaca;
}
#tenant_services h3 {
	text-align: left;
	float: left;
	width: 258px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#tenant_services h2 {
	font-size: 15px;
	background: #DCEBF4;
	padding: 11px 10px 10px;
	float: left;
	width: 258px;
	border: 1px solid #cacaca;
}

#tenant_services ol {
	float: left;
	width: 258px;
	padding-right: 10px;
	padding-left: 10px;
}
#tenant_services ol li {
	float: left;
	width: 258px;
	margin-top: 8px;
}
#tenant_services .leftlabel {
	line-height: 22px;
	float: left;
	width: 70px;
}
#tenantname, #tenantemail, #tenantbuilding, #tenantoffice  {
	float: left;
	border: 1px solid #cacaca;
	width: 184px;
}
input.error, select.error, textarea.error {
	background: #FFFFCC;
}

#tenantcomment {
	float: left;
	width: 254px;
	margin-top: 4px;
	border: 1px solid #cacaca;
	height: 55px;
}
#submit_tenant_request, #cancel_tenant_request {
	float: right;
	margin-left: 10px;
	border-style: none;
	cursor: pointer;
}
#head p {
	height: 26px;
	width: 152px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
#head p a {
	background: url(/css/img/button_tenant_sprite.png) no-repeat 0px -26px;
	display: block;
	height: 26px;
	width: 152px;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
#head p a:hover {
	background: url(/css/img/button_tenant_sprite.png) no-repeat 0px 0px;
}
#scroll {
	float: left;
	width: 978px;
}

#nav {
	background: url(/css/img/nav_bg.png) repeat-x;
	float: left;
	height: 33px;
	width: 978px;
	border-top: 1px solid #fff;
	font-size: 15px;
	line-height: 33px;
}
#nav ul {
	float: left;
	height: 33px;
	width: 938px;
	display: block;
}
#nav ul li {
	height: 33px;
	display: inline;
}
#nav ul li a {
	color: #666;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background: transparent url(none);
	border-right: none;
	border-left: none;
	border-top: 1px solid #cacaca;
	height: 32px !important;
	height: 32px;
	line-height: 31px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
}
#nav ul li a:hover {
	color: #09c;
	text-decoration: underline;
}
#nav ul li a.current, #nav ul li a.current:hover {
	color: #09c;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	background: #fff url(none);
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}
#nav p {
	float: left;
	height: 33px;
	width: 20px;
	overflow: hidden;
}
#prev   {
	background: url(/css/img/nav_arrows_sprite.png) no-repeat 0px 0px;
	text-indent: -999em;
	float: left;
	height: 33px;
	width: 20px;
	cursor: pointer;
}
#prev:hover   {
	background: url(/css/img/nav_arrows_sprite.png) no-repeat 0px -33px;
}
#next	{
	background: url(/css/img/nav_arrows_sprite.png) no-repeat 0px -66px;
	text-indent: -999em;
	float: left;
	height: 33px;
	width: 20px;
	cursor: pointer;
}
#next:hover   {
	background: url(/css/img/nav_arrows_sprite.png) no-repeat 0px -99px;
}

#content {
	float: left;
	height: 474px;
	width: 976px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	position: relative;
}
#scroller {
	height: 474px;
	width: 976px;
}
div.panel {
	width: 976px;
	height: 474px;
	float: left;
	position: relative;
}
.acrobat_link {
	font-size: 13px;
	line-height: 53px;
	background: url(img/acrobat_bg.png) no-repeat;
	height: 53px;
	width: 190px;
	text-align: left;
	text-decoration: none;
	display: none;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -26px;
	margin-left: -95px;
}
.acrobat_link a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-indent: -999em;
	float: left;
	height: 53px;
	width: 190px;
	overflow: hidden;
}
.right540 {
	float: right;
	width: 540px;
	margin-top: 20px;
}
.left356 {
	text-align: left;
	float: left;
	width: 356px;
	margin-top: 10px;
	margin-left: 40px !important;
	margin-left: 20px;
	line-height: 17px;
	font-size: 12px;
}
.left356 p {
	margin-top: 10px;
}
.left356 ul {
	margin-top: 10px;
}
.left356 ul li {
	background: url(img/bullet.png) no-repeat 0px 4px;
	padding-left: 14px;
}
.subnav {
	float: left;
	width: 956px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 27px;
	height: 27px;
}
.subnav ul {
	float: left;
	width: 956px;
	height: 27px;
	background: url(img/1pxborder.png) repeat-x bottom;
}
.subnav ul li {
	height: 27px;
	display: inline;
}

.subnav ul li a {
	color: #666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	height: 27px;
	line-height: 27px;
}
.subnav ul li a:hover {
	color: #09c;
	text-decoration: underline;
}
.subnav ul li a.current, .subnav ul li a.current:hover {
	color: #09c;
	text-decoration: none;
	background: url(img/subnav_arrow.png) no-repeat center bottom;
}
.subpanel {
	float: left;
	width: 976px;
	height: 431px;
	position: relative;
	overflow: hidden;
}
#sub_amenities {
	width: 936px;
}
.subpanel2 {
	float: left;
	width: 428px;
	margin-top: 30px;
	padding-left: 40px;
	text-align: left;
}
.subpanel2  ul, .subpanel2 p {
	margin-top: 10px;
}
.subpanel2 li {
	background: url(img/bullet.png) no-repeat 0px 4px;
	padding-left: 14px;
}

.disclaimer {
	width: 300px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
.disclaimer p {
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 14px;
}

#OneStoryPlan {
	width: 936px;
	padding-left: 20px;
	padding-right: 20px;
}



/* Site Plan Panel */

#site_map {
	float: left;
	height: 338px;
	width: 500px;
	position: relative;
	background: url(img/site_phase_sprite.png) no-repeat 0px 0px;
	overflow: hidden;
}
#map1 {
	background: url(img/site_phase_sprite.png) no-repeat 0px -340px;
	height: 340px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#map2 {
	background: url(img/site_phase_sprite.png) no-repeat 0px -680px;
	height: 340px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#map3 {
	background: url(img/site_phase_sprite.png) no-repeat 0px -1020px;
	height: 340px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#phase_nav {
	float: left;
	width: 500px;
	margin-top: 24px;
	height: 24px;
	padding-left: 10px;
}
#phase_nav li {
	display: inline;
	float: left;
	height: 24px;
	width: 100px;
	padding-right: 12px;
	padding-left: 12px;
}
#phase_nav li a {
	color: #666;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 100px;
	float: left;
	text-align: center;
	font: bold 13px/24px Georgia, "Times New Roman", Times, serif;
}
#phase_nav li a:hover {
	color: #09c;
	text-decoration: underline;
}

#phase_nav  li  a.current, #phase_nav li a.current:hover {
	color: #666;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	width: 98px;
	border: 1px solid #cacaca;
	float: left;
}
.building_r {
	float: right;
	width: 516px;
	height: 431px;
	position: relative;
	margin-top: 58px;
}
#building1_img {
	background: url(img/render_1story.jpg) no-repeat center top;
	height: 255px;
}
#building2_img {
	background: url(img/render_2story.jpg) no-repeat center top;
	height: 255px;
}
.building_l {
	float: right;
	width: 460px;
	margin-top: 10px;
	clear: none;
}
.building_l p.green {
	padding-bottom: 72px;
	background: url(img/green_icons.png) no-repeat center bottom;
	margin-left: 40px;
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 420px;
}

#building2_list p {
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
	float: left;
	width: 420px;
}
#building2_list {
	margin-top: 10px;
}

#building1_list {
	margin-top: 10px;
}

ul.two_up {
	text-align: left;
	font-size: 13px;
	float: right;
	width: 190px;
	margin-left: 40px;
	margin-top: 10px;
}
ul.two_up li {
	background: url(img/bullet.png) no-repeat 0px 4px;
	padding-left: 14px;
}

/* Office Layouts */

.office_img_r {
	float: left;
	width: 312px;
	margin-top: 40px;
	text-align: center;
	font: 15px/normal Arial, Helvetica, sans-serif;
	clear: none;

}
.office_img_r em {
	font-size: 10px;
	font-style: normal;
}

.office_img_1_text  {
	float: left;
	width: 292px;
	margin-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.office_img_2_text  {
	float: left;
	width: 292px;
	margin-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.office_img_3_text  {
	float: left;
	width: 292px;
	margin-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#office_img_1 {
	background: url(img/office_layout1.png) no-repeat 0px 0px;
	height: 173px;
	width: 312px;
	float: left;
	position: relative;
}
#office_img_2 {
	background: url(img/office_layout2.png) no-repeat 0px 0px;
	height: 173px;
	width: 312px;
	float: left;
	position: relative;
}
#office_img_3 {
	background: url(img/office_layout3.png) no-repeat 0px 0px;
	height: 173px;
	width: 312px;
	float: left;
	position: relative;
}
.office_text_l {
	width: 496px;
	margin-top: 30px;
	padding-left: 40px;
	text-align: left;
	clear: none;
	float: left;
}
.office_text_l  ul {
	margin-top: 10px;
}
.office_text_l  p {
	margin-top: 10px;
}
.office_text_l  ul  li {
	background: url(img/bullet.png) no-repeat 0px 4px;
	padding-left: 14px;
}


/* Floor Plans Panel */
.col488 {
	float: left;
	width: 488px;
	position: relative;
}
#floor_plan1 {
	background: url(img/floor_plan_1st_floor.png) no-repeat;
	height: 334px;
}
#floor_plan2 {
	background: url(img/floor_plan_2nd_floor.png) no-repeat;
	height: 334px;
}


/* Location Panel */

#location_img {
	background: url(img/location.png) no-repeat 40px 0px;
	float: left;
	height: 239px;
	width: 600px;
	margin-top: 40px;
	padding-left: 40px;
	position: relative;
}#location_text {
	float: right;
	width: 256px;
	margin-top: 30px;
	padding-right: 40px;
}
#location_text p {
	margin-top: 10px;
	text-align: left;
}
/* Story Panel */
#Story {
	text-align:left;
}
#Story  p {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#Story div {
	float: left;
	width: 488px;
}
/* Pictures Panel */
#Pictures {
	text-align:center;
}
#picturesNavPrev {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 60px;
	position: absolute;
	top: 220px;
	left: 20px;
	text-align: center;
	cursor: pointer;
}
#picturesNavNext {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 60px;
	position: absolute;
	top: 220px;
	text-align: center;
	right: 20px;
	cursor: pointer;
}
#Pictures p {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#Pictures ul {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
	height: 180px;
	overflow: hidden;
}
#Pictures ul li {
	float: left;
	height: 200px;
	width: 810px;
	overflow: hidden;
}
#Pictures ul li div {
	width: 270px;
	float: left;
	height: 200px;
	overflow: hidden;
}
#Pictures ul li div img {
	background: #fff;
	padding: 2px;
	border: 1px solid #C0C0C0;
}
#Pictures ul li div p {
	margin: 10px 10px 0px;
	font-size: 11px;
}




/* Contact Us Panel */

#contact-info {
	text-align: left;
	padding: 12px 20px 20px;
	width: 400px;
	height: 124px;
	background: #fafafa;
	border: 3px double #cacaca;
	margin-top: -81px;
	margin-left: -223px !important;
	margin-left: 132px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
}
#contact-info p {
	line-height: 23px;
}
#award {
	height: 101px;
	width: 102px;
	position: absolute;
	left: 2px;
	top: 10px;
	font-size: 12px;
	z-index: 9997;
	cursor: pointer;
}
#backpanel {
	background: #333333;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9998;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}
#naiopGroup {
	padding: 10px;
	width: 750px;
	background: #FFFFFF;
	height: 520px;
	margin-top: -270px;
	margin-left: -385px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 50%;
}
#naiopGroup img {
	background: url(img/loadingAnimation.gif) no-repeat center center;
	height: 480px;
	width: 750px;
}

#naiopClose {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
	width: 14px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #999999;
	cursor: pointer;
}
#naiopGroup p {
	text-align: left;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
}
