html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#map {
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
#student {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
	position: absolute;
	display: none;
	white-space: nowrap;
}
#infolayer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	text-align: center;
}
#infolayer div.student {
	width: 600px;
	margin: auto;
	padding: 100px 0;
}
#infolayer div.student img {
	display: block;
	float: left;
	margin-right: 25px;
}
#details {
	margin-left: 300px;
}
#infolayer div.student h2 span {
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	color: black;
	text-transform: uppercase;
}
#infolayer div.student h1 {
	margin-bottom: .5em;
}
#infolayer div.student h2 {
	margin-bottom: 0;
}
#infolayer div.student p {
	margin-top: 0;
}
#infolayer div.student p span {
	background-color: black;
}
#infobutton {
	display: none;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}
#infobutton img {
	cursor: pointer;
}
#menu {
	display: none;
	left: 50px;
	line-height: 18px;
	padding: 0 50px 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 25px;
	width: 90%;
	z-index: 1000;
}
#menu div:hover,
#menu div.here {
	color: #FFFF00;
}
#menu div ul.submenu {
	display: none;
}
#menu div {
	cursor: pointer;
	display: inline;
}
.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 20px;
}
#menu div.style1 {
	font-family: Georgia,"Times New Roman",Times,serif;
}
#infolayer .text,
#list {
	margin: auto;
	width: 600px;
	padding: 100px 10px;
}
#info.text {
	background: url(elements/hatch.gif);
}
#list {
	padding: 100px 0;
}
#list h1 {
	text-transform: uppercase;
}
#list span {
	cursor: pointer;
}
#list span:hover {
	color: #FFFF00;
}
#intro {
	margin-top: 0px;
}
#intro span {
	text-transform: uppercase;
}
#intro span:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}
#top h1 {
	margin-bottom: 0;
}
#top h2 {
	margin-top: 10px;
}
#mid h1,
#bot h1 {
	margin: 0;
}
#expo img.uploaded {
	border: 3px solid white;
	margin-bottom: 15px;
}
#t1 {
	border: 0px;
	height: 0px;
	width: 0px;
}
#upload {
	display: none;
	left: 30%;
	padding: 10px 20px;
	position: absolute;
	top: 40%;
	width: 304px;
}
#upload h1 {
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
#upload h1 span {
	background-color: yellow;
}
#upload input[type=submit] {
	background-color: yellow;
	border: none;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}
#upload input[type=file] {
	margin-bottom: 22px;
}
#progress {
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
}
.fileinputs {
	height: 30px;
	position: relative;
}
.fileinputs div {
	left: 0;
	position: absolute;
	top: 0;
}
.fileinputs div input {
	background-color: white;
	border: 1px solid yellow;
	margin-right: 10px;
	width: 221px;
}
.fileinputs input[type="file"] {
	filter: alpha(opacity: 0);
	text-align: right;
	opacity: 0;
	position: relative;
	z-index: 2;
	width: 304px;
}
.fakefile img {
	vertical-align: middle;
}
#upload img {
	cursor: pointer;
}
