tr#nav {
	display: none;
}

#top-image {
	position: relative;
}

#top-image img {
	display: block;
}

#top-image #company-overview {
	position: absolute;
	top: 238px;
	right: 16px;
}

#top-image #company-overview img {
	width: 342px;
	height: 258px;
	/*
	behavior: url( javascript/iepngfix.htc );
	*/
}

#body .center {
	background-image: none;
	padding: 8px 0px 0px 0px;
}

#content {
	/*width: 365px;*/
	height: 340px;
	padding: 20px;
}

#content .services {
	float: left;
	margin-right: 10px;
}

#content .services a {
	display: block;
}

#content h1 {
	font-size: 32px;
}

.leed-logo {
	display: block;
	width: 99px;
	height: 89px;
	padding: 16px 8px;

	position: absolute;
	top: 385px;
	right: 25px;
}

.leed-logo img {
	display: block;
}

ul {
	line-height: 1.7em;
	list-style-image: none;
}
	ul li { 
		padding: 0 0 0 1em; 
		background: url(../images/bullet_grey.gif) 0 .7em no-repeat;
	}
	ul a {
		color: #333;
	}
	
p { line-height: 1.4em; }

.news { margin: 0;}
.newsDate { float: none; width: auto; text-align: left; }
.newsTitle { float: none; width: auto; }


/* Popup Window */
#overlayBox {width: 470px; padding-top: 100px; }

#overlayBox .close {background: url(../images/home/close.png) 0 0 no-repeat; display: block; width: 52px; height: 19px; cursor: pointer; position: absolute; right: 0; }

