@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;
	height: 50px;
}

.bioImages a{
	display: block;
	height: 45px;
	width: 48px;
	float: left;
}

.bioImages a:hover img, .bioImages a.on img{
	border: 2px solid #579fd3;
	height: 41px;
	width: 41px;
	
	
}


.bioImages img, .bioImages a 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;
}

/* needs height 102 */
.biotooltip{
	background: url(/images/sub/bios/tt_bg.png) no-repeat center center;
	width: 215px;
	height: 77px;
	padding-top: 25px;
	text-align: center;
	z-index: 300;
}

.hugeNameAndTitle{
	background: url(/images/sub/bios/tt_bg.png) no-repeat center center;
	width: 215px;
	height: 90px;
	padding-top: 12px;
	text-align: center;
	z-index: 300;
	
}

* html .biotooltip{
	
	background-image: url(/images/sub/bios/tt_bg.gif);
}

* html .hugeNameAndTitle{
	
	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;
}
