﻿#background_decoy{
	position:relative;
	top:0px;
	left:0px;
	height:157px;
	width:100%;
	z-index:101;
	background-image:url(../images/background_decoy.gif);
	background-repeat:repeat-x;
	margin-bottom:140px;
}




/* set the size of the definition list <dl> and add the background image */
#imap {
  display:block;
  width:414px;
  height:332px;
  background:url(../images/map_decoy.gif) no-repeat;
  position:absolute;
  left:350px;
  top:65px;
  z-index:102;
  }

/* set up the definition list <dt><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:414px;
  height:0px;
  padding-top:332px;
  overflow:hidden;
  position:absolute;
  left:0px;
  top:0px;
  z-index:102;
  background:transparent url(../images/map_decoy_on.gif) no-repeat 414px 414px;
  cursor:default;
  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:332px;
  he\ight:0;
  }
/* the <dt><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:103;
  }

/* place the <dd>s in the correct absolute position */
#imap dd {
  position:absolute;
  padding:0;
  margin:0;
  }

/* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {
  display:none;
  }


/* define the common styling for the span text */
#imap a:hover span {
  position:absolute;  
  width:171px; 
  display:block; 
  font-family:arial; 
  font-size:11px; 
  color:#fff; 
  padding:5px;
  }
/* the hack for IE pre IE6 */
* html #imap a:hover span {
  width:400px; w\idth:388px;
  }


      
/* add the style for the link span text - first line */
#imap a span:first-line {
  font-weight:bold; 
 
  }

.txtblock 
{
	position:relative;
	top:0px;
	left:325px;
	width:450px;	
	font-family:Futura Book,Verdana; 
	font-size:10px; 
	color:#000; 
	line-height:16px;
	z-index:101;
	margin-bottom:50px;	
}

.header
{
	font-family:Futura Book,Trebuchet; 
	font-size:16px;
	line-height:18px; 
	color:#5d5e10;
	font-weight:bold;
	margin-bottom:5px; 	
}      