/*	jre_Agents.css - styles just for Agents.asp
*/
/* set the You Are Here link */
a.IslandMapLink { background-position: -560px  -120px; }

/* the map image */
img { border: 1px solid #005d83; 
	  margin-left: auto; margin-right: auto;
	  margin-top: 0px; margin-bottom: 0px; }
/* the thumbnails */
img.mapthumb {	height: 150px; width: 200px;
	  			margin: 10px 0px 0px 0px;
	  			border: 1px solid #005d83;
}

/* text styles */
p.maptitle { font-weight:bold;
			  margin: 25px 0px 0px 15px;
}
p.mapmiles { font-weight:normal;
			  margin: 0px 0px 0px 15px;
}
p.mapdescription { font-weight:normal;
			  margin: 10px 40px 0px 15px;
}

/* table */
td { vertical-align:top; text-align:left; }

