﻿.mainfm {
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	position: static;
	background-color: #fcfdb9;
	z-index: 5;
}

div {
	font: 16px Calibri, san-serif;
} 

.fmMapOne {
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100vw; 
	position: absolute;
	background-color: #7ef7d8;
	height: 100vh;
	z-index: 1;
}

.fmMapTwo {
	top: 0px;
	left: 25%;
	width: 25%;
	height: 100vh;
	border: 0;
	position: absolute;
	z-index: 6;
}

@media screen and (max-width: 800px){
	.fmMapTwo {
		overflow: hidden;
		top: 0px;
		left: 20px;
		width: 100%;
		height: 99vh;
		position: absolute;

		z-index: 6;
	}
}

.fmMapThree {	
    top: 0px;
    left: 50%;
	width: 40%;
	height: 90%;
	border: 0;
    position: fixed;
    z-index: 10;
}

@media screen and (max-width: 800px){
	.fmMapThree {
		overflow: hidden;
		top: 0px;
		left: 100%;
		width: 100%;
		height: 99vh;
		position: absolute;
		z-index: 12;
	}
}

.fmBodOne {
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	background-color: #e8aff7ef;
    position: absolute;
    z-index: 7;
}

@media screen and (max-width: 800px){
	.fmBodOne {
		overflow: hidden;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		background-color: #e8aff7ef;
		position: absolute;
		z-index: 7;
	}
}


.fmBodTwo {
	top: 10px;
	left: 2px;
	width: 90%;
	height: 80%;
	overflow-y: scroll;
	border: hidden;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 800px){
	.fmBodTwo {
		top: 150px;
		left: 2px;
		width: 95%;
		height: 100%;
		background-color: #e3aff7fb;
		overflow-y: scroll;
		border: hidden;
		position: absolute;
		z-index: 9;
	}
}

.fmBodThree {
	top: 10px;
	height: 85%; 
	width: 40%;
	left: 50%;
	position: absolute;
	border: hidden;
	overflow: hidden;
}



@media screen and (max-width: 800px){
	.fmBodThree {
		top: -120px;
		height: 85%; 
		width: 90%;
		left: 10%;
		position: absolute;
		border: hidden;
		overflow: hidden;
	}
}

.fmLibTwo {
	top: 5px;
	height: 95%;
	width: 60%;
	left: 40%;
	position: fixed
}

.wcpopup {
	width: 300px;
	top: 100px;
	left: 120px;
	height: 40px;
	position: absolute;
	background: rgb(204, 230, 204);
	text-align: center;
	z-index: 11;
}

a {
	color: #000000;
	text-decoration: none;
	top: 20px;
	font-size: 12px;
}
a:hover{
	color: #FF00FF;
}

a:active{
	color: #00FF00;
}
.infoDiv {
	padding: 3px;
	margin: 0;
	border: 2px solid blue;
	color: black;
	background-color:rgb(86, 235, 106);
	width:200px;
	font-size: 8pt;
	box-sizing: content-box;
}

