@font-face {
    font-family: Montserrat;
    src: url(fonts/montserrat.otf);
    }

body { 
	font-family: Montserrat; 
	font-size: 14pt; 
	color: #000000; 
	list-style-type:circle; 
	background-color:#FFFFFF;
    height: 100%
}
p {
    margin: 0
}
td { 
	font-size: 16pt; 
}
h1 { 
	border-style:solid; 
	border-width:0px; 
	font-family: Papyrus; 
	font-size: 24pt; 
	color: #FFFFFF; 
	text-align:center; 
	padding-left:4px; 
	padding-right:4px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-color:#2D0057 
}
h4 { 
 
	font-family: Montserrat; 
	font-size: 24pt; 
	color: #2D0057; 

}
h2 { 
	font-family: Montserrat; 
	font-size: 18pt; 
	color: #2D0057 
}
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: #2D0057;
	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:197px;
}
#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 #2D0057;
border-bottom: 1px solid #2D0057 0;
}
#navContainer ul li a{
text-decoration:none;
color:grey;
background: #eeeeee;
display:block;
padding:6px 4px;
font-size: 12pt;
width:190px
}
#navContainer ul li a:hover{
	padding: 6px 4px 6px 1px;
	border-left: 3px solid #2D0057;
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 #2D0057;
border-bottom: 1px solid #2D0057;
width:200px;
}
#navContainer ul li:hover ul{
width:80%;
position:absolute;
display:block; left:197px;
top:0;
}
      #map_canvas {
        width: 500px;
        height: 400px;
      }
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */