/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html {
	height: 100%;  
}
body{
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background: rgb(250, 250, 250);
	margin:0;
	padding:0;
	height: 100%;  
}
.wrap{
	width:80%;
	margin: 0 auto;
}
.header-key p{
	display:none;
}
.wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
.push {
	height:90px;
}

/*top header*/
.header-bg{
	background: #FFF;
}
.top-header{
	padding:10px 0px;
}
.top-header-left{
	float:left;
}
.top-header-left p,.top-header-right p{
	font-family: 'Merriweather Sans', sans-serif;
}
.top-header-right{
	float:right;
}
.top-header-right p a{
	color:#33CCFF;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.top-header-right p a:hover{
	color:#fff;
}

.top-header-title{
	font-size: 4em;
	color: #3366CC;
	text-align: center;
	margin-top: 1.2%;
	font-family: "verdana", Arial, Helvetica, sans-serif;
}

/*end-top header*/
/*header*/
.header{
	text-align:center;
	margin: 3.6% 0 0%;
}
/*menu*/
.menu-bg{
	border-top:4px solid #3366CC;
	background:rgb(224, 224, 224);
}
/* @group core nav menu */
.nav li{
	border-left: 1px ridge rgb(197, 197, 197);

}
.nav li:last-child{
	border-right: 1px ridge rgb(197, 197, 197);
}
.nav li.active{
	background: #3366CC;
}
.nav li.active a{
	color: #fff;
}
.nav li.active ul li a{
	color: #3366CC;
}
.nav ul li.active a{
	color:#3366CC;
}
.nav ul li{
	border: none;
}
.navwrap  {
        text-align: center;
	width: 100%;
	height: 50px;
	margin:0 auto;
}
.nav {
	padding: 0; 
	list-style: none;
	border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px; 
	height: 50px;
	display:inline-block; 
}
.nav li ul {
	display:none;
	height:auto;
	color:#3366CC;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:160px;
	z-index:200;
}
.nav li:hover ul {
	display:block;
	color:#3366CC;
}
.nav li li {
	display:block;
	background:rgb(224, 224, 224);
	color:#3366CC;
	border-top: 1px ridge rgb(197, 197, 197);
	float:none;
	margin:0px;
	padding:0px;
	width:160px;
}
.nav li:hover li a {
	background:none;
}
.nav li ul a {
	display:block;
	height:40px;
	font-size:12px;
	color:#3366CC;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.nav li ul a:hover, .nav li ul li:hover a {
	border:0px;
	color:#fff;
	text-decoration:none;
	background:#3366CC;
}
.nav li ul li a {
	color:#3366CC;
}
.nav li ul li.active a {
	color: #fff;
}
.nav li li:last-child {
	border-right:none;
}

.nav li {
	float: left;
	text-align: center;
 	display: block;
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 0px; 
}
.nav li a {
	font-family: 'Merriweather Sans', sans-serif;
	display: block; 
	padding: 0;
	line-height: 50px;
 	text-decoration: none;
	color: #3366CC; 
    zoom: 1; 
	border-left: 1px solid transparent; 
	border-right: 1px solid transparent; 
	padding: 0px 12px;
 }
.nav li a:hover{
	background-color: #fff; 
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8; 
	color: #3366CC;
}

/*fadein*/

.fadeslider {padding:5px; margin: 0; zoom: 1;}

.fadecontainer {
	position:relative;
    height: 400px;
    width: 100%;
}

.images {
	position:relative;
    height: 100%;
    width: 100%;
}

.images img {
	display: none;
    position:absolute;
}

