/***---------------------------------------------------------------------------------------
Print Styles

Version:	2008.11
Author:		NetCubed Web Services
E-mail:		service@netcubed.net
Website:	http://www.netcubed.net
-------------------------------------------------------------------------------------------

/** Print Styles
----------------------------------------------------------------------------------------**/
#header img , #nav , #footer ul , img#heading , img.main {
	display: none;
	}
a#contactinfo {
	float: right;
	text-align: right;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
#content , #home_content {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	}
.print_only {
	display: inline;
	}
#header img.print_only {
	display: block;
	float: left;
	padding-bottom: 25px;
	}
body {
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
a {
	color: #072635;
	text-decoration: underline;
	}
#content img.pdf {
	position: relative;
	top: 3px;
	left: 5px;
	}
#content p span.impact {
	display: inline;
	margin-right: 3px;
	font-style: italic;
	font-weight: normal;
	font-family: impact, serif;
	font-size: 1.1em;
	}
#content img.staff {
	float: right;
	padding-left: 10px;
	}
.staff_member h3 {
	border-bottom: 1px solid #000;
	}
#focal span {
	display: block;
	font-weight: bold;
	}
#focal span.snip {
	font-weight: normal;
	}
#focal li {
	margin-bottom: 15px;
	}

/**-------------------------------------------------------------------------------------**/

/***-----------------------------------------------------------------------------------***/