@charset "utf-8";
/* CSS Document */

#lpcontentWrapper{
	background-image:url(../images/lpBkg3.jpg);
	height:500px;
	width:800px;
	margin:0 auto;
}

#map{
	height:362px;
	width:570px;
	float:left;
	margin-top:90px;
}

#list{
	background-image:url(../images/regionlist.png);
	width:199px;
	height:362px;
	float:right;
	margin-top:50px;
	margin-right:15px;
	 font-family: 'LeagueGothicRegular';
	text-align:center;
	font-size:22px;
/*	text-shadow:1px 1px 1px #000;*/
	
}


#listContent{
	height:317px;
	width:172px;
	margin-top:65px;
	margin-left:12px;
}

#fw{
	height:65px;
	width:171px;
	float:left;
	margin-top:10px;
	color:#00F;
	border-bottom:solid thin #000;
/*	background-color:#00F;
	-moz-border-radius: 15px;
	border-radius: 15px;*/

}

#fw:hover{
	color:#999;
}



#fc{
	height:33px;
	width:171px;
	float:left;
	margin-top:5px;
	color:#F00;
	border-bottom:solid thin #000;
/*	background-color:#F00;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
}

#fc:hover{
	color:#999;
}

#f{
	height:81px;
	width:171px;
	float:left;
	margin-top:5px;
	color:#090;
	border-bottom:solid thin #000;
/*	background-color:#FF0;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
}

#f:hover{
	color:#999;
}

#fv{
	height:24px;
	width:171px;
	float:left;
	margin-top:5px;
	color:#909;
/*	background-color:#90C;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
}

#fv:hover{
	color:#999;
}


.smallfont{
	font-size:13px;
	/*font-family: 'NegotiateFree';*/
	font-family: 'Carrois Gothic', sans-serif;
}





#lpNorth{
	background:url(../images/northbutton_resized.png);
	width:362px;
	height:201px;
	position:relative;
	top:10px;
	left:30px;

}

#lpWest{
	display: block;
  width: 258px;
  height: 170px;
  background:url(../images/West_Button_resized.png) no-repeat 0 0;
  z-index:2;
  position:relative;
  bottom:62px;
  left:30px;

}
#lpWest:hover
{ 
  background-position: 0 -170px;
}



#lpCentral{
	display: block;
  width: 161px;
  height: 142px;
  background:url(../images/Central_Button_resized.png) no-repeat 0 0;
  z-index:4;
  position:relative;
  bottom:154px;
  left:252px;
}

#lpCentral:hover
{ 
  background-position: 0 -142px;
}


#lpLittle{
	  display: block;
  width: 25px;
  height: 41px;
  background:url(../images/Little.png) no-repeat 0 0;
  z-index:5;
  position:relative;
  bottom:206px;
  left:370px;

}

#lpLittle:hover
{ 
  background-position: 0 -41px;
}

#lpEast{
	
	  display: block;
  width: 215px;
  height: 160px;
  background:url(../images/East_Button_resized.png) no-repeat 0 0;
  z-index:3;
  position:relative;
  left:334px;
  bottom:393px;
}

#lpEast:hover
{ 
  background-position: 0 -159px;
}

#banner{
	font-family:'LeagueGothicRegular';
	color:#FFF;
	font-size:30px;
	text-shadow: 2px 2px 2px #000;
	float:left;
	margin-left:200px;
	margin-top:5px;
}













#lpNorth span{
  position: absolute;
  top: -999em;
}

#lpWest span
{
  position: absolute;
  top: -999em;
}

#lpCentral span{
  position: absolute;
  top: -999em;
}

#lpLittle span{
  position: absolute;
  top: -999em;
}

#lpEast span{
  position: absolute;
  top: -999em;
}