/*slider*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0% 0; background: rgb(250, 250, 250); border: 5px solid rgb(250, 250, 250); position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a:before{
}
.flex-direction-nav a {
	margin: -20px 0 0;
	display: block;
	position: absolute; 
	top:45%; z-index: 10; 
	cursor: pointer;
	text-indent: -9999px; 
	opacity: 0; -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background-position: 100% 0; 
	content: url('../images/right-arrow.png') no-repeat 0 0;
}
.flex-direction-nav .flex-prev {
	content: url('../images/left-arrow.png') no-repeat 0 0;
}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:0px; height:0px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*end slider*/
/*content-bg*/
.content-bg{
	background: rgb(250, 250, 250);
}
.main{
	padding: 3% 0 2%;
	text-align: center;
	border-bottom: 2px solid rgb(236, 236, 235);
}
.main h2{
	
	font-size: 4em;
	color: #3366CC;
}
.main h3{
	margin:1.4% 0;
	font-size: 2em;
	color: #333;
}
.main h3 span{
	color:#33CCFF;
}
p{
	font-size:0.8em;
	color:#333;
	line-height: 1.8em;
}
.btn{
	text-align:center;
	margin:1.4% 0;
}
.btn1{
	text-align:left;
	margin-top:2%;
}
.btn img,.btn1 img{
	margin-top:-2px;
	vertical-align: middle;
	margin-right:6px;
}
.btn a,.btn1 a{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1em;
	color:#3366CC;
	text-transform:capitalize;
}
.btn img:hover,.btn1 img:hover{
		opacity:0.9;
}
.btn a:hover,.btn1 a:hover{
	color:#33CCFF;
}
/*grids*/
.grid{
	text-align: center;
}
.grid img,.abt img{
	border-radius:10%;
	-moz-border-radius:10%;
	-webkit-border-radius:10%;
	-o-border-radius:10%;
	border: 10px solid rgb(255, 255, 255);
	cursor:pointer;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	box-shadow: 0px 0px 10px rgb(221, 221, 221);
}
h1{
	font-size: 4em;
	color: #1F74AD;
	text-align: center;
}

h2{
	color:#fff;
	margin-bottom: 20px;
}
h3{
	color: #3366CC;
	margin-top: 2%;
}
h4{
	color:#333;
	margin: 25px 0px 15px 0px;
}
h2,h3,h4{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	display: block;
}
.grid img:hover,.abt img:hover,.det-pic img:hover{
	border: 10px solid rgb(255, 255, 255);
}
.grid:hover img,.abt:hover img,.det-pic:hover img{
	border: 10px solid #3366CC;
}
/*  GRID OF Four   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.images_1_of_4  img{
	max-width:100%;
}
.images_1_of_4  p {
	text-align:center;
	margin-bottom: 6%;
}
.images_1_of_4 .button{
	margin-top:.3em;
	line-height:1.9em;
}

/*  Members  ============================================================================= */
.mwrap{
	width:85%;
	margin: 0 auto;
}

.mgrid_1_of_4{
	display: block;
	margin: 1% 0% 0% 0%;
}
.mgrid_1_of_4 .mgridbox{
	float:left;
	width:28%;
	margin: 2% 2% 2% 0%;
	padding: 1em;
	border: 1px solid #E5E5E5; 
	height: 280px;
	background-color:#FFF;
	box-shadow: 10px 10px 5px #888888;
}
#mgridp{
	font-size:0.8em;
	color:#C33;
	line-height: 1.8em;
}

.mgrid_1_of_4 .mgridbox .mgridimg {
	float:right;
	width:25%;
	margin: 0% 0% 0% 0%;
	padding: 1em;
}

.memmapspan_2_of_3 {
	float:right;
	margin: -2% 0% 2% 0%;
	width: 63.1%;
}

.tooltip {
  outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }

