body {
	font-family: Arial, Helvetica, sans-serif;
}
.heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #a31704;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364c78;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #364c78;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


.clear {
	clear: both; 
}





a.tooltip {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration: none;
}
a.tooltip:hover{
	z-index:25;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top :1em;
	left :1em;
	width :20em;
	padding: 15px;
	background-color: #ebecee;
	color: #363636;
    text-align: left;
    text-decoration:none;
	border: 1px solid #555555;
	text-align: left;
	width: 300px;
	font-size: .8em;
}

#contact_form {
	font-size: .8em;
	padding: 3px;
}