@charset "utf-8";
/* CSS Document */


/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
/*.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}*/

.tooltipContent
{
	padding: 10px;
	width: 400px;
	font-family: "Comic Sans MS", Arial;
	font-size: 0.75em;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	background: #FFFFFF;
}
#checklist {
	width: 300px;
	height: 240px;
	list-style: circle;
	font-size: 13px;
	text-align: left;
}
#checklist span {
	text-align: center;
}
#toniSteve   {
	list-style: none;
	text-align: justify;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
	
}
.tooltipHeader {
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}
.headerSpacer {
	height: 10px;
	width: 390px;
	border-bottom: 1px solid #666;
	margin: 2px auto -5px;
}
#toniSteve img   {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#mark {
	list-style: none;
	text-align: justify;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#mark img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#cindy {
	list-style: none;
	text-align: justify;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#cindy img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#nickel {
	list-style: none;
	text-align: justify;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#nickel img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#mapHTML {
	background: #ffffff;
	text-align: center;
	margin: auto;
}

