body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(images/back.jpg) repeat-x #cad9de;
	background-color:#cad9de;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}
a, a:hover{
	color:#6DA5BA;
}
.container {
	background-color: #FFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	text-align:left;
	top: 36px;
	overflow:visible;

}
.header{
	background:#89cce2;
}
.header img{
	margin:10px;
	border:0px;
}
.header_image{

}
.navBox {

	height: 18px;
	width: 990px;
	position: relative;
	z-index: 5;
	right: 0px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 10px;
	text-decoration:none;
	background:url(images/nav_back.jpg) repeat-x ;
	background-color:#005d79;
}
.navBox a {
	letter-spacing:.8pt;
	padding-right:5px;
	padding-left:18px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.navBox a:hover {
	color: #89cce2;
}
.navBox #land {
	letter-spacing:.8pt;
	padding-right:5px;
	padding-left:18px;
	font-weight:bold;
	color: #89cce2;
}
.grayBar {
	background-color: #004a65;
	height: 20px;
	width: 940px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 87px;
}
.building {
	position: absolute;
	top: 2px;
	left:0px;
}
.gallery {
	position: absolute;
	top: 2px;
	left:75px;
}
.location {
	position: absolute;
	top: 2px;
	left:150px;
}
.sustainability {
	position: absolute;
	top: 2px;
	left:230px;
}
.contact {
	position: absolute;
	top: 2px;
	left:345px;
}
.title{
	position:relative;
	margin-left: 385px;
}
.content{
	width:560px;
	position:static;
	display:block;
	overflow:visible;
	margin-top: 8px;
	margin-left: 385px;
	padding-right:40px;
	padding-bottom:40px;
	line-height:18px;
	height: expression( this.scrollHeight < 130 ? "130px" : "auto" ); /* sets min-height for IE */
	min-height: 130px; /* sets min-height value for all standards-compliant browsers */
}
.content img{
	padding-top:5px;
	padding-bottom:15px;
	padding-right:20px;
}
.content ul{
	padding:0px;
	margin:0px;
}
.content li{
	padding-bottom:15px;
	list-style:none;
}

.subMenu {
	font-weight:bold;
	position:relative;
	text-transform: uppercase;
	float:left;
	top:-6px;
	width:225px;
	left:135px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	list-style:none;/*list-style-image:url(images/arrow.jpg);*/
}
.subMenu a {
	font-weight:bold;
	color:#004a65;
	text-decoration:none;
	text-align:right;
	padding-left:10px;
}
.subMenu a:hover {
	color:#004a65;
	text-decoration:none;
	text-align:right;
	background: transparent url(images/arrow.jpg) left no-repeat;
	padding-left:10px;
}
.subMenu ul{
	list-style:none;
}
.subMenu li {
	padding-top:5px; /*should be  same as .copy img{padding-bottom}*/
	padding-bottom:4px;
}
#bullet{
	background: transparent url(images/arrow.jpg) right no-repeat;
	padding-right:13px;
	margin-right:2px;
	width:5px;
}
#subLinkActive {
	color:#004a65;
	text-decoration:none;
	text-align:right;
}
.footer {
	padding-left:18px;
	padding-right:7px;
	padding-top:3px;
	background-color: #d5dc91;
	height: 17px;
	position: relative;
	display:block;
	z-index: 5;
	left: 0px;
	bottom: -2px;
	font-size: 8pt;
	color: #6DA5BA;
	width: 965px;
}
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.rollover a {
	display:compact;
	float:left;
	position:relative;
	background:url(images/neologo.jpg) right no-repeat;
	width:87px;
	height:16px;
	top:-2px;
	text-decoration:none;
	font-size:1px;
}
.rollover a:hover {
	display:compact;
	float:left;
	position:relative;
	background:url(images/neologo2.jpg) right no-repeat;
	width:87px;
	height:16px;
	text-decoration:none;
	font-size:1px;
}
.secondColumn{
	position:relative;
	width:220px;
	float:right;
	padding-right:140px;
	top:-1px;
}
.firstColumn{
	position:relative;
	top:-1px;
	width: 180px;
	float: left;
}
#directions a:hover{
	cursor:pointer;
}
