/*  Important! The Width/Height is now controlled via the CSS, see below  */
/*  The map id matches the current page alias after the '#GoogleMap_'.. see map template for more info */

#GoogleMap_contact-us .Google_Map
{
    height: 300px; 
    width: 250px;
}

.infoBox {
  padding: 0.5em;
  border: 1px solid black;
  background-color: #fff;
}

.m_tooltip {
  padding: 0.5em;
  border: 1px solid black;
  border-radius: 3px;
  background-color: white;
}
/* Stylesheet: Google Map Modified On 2014-02-25 12:47:56 */
/*----------- FAQ Sample CSS ----------- */

.faq_q {
  margin-top:15px;
  padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;
  cursor:pointer;
}

.faq_a {
  margin:4px 0;
  padding:0px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#eee;
}

/* Stylesheet: FAQ module Modified On 2014-06-16 14:14:48 */
