*::-webkit-scrollbar {
  width: 0;
}

body {
	margin: 0;
	font-family: verdana, sans-serif;
}

main {
	min-height:100%; 
	position:relative;
	padding:10px 0 32px 0;
}

h1 {
	font-family: "Futura MdCn BT Medium", "Futura MdCn BT", "Futura", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	background: url("../graphics/header-bgr.png") repeat-x;
	background-color:#426164;
	height: 45px;
	letter-spacing:1px;
	color: white;
	line-height: 45px;
	padding-left: 21px;
	margin: 0 0 0 0;
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}

#content {
	margin-left:305px;
}

iframe {
	border:none;
	position:relative;
	top: 0;
	left: 0;
    height: 90vh; 
    width: 100%;
}

#menu {
	font-weight: bold;
	width:300px;
	min-width:300px;
	float: left;
	margin: 0;
	padding-bottom:32px;
}

#menu li {
	margin-left: -1.2em;
	margin-bottom: .5em;
}
#menu a {
	color: black;
	text-decoration: none;
}
#menu img {
	padding-right: 1em;
}

#close {
	margin-top: 4px;
	margin-left: 50px;
	float:left;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
}	
.row {	
	font-family: "Helvetica Neue 37 Thin Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	/* background: url("../graphics/footer-bgr.png") repeat scroll 0 0 transparent; */
	background-color:#426266;
	/* color: rgb(0, 0, 0); */
	padding: 2px 0;
	margin-top: 0.8em;
	height: 32px;
}

.mleft {
	font-size: 11px;
	color:white;
	text-align:center;
}

.close img {
	max-width: 100%; 
	height: auto;
}
