h1
{
	background-position: left top;
	background-repeat: no-repeat;
	height: 52px;
	margin: 0 0 5px 0;
	padding: 0;
}
h1 span
{
	visibility: hidden;
}
#banner
{
	width: 760px;
	height: 230px;
	background-image: url(/image/frontpage/banner/logo);
	background-repeat: no-repeat;
}
#recentWorkHeading
{
	width: 760px;
	background-image: url(/image/frontpage/banner/recent-work);
}
#latestNewsHeading
{
	width: 246px; /*246*/
	background-image: url(/image/frontpage/banner/latest-news);
}
#announcementsHeading
{
	width: 504px; /*504 */
	background-image: url(/image/frontpage/banner/announcements);
}


#newsListing
{
	margin-top: 0;
}
#newsListing dt
{
	font-weight: bold;
	/* display: inline; */
}
#newsListing dd
{
	padding: 0 0 0.5em 0.5em;
	margin: 0 0 1em 0;
	border-left: solid 0.3em rgb(2,33,97); /* #E3DDD3 */
}
#lastestNews
{
	width: 246px;
	float: left;
	margin-right: 10px;
}
#announcements
{
	width: 246px;
	float: left;
}
#middleInstallPhoto
{
	margin: 0 11px 0 11px;
}
