/* Master Stylesheet */

@import "typography.css";

/* Standard Formatting
------------------------- */ 

* 
	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

body 
	{
	height: 100%;
	margin : 0 auto;
	padding : 0;
	font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2C5F80;
	line-height: 18px;
	text-align: left;
	}
	
a:link
	{
	color: #59BC53;
	text-decoration: underline;
	}

a:visited
	{
	color: #59BC53;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #2C942E;
	text-decoration: underline;
	}
	
a:active
	{
	color: #2C942E;
	text-decoration: underline;
	}
	
h1
	{
	font-size: 16px;
	color: #000;
	}
	
h2
	{
	font-size: 14px;
	color: #03405F;
	}	

h3
	{
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	}

hr
	{
	color: #000;
	}
	
td 
	{
	padding: 2px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
	}

strong
	{
	color: #424242;
	}

/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 

#wrapper 
	{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: url(/img/bodybg-xtile.jpg) center top repeat-x;
	}

#header
	{
	width: 1024px;
	height: 146px;
	margin: 0 auto;
	background: url(/img/headerbg.jpg) center top no-repeat;
	}

#header_logo
	{
	width: 221px;
	height: 145px;
	float: left;
	margin: 0 0 0 102px;
	display: inline;
	background: url(/img/logoshadowbg.jpg) top left no-repeat;
	}

#header_text
	{
	width: 619px;
	height: 145px;
	float: left;
	clear: right;
	}

.tagline{
	padding:2px 0 6px 0;
	display:block;
	background:url(../img/slogan.png) no-repeat;
	width:282px;
	height:26px;
}

.tagline span{
	display:none;
}
	
#navigationcontainer
	{
	width: 100%;
	height: 39px;
	margin: 0 auto;
	background: url(/img/navbg-xtile.jpg) repeat-x left top;
	text-align: center;
	overflow: hidden;
	}

#navigation
	{
	width: 832px;
	padding-left: 28px;
	height: 39px;
	margin: 0 auto;
	text-align: center;
	}

#container
	{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(/img/contentbg-xtile.jpg) repeat-x left top #FFFFFF;
	padding: 22px 0 0 0;
	}
	
.content_header
	{
	width: 830px;
	height: 68px;
	margin: 0 auto;
	text-align: left;
	padding: 17px 0 0 26px;
	background: url(/img/contentheaderbg.jpg) no-repeat center top #FFFFFF;
	position:relative;
	}
	
.admin_content_header
	{
	width: 830px;
	height: 68px;
	margin: 0 auto;
	text-align: left;
	padding: 17px 0 0 26px;
	background: url(/img/blank_header.jpg) no-repeat center top #FFFFFF;
	}	
	
#content
	{
	width: 856px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: 2px solid white;
	}

#leftcolumn
	{
	width: 540px;
	margin: 8px 25px 25px 25px;
	background: url(/img/leftcolumn-xtile) repeat-x left top;
	float: left;
	display: inline;
	position:relative;
	}
	
#leftcolumn #photos
	{
	padding: 3px;
	background: url(/img/img_ds-xtile.gif) top repeat-x #EEEEEE;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	text-align: center;
	display: block;
	z-index: -100;
	width: 525px;
	height: 208px;
	}

.image_label
	{
	position: relative;
	width: 525px;
	height: 208px;
	z-index: 100;
	}
	
#leftcolumn img.image_tab
	{
	position: absolute;
	top: 60px;
	background: none;
	border: none;
	padding: 0;
	z-index: 100;
	}
	
#rightcolumn
	{
	width: 265px;
	background-color: #CFCFCF;
	border-top: 1px solid #E1E1E1;
	float: right;
	display: inline;
	background: url(/img/righttopbg-xtile.jpg) top repeat-x #D5D5D5;
	position: relative;
	}
	
#rightcolumntop
	{
	width: 269px;
	height: 42px;
	position:absolute;
	top: -45px;
	left: -4px;
	background: url(/img/sidetopbg.jpg) top left no-repeat;
	}
	
.subnav #rightcolumntop
	{
	background: url(/img/subnavtopbg.jpg) top left no-repeat;
	}
	
#rightcolumntop img{
	margin:5px 0 0 10px;
}
	
#rightbottom
	{
	width: 239px;
	margin: 4px;
	padding: 8px 8px 45px 8px;
	border: 1px solid #A4A4A4;
	background: url(/img/rightcolumnbotbg-xtile.gif) bottom repeat-x;
	}
	
