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

#mapwrap {
	width:550px;
}
#pic {
	width: 550px;
	height: 342px;
	position: relative;
	background: url(images/map.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#pic ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#pic a {
	position: absolute;
	width: 43px;
	height: 55px;
	color: #000;
	text-decoration: none;
}
#pic a:hover {
	text-decoration:none;
}
#pic a .outer {
	display: block;
	width: 43px;
	height: 55px;
}
#pic a .inner {
	display: block;
	width: 43px;
	height:55px;
}
#pic .mike a {
	top: 130px;
	left: 63px;
	background-image: url(images/map/mkeysor.png);
	background-repeat: no-repeat;
}
#pic .scott a {
	top: 90px;
	left: 173px;
	background-image: url(images/map/snelson.png);
	background-repeat: no-repeat;
}
#pic .vince a {
	top: 71px;
	left: 280px;
	background-image:url(images/map/vwertman.png);
	background-repeat: no-repeat;
}
#pic .bruce a {
	top: 90px;
	left:370px;
	background-image: url(images/map/bvester.png);
	background-repeat: no-repeat;
}
#pic .bill a {
	top: 140px;
	left: 325px;
	background-image: url(images/map/bwinter.png);
	background-repeat: no-repeat;
}
#pic .gary a {
	top: 120px;
	left: 440px;
	background-image:url(images/map/gdollarhite.png);
	background-repeat: no-repeat;
}
#pic .terry a {
	top: 215px;
	left: 288px;
	background-image:url(images/map/tgairhan.png);
	background-repeat: no-repeat;
}
#pic .bobby a {
	top: 231px;
	left: 410px;
	background-image:url(images/map/bmoore.png);
	background-repeat: no-repeat;
}
#pic a .note {
	position: absolute;
	bottom: -45px;
	width: 10em;
	padding:8px;
	background-color:#FFF4C9;
	text-align: center;
	left: -30000px;
	margin-left: -95px;
	color:#3F3F3F;
	border:1px solid #658758;
	font-size:10px;
	line-height:12px;
}
#pic a:hover .note {
	left: 55px;
}
.contact {
	color:#0000FF;
	text-decoration: underline;
	cursor:pointer;
}
.blocks {
	width:265px;
	display:block;
	line-height:16px;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
#mike {
	background-color:#fdf5e1;
	border:1px solid #333;
}
#terry {
	background-color:#ddb98a;
	border:1px solid #333;
}
#scott {
	background-color:#9ca99a;
	border:1px solid #333;
}
#vince {
	background-color:#926c5d;
	border:1px solid #333;
}
#bruce {
	background-color:#d79d4f;
	border:1px solid #333;
}
#bill {
	background-color:#cfd3c2;
	border:1px solid #333;
}
#bobby {
	background-color:#d1df9f;
	border:1px solid #333;
}
#gary {
	background-color:#dfb9ab;
	border:1px solid #333;
}
#don {
	background-color:#EFEFEF;
	border:1px solid #333;
}
.upline {
	border-top:1px dotted #CCC;
	margin-top:10px;
}
.clear {
	clear:both;
}

