
body {
	font-size: 110%;
	overflow: scroll;
	margin: 0 auto;
	padding: 0;
}

div.wrap{
	height:100%;
	background-color: #DDDDDD;
	width: device-width;
	max-width: 1000px;
	min-width: 700px;
	min-height: 96vh;
	position: relative;
	margin: 0 auto;
	overflow:hidden;
	padding-bottom: 30px;
}

div.imagetop {
	height: 150px;
	overflow: hidden;
	float: none;
	top: 0%;
	left: 0%;
    margin: 0 auto;
    width: 100% ;
	background-color: #225577;
}

div.imagetop img {
    width: auto;
	max-width:85%;
   	height: 100%;
    float: right;
	margin-right: 10.5%;
}


ul.navbar {
    list-style-type: none;
	background-color: #999;
	height: 60px;
	overflow: hidden;
    margin: 0 auto;
	padding-left: 7%;
    float: none;
}


li.navbar{
	float: left;
	display: inline;
	border-right: 1px solid black;
	height: 100%;
	background-color: #777;
}

a.navbar:hover {
	background-color: #7090AA;
	color: white;
}


li.current {
	background-color: #225577;
	
}

a.navbar{
	display: block;
    padding: 16px;
	text-align: center;
	color: white;
	height:100%;
}

a.current{
	color: white;
}



#about{
	background-color: #393;
	float:right; 
	margin-right:11%; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	height:100%;
}

#aboutcurrent{
	background-color: #225577;
	float:right; 
	margin-right:11%; 
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#aboutimg{
    float:right;
    clear: right;
    margin-left:20px;
    margin-bottom:20px;
    width:40%;
}

div.footer{
	overflow: hidden;
	height: auto;
	float: none;
    margin: 0 auto;
    width: 100%;
	position: absolute;
	bottom:0;
}


ul.footer {	
	list-style-type: none;
	height:auto;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	width:55%;
	min-width: 600px;
	padding: 0;
}


li.footer a{
	width: auto;
	float: right;
	display: inline;
	height: 30px;
	margin-left: 3px;
	background-color: #527496;
	border: 1px solid black;	
	padding-left: 30px;	
	padding-right: 30px;
	text-align: center;
	color: white;
}


a.footer:hover{
	color: #333333;
	background-color: #82A4C6;
}


h3 {
	margin-left: 7%;
	margin-top: 50px;
	width:80%;
	float: left;
	text-indent: 0px;
	text-align: left;
	color: #225577;
}

p {
	margin:0;
	margin-bottom: 5px;
    width: 100%;
	float: left;
	text-indent: 30px;
	text-align: justify;
}

a {
	color: #225577;
	text-decoration: none;
}

a:hover{
	color: #777;
}

#maps {
  height: 320px;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media all and (max-width: 700px) {
    div.imagetop {height: 100px; }

	ul.footer {width:90%;float: right; margin-right: 30px;}
	li.footer a{margin:0;padding-left:15px;padding-right:15px;}


ul.navbar {
	height: 40px;
}


a.navbar{
	display: block;
    padding: 4px;
padding-top:6px;
padding-bottom:6px;
	text-align: center;
	color: white;
	height:100%;
}
}