html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fff;
  color: #231f20;
  font-family: Arial, Helvetica, sans-serif;
}
#map {
  width: 90%;
  height: 450px;
  margin: 1em auto 2em auto;
  border: 2px solid #004494;
}
.gm-style img {
  max-width: none!important;
}
strong {
  font-weight: bold;
}
h1, h2, h3, h4 {
  text-align: center;
}
#container {
  width: 80%;
  max-width: 320px;
  margin: 40px auto 10px auto;
  text-align: center;
}
#logo {
  margin-bottom: 10px;
}
#logo img:hover, #logo img:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
a, img {
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
h2 {
  font-size: 18px;
  font-style: italic;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 0 0;
}
h3 span {
	font-size: 22px;
	font-weight: normal;
}
p, h2, .iw {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.iw img {
  max-width: 90%;
  max-height: 240px;
  margin: 10px 0;
}
a {
  color: #f58220;
  text-decoration: none;
}
a:hover, a:focus {
  color: #004494;
}