* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFF;
}
a:active 	{ color:#00CC66; text-Decoration: none}
a:link 		{ color:#0033DD; text-decoration: underline} 
a:visited 	{ color:#0033DD; text-decoration: underline} 
a:hover 	{ color:#EE0000; text-Decoration: none} 

#wrap {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 97%;
	max-width: 950px;
	background-color:#FFFFFF;
	
}
#header {
	height: auto;
	min-height: 120px;
	padding-top: 10px;
	width: 100%;
	background-color:#FFF;
}

#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;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
		}
	 #nav ul li {
	margin: 0;
	margin-bottom: 15px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 0 4px 0px;
	color:#FFF;
	text-decoration: none;
	background-color: #006600;

	
		}
		#nav ul li a:hover {
	color: #000;
	background-color:#CCF7CA;
		
}
		#nav a:active {
			color: #80E1F7;
		}
h1 {
font-size: 18px;
padding-top: 0px;
margin: 0px;
color: #006600;
font-weight:bold;
}
h2 {

color:#006600;
margin: 0px 0 6px 0;
font-weight: bold;
font-size: 18px;

}
h3 {
	font-size: 18px;
	color: #006600;
	font-weight: bold;	
	margin: 10px 0 0 0;
}
h4 {
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
h5 {
	font-size: 18px;
	color: #004F00;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
	.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: #9A0049;
}
	#content {
	
	}
	.insetlist {
	list-style: outside;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 18px;
	}
	#footer {
	margin-top: 10px;
	display:block;
	height: auto;
	padding:3px;
	text-align: center;
	font-size: 16px;
	background-color:#CCF7CA;
	color: #000;

}

	.clear {
	clear: both;
	}
	.image {
	display: none;
	}

.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 18px;
	border: 1px solid #999;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px; background-color:#DCFADA;

}
	.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: white !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;
}
 .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery1 li {

     margin-left: 30px;
    }
	.imageright {

	margin: 2%;
	width: 95%;
	}
@media only screen and (min-width: 580px) {
body {
background-color:#DCFADA;
background-image: url(fade.jpg);
background-position:top;
background-repeat:repeat-x;
}
#nav {
	float: left;
	width: 15%;
	min-width:120px;
	
	margin: 12px 0 0 8px;
	padding: 0 0 0 0;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	margin-top: 24px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
		}
	 #nav ul li {
	margin: 0;
	margin-bottom: 15px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 0 0;
	padding: 3px 0 3px 4px;
	color:#FFF;
	text-decoration: none;
	background-color: #006600;
	text-transform: none;

	
		}
		#nav ul li a:hover {
	color: #000;
	background-color:#CCF7CA;

	
		
}
		#nav a:active {
			color: #80E1F7;
		}
.strapline {
background-color: #006600;
height: 28px;
color: #FFF;
padding-top: 7px;
font-size: 14px;
font-weight:bold;
}		
#content {
		float: right;
		width: 75%;
		margin-left:0;
		margin-right: 1%;
		font-size: 90%;		
		}
.contentleft {
	float: left;
	width: 46%;
}
.homeleft {
	float: left;
	width: 49%;
}
.contentright {
	float: right;
	width: 50%;
	}

h1 {
font-size: 24px;}

	h2 {
		margin-top: 0;
		}
	h3 {
	font-size: 16px;
	}
h4  {
	font-size:16px;
	margin-top: -10px;
	}
	h5 {
	font-size: 16px;
	color: #9A0049;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
		.style2 {
	font-size: 20px;
	color: #9A0049;
}
	.justified {
	text-align: justify;
	font-size: 100%;
	line-height: 1.1em;
	}
		.bodytext {
	font-size: 100%;
	}
		.quote {
	display: block;
	text-align: justify;
	padding: 1%;
	margin-top: 1em;
	background-color:#F9F1FE;
	font-size: 110%;
	} 
		.insetlist {

	font-size: 100%;
	}
		.image {
	display: inline;
	}
		.captcha {
	font-size: 12px;
	}
	#footer {
	display:block;
	height: 32px;
	padding-top:3px;
	text-align: center;
	font-size: 12px;
	background-color:#98D898;
	color: #000;

}

.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
}
.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 100%;
	border: 1px solid #999;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px;
}
.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%;
	}
.imageleft {
	float: left;
	width: 35%;
	max-width: 180px;
	margin-right: 1%;
}
@media only screen and (min-width: 800px) {

#content {
	width: 80%;
}

