@media print {
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }

#mainNav, #projectsInfo, #projectsSubNav, #servicesNav, #resourcesNav, #peopleNav, #aboutNav { display: none; }

/* Bios */
.bioImage { float: left; padding: 0 25px 15px 0; }
.bioTitle { color: #58514b; }

.bioPromos { width: 500px; overflow: hidden; }
.firstRow { padding: 25px 0 10px 0; }
	.bioPromo { width: 122px; height: 185px; margin: 0 3px 0 0; float: left; position: relative; line-height: 1.2em; }
		.bioPromo p { padding: 0 0 5px 0 !important; }
		.bioPromo a { color: #333 !important; border-bottom: none !important; }
			.bioPromo a span { color: #555; font-weight: bold; text-transform: uppercase; }

/* Resources */
.resourcePromos { width: 500px; padding: 0 0 10px 0; overflow: hidden; }
	.resourcePromo { width: 122px; height: 185px; margin: 0 3px 0 0; float: left; position: relative; font-size: 1.1em; line-height: 1.2em; }
		.resourcePromo p { padding: 0 0 5px 0 !important; }
		.resourcePromo a { border-bottom: none !important; }

/* Global Content Styles */
.content { font-size: 1.1em; line-height: 1.5em; color: #333; }
	.content h1 { padding: 0 0 15px 0; font-size: 1.6em; font-weight: bold; color: #7b0; }
	.content h2 { padding: 0 0 15px 0; font-size: 1em; font-weight: bold; }
	.content p { padding: 0 0 15px 0; }
	.content a { color: #88b400; border-bottom: 1px dotted #88b400; }
	.content a:hover { color: #58514b; }
	
	.content img.RightPadding { padding-right: 40px; }
	.content img.LeftPadding { padding-left: 40px; }
	
	.content table { margin: 0 0 15px 0; color: #333; }
		.content table tr {}
		.content table tr.alt td { background: #ccc; }
		.content table th { padding: 7px 7px 7px 0; border-bottom: 1px solid #999; font-size: 1em; font-weight: bold; color: #7b0; text-align: left; text-transform: uppercase; }
		.content table td { padding: 7px 7px 7px 0; border-bottom: 1px solid #999; }
}