/* Print CSS Document */
#offices, ul#nav{
	display:none;
}
#container, #content {

	border:0;
	margin:0;
	padding:0;
}
body{
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
}
a {
	color:#000;
	text-decoration:none;
}
 a:focus{
	color:#F47B1B;
	text-decoration:underline;
}
img{
	border:none;
}
div.staff{
	float:left;
	width:300px;
	height:100px;
	margin:0 0 0 2em;
}
div.staff p{
	font-size:60%;
	vertical-align:bottom;
	margin:25px 0 5px 65px;
}
div.staff img{
	float:left;
}
div.staff span{
	font-weight:bold;
	font-size:120%;
}
div#map{
	float:left;
	width:300px;
	height:300px;
}
.vcard{
	float:left;
	width:400px;
}
.vcard p{
	padding:0;
	margin:0;
}
.org{
	font-weight:bold;
	color:#B83E03;
}
.type, .email{
	font-weight:bold;
}
.vcard abr {
	text-decoration:none;
}
.clear{
	clear:both;
	display:block;
}
