/* <![CDATA[ */

/* CSS IMAGE MAP */
#mccont #imap a {
text-decoration:none;
font-weight:bold;
color:#ffffff;
text-align:center;
padding-top:0px;
font-family:arial;
font-size:10px;
}
#mccont #imap {/* set the size of the definition list <dl> and add the background image */
	display:block;
	width:402px;
	height:338px;
	background:url(../images/fmap.jpg) no-repeat;
	position:relative;
	margin:0px;
	z-index:5;
}
#mccont #imap a#title {/* set up the definition list <dt><a> to hold the background image for the hover state */
	display:block;
	width:350px;
	height:0px;
	padding-top:535px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	background:transparent url(../images/mapovrc.jpg) no-repeat 500px 600px;
	cursor:default;
}
/* the hack for IE pre IE6 */
* html #mccont #imap a#title {
  height:500px;
  he\ight:0;
  }

#mccont #imap a#title:hover {/* the <dt><a> hover style to move the background image to position 0 0 */
	background-position:0px 0px;
	z-index:10;
}
#mccont #imap dd {/* place the <dd>s in the correct absolute position */
	position:absolute;
	padding:0px;
	margin:0px;
}
#mccont #imap #nw {
left:330px;
top:138px;
height:12px;
width:12px;
z-index:20;
/*background-color:red;*/
}
#mccont #imap a#nwtit, #mccont #imap a#nctit, #mccont #imap a#netit, #mccont #imap a#cwtit, #mccont #imap a#cctit, #mccont #imap a#cetit, #mccont #imap a#swtit, #mccont #imap a#sctit, #mccont #imap a#setit
{/* style the <dd><a> links physical size and the background image for the hover- use separate declarations if you want to use different images for the hover */
display:block;
width:21px;
height:21px;
background:transparent url(../images/ov.gif) -100px -100px no-repeat ;
z-index:20;
}
#mccont #imap a span, #mccont #imap a:visited span {/* style the span text so that it is not initially displayed */
display:none;
}
#mccont #imap a#nwtit:hover, #mccont #imap a#nctit:hover, #mccont #imap a#netit:hover, #mccont #imap a#cwtit:hover, #mccont #imap a#cctit:hover, #mccont #imap a#cetit:hover, #mccont #imap a#swtit:hover, #mccont #imap a#sctit:hover, #mccont #imap a#setit:hover
{/* move the link background image to position 0 0 when hovered */
background-position:top left;
}
#mccont #imap a#nwtit:hover {
	background-position: 25px 0px;/*left top*/
	
}
#mccont #imap a#netit:hover {
	background-position: top right;/*left top*/
	
}
#mccont #imap a#cctit:hover {
	background-position: 15px 0px;/*left top*/
	
}

#mccont #imap a:hover span {/* define the common styling for the span text */
position:absolute;
width:360px;
height:316px;
display:block;
font-family:arial;
font-size:11px;
color:#999999;
/*border:#666666 1px solid;*/
padding:5px;
left:-272px;
top:-161px;
z-index:24;
}
/* the hack for IE pre IE6 -- 12px small than  width above */
* html #mccont #imap a:hover span {
  width:338px;
  height:304px;
  }
/*move the text to a common position at the bottom of the image map*/
#mccont #imap a#nwtit:hover span {
background:url(../images/mapovrc.gif) bottom center no-repeat ;
}
/* add the style for the link span text - first line */
#mccont #imap a span p {
  background-color:#f7f7f7;
  }
#mccont #imap a span p:first-line {
  font-weight:bold; 
  color:#000000;
  }
/* END CSS IMAGE MAP */


/* ]]> */
