/* Dains Print CSS Document */

body {
	color:#000;
	font: 80% Verdana, Arial, sans-serif;
	line-height: 1.8em;
	text-align:left;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

/* get rid of all floating */

#wrap {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;	
}

h1, h2, h3, h4, dt {
	font-family: "Helvetica Light", "Univers 45 Light", Helvetica, Arial, sans-serif;
}

/* hide the layers that aren't needed for print... & re-style general ellements*/

#flashcontent, #header img, #header ul, #nav-info, #nav-nav, #col-welcome, #nav-content, #col-content .subNav, #nav-welcome, #footer {
	display:none;
}

#header h1 {
	margin-bottom: 1em;
}

dt {
	font-size: 2.0em;
	margin-bottom: 1em;
}

h3 {
	font-size: 2.0em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#wrap a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* re-css the services */

#col-content #services ul {
	width: 150px;
	float: left;
	margin-top: 2em;
	padding-right: 16px;
}

#services li {
	margin-bottom: 1em;
	color: #7F7F7F;
	line-height: 1.5em;
	font-size: 1em;
	list-style:disc;
	padding: 4px;
	background: #FAFAFA;
	height:100px;
}

/* re-css people gallery */

#col-content #peopleGallery {
	margin-left:1em;
}

#peopleGallery .person {
	float: left;
	border: 6px #F2F2F2 solid;
	margin-right: 1em;
	margin-bottom: 1em;
	background:#F2F2F2;
	font-size:0.8em;
}