
body { 
	font-family: Montserrat; 
	font-size: 12pt; 
	color: #000000; 
	list-style-type:circle; 
	background-color:#FFFFFF;
    height: 100%
}
p {
    margin: 0;
    line-height:140%
}
h1 { 
	border-style:solid; 
	border-width:0px; 
	font-family: Montserrat; 
	font-size: 24pt; 
	color: #FFFFFF; 
	text-align:center; 
	padding-left:4px; 
	padding-right:4px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-color:#003300 
}
h4 { 
 
	font-family: Montserrat; 
	font-size: 24pt; 
	color: #003300; 

}
h2 { 
	font-family: Montserrat; 
	font-size: 18pt; 
	color: #000000 
}
h3 { 
	font-family: Montserrat; 
	font-size: 14pt; 
	color: #000000 
}
h5 { 
	font-family: Montserrat; 
	font-size: 12pt; 
	color: #000000 
}

div {
	text-align: left
}
div#nav {
	width:125px;
	background-color: solid white;
	float: left;
	padding: 0px
}
#nav h2 {
	font-size: 24pt;
	margin: 0px;
	border-bottom: 2px solid white;
	padding: 3px 2px;
	color: #003300;
	text-align: center
}
ul.main_nav {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.main_nav li {
	border-bottom: 1px solid white
}
ul.main_nav li a:link, ul.main_nav a:visited {
	text-decoration: none;
	display: block;
	padding: 6px 4px;
	color: grey;
	font-size: 12pt;
	width: 117px
}
ul.main_nav li a:hover {
	padding: 6px 4px 6px 1px;
	border-left: 3px solid #700;
	color: black;
	font-size: 12pt
}
#navContainer {
margin:0;
padding:0px;
background-color:solid #922;
text-align:left;
width:125px;
}
#navContainer ul{
margin:0;
padding:0;
list-style:none;
}
#navContainer ul li {
position:relative;
}
#navContainer ul li span{
display:block;
background-color: solid #922;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300 0;
}
#navContainer ul li a{
text-decoration:none;
color:grey;
background: #eeeeee;
display:block;
padding:6px 4px;
font-size: 12pt;
width:117px
}
#navContainer ul li a:hover{
	padding: 6px 4px 6px 1px;
	border-left: 3px solid #003300;
background: #cccccc;
	color: black;
	font-size: 12pt
}
#navContainer ul ul{
position:absolute;
display:none;
}
#navContainer ul ul li a{
background:#eeeeee;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
width:200px;
}
#navContainer ul li:hover ul{
width:80%;
position:absolute;
display:block; left:125px;
top:0;
}
      #map_canvas {
        width: 500px;
        height: 400px;
      }
@font-face {
    font-family: Montserrat;
    src: url(fonts/montserrat.otf);
}
/* Popup box BEGIN */
/* Popup container */
.popup {
  position: relative;
  display: inline-block;

}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/* Popup box BEGIN */