@charset "utf-8";
/* Master style sheet created on 06/03/2009 */

@media screen {
	/* All screen styles to go between these braces */
	/* reset the desired elements for best control */



} /* Closing brace for @media screen rule -- do not delete */


@media print {  
	/* All print styles to go between these braces */

body {
	font-family: Verdana, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

#nav, #twitter, #home, #workContent, #teamNav, .teamMember h4, .contentNav, .col420 {
	display: none;
}

h1 { font-size: 16pt; }

h2 { font-size: 14pt; padding-bottom: 3px; border-bottom: 2px solid #CCC; }

h3 { font-size: 12pt; }

h4, p, li { font-size: 10pt; }

h1, h2, h3, h4, p {
	margin: 15px 0;
	color: #000;
}

.teamMemberPhoto img {
	margin: 15px 0;
}

.teamName {
	font-weight: bold;
}

.teamName, .teamTitle {
	margin: 2px;
}

.checkList, #methodologyNav, #servicesNav {
	margin: 15px 30px;
	list-style-type: disc;
}

.teamMember {
	border-bottom: 1px dotted #000;
}

#methodologyNav li, #servicesNav li {
	float: none;
}

#methodologyNav li a, #servicesNav li a {
	text-decoration: none;
	color: #000;
}

#capabilities, #aboutus, #contact, .col200 {
	position: static;
}

#capabilities {
	page-break-before: always;
}

.col200 {
	font-size: 14pt;
}

} /* Closing brace for @print screen rule -- do not delete */


