body
{
   OVERFLOW: hidden;
   margin: 0px 0px 0px 0px;
   vertical-align: top;
   outline: none;
}

#EscapeMap
{
   margin: 0px 0px 0px 0px;
   width: 100%;
   height: 100%;
/* background: #04B0D8 url('../maps/pageBg.jpg') repeat-x; */
   position:absolute ;
   text-align: center;
   z-index: 1;
   vertical-align: top;
}

#MapNav
{
   text-align: left;
   height: 103px;
   margin-left:5px;
   position: absolute;
   top: 5px;
   left: 5px;
   z-index: 3;
}

#MapBody
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	z-index: 2;
	width: 100%;

}

#MapTitle
{
   width: 100%;
   position: absolute;
   z-index: 4;
   text-align: center;
}

.MapTitleTxt
{
   font-weight: 600;
   font-size: 1.6em;
   COLOR: #E88E09;
  /* COLOR: #EC9B17; */
   text-align: center;
   vertical-align: top;  
}

#MapCopyright
{
   width: 100%;
   z-index: 5;
   vertical-align: bottom;
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   font-size: 0.6em;
   COLOR: #458DCE;
 /*  margin-top: -22px; */
   padding-left: 10px;
}
#MapInfo1
{
	display: inline;
	text-align:left;
	position:absolute;
   z-index: 6;
   vertical-align: bottom;
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   font-size: 0.6em;
   COLOR: #404040;
 /*  margin-top: -22px; */
   padding-left: 10px;
     top: 10px;
   right: 5px;
}

A.MapNavLink:link, A.MapNavLink:visited, A.MapNavLink:active
{
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   font-size: 0.8em;
   COLOR: #679000;
   word-spacing: 1px;
   text-decoration: none;

}
A.MapNavLink:hover
{
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   color: #F19113;
   word-spacing: 1px;
   text-decoration: none;

}
A.MapNavLinkOn:link, A.MapNavLinkOn:visited, A.MapNavLinkOn:active
{
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   font-size: 0.8em;
   COLOR: #F19113;
   word-spacing: 1px;
   text-decoration: none;

}
A.MapNavLinkOn:hover
{
   font-family: Verdana, Arial;
   FONT-WEIGHT: 500;
   color: #F19113;
   word-spacing: 1px;
   text-decoration: none;

}

.transparent  
{   
   filter:alpha(opacity=60);    
   -moz-opacity: 0.6;    
   opacity: 0.6;    
} 
  
/*	HACKS/FIXES */
/*** Holly Hack, see http://www.positioniseverything.net/easyclearing.aspxl ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
   
}

