#rightCol .mainDiv{
	margin: 0 0px 25px 25px;
}
#location_map {
   width: 495px;
   height: 588px;
   font-family: Arial, sans-serif;
   background-image: url(../images/content/location-map.gif);
   margin: 10px 0 0.5em 0;
   border: 1px solid #4F4537;
}

#location_map_message {
   font-family: Arial, sans-serif;
   background-color: #322;
   color: #FFF;
   border: 1px white solid;
   padding: 8px;
   text-align: left;
   /*white-space: nowrap;*/
}

#location_map_message h3,
#location_map_message p {
   font-size: 11px;
   line-height: 1.4em;
   margin: 0;
   padding: 0;
}

#location_map_message h3 {
   text-decoration: underline;
}


.location_map_point {
   color: #000;
   padding: 3px;
   font-size: 9px;
   font-weight: bold;
   /*border: 0px white solid;*/

   border-width: 0 2px 2px 0;
   border-color: #000;
   border-style: solid;

   line-height: 1em;
   width: 1em;
   text-align: center;
   background-color: #FEDE58;
   cursor: pointer;
}

.location_map_point:hover {
   background-color: #930;
   color: white;
}


/* MUSEUEMS */
a.location_map_point.Museum {
   background-color: #99F;
}
.location_map_point.Museum:hover {
   background-color: #009;
}
.location_map_textblock.Museum h3 strong {
   background-color: #CCF;
   color: #000;
}
#location_map_key li.Museum strong {
   background-color: #99F;
   color: #99F;
}


/* CULTURAL */
a.location_map_point.Cultural {
   background-color: #9F9;
}
.location_map_point.Cultural:hover {
   background-color: #090;
}
.location_map_textblock.Cultural h3 strong {
   background-color: #9F9;
   color: #000;
}
#location_map_key li.Cultural strong {
   background-color: #9F9;
   color: #9F9;
}

/* OTHER */
a.location_map_point.Other {
   background-color: #FEDE58;
}
.location_map_point.Other:hover {
   background-color: #930;
}
.location_map_textblock.Other h3 strong {
   background-color: #FEDE58;
   color: #000;
}
#location_map_key li.Other strong {
   background-color: #FEDE58;
   color: #FEDE58;
}

/* SHOPPING */
a.location_map_point.Shopping {
   background-color: #F99;
}
.location_map_point.Shopping:hover {
   background-color: #F00;
}
.location_map_textblock.Shopping h3 strong {
   background-color: #F99;
   color: #000;
}
#location_map_key li.Shopping strong {
   background-color: #F99;
   color: #F99;
}

#location_map_text {
   font-family: Arial, sans-serif;
   font-size: 11px;
   margin: 0;
   width: 495px;
}

#location_map_text td {
   padding-right: 15px;
   vertical-align: top;
   line-height: 1.3em;
   width: 33%;
   
}

#location_map_text .location_map_textblock {
   padding-bottom: 1em;
}

#location_map_text .location_map_textblock h3,
#location_map_text .location_map_textblock p {
   font-size: 11px;
   line-height: 1.1em;
   padding: 0;
   margin: 0;
}

#location_map_text .location_map_textblock h3 {
   margin-bottom: 0.25em;
   color: #FFF;
}

#location_map_text .location_map_textblock h3 strong {
   padding: 0 0.25em;
}

#location_map_key {
   font-family: Arial, sans-serif;
   font-size: 11px;
   margin-bottom: 1em;
}

#location_map_key ul,
#location_map_key li {
   margin: 0;
   padding: 0;
   list-style: none;
}

#location_map_key li {
   display: inline;
   margin: 0 1em 0 0;
}

#location_map_key li strong {
   padding: 0 0.25em;
}
