﻿/**
* News
*/
#info h2
{
	background-image: url(../images/about/info.gif);
}

#imap
{
	display: block;
	width: 500px;
	height: 236px;
	background: url(../images/about/theband.jpg) no-repeat;
	position: relative;
	margin-left: 25px;
}

#imap2
{
	display: block;
	width: 561px;
	height: 366px;
	background: url(../images/about/wantedGroupPhoto.jpg) no-repeat;
	position: relative;
	margin-left: 25px;
}

#imap a#band
{
	display: block;
	width: 500px;
	height: 0;
	padding-top: 236px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/about/theband_hover.jpg) no-repeat 500px 236px;
	cursor: default;
}

#imap2 a#band2
{
	display: block;
	width: 561px;
	height: 0;
	padding-top: 366px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/about/wantedGroupPhoto_hover.jpg) no-repeat 561px 366px;
	cursor: default;
}

* html #imap a#band
{
	height: 236px;
	height: 0;
}

* html #imap2 a#band2
{
	height: 366px;
	height: 0;
}

#imap a#band:hover
{
	background-position: 0 0;
	z-index: 10;
}

#imap2 a#band2:hover
{
	background-position: 0 0;
	z-index: 10;
}

#imap dd
{
	position: absolute;
	padding: 0;
	margin: 0;
}

#imap2 dd
{
	position: absolute;
	padding: 0;
	margin: 0;
}

/*Individual image blocks for the 1.0 image*/
#imap #sandy
{
	left: 4px;
	top: 47px;
	z-index: 20;
}
#imap #andy
{
	left: 78px;
	top: 23px;
	z-index: 20;
}
#imap #bill
{
	left: 170px;
	top: 22px;
	z-index: 20;
}
#imap #kenny
{
	left: 234px;
	top: 14px;
	z-index: 20;
}
#imap #joe
{
	left: 320px;
	top: 9px;
	z-index: 20;
}
#imap #dan
{
	left: 412px;
	top: 1px;
	z-index: 20;
}

#imap a#link_sandy
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
#imap a#link_andy
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
#imap a#link_bill
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
#imap a#link_kenny
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
#imap a#link_joe
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
#imap a#link_dan
{
	display: block;
	width: 77px;
	height: 77px;
	text-decoration: none;
	z-index: 20;
}
/*END Individual image blocks for the 1.0 image*/

/*Individual image blocks for the 2.0 image*/
#imap2 #sandy2
{
	left: 346px;
	top: 144px;
	z-index: 20;
}
#imap2 a#link_sandy2
{
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	z-index: 20;
}
#imap2 #andy2
{
	left: 122px;
	top: 102px;
	z-index: 20;
}
#imap2 a#link_andy2
{
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	z-index: 20;
}
#imap2 #dan2
{
	left: 244px;
	top: 25px;
	z-index: 20;
}
#imap2 a#link_dan2
{
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	z-index: 20;
}
#imap2 #ray2
{
	left: 448px;
	top: 84px;
	z-index: 20;
}
#imap2 a#link_ray2
{
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	z-index: 20;
}
#imap2 #roger2
{
	left: 1px;
	top: 88px;
	z-index: 20;
}
#imap2 a#link_roger2
{
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	z-index: 20;
}
/*END Individual image blocks for the 2.0 image*/


#imap a span, #imap a:visited span
{
	display: none;
}

#imap2 a span, #imap2 a:visited span
{
	display: none;
}

#imap a#link_sandy:hover, #imap a#link_andy:hover, #imap a#link_bill:hover, #imap a#link_kenny:hover, #imap a#link_joe:hover, #imap a#link_dan:hover
{
	border: 1px solid #fc0;
}

#imap2 a#link_sandy2:hover, #imap2 a#link_andy2:hover, #imap2 a#link_dan2:hover, #imap2 a#link_ray2:hover, #imap2 a#link_roger:hover
{
	border: 1px solid #fc0;
}

#imap a:hover span
{
	border: 1px solid white;
	color: #fff;
	width: 240px;
	position: absolute;
	display: block;
	z-index: 25;
}

#imap2 a:hover span
{
	border: 1px solid white;
	color: #fff;
	width: 240px;
	position: absolute;
	display: block;
	z-index: 25;
}

#imap a#link_sandy:hover span, #imap a#link_andy:hover span, #imap a#link_bill:hover span
{
	top: 78px;
	left: 0;
}
#imap a#link_kenny:hover span, #imap a#link_joe:hover span, #imap a#link_dan:hover span
{
	top: 78px;
	right: 0;
}

#imap2 a#link_sandy2:hover span, #imap2 a#link_andy2:hover span, #imap2 a#link_dan2:hover span
{
	top: 78px;
	left: 0;
}
#imap2 a#link_ray2:hover span, #imap2 a#link_roger2:hover span
{
	top: 78px;
	left: 0;
}

#imap h3, #imap h4
{
	background-image: none;
	margin: 0;
	background-color: #666;
	padding: 5px;
	border-bottom: 1px solid white;
}
#imap2 h3, #imap2 h4
{
	background-image: none;
	margin: 0;
	background-color: #666;
	padding: 5px;
	border-bottom: 1px solid white;
}

#imap h4
{
	border-top: 1px solid white;
}
#imap2 h4
{
	border-top: 1px solid white;
}

#imap p
{
	text-align: left;
	padding: 0 5px;
}
#imap2 p
{
	text-align: left;
	padding: 0 5px;
}

#imap a#link_sandy:hover span
{
	background: #000 url(../images/about/sandy.jpg) 0 80px no-repeat;
}
#imap a#link_andy:hover span
{
	background: #000 url(../images/about/andy.jpg) 0 80px no-repeat;
}
#imap a#link_bill:hover span
{
	background: #000 url(../images/about/bill.jpg) 0 80px no-repeat;
}
#imap a#link_kenny:hover span
{
	background: #000 url(../images/about/kenny.jpg) 0 80px no-repeat;
}
#imap a#link_joe:hover span
{
	background: #000 url(../images/about/joe.jpg) 0 80px no-repeat;
}
#imap a#link_dan:hover span
{
	background: #000 url(../images/about/dan.jpg) 0 80px no-repeat;
}

#imap2 a#link_sandy2:hover span
{
	background: #000 url(../images/about/sandy.jpg) 0 80px no-repeat;
}
#imap2 a#link_andy2:hover span
{
	background: #000 url(../images/about/andy.jpg) 0 80px no-repeat;
}
#imap2 a#link_ray2:hover span
{
	background: #000 url(../images/about/ray.jpg) 0 80px no-repeat;
}
#imap2 a#link_roger2:hover span
{
	background: #000 url(../images/about/roger.jpg) 0 80px no-repeat;
}
#imap2 a#link_dan2:hover span
{
	background: #000 url(../images/about/dan.jpg) 0 80px no-repeat;
}