.subnav #rightbottom
	{
	width: 255px;
	margin: 4px;
	padding: 0 0 45px 0;
	border: 1px solid #A4A4A4;
	background: url(/img/rightcolumnbotbg-xtile.gif) bottom repeat-x #E0E0E0;
	}	

#rightcontent
	{
	width: 100%;
	}
	
.subnav #rightcontent ul
	{
	margin:0;
	padding: 0;
	list-style:none;
	_list-style-image:none;
	}
	
.subnav #rightcontent ul li
	{
	margin:0;
	padding: 4px 0 1px 0;
	min-height:24px;
	_height: 24px;
	width: 100%;
	list-style:none;
	_list-style-image:none;
	background: url(/img/subnavbg-xtile.gif) top left repeat-x;
	border-bottom:1px solid #CFCFCF;
	position:relative;
	}
	
body.availabilities .subnav #rightcontent ul li
	{	
	_margin-bottom:-3px;
	}

body.building .subnav #rightcontent ul li
	{	
	_margin-bottom:0px;
	}
	
.subnav #rightcontent ul li a,
.subnav #rightcontent ul li a:visited
	{
	font-size: 1.2em;	
	padding: 2px 5px;
	margin: 1px 0 1px 10px;
	background-color: #E0E0E0;
	display: inline;
	color: #003F5E;
	font-weight: bold;
	text-decoration: none;
	}

.subnav #rightcontent ul li a:hover,
.subnav #rightcontent ul li a:active
	{
	font-size: 1.2em;	
	padding: 2px 5px;
	margin: 1px 0 1px 10px;
	display: inline;
	color: #54B74F;
	font-weight: bold;
	}

.subnav #rightcontent ul li p{
	color:#003F5E;
	font-size:1em;
	margin-left:25px;
	padding:0;
	background-color:none;
	position:relative;
	z-index:2;
}

.subnav #rightcontent ul li a img{
	border:none;
	float:right;
	margin:-15px 10px 5px 0;
	padding:0;
	background-color: #E0E0E0;
	position:relative;
	z-index:5;
}

#rightcontent img
	{
	background-color: #FFF;
	border: 1px solid #A6A6A6;
	padding: 1px;
	}
	
#rightcontent ul
	{
	font-size: 1.2em;
	margin: 8px;
	list-style-image: url(/img/bullet-sub.gif);
	}
	
#rightcontent li
	{
	margin: 8px;
	}
	
#leftcolumn ul
	{
	margin: 8px;
	list-style-image: url(/img/bullet-sub.gif);
	}
	
#leftcolumn li
	{
	margin: 8px;
	}
	
#footer
	{
	width: 100%;
	height: 60px;
	padding: 10px;
	background: url(/img/footertopbg-xtile.jpg) repeat-x left top;
	}

.floathalf
	{
	float: left;
	width: 50%;
	}

.clear
	{
	clear: both;
	}

.noshow
	{
	display: none;
	}

/* Main Navigation
--------------------- */ 	

/* Corresponds with body class name to display current page in navigation */

body.home #page1,
body.availabilities #page2,
body.location #page3,
body.amenities #page4,
body.infrastructure #page5,
body.incentives #page6,
body.news-links #page7,
body.contact #page8
	{
	background-position: bottom left; 
	}

body.home #page1:hover,,
body.availabilities #page2:hover,
body.location #page3:hover,
body.amenities #page4:hover,
body.infrastructure #page5:hover,,
body.incentives #page6:hover,
body.news-links #page7:hover,
body.contact #page8:hover
	{
	background-position: bottom left; 
	}

#navigation a span
	{
	display: none;
	}

#navigation ul
	{
	list-style:none;
	display:inline;
	padding: 0;
	margin:0 auto;
	width: 860px;
	background: #00CC99;
	}
	
#navigation ul li
	{
	display:inline;
	margin:0;
	padding: 0;
	}
	
/* Navigation buttons */	
				

