@charset "utf-8";
/* CSS Document */

	.sitelogo-wrapper .logo-image-top {	display: none; }
	.sitelogo-wrapper .page-title 	{
		display: inline;
		float: left;
	}
	.sitelogo-wrapper .logo-image-right 	{
		display: inline;
		float: right;
	}
	.sitelogo-wrapper .page-title       { width: 72%;}
	.sitelogo-wrapper .logo-image-right { width: 25%; }
	.header-container { background-color: #80B3C4; }
	body { background-color: white; }
	.menu:hover { background-color: inherit; }
	.menuCurrent:hover { background-color:inherit; }
	.header-container { border: 1px solid black; }
	.footer-container { border-top: 1px solid lightgrey; }
	.content-wrapper { border: none; }
	.header-container{ border-radius: 5px; }
	.section-two .islandmap { display: block; }
	.section-one .sitelogo { display: block; }
	.pc-only { display: none; }
	.footer-email { display: none; }
	.content-wrapper {  	margin: 0px; }
	.header-container{ margin: 5px 5px 0 5px;}
	.content-wrapper { 	padding: 0px;  }
	.section-one {	padding: 10px 10px 0px 10px; }
	.section-three {	padding: 10px 10px 0px 10px; }
	.section-two {padding: 0px 10px 0px 10px; 	}
	.header-container{  text-align: center; }
	  .menu, .menuCurrent {
		  border: none;
		  text-align: center; 
		  padding: 0px;
		  margin: 0px;
		  background-color: inherit; 
		  color: black;
	  }


	  .boxshadow .header-container { 
		  border: none;
		  background-color: inherit;
	  }
	  .boxshadow .header-wrapper {
	   border: none;
	   -webkit-box-shadow: rgba(0,0,0, .5) 3px 3px 6px;
	   -moz-box-shadow: rgba(0,0,0, .5) 3px 3px 6px;
	   box-shadow: rgba(0,0,0, .5) 3px 3px 6px;
	   margin-right: 1em;
	   padding-bottom: 10px;
	   background-color: #80B3C4; 
	  }
  
