/* --- Slow Travel Style Sheet for Google Maps pages --- */

/* MAP defining google map size */

div#map
 {
 width: 750px;
 height: 600px;
 }
 
/* INFORMATION WINDOW that popsup over marker */

div.infowindow
 {
 width: 250px;
 margin: 0;
 padding: 0;
 border: none;
 }
 
div.infowindow h3
 { 
 font-weight: bold; 
 font-size: 13px; 
 text-decoration: none;
 border: none;
 color: #000066; 
 margin: 0;
 padding: 0;
 }

div.infowindow p
 { 
 font-size: 13px; 
 line-height: 130%;
 margin: 0; 
 padding: 0;
 }
 
div.infowindow img
 {
 float: right; 
 margin: 0 0 10px 10px; 
 border: none;
 }

div.infowindow a:link,
div.infowindow a:visited
 { 
 color: #000066; 
 text-decoration: underline; 
 }
 
div.infowindow a:hover
 { 
 color: #CC0000; 
 text-decoration: underline; 
 }
 
div.infowindow a:active
 { 
 color: #CC0000; 
 text-decoration: underline; 
 }
