/* ------------------------------ */
/*    HOFF QUAD jQuery Feature    */
/* ------------------------------ */
#map { position: relative; width: 960px; height: 480px; overflow: hidden; }

#returnlink {
	background:url(../images/backbutton.png);
	bottom:0;
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:700;
	left:0;
	line-height:28px;
	padding:0 0 2px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	width:88px;
	z-index:400;
	}

#returnlink:hover{text-decoration:underline;}

#map div.popup a.close {
	background:url(../images/closebutton.png);
	display:block;
	height:38px;
	overflow:hidden;
	position:absolute;
	right:3px;
	text-indent:-9000px;
	top:2px;
	width:38px;
	}

#map a.bullet {
	background:url(../images/bubble-bl.png);
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:700;
	line-height:24px;
	padding:2px 0 18px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	width:162px;
	z-index:2;
	}

#map a.bullet:hover{text-decoration:underline;}
#map a.bullet.bubble-br{background:url(../images/bubble-br.png);}
#map a.bullet.bubble-tl,#map a.bullet.bubble-tr{background:url(../images/bubble-tl.png);padding:18px 0 2px;}
#map a.bullet.bubble-tr{background:url(../images/bubble-tr.png);}

img#wcblev3:hover{background:url(../images/wcblev3roll.png);}
img#wcblev2:hover{background:url(../images/wcblev2roll.png);}
img#wcblev1:hover{background:url(../images/wcblev1roll.png);}
img#wcblevg:hover{background:url(../images/wcblevgroll.png);}
img#lclev5:hover{background:url(../images/lclev5roll.png);}
img#lclev4:hover{background:url(../images/lclev4roll.png);}
img#lclev3:hover{background:url(../images/lclev3roll.png);}
img#lclev2:hover{background:url(../images/lclev2roll.png);}

#map div.popup {
	background:url(../images/infobox.png);
	bottom:20px;
	display:none;
	height:112px;
	left:10px;
	padding:10px;
	position:absolute;
	width:920px;
	z-index:10;
	}

div.popup h3 {
	color:#004b8d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	margin:0;
	}

div.popup p{line-height:1.4;margin:12px 2px 0;}


