﻿#background_rush{
	position:relative;
	top:0px;
	left:0px;
	height:157px;
	width:100%;
	z-index:101;
	background-image:url(../images/background_rush.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_rush.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_rush_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;
  }
#imap #pic1 {
  left:231px;
  top:56px;
  z-index:104;
  }
#imap #pic2 {
  left:372px;
  top:87px;
  z-index:104;
  }
#imap #pic3 {
  left:243px;
  top:224px;
  z-index:104;
  }
#imap #pic4 {
  left:340px;
  top:286px;
  z-index:104;
  }
#imap #pic5 {
  left:279px;
  top:286px;
  z-index:104;
  }
#imap #pic6 {
  left:38px;
  top:146px;
  z-index:104;
  }
  

       

/* style the <dd><a> links physical size and the background image for the hover */
#imap a#one, #imap a#two, #imap a#three, #imap a#four, #imap a#five, #imap a#six {
  display:block;
  width:22px;
  height:22px;
  background:transparent url(../images/hover_rush.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:105;
  }

/* 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 */
#imap a#one:hover, #imap a#two:hover, #imap a#three:hover, #imap a#four:hover, #imap a#five:hover, #imap a#six:hover {
  background-position:0 0;
  }

/* 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;
  }

/* move the span text to a common position at the bottom of the image map */
#imap a#one:hover span {
  left:-223px; 
  top:-10px;
  }
#imap a#two:hover span {
  left:-364px; 
  top:-36px;
  }
#imap a#three:hover span {
  left:-235px; 
  top:-178px;
  }
#imap a#four:hover span {
  left:-332px; 
  top:-240px;
  }
#imap a#five:hover span {
  left:-271px; 
  top:-240px;
  }
#imap a#six:hover span {
  left:-30px; 
  top:-100px;
  }

      
/* 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; 	
}      