/* info Center specific */

#wrapRest {margin-right: 5px;
	width:788px; /* 768px */
/*	background: #b7c5c1 url(images/corner-br.gif) no-repeat bottom right;*/
/* revised size background: #b7c5c1 url(/images/menuBarInfoCenter.gif) repeat-y; */
background: #b7c5c1 url(/images/menuBarInfo128c.gif) repeat-y;
}

.box{
	border-top: 2px solid #fff;
	margin: 0;
	padding: 0;
	font-size: 11px;/*.90em;*/
	background: #7790a1;
	padding-left: 5px;

/*	border: 1px solid red;  only use for testing*/	
}
div#content h2{
	border-bottom: solid 5px #7790a1;
}	

 /* imagemap items 
 http://www.webreference.com/programming/image_map/3.html
 
 
 */

 #imap{
 	display: block;
	width: 317px;
	height: 291px;
	background: url(/images/infoC/locationMap.jpg) no-repeat;
	position: relative;
 }
 #imap a#title{
 	display:block;
	width: 317px;
	height: 240px;
	padding-top: 291px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(/images/infoC/locationMapHover.jpg) no-repeat 500px 500px;
	cursor: default;
 }
 #imap a#title:hover{
 	background-position: 0 0;
	z-index: 10;
 }

 /*place the dd's in correct absolute position */
 #imap dd{
 	position: absolute;
	padding: 0;
	margin: 0;
 }
 #imap #picgr{
	left: 9px;
	top: 152px;
	z-index: 15;
 }
 #imap #picah{
	left: 15px;
	top: 23px;
	z-index: 15;
 } 
 #imap #picmp{
	 left:15px;
	 top: 80px;
	 z-index:15;
 }
 #imap #picgf{
	left: 65px;
	top: 208px;
	z-index: 15;
 } 
 #imap #piccr{
	left: 152px;
	top: 90px;
	z-index: 15;
 }  
#imap #picnb{
	left: 170px;	
	top: 18px;
	z-index: 15;
 } 
 #imap #picdt{
	left: 224px;
	top: 173px;
	z-index: 15;
 }  
 #imap #picmb{
	left: 227px;
	top: 180px;
	z-index: 15;
 }  
 #imap #picnf{
	left: 282px;
	top: 80px;
	z-index: 15;
 }  
/* style the <dd><a> links physical size and the background image for the hover */
#imap a#dd, #imap a#gr, #imap a#ah, #imap a#mp, #imap a#gf,
#imap a#cr, #imap a#nb, #imap a#dt, #imap a#mb, #imap a#nf
 {
  display:block;
  width:50px;
  height:50px;
  background:transparent url(/imagesinfoC/hover.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:45;
  }
/* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {
  display:none;
  }
/* move the link background image to position 0 0 when hovered 
	keeping steop even though background image not used.
*/
#imap a#dd:hover, #imap a#gr:hover, #imap a#ah:hover, #imap a#gf:hover, #imap a#mp:hover,
#imap a#cr:hover, #imap a#nb:hover, #imap a#dt:hover, #imap a#mb:hover,
#imap a#nf:hover
 {
  background-position:0 0;
  }    
  
/* define the common styling for the span text */
#imap a:hover span {
  position:absolute;  
  width:388px; 
  display:block; 
/*  font-family:arial; 
  font-size:12px; */
  background: #fff;
  color: #2C2C2C; 
  border: 1px solid #ff0000; 
  padding:5px;
  }
/* the hack for IE pre IE6 */
* html #imap a:hover span {
  width:400px; w\idth:388px;
  }  
/* move the span text to a common position at the bottom of the image map */
/*GREENWOOD*/
#imap a#gr:hover span {
  left:-10px;
   top:170px;
  }
#imap a#ah:hover span {
  left:-16px; 
  top:300px;
  }
#imap a#gf:hover span {
  left:-66px; 
  top: 115px;
  }  
#imap a#cr:hover span {
  left:-153px; 
  top:232px;
  }  
#imap a#nb:hover span {
  left:-171px; 
  top:305px;
  }  
#imap a#mb:hover span {
	left: -228px;
	top: 142px;
 }   
#imap a#nf:hover span {
  left:-283px; 
  top:240px;
  }  
 #imap a#mp:hover span {
  left:-16px; 
  top:230px;
  }  
  
  DIV #contact h4{
	color: #7790a1;
}
		