@import url('/css/sub.css');

h2{
	font-size: 18px;
	color: #c1d728;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}

h2 span{
	color: #3f7fb1;
	letter-spacing: 4px;
}

#content h1{
	margin-top: 25px;
}

#content h1 span{
	font-size: 16px;
	letter-spacing: normal;
}

.bioImages {
	clear: both;
	margin-bottom: 3px;
}

.bioImages a:hover img, .bioImages a.on img{
	border: 2px solid #579fd3;
	height: 41px;
	width: 41px;
	
}


.bioImages img{
	border: 2px solid white;
	height: 41px;
	width: 41px;
	margin-right: 3px;
	position: relative;
	display: inline-block;
}

#content h1{
	clear: both;
}

#content .callout img{
	margin-bottom: 0px;
	padding: 0px;
	border: 2px solid #579fd3;
}

.biotooltip{
	background: url(/images/sub/bios/tt_bg.png) no-repeat center center;
	width: 215px;
	height: 102px;
	padding-top: 50px;
	text-align: center;
	z-index: 9;
}

* html .biotooltip{
	width: 207px;
	height: 98px;
	background-image: url(/images/sub/bios/tt_bg.gif);
}

.tip-title{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.tip-text{
	padding-top: 5px;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.topmargin{
	margin-top: 15px;
}
#content a.twittericon {
background:url("/images/sub/bios/twitter.png") no-repeat scroll left center transparent;
padding-left:20px;
}