html, body, #wrapper {width:100%; height:100%; padding: 0; margin: 0;}
body > #wrapper { height: auto; min-height: 100%; }


#map {
	width: 100%;
	height:100%;
	background: black;
	z-index:1;
	position: relative;
}

body {
    font-family: 'Noto Sans', Arial,sans-serif;
    font-size:100%;
}

h1{
	font-size:1.8em;
}
h2{
	font-size:1.6em;
	font-weight:normal;
}

a{
	color: #1F3B58;
}

figure img {
	max-width: 100%;
}

figure a img{
	cursor: zoom-in;
}

figcaption {
	font-style: italic;
	font-size: .8em;
}

#toppad {
	width:100%;
	height:50px;
}

#header {
	background-color:white;
	z-index:8;
	width:100%;
	height:50px;
	top:0;
}

#filter {
    position: absolute;
    top: 110px;
    right: 10px;
    width: 300px;
    height:auto;
    background: #F2F2F2;
    z-index:10;
    padding:0px 10px 10px 10px;
    border-radius: 3px 3px 3px 4px;
    border-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px;
    overflow: scroll;
    text-align: left;
    font-size: .8em;
    color: rgb(102, 102, 102);
    -o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

select {
    max-width:210px; 
    overflow:visible; 

}
option {
          border-bottom: solid 1px #DDDDDD;
          max-width: 210px;
          overflow: visible;
}

/* Filter collapse*/

#filter h2 { display: inline;}

#filter_tab {
    display:none; 
    height:auto;
    margin:0;
    float: left;
}

#filter:hover {border-color: #1F3B58; background-color: #F7F7F7;}

.show {
    display: none; 
}

.hide:target + .show {
    display: inline; 
}
.hide:target {
    display: none; 
}
.hide:target ~ #filter_tab {
    display:inline; 
}

a.hide img, a.show img {
	position: absolute;
	top: 5px;
}

a.hide, a.show {
	position: absolute;
	padding-left: 5px;
}

/* End Filter collapse */

#menu {
	background-color:white;
	height:auto;
	width:840px;
	margin-left: auto;
    margin-right: auto;
    z-index:9;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #1F3B58;
}

#menu.index {
	border-style: none;
}
	
#menu a {
	text-decoration:none;
	font-size: 1.3em;
	color: rgb(102, 102, 102);
}

#menu a:hover {color:rgb(40, 40, 40); text-decoration:underline;} 

#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
    text-align: center
}

#menu li {
	display: inline;
	padding: 2px;
	width: 20%;
	display:inline-block;
}

   

table {
	font: 12px/18px;
}

td {
	vertical-align:bottom
}

#content {
	height: auto;
	width:800px;
	padding-top:35px;
	padding-bottom: 3em;
	margin-left: auto;
    margin-right: auto;
}

form {
	font-family: 'Noto Sans', Arial,sans-serif;
}

.ss-required-asterisk{color:#c43b1d}
.error,.required{border:2px solid #c43b1d}
.required-message,.error-message{color:#c43b1d;display:none;font-size:13px}
.required~.required-message,.error~.error-message{display:block}
ul.ss-choices.required{margin-left:-3px;margin-top:-3px;padding-left:4px;padding-top:4px}
.docs-offscreen{position:absolute;left:-10000px;top:-10000px}

.ss-form-question{
	padding:.6em;
}


input {
width:375px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

textarea {
width:375px;
height:150px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.ss-secondary-text{color:#666}

input#ss-submit {
width:100px;
background:#F5F5F5;
color:black;
height:30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1p solid #999;
}
input#ss-submit:hover {
background:#fff;
color:#09C;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}


#footer {
	clear: both;
	background-color:white;
	z-index:8;
	width:100%;
	height:3em;
	margin-top: 3em;
	font-size: .8em;
	color: rgb(102, 102, 102);
	position:relative;
	bottom:0;
}

#footer a {
	text-decoration:none;
	color: rgb(102, 102, 102);
}

#footer a:hover {color:rgb(40, 40, 40); text-decoration:underline;}

.footeritem {
	float: left;
	margin-right: 10px;
}

#footmenu {
	background-color:white;
	height:auto;
	width:800px;
	margin-left: auto;
    margin-right: auto;
    z-index:9;
}

#about1 {
	width: 380px;
	float: left;
}

#about2 {
	width: 380px;
	float: left;
	margin-left: 40px;
}


@media only screen and (max-device-width: 480px) {
}