#page1
	{ 
	width: 91px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_overview.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page1:hover
	{ 
	background-position: top right;
	}
	
#page2
	{ 
	width: 114px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_availabilities.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page2:hover
	{ 
	background-position: top right;
	}
	
#page3
	{ 
	width: 84px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_location.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page3:hover
	{ 
	background-position: top right;
	}
	
#page4
	{ 
	width: 92px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_amenities.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page4:hover
	{ 
	background-position: top right;
	}
	
#page5
	{ 
	width: 129px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_infrastructure.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page5:hover
	{ 
	background-position: top right;
	}
	
#page6
	{ 
	width: 97px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_incentives.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page6:hover
	{ 
	background-position: top right;
	}
	
#page7
	{ 
	width: 113px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_news-links.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page7:hover
	{ 
	background-position: top right;
	}
	
#page8
	{ 
	width: 82px; 
	height: 39px; 
	overflow: hidden; 
	background: url(/img/btn_contact.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page8:hover
	{ 
	background-position: top right;
	}
	
/* ---------------------------------------------------- 
Header (H1) Replacement
---------------------------------------------------- */ 

/* Corresponds with body class name to display current page heading image */

h1 span
	{
	display:none;
	}

body.home h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1_overview.jpg) top left no-repeat; 
	}
	
body.incentives h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_incentives.jpg) top left no-repeat; 
	}
	
body.infrastructure h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_power.jpg) top left no-repeat; 
	}
	
body.security h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_security.jpg) top left no-repeat; 
	}
	
body.utilities h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_utilities01.jpg) top left no-repeat; 
	}
	
body.contact h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_contact.jpg) top left no-repeat; 
	}
	
body.administration h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/blank_header.jpg) top left no-repeat; 
	}
	
body.amenities h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_amenities.jpg) top left no-repeat; 
	}
body.news-links h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_news.jpg) top left no-repeat; 
	}
	
body.location h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_location.jpg) top left no-repeat; 
	}
	
body.availabilities h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1_overview.jpg) top left no-repeat; 
	}
	
body.adminmain h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_adminmain.jpg) top left no-repeat; 
	}
	
body.adminlogin h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_adminlogin.jpg) top left no-repeat; 
	}
	
body.managelinks h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_managelinks.jpg) top left no-repeat; 
	}
	
body.managenews h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_managenews.jpg) top left no-repeat; 
	}
	
body.managepress h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_managepress.jpg) top left no-repeat; 
	}
	
body.managebuildings h1
	{
	width: 535px; 
	height: 55px;
	background: url(/img/h1/h1_managebuildings.jpg) top left no-repeat; 
	}
	
#leftcolumn ul li{
	font-size:1.3em;
	line-height:1.5em;
	margin:0 0 10px 10px;
}

.contacttext{
	margin-left:25px;
}

.subtitle{
	float:right;
	margin:-15px 10px 0 0;
}

.altRow {
	background-color: #F1F1F1;
}

/* PROPERTY INFO */

.infowrap{
	clear:both;
	padding:10px 0 10px 0;
	_padding:5px 0 5px 0;
}

.infoleft{
	float:left;
	width:150px;
	text-align:right;
}

.inforight{
	float:right;
	width:370px;
}

.inforight p{
	margin:0;
	margin-top:-1px;
	padding:0;
}

.subnav #rightcolumntop a,
.subnav #rightcolumntop a:visited
	{
	font-size: 1.5em;	
	padding: 2px 5px;
	margin: 1px 0 1px 20px;
	display: inline;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height:45px;
	}

.subnav #rightcolumntop a:hover,
.subnav #rightcolumntop a:active
	{
	font-size: 1.5em;	
	padding: 2px 5px;
	margin: 1px 0 1px 20px;
	display: inline;
	color: #54B74F;
	font-weight: bold;
	}
	
.infoleft img{
	cursor:pointer;
}

/* FLASH EXTRAS */

#flashlocationholder{
	height:427px;
	width:550px;
	display:block;
	position:relative;
	background:url(../img/flashlocationbg.jpg) bottom right no-repeat;
	float:right;
	margin-right:-285px;
	margin-left:5px;
}
	
#flashlocation{
	display:block;
	width:550px;
	height:400px;
	position:absolute;
	bottom:14px;
	_bottom:13px;
	right:14px;
}

#siteplan{
	position:absolute;
	left:-7px;
	top:7px;
}

#inforight img{
	border:1px solid #D7D7D7;
}

.subnav #rightcontent ul li img.number{
	border:none;
	background-color:#E0E0E0;
	padding:0;
	position:absolute;
	bottom:0;
	_bottom:-1px;
	left:0px;
	z-index:0;
}

.subnav #rightcontent ul li img.number2{
	border:none;
	background-color:#E0E0E0;
	padding:0;
	position:absolute;
	top:3px;
	left:14px;
	z-index:0;
}

a#backto{
	position:absolute;
	top:7px;
	right:7px;
	border:none;
	background:none;
	padding:0;
}