@import url('reset.css');

html>body { overflow:scroll;
}
body{
	background:#CECECE;
	color:#000;
	font-family: 'Verdana', Arial, sans-serif;
	font-size:13px;
}
a{
	color:#EEE;
	text-decoration:none;
}
.clr{
	clear:both;
}
.blue {
	color:#1693eb;
}
h1{
	padding:20px;
	font-size:28px;
	color:#333;
	font-family: 'BellGothicStdBold', Arial, sans-serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
h1 span{
	font-size:18px;
	color:#1693eb;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-style:italic;
	text-align:center;
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}
h4 {
	font-family: 'BellGothicStdBold', Arial, sans-serif;
	color:#000;
	font-size:16px;
}

/* Header Style */

#header{
	width:100%;
	height:auto;
	line-height:24px;
	margin-bottom:60px;
}

#logo{
	width:100%;
	max-width:463px;
	height:auto;
	margin:0 auto;
}

#logo img{
	max-width:100%;
	height:auto;
}

#footer {
	width:100%;
	max-width:840px;
	margin-top:50px;
	margin-bottom:30px;
	margin:0 auto;
	min-height:500px;
	padding-left:20px;
	padding-right:20px;
	background-color:#CECECE;
}

#social {
	margin-top:30px;
	width:5%;
	height:200px;
	float:left;
}

#contact-info{
	position:relative;
	float:left;
	height:auto;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

#contact-info a{
	font-size:14px;
	color:#000;
}

#map {
	position:relative;
	float:right;
	width:290px;
	height:140px;
	margin-top:40px;
}

#map_canvas {
	width:290px;
	height:140px;
	border: 1px solid #999;
}

#motto {
	width:70%;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;	
}

.copyright {
float: left;
width: 50%;
clear: both;
text-align: left;
margin: 40px 0;
color:#999;
font-size:12px;
}

.bluecanoe {
float: right;
width: 50%;
text-align: right;
margin: 40px 0;
color:#999;
font-size:12px;
}

.bluecanoe a {
	color:#0074AC;
}

	

