/*******************************************
Title: Whitmore website Who Are We? styles
Last Updated: April 29, 2010
Author: James Sherman
********************************************/

a {
	position: relative;
}

a span.tooltip {
	display: none;
}

a:hover {
	text-decoration: none;
}

a:hover span.tooltip {
	display: block;
	position: absolute;
	background-color: #ffffff;
	padding: 0.75em;
	width: 25em;
	border: 2px solid #2f3c60;
	color: #000000;	
	z-index: 10;
	font-weight: normal;
}

a:hover span.tooltip span.title {	
	display: inline;
	color: #775500;		
	font-size: 1.8em;
}

a:hover span.tooltip span.Verse{
	display: inline;
	font-weight: bold;
	color: #5870AD;
	font-style: italic;
}
