@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
html {
	height: 100%;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 54%;
	margin: 0;
	padding: 0;
	//background-color: #459BDA;
	background-color:#6AB5D4;
}

#wrapper {
	position:relative;
	margin: 0;
	padding: 0;
	width:100%

	}
.fbImage{
	float:right;
	margin-right:4%;

	width:30%;
}


.titleImage {
	margin-left:2%;
	float:left;

	width: 48%;
}

.sponsorImage {

	float:left;
	display:inline-block;
	margin-right:14px;

}


.teamImage {
	margin-right:4%;
	padding-top:20px;
	float:right;
	z-index:7;
}

.posterImage {
	margin:0 auto;
	padding-top:100px;
	width: 700px;
}


image {
	border: 0px;
}

img {
	//float:left;
	//margin-right:20px;
	//margin-bottom:15px;
	//margin-top:15px;
	border: none;
	outline: none;
}
a {
	outline: none;
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	outline: none;
	color:#000;
}
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border:0px;
	text-decoration:none;
	outline: none;
	border-style:none;
}
a img {
	border: none;
	outline: none;
	display: block;
}
p {
	font-size: 2em;
	font-weight: normal;
	line-height: 2.4em;
 //margin-bottom: 15px;
 //margin-top: 5px;
}
h1 {
	font-size: 2.9em;
	font-weight: bold;
	line-height: 3.6em;
 //margin-top: 30px;
 //margin-bottom: -14px;
	text-transform:uppercase;
	color:#000;
}
h2 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 2.6em;
	margin-top: 20px;
}

.bioimage  {
    float: left;
    margin-bottom: 20px;
    margin-left: 0px;
	margin-right: 20px;
    margin-top:5px;

}





/* ------------- header ---------------- */


#header {
	position: relative;
	top: 0px;
	width:100%;
	height:auto;
	z-index:0;

}

#title {
	position: relative;
	margin-top:20px;
	padding:60px 0 100px 0;
	width:100%;
	//z-index:100;
}

#navigation {
	position: relative;
	//top: 10px;
	//background-color:#fff;
	list-style-type: none;
	width:100%;
	z-index:100;
}
#navigation ul {
	padding-right: 10%;
	float:right;
}
#navigation li {
	cursor: pointer;
	display: inline;
	list-style-type: none;
	position: relative;
	text-align: center;
	float:left;
}
#navigation a {
	font-weight: 600;
	font-size: 2.0em;
	cursor: pointer;
	display: inline-block;
	float: left;
	line-height: 2.2em;
	padding:1px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	color: #000;
	//background-color:#000;
	//z-index:8;
}
#navigation a:hover {
	color:#fff;
}
/* ------------- main content ---------------- */



#maincontent {
	position:relative;
	float:left;
	padding-bottom: 20px;
	padding-right: 4%;
	padding-left: 4%;
	padding-top: 30px;
	width: 100%;

	height:auto;
	min-height:200px;
	//background-color:#ff8;
	overflow:auto;
	z-index:2;
}





.box{
	display:block;
    width: 35%;
	float:right;
	margin: 30px 5% 50px 5%;
	color:#000;
	padding:0;

}

#mapholder{
    width: 800px;
    height: auto;

	margin:0 auto;
	padding-top: 30px;
}





/* ------------- footer ---------------- */

#footer {
	//background-color:#000;
	width: 100%;
	height:60px;
	padding-top:1px;
	opacity:0.9px;
}
#footercontent {
	margin: 16px auto;
	text-align: center;
	width: 100%;
}
#footer a {
	font-size: 1.8em;
	font-weight:700;
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:none;
}
.clear {
	clear: both;
	font-size: 2px;
}