/***** Media Quries *****/
@media only screen and (max-width: 1105px) {
	.mgrid_1_of_4 .mgridbox{
		width:44%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}
	.abt img{
		margin-top: 30%;
	}	

	.mgrid_1_of_4 .mgridbox{
		width:42%;
		height: 320px;
	}
}
@media only screen and (max-width: 700px) {
	.mgrid_1_of_4 .mgridbox{
		width:90%;
		height: 280px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:94%;
		padding:3%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:92%;
		padding:4%;
	}
}
/*end content*/
/*footer*/
.footer-bg{
	background: #3366CC;
/*	border-top:1px solid rgb(243, 244, 245);  */
}
.footer{
	background: #3366CC;
	text-align: center;
	height: 90px;
}
.footer p{
	color:#fff;
}
.footer h2{
	color:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav1 p1 a{
	color: #66CCFF;
	display:inline;

	line-height: 2.4em;
	font-size: 0.8em;
}
.nav1 p1 a:hover{
	color: #66FFFF;	
}
.nav1 p1 a img{
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
}
.nav1 p1 a img:hover{
	opacity: 0.6;
}
.nav1 li a{
	color: #66CCFF;
	display:inline;

	line-height: 2.4em;
	font-size: 0.8em;
}
.nav1 li a:hover{
	color: #66FFFF;	
}
.nav1 li a img{
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
}
.nav1 li a img:hover{
	opacity: 0.6;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000;
    background-color:transparent;
    opacity:0.4;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color:transparent;		
    opacity:1;
}
/*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.search-form {
		margin-top: 0.6%;
	}	
}
@media only screen and (max-width: 800px) and (min-width:640px) {
	.wrap{
		width:95%;
	}
	.search-form {
		margin-top:0.9%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
	.menu li:nth-last-child(4),	.menu li:nth-last-child(1){
		display:none;
	}
	.nav li:nth-child(2){
		display:none;
	}
	.search-form {
		margin-top: 1%;
	}	
	.search-form form input {
		width: 120px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
	.nav-right{
		float: left;
	}
	.menu li{
		display:none;
	}
	.nav li:nth-child(2){
		display:none;
	}
	.search-form {
		margin-top: 1.6%;
	}
	.search-form form input {
		width: 100px;
	}
}
/*end footer*/
.footer1-bg{
	background: #3366CC;
}
.footer1{
	text-align:center;
	padding: 10px 0;
}
.footer1 p{
	color:#fff;
}
/*About*/
/*  GRID OF Content with Image   ============================================================================= */
.abt img{
	margin-top: 20%;
}	
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid1{
	display: block;
	text-align: center;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid1:first-child { margin-left: 0; }

.grid2{
	display: block;
	text-align: center;
	float:right;
	margin: 0% 0 0% 0%;
}
.grid3{
	display: block;
	text-align: left;
	float:right;
	margin: 0% 0 0% 0%;
}
.grid_1_of_2{
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.images_3_of_1 {
	margin-top: 8%;
	width:50%;
}
.span_1_of_2{
	width: 45%;
}
.span_1_of_2 h5{
	font-size:1.2em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#333;
	margin: 15px 0px 15px 0px;
}
.span_1_of_2 h5 a{
	font-size:1.2em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#333;
	margin: 15px 0px 15px 0px;
}
.span_1_of_2 h5 a:hover{
	font-size:1.2em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#777;
	text-decoration:underline;
	margin: 15px 0px 15px 0px;
}
.span_1_of_2 ul{
	list-style-type:disc;
	font-size:0.8em;
	color:#333;
	line-height: 1.8em;
	display: block;
}
.span_2_of_3{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	float:inherit;
}
.span_2_of_3  h4{
	text-align:left;
}
.span_2_of_3  p  {
	text-align:left;
}
.span_2_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
#crossfade {
position:relative;
height:210px;
width:240px;
}
#crossfade img {
position:absolute;
left:0;
opacity: 1;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
#crossfade img.top:hover {
opacity:0;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.image{
		padding:3%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;	
		padding:2% 0 2% 0;	
	}
	.span_2_of_3 {
		width:100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.image{
		padding:4%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;
		padding:2% 0 2% 0;		
	}
	.span_2_of_3 {
		width:100%;
	}
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}

.span_2_of_3  h3,
.span_1_of_3  h3 {
	color:#3366CC;
}
.contact-form{
	position:relative;
	padding:15px 45px 50px 15px;
	background-color:#D1F0FF;
	border: none;
	outline:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
    padding:8px;
	display:block;
	width:98%;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-appearance:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.contact-form input[type="text"]:focus {
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}

.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form textarea:focus{
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}
.contact-form input[type="submit"]{
	font-family: 'Merriweather Sans', sans-serif;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background: #3366CC;
	position:absolute;
	right:10px;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact-form input[type="submit"]:hover{
	color:#3366CC;
	background: rgb(224, 224, 224);
}
.contact-form input[type="submit"]:active{
	color:#3366CC;
	background: rgb(224, 224, 224);  
}
.company_address{
	padding-top:26px;
}
.company_address p{
	margin-top: 3%;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-top:6%;
}
form{
	margin-top: 1%;
}
.contact-form h5{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#258C25;
	margin: 15px 0px 15px 0px;
}
.contact-form h6{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#FA0000;
	margin: 15px 0px 15px 0px;
	display:inline;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.page{
		margin-top:3%;
	}	
	.menu-bg {
		margin-top: 8.9%;
	}
	.header {
		margin: 6.6% 0 0%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.menu-bg {
		margin-top: 9.9%;
	}
	.header {
		margin: 10.6% 0 0%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.page{
		margin-top: 4%;
	}
	.abt img{
		display: none;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.menu-bg {
		margin-top: 11.9%;
	}
	.header {
		margin: 10.6% 0 0%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
    .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.page{
		margin-top:3%;
	}
	.page h5{
		font-size: 4em;
	}
	.abt img{
		display: none;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.menu-bg {
		margin-top: 11.9%;
	}
	.header {
		margin: 10.6% 0 0%;
	}
	.top-header-left p, .top-header-right p {
		font-size: 0.7em;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.page{
		margin-top:3%;
	}
	.page h5{
		font-size: 3em;
	}
	.abt img{
		display: none;
	}
}
/*details*/
.det-pic{
	
	margin-top: 1.6%;
}
.det-pic img{
	border-radius:4%;
	-webkit-border-radius:4%;
	-moz-border-radius:4%;
	-o-border-radius:4%;
	border: 10px solid rgb(255, 255, 255);
	cursor:pointer;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	box-shadow: 0px 0px 10px rgb(221, 221, 221);
}
.det-para{
	margin: 1.6% 0 2.4%;
}
.det-btm{
	padding-bottom: 30px;
}

/*  Stats  ============================================================================= */
.swrap{
	width:85%;
	margin: 0 auto;
}
.swrap table {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.swrap h3 {
	text-align:center;
}
#sitestats {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}
#sitestats td {
	padding: 3px 10px 3px 10px;
}
#sitestats th {
	padding: 3px 10px 3px 10px;
	font-weight:bold;
}
#total {
	font-weight:bold;
	background-color:#99CCFF;
}
#textrighttotal {
	font-weight:bold;
	background-color:#99CCFF;
	text-align:right;
}
#textright {
	text-align:right;
}
#textcenter {
	text-align:center;
}
#colhead {
	background-color:#3366CC;
	padding-bottom:10px;
	color:#FFF;
}
#memberstats {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}
#memberstats td {
	padding: 3px 10px 3px 10px;
}
#memberstats th {
	padding: 5px 10px 5px 10px;
	font-weight:bold;
}
#alt {
	background-color:#D1F0FF;
}

/*404*/
.page{
	text-align:center;
}
.page h5{
	font-size: 8em;
	color:#3366CC;
}
/*  Admin Page  ============================================================================= */
#updatemsg {
	font-size:1.2em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#258C25;
	text-align:center;
	text-transform:capitalize;
	margin: 15px 0px 15px 0px;
}

