* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0 0 0;
	color: #666;
	font-family: 'Exo', Arial, Helvetica, sans-serif;}
	
a:active 	{ color:#FF9900; Text-Decoration: none;}
a:link 		{ color:#0088D6; text-decoration: underline;} 
a:visited 	{ color:#0088D6; text-decoration: underline;} 
a:hover 	{ color:#FF0000; Text-Decoration: none;  }  

img {
    max-width: 100%;
    height: auto;
}
#wrap {
	margin: 10px auto 10px auto;
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 99%;
	max-width: 1100px;
	background-color:#FFFFFF;
	
}
#Layer1 {
	position:relative; 
	top:0px; 
	width:100%; 
	height:300px; 
	z-index:2;
}
#Layer2 {
	position:relative; 
	top: -300px; 
	left: 30px;
	width:22%; 
	height:240px; 
	z-index:3;
}
#Layer3 {
	position:absolute; 
	top: 50px; 
	left: 90%;
	width:6%; 
	height:0px; 
	z-index:4;
}
#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: 20px;

	}
	 #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: #356A92;
		}
		#nav ul li a:hover {
	color: #FA0;

		
}
		#nav a:active {
			color: #80E1F7;
		}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:3px;
	color: #356A92;
}

h2 {
color: #356A92;
margin: 0px 0 6px 0;
font-weight: bold;
font-size: 22px;

}
h3 {
	color: #356A92;
	font-size: 18px;
	font-weight: bold;	
	margin: 10px 0 0 0;
}
h4 {
	color: #356A92;
	font-size: 16px;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
h5 {
	font-size: 18px;
	color: #E00;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
.justified {
	margin-bottom: 1em;
	text-align: justify;
	font-size: 18px;
	line-height: 1.5em;

	}
.bodytext {
	margin-bottom: 1em;

	}
.smalltext {
font-size:smaller;
}
.quote {
display: block;
width: 96%;
margin-left:1%;
height: auto;
padding: 3px;
background-color: #CFE8F3;
font-size: 110%;
margin-bottom: 15px;
}
.homelist {
font-size: 110%;
font-weight: bold;
background-image:url(tick.gif);
background-position:top left;
background-repeat:no-repeat;
padding-left: 30px;
margin-bottom: 10px;
margin-left:8%;
list-style-type:none;
list-style-position:outside;
text-align:left;
}
.insetlist {
font-size: 120%;
font-weight: normal;
padding-left: 30px;
margin-bottom: 10px;
line-height:1.3em;
margin-left:8%;
list-style-type:square;
list-style-position:outside;
text-align:left;
}
#header {
	margin-bottom: -350px;
	}
	#content {
	padding-left: 1%;
	padding-right: 1%;
	}

	#footer {
	margin-top: 10px;
	display:block;
	height: auto;
	padding:3px;
	text-align: center;
	font-size: 16px;
	
}

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

.table {

	font-size: 22px;
	border-spacing: 0px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px;

}
.border {
border: 1px solid #999;
}
.hidden {
display:none; }
.normal {
display: none;}
#fadeshow1{
height: 190px !important;
}
#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;
}
.mobilewrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
 .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery1 li {

     margin-left: 30px;
    }

	/* _______________________________________________________________________________________________________*/
@media only screen and (min-width: 720px) {
#fadeshow1{
height: 250px !important;
}
body {
	background-color:#FFF;
	}
#header {
	height: auto;
	background-color:#FFF;
	margin-bottom: -300px;
	}
.headerleft {
 float: left;
 width: 21.6%;
 }
.headerright {
float: right;
width: 78.4%;
} 	


#menu {
	height: 38px;
	width: 100%;
	background-color: #356A92;
	}
#menu ul {
list-style-type: none;
display: block;
padding-left: 12%;
margin-top: 0px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
width: auto;
height: 20px;
padding: 9px 12px 1px 12px;
text-decoration: none;
font-weight: bold;
font-style:normal;
font-size: 15px;
	color: #FFF;
	text-align: center;
}
#menu ul li a:hover {
	color: #FA0;

}
	

#content {
padding: 0 ;
font-size: 90%;		
		}
.homeleft {
	float: left;
	width: 48%;
}
.homeright {
	float: right;
	width: 48%;
	text-align:right;
	padding-left: 2%;
	padding-top: 12px;
	}
.contentleft {
	float: left;
	width: 60%;
}
.contentright {
	float: right;
	width: 38%;
	text-align:right;
	padding-left: 2%;
	padding-top: 12px;
	}	
.homelist {
	margin-left: 25%;
	}	
.about {
	float: left;
	width: 66%;
}
.aboutleft {
	float: left;
	width: 48%;
	}
.aboutmid {
	float: right;
	width: 48%;
	}
.aboutright {
	float: right;
	width: 31.6%;
	}
	h1 {
	font-size: 26px;
	margin-top: 15px;
	}
	h2 {
		font-size: 22px;
		margin-top:6px;
		margin-bottom: 10px;
		;
		}
	h3 {
	font-size: 110%;
	}
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: 115%;
	margin-bottom:20px;
	}
		.bodytext {
	font-size: 115%;
	}

   
#footer {
	font-size:14px;
	padding-bottom: 10px;
	}


.footerleft {
float: left;
width: 20%;

}
.footerright {
float: right;
width:20%;

}
.table {
	font-size: 100%;
	 /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 5px;
}
.normal {
display: inline;}
.mobile {
display: none;}

.mobilevertspace {
margin-top: 0px;
}
 .gallery1 {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin-top: 4px;
	  float: right;
    }
    .gallery1 li {
      float: left;
      margin-left: 8%;


    }

}
@media only screen and (min-width: 840px) {
#menu ul {
list-style-type: none;
display: block;
padding-left: 18%;

}
#menu ul li a {
display: block;
width: auto;
height: 20px;
padding: 9px 20px 1px 20px;
}
#fadeshow1{
height: 270px !important;
}
#header {
	margin-bottom: -260px;
	}
}
@media only screen and (min-width: 1000px) {
#fadeshow1{
height: 300px !important;
}
#menu ul li a {
display: block;
width: auto;
height: 20px;
padding: 9px 30px 1px 30px;

}
#header {
	margin-bottom: -230px;
	}
}
