@import url('header.css');
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #333;
	background: #999;
	text-align: center;
}
a{ outline: 0; }
.PageContainer{
	position: relative;
	margin: auto;
	border: solid 1px #8c8c8c;
	width: 950px;
	height: 600px;
	overflow: hidden;
	text-align: left;
	background: #fff url(images/bg-vision-green.jpg) no-repeat bottom left;
}
#PageContainerVisionforDurham.PageContainer{
	height: 65em;
}
#PageContainerOurApproach.PageContainer{
	height: 62em;
}
#PageContainerInvestmentinDurham.PageContainer{
	height: 73em;
}
#Content{
	position: absolute;
	top: 140px;
	left: 225px;
	z-index: 20;
	width: 600px;
	color:#555;
}
#Content h1,h2,h3,h4,h5,h6,h7{
	font-weight: bold;
	padding-bottom: 10px;
}
#Content h1{
	font-size: 1.8em;
}
#Content h2{
	font-size: 1.5em;
}
#Content h3{
	font-size:1.3em;
}
#Content p{
	line-height: 1.4em;
	width:460px;
	padding-bottom: 15px;
}
#Content ul{
	margin: 0 0 20px 10px;
}
#Content ul li{
	list-style-type: square;
	color: #777;
	margin: 0 20px 8px;
}
#Content a{
	text-decoration: none;
	font-weight: bold;
	color: #c60;
}
#Content a:hover {
	color: #c1d72d;
}
#Footer{
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url(images/footer.png) no-repeat;
	text-indent: -5000px;
	width: 950px;
	height: 225px;
}
#ContactInfo p{
	width: auto;
}
#ContactInfo #ContactMap{
	display: none;
}

