* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFF;
}
a:active 	{ color:#00CC66; text-Decoration: none}
a:link 		{ color:#1756BF; text-decoration: underline} 
a:visited 	{ color:#1756BF; text-decoration: underline} 
a:hover 	{ color:#EE0000; text-Decoration: none} 

#wrap {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 97%;
	max-width: 1300px;
	background-color:#FFFFFF;
	
}
#header {
	height: auto;
	min-height: 120px;
	padding-top: 0px;
	padding-bottom: 8px;
	width: 100%;
	background-color:#FFF;
	border-bottom: 20px solid #CFEAFF;
}


#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: 6px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 0 4px 4px;
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #C5EEFF;

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

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

}
h3 {
	font-size: 24px;
	color: #1C4692;
	font-weight: normal;	
	margin: 10px 0 0 0;
}
h4 {
	font-size: 14px;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
h5 {
	font-size: 18px;
	color: #1C4692;
	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;
	}
.site {
  width: 240px;
  height:210px;
  margin-bottom: 3px;
  border: solid 1px #999;
  text-align: center;
  font-size: 18px;

}
.smalltext {
font-size:smaller;
}
.heading {
	font-weight: bold;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	background-color: #CFEAFF;
	font-size: 18px;
	}
	.quote{
	display: block;
	width: 100%;
	padding: 3px;
	
	margin-bottom: 10px;
	background-color: #ECF7FF;
	}
.minim {  font-family: "Basic Sans SF", Arial, Helvetica; font-size: 100%; font-weight: bold}
.portfolio {
	border: 0px solid #999;
	margin: 4px;
	}
	.style2 {
	font-size: 22px;
	color: #1C4692;
}
	#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:#CFEAFF;
	color: #1C4692;

}

	.clear {
	clear: both;
	}
	.image {
	display: none;
	}
	.captcha {
	font-size: 20px;
	}
.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 22px;
	border: 1px solid #999;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px; background-color:#EDEDEC;

}
	.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;
}

@media only screen and (min-width: 600px) {
body {
background-color:#FFF;

}
#nav {
	float: left;
	width: 15%;
	max-width: 120px;	
	margin: 20px 0 0 1%;
	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: 6px;

	}
	 #nav ul li a {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 0 0;
	padding: 3px 0 3px 4px;
	color:#000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFEAFF;
	text-transform: none;

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

	
		
}
		#nav a:active {
			color: #80E1F7;
		}
#content {
		float: right;
		width: 80%;
		margin-left:0;
			padding-left: 1%;
		border-left: 1px solid #CFEAFF;
		margin-right: 1%;
		font-size: 90%;		
		}
.contentleft {
	float: left;
	width: 48%;
}
.homeleft {
	float: left;
	width: 49%;
}
.contentright {
	float: right;
	width: 48%;
	}
.headleft {
	float: left; 
	margin-left: 2%; 
	width: 60%;
	text-align: left;
	}	
.headright {
	float:right;
	text-align: right;
	padding-top: 40px;
	}
	
h1 {
	font-size: 20px;
	font-weight: normal}

	h2 {
	margin-top: 10px;
	margin-bottom: 15px;
		}
	h3 {
	font-size: 20px;
	}
h4  {
	font-size:16px;
	margin-top: -10px;
	}
	h5 {
	font-size: 16px;
	color: #1C4692;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
		.style2 {
	font-size: 20px;
	color: #1C4692;
}
	.justified {
	text-align: justify;
	font-size: 100%;
	}
	.heading {

	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: 12px;
	background-color:#CFEAFF;
	
}

.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
}
.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 110%;
	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;
}
.site {
  display: inline-table;
  position: relative;
  width: 240px;
  height:204px;
  margin-bottom: 6px;
  border: solid 1px #999;
  text-align: center;
  font-size: 100%;
  font-weight:bold;
}

}
@media only screen and (min-width: 1140px) {


}

