/*
US Map CSS Rollover Image Map
Developed by: Stan Naspinski -  2006 (mrstan@gmail.com)
Feel free to use this code, recognition would be appreciated!
*/

#imap {display: block; width: 500px; height: 367px; background: url(images/america.gif) no-repeat; position: relative;}

/* the hack for IE pre IE6 */

* html #imap a#us {height: 367px; he\ight: 0;}

#imap a#us {display: block; width: 0px; height: 0px; padding-top: 0px; overflow: hidden; background: transparent url(images/america.gif) no-repeat)
    position:absolute; left: 0; top: 0;}

#imap a#us:hover {background-position: 0 0; z-index: 10;}

#imap dd {position: absolute; padding: 0; margin: 0;}

#imap a {display: block; text-decoration: none; z-index: 20;/*border:solid 1px black;*/}

/*ARIZONA*/

#imap #imgaz {left: 81px; top: 156px; z-index: 21;}

#imap a#az:hover {background: url(images/states/az.gif) no-repeat;}

#imap a#az {width: 60px; height: 70px;}

/*DELAWARE*/

#imap #imgde {left: 436px; top: 120px; z-index: 22;}

#imap a#de:hover { background: url(images/states/de.gif) no-repeat;}

#imap a#de {width: 8px; height: 15px;}

/*MARYLAND*/

#imap #imgmd {left: 404px; top: 121px; z-index: 21;}

#imap a#md:hover {background: url(images/states/md.gif) no-repeat;}

#imap a#md {width: 39px; height: 19px;}

/*MINNESOTA*/

#imap #imgmn {left: 251px; top: 30px; z-index: 20;}

#imap a#mn:hover { background: url(images/states/mn.gif) no-repeat;}

#imap a#mn {width: 55px; height: 65px;}

/*NEW JERSEY*/

#imap #imgnj {left: 438px; top: 101px; z-index: 21;}

#imap a#nj:hover { background: url(images/states/nj.gif) no-repeat;}

#imap a#nj {width: 10px; height: 24px;}

/*NEW YORK*/

#imap #imgny {left: 396px; top: 58px; z-index: 20;}

#imap a#ny:hover {background: url(images/states/ny.gif) no-repeat;}

#imap a#ny {width: 62px; height: 49px;}

/*OHIO*/

#imap #imgoh {left: 355px; top: 104px; z-index: 20;}

#imap a#oh:hover { background: url(images/states/oh.gif) no-repeat;}

#imap a#oh {width: 37px; height: 41px;}

/*PENNSYLVANIA*/

#imap #imgpa {left: 391px; top: 95px; z-index: 20;}

#imap a#pa:hover { background: url(images/states/pa.gif) no-repeat;}

#imap a#pa {width: 50px; height: 32px;}

/*TEXAS*/

#imap #imgtx {left: 158px; top: 175px; z-index: 20;}

#imap a#tx:hover { background: url(images/states/tx.gif) no-repeat;}

#imap a#tx {width: 125px; height: 121px;}

/*Puerto Rico*/

#imap #imgpr {left: 240px; top: 330px; z-index: 20;}

#imap a#pr:hover { background: url(images/states/puerto_rico.gif) no-repeat;}

#imap a#pr {width: 39px; height: 16px;}

/*UTAH*/

#imap #imgut {left: 98px; top: 100px; z-index: 20;}

#imap a#ut:hover {background: url(images/states/ut.gif) no-repeat;}

#imap a#ut {width: 50px; height: 62px;}

#imap a span, #imap a:visited span {display: none;}

#imap a span, #imap a:visited span {display: none;}

#imap a#pa:hover { background: url(images/states/pa.gif) no-repeat;}

#imap a#pa {width: 63px; height: 40px;}

.hiddenPic {display:none;}

/*#imap a span, #imap a:visited span 
{
    display:none;
}
#imap a:hover span
{
    width:110px;
    height:20px;
    display:block;
    color:White;
    background:black;
    border:solid 1px white;
    font-weight:bold;
    padding-left:3px;
}

#imap a#mn:hover span
{
    top:30px;
}*/