body {
	background-image: url("images/background.jpg");
}

/* Section */
.section {
	font-family: Verdana, Geneva, sans-serif;
	margin: auto;
	padding-left: 1%;
	padding-right: 1%;
	width: 75%;
	margin-bottom: 0.5%;
	height: relative;
	padding-bottom: 1%;
	clear: both;
	background-color: #EEEEEE;
	border: 1px solid #B8B8B8;
	overflow: auto;
}
/* Section End*/

/* Header */
.header {
	margin: auto;
	padding: 1.5%;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 0.5%;
	border-radius: 7px;
	background:#284a57;
	border: 1px solid #B8B8B8;
	text-align: center
}

.header img {
	padding-top: 2%;
	padding-bottom: 2%;
}
/* Header End*/

/* Navigation Bar*/
.nav {
	font-family: Verdana, Geneva, sans-serif;
	background: #284a57;
	margin-left: 3.5%;
	margin-right: 3.5%;
	width: 93%;
	text-align: center;
	margin-top: 0;
}
.nav em {
	font-size: 50%;
}
.nav ul {
	padding: 0;
	margin: 0px;
	overflow: hidden;
	color: white;
	margin: 0;
	text-align: center;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
}
.nav ul li {
	display: inline-block;
	padding: 0;
	list-style: none;
	padding: 20px;
	text-decoration: none;
	color: #e6e6e6;
}
.nav ul li a {
	display: block;
}
.nav ul li:hover {
	color: white;
	background-color: #204e5f;
}
.handle {
	width: 100%;
	background: #284a57;
	text-align: Center;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display:none;
}

#MainNav{
	width: 100%;
	background: e6e6e6;
	text-align: Center;
	box-sizing: border-box;
	cursor: pointer;
	color: white;
	display:block;
}
@media screen and (max-width: 1145px) {	
	
	.nav ul {
		max-height: 200px;
	}
	
	.nav ul a li {
		box-sizing: border-box;
		width: 100%;
		padding: 1%;
	}
	
	.handle {
		display:block;
	}
	
	#MainNav{
	display:none;
	}
}

#list{
 display:None;
}





/* Navigation Bar End*/

/* Left Side of Page (Main Body of Text) */
.leftside {
	float: left;
	width: 60%;
    padding: 1%;
	height: auto;
	margin-left: 3.5%;
	margin-top: 1%;
	padding-bottom: 1.4%;
	padding-left: 2.5%;
	background-color: white;
	border: 1px solid #B8B8B8;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 115%;
	line-height: 115%;
}
.leftside img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2.0%;
}
.leftside em {
	font-weight: bold;
	font-size: 105%;
	text-decoration: underline;
}
.leftside h1 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 100%;
}
.leftside #map {   /* To be fixed */
	width: 45%;
	height: 50%;
}
/* Left Side End*/

/* Right Side of Page (Image Links Around Site)*/
.rightside {
	float: right;
	width: 25%;
    padding: 1.5%;
	height: auto;
	margin-right: 3.5%;
	margin-top: 1%;
	background-color: white;
	border: 1px solid #B8B8B8;
}
/* Right Side End */

/* Page Footer */
.footer {
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	background: #D1D1D1;
	height: auto;
	font-size: 75%;
	float: bottom;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	width: 75%;
	margin: auto;
	border-radius: 7px;
	border: 1px solid #B8B8B8
}
.footer a {
	color: #737373;
	text-decoration: none;
}
.footer a:hover {
	color: navy;
	text-decoration: underline;
}