/*print*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
a {
	text-decoration: underline;
	font-size: 12px;
	color: #2C5EAB;
}
#header {
	text-align: center;
	margin-bottom: 20px;
}
#navigation,
#banner,
#slideshow,
.contact-us form {
	display: none;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	vertical-align: bottom;
	margin-top: 20px;
}
#footer ul {
	display: none;
}
.img-box img {
	float: left;
	padding: 10px;
}
.project-box {
	overflow: hidden;
}
.project-box img {
	height: 90px;
    width: 130px;
	float: left;
}
.contact-us p {
	line-height: 136%;
}