@font-face {
    font-family: 'clear_sansbold';
    src: url('fonts/clearsans-bold-webfont.eot');
    src: url('fonts/clearsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-bold-webfont.woff2') format('woff2'),
         url('fonts/clearsans-bold-webfont.woff') format('woff'),
         url('fonts/clearsans-bold-webfont.ttf') format('truetype'),
         url('fonts/clearsans-bold-webfont.svg#clear_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('fonts/clearsans-light-webfont.eot');
    src: url('fonts/clearsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-light-webfont.woff2') format('woff2'),
         url('fonts/clearsans-light-webfont.woff') format('woff'),
         url('fonts/clearsans-light-webfont.ttf') format('truetype'),
         url('fonts/clearsans-light-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}



#wrapper{
	margin: auto;
	height: 700px;
	text-align: center;
}



#map_canvas{
	width: 940px; 
	height: 250px;
	margin: auto;
	

}

#title{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	height: 100px;
	text-align: center;
}

h1{
	padding-top: 10px;
	color: #0f5286;
}

#lower{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 36px;
	font-weight: 100;
}

#line{
	border-bottom: solid 1px #0f5286;
	position: relative; top: 150px; left: 0px;
	opacity: 0.3;
}

#line2{
	border-bottom: solid 1px #0f5286;
	position: relative; top: 140px; left: 0px;
	opacity: 0.3;
	float: none;
}

#content{
	margin-top: 80px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}



p{
	font-family: 'clear_sans_lightregular';
	font-size: 18px;
	color: #2b2a2a;
}

#bold{
	font-family: 'clear_sansbold';
	font-size: 18px;
	color: #2b2a2a;
}


#bottom p{
	font-size: 11px;
	margin-top: 160px;
	text-align: center;
}




