h1 {
	color: #4a454b;
	line-height: 30px;
	font-size: 20px;
}

p {
}

hr {
	clear: both;
	margin-bottom: 10px;
	color: #4a454b;
}
ul {
	list-style-type: none;
}

.header-AboutUs {
	background-image: url(Images/header-AboutUs.png);
	height: 70px;
	width: 530px;
}

.header-Contact {
	background-image: url(Images/header-contact.png);
	height: 70px;
	width: 530px;
}

.header-Projects {
	background-image: url(Images/header-Projects.png);
	height: 70px;
	width: 530px;
}

.contentBody {
	background-image: url(Images/bg-content.png);
	display: block;
	height: 620px;
	width: 560px;
}

.contentBody ul {
	padding-right: 40px;
	padding-left: 40px;
}

.address{
	
	line-height: 22px;
	
	margin-top: 50px;
	
	font-size: 16px;
	
	font-weight: bold;
	
	text-align: center;
	
}

.slide-nav {
	position: absolute;
	width: 450px;
	height: 28px;
	display: block;
	bottom: 40px;
}

.btn-forward {
	float: right;
}

.btn-back {
	float: left;
}

.project-image {
	background-color: #ffe7a0;
	margin-left: 40px;
	display: block;
	height: 260px;
	width: 370px;
}

h1.project-name {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

hr.project {
	margin-bottom: 0px;
	margin-left: 10px;
}

p.home{
	font-size: 14px;
	line-height: 22px;
}

p.project-instructions {
	color: #464646;
	font-size: 14px;
}

.project-count {
	color: #474747;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	float: left;
	display: block;
	height: 20px;
	width: 395px;
}

h3.contact-section {
	margin-right: 20px;
	float: left;
}

.contact-person {
	height: 110px;
	margin-bottom: 10px;
	clear: both;
}

img.contact-image {
	margin-right: 20px;
	height: 100px;
	width: 100px;
	float: left;
}

p.contact-info {
	margin-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

a.contact-email {
	text-decoration: none;
	color: #930100;
}

.contact-current
{
	color: #930100;
}

