

#map_container
{
    position: relative; 
    width: 700px; 
    height: 432px; 
    float: left; 
    background-color: white;
    margin-bottom: 20px;
    font-size: small;
}


/* map_america
===================================================================*/

.map_america
{ 
		position: relative; 
    float: left;
    border: 1px solid black;
    height: 433px; 
}

/* specific pilgrimage page links */         
.map_america a
{
		position: absolute; 
		font-size: .8em;
}

/* dots - IE needs the font-size set for dots */
.map_america .map_america_dot a 
{
		width: 5px; 
		height: 5px; 
		background-color: blue; 
    font-size: .1em; 
}

/* labels in upper left corner */
#america
{
		position: absolute; 
    top: 0px;
    left: 0px;
  	color: #FF6600;
  	background: #FFEECC;
}

/* map_america name
===================================================================*/

#name-vancouver
{
    top: 7px;
    left: 83px;
}

#name-camp_irving
{
    top: 160px;
    left: 45px;
}

#name-san_francisco
{
    top: 170px;
    left: 42px;
}

#name-oakland
{
    top: 180px;
    left: 45px;
}

#name-pasadena
{
    top: 240px;
    left: 80px;
}

#name-minneapolis
{
    top: 110px;
    left: 310px;
}

#name-madison
{
    top: 125px;
    left: 376px;
}

#name-chicago
{
    top: 150px;
    left: 450px;
}
 
#name-detroit
{
    top: 135px;
    left: 505px;
}

#name-bay_city
{
    top: 110px;
    left: 490px;
}

#name-des_moines
{
    top: 150px;
    left: 310px;
}

#name-st_louis
{
    top: 200px;
    left: 416px;
}

#name-memphis
{
    top: 250px;
    left: 426px;
}

#name-thousand_island_park
{
    top: 58px;
    left: 570px;
}

#name-ridgely_manor
{
    top: 127px;
    left: 600px;
}

#name-new_york_city
{
    top: 145px;
    left: 610px;
}

#name-green_acre
{
    top: 100px;
    left: 635px;
}

#name-boston
{
    top: 110px;
    left: 635px;
}


/* map_america dot
===================================================================*/

#dot-vancouver
{
    top: 15px;
    left: 75px;
}

#dot-camp_irving
{
    top: 168px;
    left: 37px;
}

#dot-san_francisco
{
    top: 178px;
    left: 34px;
}

#dot-oakland
{
    top: 188px;
    left: 37px;
}

#dot-pasadena
{
    top: 248px;
    left: 72px;
}

#dot-minneapolis
{
    top: 118px;
    left: 380px;
}

#dot-madison
{
    top: 133px;
    left: 426px;
}

#dot-chicago
{
    top: 158px;
    left: 442px;
}
 
#dot-detroit
{
    top: 143px;
    left: 497px;
}

#dot-bay_city
{
    top: 118px;
    left: 482px;
}

#dot-des_moines
{
    top: 158px;
    left: 380px;
}

#dot-st_louis
{
    top: 208px;
    left: 408px;
}

#dot-memphis
{
    top: 258px;
    left: 418px;
}

#dot-thousand_island_park
{
    top: 98px;
    left: 562px;
}

#dot-ridgely_manor
{
    top: 133px;
    left: 592px;
}

#dot-new_york_city
{
    top: 153px;
    left: 602px;
}

#dot-green_acre
{
    top: 108px;
    left: 627px;
}

#dot-boston
{
    top: 118px;
    left: 627px;
}

