
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:14px;
		background:#fff;
		min-width:1000px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%; 
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-image : url(images/logo.jpg);
		background-repeat:no-repeat;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 155px;
		margin:0;
		color : #369;
		padding-left : 15%;
/*		padding:.4em 15px 0 155px; */
		padding:1.5em 1em .5em 1em; 
		margin:0;
		color : #369;
		padding-left : 210px;
	}


	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15%;
		left:130px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}

	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

	.areaBlock1{
		height:96px;
		width :192px;
		border: solid 2px #e0e0e0;
		background-color:#bc0a0a;
		margin-bottom: 4px;
		margin-Top: 4px;

	}


	.areaBlock2{
		height:96px;
		width :192px;
		border: solid 2px #e0e0e0;
		background-color:#ff0;
		margin-bottom: 4px;
	}

	.areaBlock3{
		height:96px;
		width :192px;
		border: solid 2px #e0e0e0;
		background-color:#080;
		margin-bottom: 4px;
	}

	.textHeader{
		color:#ffffff;
		text-align:center;
		font-weight:bold;
		padding-top: 32px;
		font-size:16px;
	}

	.subTextHeader{
		color:#ffffff;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		padding-bottom: 5px;
	}


/*  http://www.noobcube.com/tutorials/html-css/css-image-maps-a-beginners-guide-/  */

ul#counties {
  list-style: none;

/*  background: url(images/2009-Emergency-Shelter-Map.png) no-repeat 0 0; */

  background: url(images/FloridaMap.png) no-repeat 0 0;  

  float: Left;
  position: relative;
/*  width: 654px; */
  width:100%;
  height: 708px;
  overflow:hidden;
  margin: 0;
  padding: 0;
}

ul#counties li {
/*  border: 1px solid #0f0; */
  position: absolute;
}

/* new map */

#Escambia{
top: 20px;
left: 23px;
width: 30px;
height: 67px;}


#SantaRosa{
top: 19px;
left: 50px;
width: 38px;
height: 60px;}


#Okaloosa{
top: 20px;
left: 88px;
width: 29px;
height: 52px;}

#Walton{
top: 20px;
left: 117px;
width: 26px;
height: 65px;}

#Holmes{
top: 20px;
left: 143px;
width: 36px;
height: 22px;}


#Washington{
top: 38px;
left: 148px;
width: 43px;
height: 27px;}

#Bay{
top: 64px;
left: 149px;
width: 46px;
height: 46px;}

#Jackson{
top: 21px;
left: 188px;
width: 47px;
height: 38px;}

#Calhoun{
top: 60px;
left: 195px;
width: 28px;
height: 29px;}

#Gulf{
top: 89px;
left: 195px;
width: 20px;
height: 47px;}


#Gadsden{
top: 43px;
left: 228px;
width: 47px;
height: 24px;}


#Collier{
top: 440px;
left: 487px;
width: 76px;
height: 40px;}

#Collier2{
top: 420px;
left: 505px;
width: 26px;
height: 20px;}

#PalmBeach{
top: 375px;
left: 563px;
width: 70px;
height: 57px;}


#Broward{
top: 431px;
left: 563px;
width: 65px;
height: 33px;}

#MiamiDade{
top: 462px;
left: 563px;
width: 62px;
height: 82px;}

#Monroe2{
top: 573px;
left: 485px;
width: 83px;
height: 28px;}

#Monroe{
top: 484px;
left: 517px;
width: 46px;
height: 64px;}

#Liberty{
top: 65px;
left: 222px;
width: 28px;
height: 38px;}

#Franklin{
top: 103px;
left: 220px;
width: 71px;
height: 24px;}

#Leon{
top: 44px;
left: 265px;
width: 30px;
height: 37px;}

#Wakulla{
top: 79px;
left: 246px;
width: 53px;
height: 25px;}

#Jefferson{
top: 44px;
left: 303px;
width: 15px;
height: 50px;}

#Madison{
top: 46px;
left: 325px;
width: 35px;
height: 27px;}


#Taylor{
top: 75px;
left: 307px;
width: 40px;
height: 45px;}

