/**************************************************************
Theme: Coda - Derived From: Arbor
Layout: Layout 1 with Title - Derived From: Layout 1 with Title
*************************************************************/* START -> DO NOT EDIT THIS SECTION */
/* START -> DO NOT EDIT THIS SECTION */
#zA {
  width: 100%; /* Make the main content area take up the full width */
}

#zB,
#zC {
  display: flex; /* Use flexbox for the left and right columns */
  flex-direction: row; /* Stack elements vertically */
}

#zB {
  flex: 1; /* Make the left column take up the remaining space */
}

#zC {
  flex: 0 0 200px; /* Set a fixed width for the right column */
}

#zB #mapZone {
  width: 100%; /* Make the map take up the full width of the left column */
  height: 240px;
}

#zB #drivingDirectionsLnk {
  top: 245px;
}

#zC form#contactForm {
  width: 100%; /* Make the contact form take up the full width of the right column */
}

/* END -> DO NOT EDIT THIS SECTION */

