/*
US Map CSS Rollover Image Map
Developed by: Stan Naspinski -  2006 (mrstan@gmail.com)
Feel free to use this code, recognition would be appreciated!
*/

body 
{
    font-family:Arial Baltic;
    background-color:White;
}

#imap
{
    display:block;
    width:920px;
    height:598px;
    background:url(/images/portal/app_page/members_app_main.jpg) no-repeat;
    position:relative;
}

/* the hack for IE pre IE6 */
* html #imap a#main {
  height:400px;
  he\ight:0;
  }

#imap a#main 
{
    display:block;
    width:0px;
    height:0px;
    padding-top:0px;
    overflow:hidden;
    background:transparent url(/images/portal/app_page/members_app_main.jpg) 650 400 no-repeat)
    position:absolute;
    left:0;
    top:0;
}

#imap a#main:hover 
{
    background-position:0 0;
    z-index:10;
}

#imap dd 
{
	position:absolute;
	padding:0;
	margin:0;
	width: 248px;
	height: 232px;
}

#imap a
{
    display:block;
    text-decoration:none;
    z-index:20;
    /*border:solid 1px black;*/
}

/*6*/ 
#imap #imgapp {
	left:0px;
	top:0px;
	z-index:20;
} 
#imap a#app:hover { background:url(/images/portal/app_page/members_app_main.jpg) 0px 0px; } 
#imap a#app { width:920px; height:598px; }



/*2*/ 
#imap #imgdining {
	left:288px;
	top:73px;
	z-index:20;
} 
#imap a#dining:hover { background:url(/images/portal/apps/members_app_main2.jpg) -0px -0px; } 
#imap a#dining { width:293px; height:224px; }

/*1*/ 
#imap #imghero {
	left:0px;
	top:73px;
	z-index:20;
} 
#imap a#hero:hover { background:url(/images/portal/apps/members_app_main1.jpg) -0px -0px; } 
#imap a#hero { width:377px; height:224px; }

/*3*/ 
#imap #imggovt {
	left:551px;
	top:73px;
	z-index:20;
} 
#imap a#govt:hover { background:url(/images/portal/apps/members_app_main3.jpg) -0px -0px; } 
#imap a#govt { width:368px; height:206px; }

/*4*/ 
#imap #imgcal {
	left:0px;
	top:259px;
	z-index:20;
} 
#imap a#cal:hover { background:url(/images/portal/apps/members_app_main4.jpg) -0px -0px; } 
#imap a#cal { width:440px; height:268px; }

/*5*/ 
#imap #imghotline {
	left:406px;
	top:297px;
	z-index:20;
} 
#imap a#hotline:hover { background:url(/images/portal/apps/members_app_main5.jpg) 0px 0px; } 
#imap a#hotline { width:513px; height:230px; }