#Alachua{
top: 114px;
left: 410px;
width: 36px;
height: 34px;}

#Baker{
top: 47px;
left: 416px;
width: 36px;
height: 41px;}

#Bradford{
top: 93px;
left: 437px;
width: 14px;
height: 20px;}


#Gilchrist{
top: 118px;
left: 389px;
width: 17px;
height: 23px;}

#Levy{
top: 142px;
left: 380px;
width: 45px;
height: 42px;}


#Union{
top: 88px;
left: 411px;
width: 25px;
height: 14px;}

#Columbia{
top: 46px;
left: 400px;
width: 15px;
height: 59px;}

#Hamilton{
top: 46px;
left: 360px;
width: 40px;
height: 22px;}

#Suwannee{
top: 70px;
left: 363px;
width: 30px;
height: 29px;}

#Lafayette{
top: 83px;
left: 347px;
width: 31px;
height: 33px;}

#Dixie{
top: 117px;
left: 347px;
width: 33px;
height: 44px;}

#Nassau{
top: 22px;
left: 452px;
width: 51px;
height: 24px;}

#Clay{
top: 82px;
left: 451px;
width: 33px;
height: 31px;}

#Duval{
top: 53px;
left: 455px;
width: 46px;
height: 28px;}

#StJohns{
top: 87px;
left: 488px;
width: 32px;
height: 38px;}

#Flagler{
top: 125px;
left: 500px;
width: 30px;
height: 32px;}

#Putnam{
top: 110px;
left: 452px;
width: 40px;
height: 40px;}

#Volusia{
top: 160px;
left: 505px;
width: 45px;
height: 42px;}

#Marion{
top: 149px;
left: 425px;
width: 60px;
height: 42px;}

#Citrus{
top: 190px;
left: 407px;
width: 33px;
height: 25px;}

#Sumter{
top: 193px;
left: 450px;
width: 20px;
height: 60px;}

#Lake{
top: 192px;
left: 471px;
width: 16px;
height: 56px;}

#Lake2{
top: 177px;
left: 491px;
width: 16px;
height: 30px;}

#Hernando{
top: 216px;
left: 414px;
width: 32px;
height: 27px;}


#Pasco{
top: 243px;
left: 406px;
width: 50px;
height: 23px;}

#Pinellas{
top: 268px;
left: 402px;
width: 15px;
height: 47px;}

#Hillsborough{
top: 268px;
left: 419px;
width: 48px;
height: 46px;}

#Polk{
top: 280px;
left: 470px;
width: 51px;
height: 34px;}

#Polk2{
top: 255px;
left: 470px;
width: 31px;
height: 24px;}

#Seminole{
top: 204px;
left: 510px;
width: 30px;
height: 18px;}

#Brevard{
top: 218px;
left: 554px;
width: 22px;
height: 80px;}

#Orange{
top: 220px;
left: 491px;
width: 53px;
height: 30px;}

#Osceola{
top: 250px;
left: 510px;
width: 43px;
height: 22px;}

#Osceola2{
top: 250px;
left: 529px;
width: 23px;
height: 67px;}

#IndianRiver{
top: 300px;
left: 554px;
width: 48px;
height: 17px;}

#StLucie{
top: 320px;
left: 577px;
width: 38px;
height: 33px;}

#Martin{
top: 354px;
left: 577px;
width: 49px;
height: 20px;}



#Okeechobee{
top: 317px;
left: 550px;
width: 24px;
height: 40px;}

#Manatee{
top: 316px;
left: 419px;
width: 50px;
height: 25px;}

#Sarasota{
top: 338px;
left: 425px;
width: 44px;
height: 38px;}

#Desoto{
top: 338px;
left: 469px;
width: 39px;
height: 31px;}

#Hardee{
top: 316px;
left: 469px;
width: 39px;
height: 22px;}

#Highlands{
top: 316px;
left: 507px;
width: 37px;
height: 50px;}

#Charlotte{
top: 369px;
left: 452px;
width: 56px;
height: 27px;}

