#map-content{
        float:left;
        width:920px;
        padding:10px 15px 20px 0px;
        margin-left:-15px;
        position:relative;
        }

        #map-container{
        border:solid 1px #b6b7c9;
        width: 670px;
        height: 408px;
        }

        #map
        {
            width: 662px;
            height: 400px;
	        float:left;
	        margin:4px;
        }

		
		
        .map-info p{
        font-size:75%;
        }

        .map-info h1, #featured-places strong{
        margin:5px 0px 0px 25px;
        line-height:20px;
        display:inline;
        font-weight:bold;
        }
        
        .map-info h1
        {
        	font-size:80%;
        	display:block;
        }
        
        #featured-places strong
        {
        	
        	font-size:110%;
        	line-height:12px;
        	height:22px;
        	display:block;
        }

        .map-info .text{
        float:left; 
        width:185px; 
        padding-left:5px;
        }

        .map-logo{
        float:left; 
        padding-top:15px;
        }

        .tooltip
        {
            background: #fff;
            border:1px solid green;
        }
        #featured-places
        {
            margin: 0px 0px 0px 5px;
            padding:0px 10px;
            width:250px;
            height:408px;
            border:solid 1px #d9d7d2;
			position:absolute;
			top:10px;
			left:670px;
			background-color:#fbfbfb;

        }
        ul.GoogleSearch
        {
            margin: 5px 0px 0px 0px !important;
            padding: 0px !important;
			width:300px;
        }
        ul.GoogleSearch li
        {
            display: block;
            color: black;
            text-decoration: none;
            margin-right: 10px;
            cursor: pointer;
			font-size:90%;
			list-style:none;
			clear:left;
			padding-top:4px;
        }
		ul.GoogleSearch li img{
			margin-right:5px;
			width:22px;
			float:left;
		}
		
		ul.GoogleSearch li div{
			
			width:200px;
			float:left;
			margin-top:5px;
		}
		
		ul.GoogleSearch li div p{
		font-size:100%;
		margin:5px 0px;
		}
		
		
        .map-header-1{
        background:url(../images/museum-marker.jpg) no-repeat 0px 5px;
        height:27px;
        padding:5px 0px 0px 5px;
        margin-top:-5px;
        margin-left:-1px;
        }

        .map-header-2{
        background:url(../images/two.jpg) no-repeat 3px 0;
         
        }

        .map-header-3{
        background:url(../images/three.jpg) no-repeat 3px 0px;
         height:24px;
        }

        .map-header-4{
        background:url(../images/four.jpg) no-repeat 3px 0;
         
        }

        .map-header-5{
        background:url(../images/five.jpg) no-repeat 3px 0;
         
        }
        .map-header-6{
        background:url(../images/six.jpg) no-repeat 3px 0;
         
        }

        .map-header-7{
        background:url(../images/seven.jpg) no-repeat 3px 0;
         
        }
        .map-header-8{
        background:url(../images/eight.jpg) no-repeat 3px 0;
         
        }

        .map-header-9{
        background:url(../images/nine.jpg) no-repeat 3px 0;
         
        }
        
        .map-header-10{
        background:url(../images/ten.jpg) no-repeat 3px 0;
         
        }

        .map-header-11{
        background:url(../images/eleven.jpg) no-repeat 3px 0;
         
        }
        
        img.gmnoprint{display:block;}
        
        /***Toggle Directions**/
        
        .bar-off, .bar-selected
        {
        width:250px;
        height:24px;
        margin-left:-10px;
        padding:7px 0px 0px 20px;
        }
        
        .bar-off
        {
        background:url('../images/directions.jpg') repeat-x;
        }
        
        #content .bar-off h3
        {
        	color:#494949;
        }
        
        .bar-selected
        {
        background:url('../images/directions-selected.jpg') repeat-x;
        }
        
         
        #content .bar-selected h3
        {
        	color:#034ea4;
        }
        
        .selected, .directions-on
        {
        	display:block;
        }
        
        .directions-off
        {
        	display:none;
        }
        
         #featured-places a:hover, a h3:hover
 {
 	text-decoration:none;
 	cursor:pointer;
 }
        
        /**/
