* {
	margin: 0;
	padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003C03;
	background-color:#E5EFEC; 
}
a:active 	{ color:#00CC66; text-Decoration: none}
a:link 		{ color:#005FFB; text-decoration: underline} 
a:visited 	{ color:#005FFB; text-decoration: underline} 
a:hover 	{ color:#DD0000; text-Decoration: none} 

#wrap {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 97%;
	max-width: 1100px;
	background-color:#E5EFEC;

	
}
#header {
	height: auto;
	background-image:url(fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A5C2AC;
	padding-bottom: 4px;
}
.headerleft {
	float: left;
	width: 48%;
	margin-left: 1%;
	text-align: left;
	}
.headerright {
	float: right;
	width: 48%;
	margin-right: 1%;
	text-align: right;
	}
.headermiddle {
	width: 95%;
	text-align:center;
	}
#nav {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	margin-top: 11px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	text-transform:uppercase;
		}
	 #nav ul li {
	margin: 0;
	margin-bottom: 6px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 0 4px 4px;
font-size: 15px;
font-weight:bold;
background-color:#315A52;
text-decoration: none;
color: #FFF;

	
		}
		#nav ul li a:hover {
color: #315A52;
background-color:#A6C3AD;


}
		#nav a:active {
			color: #80E1F7;
		}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	} 
h2 {
	font-size: 20px;
	font-weight:normal;
	color: #395A5A;
	margin: 10px 0 10px 0;
	text-align:center;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	margin:6px 0 6px 0;
}
h4 {
	font-size: 14px;
	color: #395A5A;
	font-weight:normal;
	text-align:left;
	margin: 10px 0 5px 0;
}
.justified {
	margin-bottom: 1em;
	text-align: justify;
	font-size: 18px;
	}
.bodytext {
	margin-bottom: 1em;
	font-size: 18px;
	}
.smalltext {
font-size:smaller;
}


	.style2 {
	font-size: 22px;
	color: #D7061C;
}
	#content {
	
	}
.insetlist {
margin-bottom: 3px;
margin-left:30px;
list-style-type:square;
list-style-position:outside;
text-align:left;
}
.homelist {
margin-bottom: 12px;
margin-left:35px;
list-style-type:square;
list-style-position:outside;
text-align:left;
}
#footer {
	margin-top: 10px;
	display:block;
	height: auto;
	padding:3px;
	text-align: center;
	font-size: 16px;
	background-color:#315A52;
	color: #000;

}
#sub1 {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#315A52;
	height:auto;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}
#sub1 a:link{
			color: #FFFFFF;
			text-decoration: underline;
}
#sub1 a:visited{
			color: #FFFFFF;
			text-decoration: underline;
}
#sub1 a:hover{
			color: #9DDFFF;
			text-decoration: none;
			}
	.clear {
	clear: both;
	}
	.image {
	display: none;
	}
	.captcha {
	font-size: 20px;
	}
.table {
	border: 1px solid #999;
	border-color: #999;
    border-spacing: 1px; /*Others*/
	border-collapse:separate ;
	    }
    .table td { padding: 3px;}
	.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
.border {
border: 1px solid #999;
}
.hidden {
display:none; }
.normal {
display: none;}
.title {
width: 130%;

}

#banner, .gallerylayer {
	background-color: #E5EFEC !important; /* change bg color to white */
}
.gallerylayer img { /* make slide images scalable */
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
	margin-top: 0 !important; /* ensure a slide image is always at the top of the #banner container */
}
.descpanelfg {
	margin-left: 33px; /* provide left margin for description text */}
.mobilevertspace {
margin-top: 15px;
}
.mobilewrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
 .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery1 li {

     margin-left: 30px;
    }
	.imageright {

	width: 95%;
	}
@media only screen and (min-width: 680px) {
body {
	font-size: 105%;
	background-color: #222;
}
#wrap {
	padding: 0;
	}
.headerleft {
	float: left;
	width: 23%;
	margin-left: 1%;
	text-align: left;
	}
.headerright {
	float: right;
	width: 23%;
	margin-right: 1%;
	text-align: right;
	}
.headermiddle {
	width: 50%;
	}	
#nav {
	float: left;
	width: 15%;
	min-width: 120px;
	
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	margin-top: 24px;
	padding: 0;
	list-style-type: none;
	text-align: center;

		}
	 #nav ul li {
	margin: 0;
	margin-bottom: 6px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 4px;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;

	
		}
		#nav ul li a:hover {


	
		
}
		#nav a:active {
			color: #80E1F7;
		}


#content {
		float: right;
		width: 78%;
		margin-left:0;
		margin-right: 2%;
		font-size: 90%;

		}
.contentleft {
	float: left;
	width: 46%;
}
.contentright {
	float: right;
	width: 43%;
	margin-left: 1%

	}
.aboutleft {
	float: left;
	width: 46%;
	margin-right: 1%;
	}
.aboutright {
	float: right;
	width: 36%;
}


h1 {
font-size: 22px;}

h2 {
		margin: 10px 0 10px 0;
		font-size: 20px;
		}
h3 {
	font-size: 18px;
	font-weight:normal;
	}
h4  {
	font-size:18px;
	font-weight:normal;
	}


	.justified {
	text-align: justify;
	font-size: 100%;
	}
		.bodytext {
	font-size: 100%;
	}
 
		.insetlist {

	font-size: 100%;
	}
		.image {
	display: inline;
	}
		.captcha {
	font-size: 12px;
	}
#footer {
display:block;
height: auto;
padding-top:3px;
text-align: center;
font-size: 11px;

}

.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
}

.normal {
display: inline;}
.mobile {
display: none;}
.title {
width: 100%;
max-width: 500px;
}
.mobilevertspace {
margin-top: 0px;
}
 .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin-top: 4px;
	  float: right;
    }
    .gallery1 li {
      float: left;
      margin-left: 8%;


    }
.imageright {
	float: right;
	margin-left:: 2%;
	width: 30%;
	}
}