#Glades{
top: 371px;
left: 508px;
width: 44px;
height: 24px;}

#Lee{
top: 396px;
left: 466px;
width: 42px;
height: 38px;}

#Hendry{
top: 396px;
left: 508px;
width: 55px;
height: 20px;}

#Hendry2{
top: 396px;
left: 535px;
width: 27px;
height: 45px;}


/* old map */
/*
#Escambia {
width:	30px;
height:	57px;
top:		15px;
left:		23px;
}

#SantaRosa {
width:	28px;
height:	60px;
top:		15px;
left:		50px;
}

#Okaloosa{		
width:	25px;
height:	42px;
top:		15px;
left:		78px;
}		

#Walton{		
width:	25px;
height:	55px;
top:		15px;
left:		103px;
}		

#Holmes{		
width:	32px;
height:	14px;
top:		17px;
left:		125px;
}		

#Washington{	
width:	37px;
height:	20px;
top:		34px;
left:		128px;
}	

#Bay{	
width:	38px;
height:	40px;
top:		50px;
left:		130px;
}	

#Jackson{	
width:	33px;
height:	30px;
top:		18px;
left:		167px;
}	

#Calhoun{	
width:	24px;
height:	22px;
top:		51px;
left:		170px;
}

#Gulf{	
width:	20px;
height:	40px;
top:		73px;
left:		170px;
}	

#Gadsden{	
width:	35px;
height:	14px;
top:		36px;
left:		200px;
}	

#Collier{	
width:	60px;
height:	37px;
top:		361px;
left:		420px;
}	

#Collier2 {	
width:	23px;
height:	14px;
top:		346px;
left:		433px;
}	

#Liberty{
width:	20px;
height:	30px;
top:		57px;
left:		192px;
}	

#Leon{
width:	20px;
height:	30px;
top:		36px;
left:		235px;
}	

#Leon2{
width:	40px;
height:	10px;
top:		56px;
left:		215px;
}

#Martin {	
width:	38px;
height:	17px;
top:		293px;
left:		492px;
}	

#Okeechobee {	
width:	25px;
height:	25px;
top:		265px;
left:		465px;
}	

#Highlands {	
width:	28px;
height:	38px;
top:		264px;
left:		435px;
}	

#StLucie {	
width:	30px;
height:	25px;
top:		265px;
left:		493px;
}	

#IndianRiver {	
width:	38px;
height:	17px;
top:		247px;
left:		474px;
}	

#Brevard {	
width:	33px;
height:	70px;
top:		177px;
left:		474px;
}	

#PalmBeach{	
width:	58px;
height:	47px;
top:		310px;
left:		482px;
}	

#Wakulla{	
width:	43px;
height:	15px;
top:		69px;
left:		212px;
}	

#Franklin {	
width:	58px;
height:	25px;
top:		88px;
left:		190px;
}	

#Jefferson {	
width:	23px;
height:	25px;
top:		38px;
left:		258px;
}	

#Jefferson2 {	
width:	10px;
height:	20px;
top:		63px;
left:		258px;
}	

#Madison {
width:	24px;
height:	25px;
top:		38px;
left:		282px;
}	

#Taylor {
width:	27px;
height:	33px;
top:		65px;
left:		269px;
}	

#Hamilton {
width:	31px;
height:	20px;
top:		38px;
left:		308px;
}	

#Columbia {
width:	16px;
height:	53px;
top:		38px;
left:		340px;
}	

#Baker {
width:	29px;
height:	33px;
top:		38px;
left:		356px;
}	

#Union {
width:	19px;
height:	13px;
top:		72px;
left:		356px;
}	

#Bradford {
width:	09px;
height:	21px;
top:		72px;
left:		376px;
}	

#Clay {
width:	28px;
height:	23px;
top:		69px;
left:		386px;
}	

#StJohns {
width:	22px;
height:	31px;
top:		72px;
left:		418px;
}	

#Nassau {
width:	37px;
height:	22px;
top:		18px;
left:		389px;
}	

#Suwannee {
width:	31px;
height:	22px;
top:		58px;
left:		308px;
}	

#Lafayette {
width:	36px;
height:	17px;
top:		80px;
left:		297px;
}	

#Gilchrist {
width:	16px;
height:	18px;
top:		96px;
left:		330px;
}	

#Alachua {
width:	38px;
height:	24px;
top:		96px;
left:		348px;
}	

#Putnam {
width:	38px;
height:	30px;
top:		96px;
left:		386px;
}	

#Flagler {
width:	25px;
height:	24px;
top:		106px;
left:		427px;
}	

#Volusia {
width:	33px;
height:	33px;
top:		133px;
left:		435px;
}	

#Levy {
width:	32px;
height:	37px;
top:		114px;
left:		330px;
}	

#Marion {
width:	53px;
height:	31px;
top:		128px;
left:		362px;
}	

#Citrus {
width:	32px;
height:	23px;
top:		156px;
left:		348px;
}	

#Sumter {
width:	20px;
height:	50px;
top:		159px;
left:		383px;
}	

#Lake {
width:	13px;
height:	50px;
top:		159px;
left:		405px;
}	

#Lake2 {
width:	13px;
height:	33px;
top:		140px;
left:		420px;
}	

#Hernando {
width:	27px;
height:	21px;
top:		180px;
left:		352px;
}	

#Pasco {
width:	36px;
height:	21px;
top:		202px;
left:		352px;
}	

#Hillsborough {
width:	38px;
height:	38px;
top:		223px;
left:		362px;
}	

#Polk {
width:	38px;
height:	38px;
top:		223px;
left:		403px;
}	

#Polk2 {
width:	40px;
height:	12px;
top:		210px;
left:		390px;
}	

#Osceola {
width:	40px;
height:	12px;
top:		210px;
left:		432px;
}	

#Osceola2 {
width:	30px;
height:	38px;
top:		223px;
left:		442px;
}	

#Pinellas {
width:	12px;
height:	37px;
top:		223px;
left:		347px;
}	

#Manatee {
width:	38px;
height:	18px;
top:		261px;
left:		362px;
}	

#Sarasota {
width:	38px;
height:	26px;
top:		280px;
left:		362px;
}	

#Desoto {
width:	32px;
height:	25px;
top:		279px;
left:		401px;
}	

#Hardee {
width:	32px;
height:	18px;
top:		261px;
left:		402px;
}	

#Charlotte {
width:	50px;
height:	22px;
top:		306px;
left:		382px;
}	

#Glades {
width:	50px;
height:	22px;
top:		306px;
left:		432px;
}	

#Hendry {	
width:	46px;
height:	17px;
top:		328px;
left:		434px;
}	

#Hendry2 {
width:	21px;
height:	14px;
top:		346px;
left:		458px;
}	



#Lee {
width:	32px;
height:	25px;
top:		330px;
left:		401px;
}	

#Monroe {	
width:	30px;
height:	54px;
top:		400px;
left:		450px;
}	

#Monroe2 {	
width:	90px;
height:	35px;
top:		455px;
left:		420px;
}	

#MiamiDade {
width:	52px;
height:	64px;
top:		385px;
left:		480px;
}	

#Broward {
width:	53px;
height:	24px;
top:		357px;
left:		480px;
}	

#Orange {
width:	53px;
height:	24px;
top:		183px;
left:		420px;
}	

#Seminole {
width:	16px;
height:	14px;
top:		167px;
left:		440px;
}	

#Dixie {
width:	28px;
height:	32px;
top:		98px;
left:		300px;
}	

#Duval {
width:	37px;
height:	22px;
top:		43px;
left:		389px;
}	
*/

ul#counties li a{
  display: block;
  height: 100%;
  text-decoration:none;
}

ul#counties li a span {
  display: none;

}
 
ul#counties li a:hover {
	background:none;
}

ul#counties li a:hover span {
  display: block;
  padding: 5px;
  width: 280px;
  background: #222;
  position: relative;
  top: 50%;
  font: 13px Arial, Helvetica, sans-serif;
  opacity: .85;
  filter:alpha(opacity=85);
  color: #fff;
}

