@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;
}
#content a span{
	font-size: 16px;
	letter-spacing: normal;
	color:#32346d;
	text-decoration:underline;
}

.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/tt_bg.png) no-repeat center center;
	width: 215px;
	height: 71px;
	padding-top: 30px;
	text-align: center;
	z-index: 9;
}

* html .biotooltip{
	width: 207px;
	height: 68px;
	background-image: url(../../images/tt_bg.png);
}

.tip-title{
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.tip-text{
	padding-top: 5px;
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.topmargin{
	margin-top: 15px;
}