/*  Login Form  ============================================================================= */
.login-form{
	position:relative;
	padding:15px 45px 50px 15px;
	margin-left:auto;
	margin-right:auto;
	width:30%;
	border: none;
	outline:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
.login-form div{
	padding:5px 0;
}
.login-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.login-form input[type="text"],.login-form input[type="password"],.login-form textarea{
	padding:8px;
	display:block;
	width:80%;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-appearance:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.login-form input[type="text"]:focus {
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}

.login-form input[type="password"]:focus {
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}

.login-form textarea{
	resize:none;
	height:120px;		
}
.login-form textarea:focus{
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}
.login-form input[type="submit"]{
	font-family: 'Merriweather Sans', sans-serif;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background: #3366CC;
	margin-left:auto;
	margin-right:auto;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.login-form input[type="submit"]:hover{
	color:#3366CC;
	background: rgb(224, 224, 224);
}
.login-form input[type="submit"]:active{
	color:#3366CC;
	background: rgb(224, 224, 224);  
}
.login-form h5{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#258C25;
	margin: 15px 0px 15px 0px;
}
.login-form h6{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#FA0000;
	margin: 15px 0px 15px 0px;
	display:inline;
}

/*  Member Update Form  ============================================================================= */
.memberupdategrid_1_of_4{
	width: 29.2%;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.memberupdategrid_1_of_4 h5{
	font-size:1.2em;
	text-align:center;
	font-family: 'Merriweather Sans', sans-serif;
	color:#3366CC;
	margin: 30px 0px 15px 0px;
}
.memberupdategrid_1_of_4:first-child { 
	margin-left: 0; 
} 
.memberupdategrid_1_of_4 .mgridbox{
	width:95%;
	margin: 2% 2% 2% 0%;
	padding: 1em;
	border: 1px solid #E5E5E5; 
	height: 280px;
	background-color:#FFF;
	box-shadow: 10px 10px 5px #888888;
}
.memberupdategrid_1_of_4 .mgridbox .mgridimg {
	float:right;
	width:25%;
	margin: 0% 0% 0% 0%;
	padding: 1em;
}

.memberupdatespan_2_of_3 {
	float:right;
	margin: 2% 0% 2% 0%;
	width: 60%;
}
.memberupdate-form{
	position:relative;
	padding:15px 45px 50px 15px;
	margin-bottom:15px;
	background-color:#D1F0FF;
	border: none;
	outline:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
.memberupdate-form div{
	padding:5px 0;
}
.memberupdate-form span{
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.memberupdate-form span label{
	width:110px;
	display:inline-block;
}
.memberupdate-form span input{
	display:inline-block;
}
.memberupdate-form input[type="text"],.memberupdate-form input[type="number"],.memberupdate-form input[type="tel"],.memberupdate-form input[type="email"],.memberupdate-form input[type="url"],.memberupdate-form input[type="password"],.memberupdate-form textarea{
    padding:8px;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-appearance:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.memberupdate-form input[type="radio"]{
    padding:8px;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.memberupdate-form input[type="file"] {
	box-shadow:none;
	width:300px;
	font-family: 'Merriweather Sans', sans-serif;
	padding:4px 6px;
	background-color:#D1F0FF;
	color:#000;
	cursor:pointer;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.memberupdate-form input:focus {
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}

.memberupdate-form textarea{
	resize:none;
	height:120px;		
}
.memberupdate-form textarea:focus{
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}
.memberupdate-form input[type="submit"]{
	font-family: 'Merriweather Sans', sans-serif;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background: #3366CC;
	position:relative;
	float:right;
	width:35%;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
	display:inline-block;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.memberupdate-form input[type="submit"]:hover{
	color:#3366CC;
	background: rgb(224, 224, 224);
}
.memberupdate-form input[type="submit"]:active{
	color:#3366CC;
	background: rgb(224, 224, 224);  
}
.memberupdate-form p1{
	font-size:0.8em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#000;
	display:inline;
}
.memberupdate-form h3{
	display:inline;
}
.memberupdate-form h5{
	font-size:1.0em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#FA0000;
	margin: 15px 0px 15px 0px;
	display:inline;
}
.memberupdate-form h6{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#258C25;
	margin: 15px 0px 15px 0px;
}
/*  Progress Bar  ==============================================*/
#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}
 
#bar_color {
  background-color: #3366CC;
  height: 20px;
  width: 0px;
}
 
#bar_blank, #hidden_iframe {
  display: none;
}

/*  Site Update Page  ============================================================================= */
.siteupdatespan_1_of_2 {
	float:left;
	width: 48%;
	margin: 3% 0% 3% 0%;
}
.siteupdatespan_2_of_2 {
	float:right;
	width: 48%;
	margin: 3% 0% 3% 0%;
}

.siteupdate-form{
	position:relative;
	padding:15px 45px 50px 15px;
	margin-bottom:15px;
	background-color:#D1F0FF;
	border: none;
	outline:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
.siteupdate-form div{
	padding:5px 0;
}
.siteupdate-form span{
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.siteupdate-form span label{
	width:110px;
	display:inline-block;
}
.siteupdate-form span input{
	display:inline-block;
}
.siteupdate-form input[type="text"],.siteupdate-form input[type="number"],.siteupdate-form input[type="tel"],.siteupdate-form input[type="email"],.siteupdate-form input[type="url"],.siteupdate-form input[type="password"],.siteupdate-form textarea{
    padding:8px;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-webkit-appearance:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.siteupdate-form input[type="radio"]{
    padding:8px;
	background:#FFF
	border: none;
	outline:none;
	color:#464646;

	box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-moz-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	-o-box-shadow: inset 0px 0px 2px rgba(113, 116, 110, 0.85);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.siteupdate-form input[type="file"] {
	box-shadow:none;
	width:300px;
	font-family: 'Merriweather Sans', sans-serif;
	padding:4px 6px;
	background-color:#D1F0FF;
	color:#000;
	cursor:pointer;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.siteupdate-form input:focus {
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}

.siteupdate-form textarea{
	resize:none;
	height:120px;		
}
.siteupdate-form textarea:focus{
	border:2px solid #3366CC;
	box-shadow: 0px 0px 2px #3366CC;
	-webkit-box-shadow: 0px 0px 2px #3366CC;
	-moz-box-shadow: 0px 0px 2px #3366CC;
	-o-box-shadow: 0px 0px 2px #3366CC;
}
.siteupdate-form input[type="submit"]{
	font-family: 'Merriweather Sans', sans-serif;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background: #3366CC;
	position:relative;
	float:right;
	width:35%;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
	display:inline-block;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.siteupdate-form input[type="submit"]:hover{
	color:#3366CC;
	background: rgb(224, 224, 224);
}
.siteupdate-form input[type="submit"]:active{
	color:#3366CC;
	background: rgb(224, 224, 224);  
}
.siteupdate-form p1{
	font-size:0.8em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#000;
	display:inline;
}
.siteupdate-form h3{
	display:inline;
}
.siteupdate-form h5{
	font-size:1.0em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#FA0000;
	margin: 15px 0px 15px 0px;
	display:inline;
}
.siteupdate-form h6{
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	color:#258C25;
	margin: 15px 0px 15px 0px;
}

