/* ================================
    CSS STYLES FOR Module AreaMap
   ================================
*/
img.nz_wholemap { display: none; }

dl#branchMap { /*Always visable part of the map */
	margin: 0;
	padding: 0;
	background: transparent url(wholemap_areas.gif) top left no-repeat;
	width: 323px;	
	height: 366px;
	position: relative;
}

dt { margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; /* Display only if CSS is turned off */ }
dd { margin: 0; padding: 0; position: absolute;  font-size: 85%; }


/* ---------- Hotspot Declarations ---------- */

/* For Auckland */
dd#Auckland { top: 34px; left: 55px; /* Position where Hot Spot starts */ }
dd#Auckland a { position: absolute; width: 155px; height: 85px; text-decoration: none; /* Define size of hyperlink area for Hot Spot */ }
dd#Auckland a span { display: none; /* Hide Hot Spot text */ }
dd#Auckland a:hover { background: transparent url(wholemap_areas.gif) 5px -375px no-repeat; /* Position Hover image */ }

/* For BayofPlenty */
dd#BayofPlenty { top: 122px; left: 205px; }
dd#BayofPlenty a { position: absolute; width: 115px; height: 50px; text-decoration: none; }
dd#BayofPlenty a span { display: none; }
dd#BayofPlenty a:hover { background: transparent url(wholemap_areas.gif) -174px -389px no-repeat; }

/* For Manawatu */
dd#Manawatu { top: 160px; left: 15px; }
dd#Manawatu a { position: absolute; width: 220px; height: 45px; text-decoration: none; }
dd#Manawatu a span { display: none; }
dd#Manawatu a:hover { background: transparent url(wholemap_areas.gif) -6px -457px no-repeat; }

/* For Waikato */
dd#Waikato { top: 91px; left: 63px; }
dd#Waikato a { position: absolute; width: 155px; height: 64px; text-decoration: none; }
dd#Waikato a span { display: none; }
dd#Waikato a:hover { background: transparent url(wholemap_areas.gif) -5px -508px no-repeat; }

/* For Taranaki */
dd#Taranaki { top: 143px; left: 96px; }
dd#Taranaki a { position: absolute; width: 114px; height: 33px; text-decoration: none; }
dd#Taranaki a span { display: none; }
dd#Taranaki a:hover { background: transparent url(wholemap_areas.gif) -178px -522px no-repeat; }

/* For Otago */
dd#Otago { top: 289px; left: 28px; }
dd#Otago a { position: absolute; width: 152px; height: 65px; text-decoration: none; }
dd#Otago a span { display: none; }
dd#Otago a:hover { background: transparent url(wholemap_areas.gif) -16px -569px no-repeat; }

/* For Wellington */
dd#Wellington { top: 204px; left: 183px; }
dd#Wellington a { position: absolute; width: 145px; height: 30px; text-decoration: none; }
dd#Wellington a span { display: none; }
dd#Wellington a:hover { background: transparent url(wholemap_areas.gif) -178px -590px no-repeat; }

/* For Nelson */
dd#Nelson { top: 190px; left: 2px; }
dd#Nelson a { position: absolute; width: 186px; height: 110px; text-decoration: none; }
dd#Nelson a span { display: none; }
dd#Nelson a:hover { background: transparent url(wholemap_areas.gif) -1px -637px no-repeat; }

/* For Canterbury */
dd#Canterbury { top: 230px; left: 75px; }
dd#Canterbury a { position: absolute; width: 140px; height: 90px; text-decoration: none; }
dd#Canterbury a span { display: none; }
dd#Canterbury a:hover { background: transparent url(wholemap_areas.gif) -188px -641px no-repeat; }





