body {
    background-image: url("");
    background-color: #fff;
	font-family: arial;
}
#menu-bar {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 40px;
    line-height: 100%;
    background: #004755;
    position: relative;
    z-index: 999;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
#menu-bar li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    height: 40px;
    position: relative;
    list-style: none;
}
#menu-bar a {
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 20px 12px 20px;
    margin: 0;
}
#menu-bar li ul li a {
    margin: 0;
}
#menu-bar .active,
#menu-bar .active a,
#menu-bar li:hover > a {
    background: #005F71;
    color: #FFFFFF;
}
#menu-bar ul li:hover a,
#menu-bar li:hover li a {
    background: none;
    border: none;
    color: #fff;
}
#menu-bar ul a:hover {
    background: #005F71 !important;
    color: #FFFFFF !important;
}
#menu-bar li:hover > ul {
    display: block;
}
#menu-bar ul {
    background: #004755;
    display: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
	width: 150px;
    position: absolute;
    top: 36px;
    left: 0;
}
#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#menu-bar ul a {
    padding: 10px 0px 10px 0px;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-family: arial;
    font-weight: normal;
}
#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu-bar {
    display: inline-block;
}
html[xmlns] #menu-bar {
    display: block;
}
* html #menu-bar {
    height: 1%;
}
#Footer {
    display: block;
    background: #004755;
    height: 40px;
    width: 1280px;
    color: white;
    clear: both;
    bottom: 0px;
    /*NEW*/
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
#Footer div {
    margin: 8px;
	margin-right: 0px;
	margin-top: 10px;
}
#wrapper {
    width: 1280px;
    margin: auto;
}
.headerImage {
    max-width: 1280px;
    max-height: 150px;
}
.Sidebar {
    width: 280px;
    display: block;
    float: right;
    background-color: rgba(0,95,113,0.7);
    margin: 5px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	margin-right: 0px;
}
#Content {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 990px;
    float: left;
    background-color: rgba(0,95,113,0.7);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.post h1 {
    margin-left: 5px;
    text-align: center;
}
.post h4 {
    margin-left: 5px;
    text-align: center;
}
* {
    box-sizing: border-box
}
.mySlides {
    display: none
}
/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.slideshow-container img {
    width: 99%;
    border-radius: 15px 15px 15px 15px;
}
/* The dots/bullets/indicators */

.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #555;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
	cursor: pointer;
}
.activeSlide {
    background-color: #bbb;
}
/* Floating box */

.box {
    position: absolute;
    border-radius: 0px 15px 15px 15px;
    border: 2px solid rgba(153, 153, 153, 0.5);
    background: rgba(15, 15, 15, 0.5);
    padding: 15px;
    width: 195px;
    height: 150px;
    color: #fff;
    margin-left: 569px;
}
.events {
    font-size: 10px;
}
/* Text in floating boxes */

.selector {
    font-size: 10px;
    position: absolute;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: -15px;
    margin-left: -15px;
}
.selector li {
    display: inline;
    list-style: none;
    padding: 0px 3px 3px 3px;
    cursor: pointer;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    background-color: rgba(153, 153, 153, 0.5);
}
.selector ul {
    display: inline-block;
    list-style: none;
}
/* Create two equal columns that floats next to each other */

.column {
    width: 100%;
    padding: 10px;
}
.column img {
    margin-top: 12px;
    max-width: 221px;
}
/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}
.smallImage {
    max-width: 221px;
}
#topLogo {
    max-width: 400px;
}

a:hover{
	cursor: pointer;
}
















