@font-face {
    font-family: 'GraublauWeb';
    src: url("Bauhaus.otf") format("opentype");
}

@font-face {
    font-family: 'GraublauWeb';
    font-weight: bold;
    src: url("BauhausC.otf") format("opentype");
}
* {
	
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #75CFF0;
}
a:hover {
	text-decoration: none;
}

body {
	font-size: 10pt;
	line-height: 1.75em;
	
	position: relative;
	text-align: justify;
}

body,input {
	font-family: "GraublauWeb";
}

br.clear {
	clear: both;
}
h2 {
	font-size: 1.75em;
}

h2,h3{
	margin-bottom: 1em;
	font-family: "GraublauWeb";
	color: #FFF;
}

h3 {
	font-size: 1.25em;
}

html {
    overflow-y:scroll;
}

img{
	float: left;
	margin: 8px 20px 20px 0;
}

p {
	margin-bottom: 1.5em;
	text-align: left;
}

table, th, td {
   border: 1px solid black;
}

ul {
	margin-bottom: 1.5em;
	
}
.ol-overlaycontainer-stopevent{
display: none;
}

#banner {
	
	position: relative;
	height: 268px;
	overflow: hidden;
	display: table;
	table-layout:fixed;
	
}
#banner  ul{
	display: table-cell;
	font-size:20px;
	border-radius: 25px;
}
#box1 {
	width: 90%;
	overflow: hidden;
	margin: 0 0 16px 50px;
}

#content {
	overflow: hidden;
	height: 300px;
	width: 100%;
	float: left;
	padding: 0;

}

#googleMap{
overflow: visible;
}
#header {
position: relative;
}

#border{
text-align: center;
width: 413px;
height:130px;
border: 5px solid #07BAE7;

border-radius: 35px;
margin-left: auto;
margin-right: auto;
}

#logo h1 {
	position: absolute;
	font-size: 5em;
	font-family: GraublauWeb;

}

#main {
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
}

#outer {
	position: absolute;
	margin: auto;
    width: 100%;


}

#sidebar1 {
	overflow: hidden;
	position: fixed;
	width: 250px;
	margin: 0;
	float: left;
}

#sidebar2 {
	overflow: hidden;
	width: 250px;
	float: right;
	padding: 0px;
}

.blogpost h2 {
	margin: 0 0 10px 0;
	}
.blogpost p{
height:200px;
}
.calendarC{
position: fixed;
}
