@charset "utf-8";
/* Custom styles for the people pages */
h1 strong{ /*people's names are in strong tag, title follows. This forces name and title onto separate lines*/
	display:block;	
}
.graphic{ /*photo of the person */
	top:24px;
	right:36px;
}
a#pagecontent{
	float:left;	
}
.twitterlink{
	margin-top:2em;
	padding-left:80px;
	background:url(/img/team-twitter.gif) no-repeat top left;
	height:32px;
	padding-top:1px;
}
.twitterlink a{
	background:#dfdfdf url(/img/team-twitter-end.gif) no-repeat right;
	line-height:2.5em;
	display:block;
	width:50%;
	border:none;
}
.twitterlink a:hover{
	border:none;
	font-weight:bold;
}
