body {
	font: 2em 'Quicksand', sans-serif;	
	text-align: center;
	padding-top:30px;
	color: #000;
}

h1, h2, h3 {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	font-weight: normal;	
}

h1 {
	font-size: 2em;	
	margin: 15px 0px;
}

h2 {
	font-size: 1.5em;	
	margin: 15px 0px;
}

h3{
	font-size: 1em;
	margin: 15px 0px;	
}

ul {
	width: 100%;
	text-align: center;	
	margin: 15px 0px;
	padding: 0px;
}

ul li {
	display: inline;
	cursor: pointer;
	list-style-type: none;	
	padding: 0px 30px;
}

a, a:visited {
	cursor: pointer;
	color: #777;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;		
}

a:hover {
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

.noselect, a.noselect, a.noselect:visited, a.noselect:hover {
	color: #ddd;	
	font-weight: normal;
	cursor: default;
}

.select, a.select, a.select:hover {
	color: #000;	
	font-weight: normal;
}

.arrow {
	margin: 50px 0px;
	color: #ddd;	
}

.hidden {
	display: none;	
}

#L3a {
	margin-top: 30px;	
}

#L5 #location {
	width: 50%;
	height: 30px;
	border: 1px solid #777;
	border-radius: 5px;	
	font-size: .5em;
	color: #000;
	text-align: center;
}

#L5 #submitButton {
	cursor: pointer;
	width: 100px;
	height: 40px;
	border: 1px solid #777;
	background-color:#CCC;
	border-radius: 5px;	
	font-size: .5em;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

#L5 #submitButton:hover {
	background-color: #999;	
}

iframe {
	width: 100%;
	height:700px;
	border:0px;	
}