@charset "UTF-8";
/* CSS Document */

body {
background: #030e84; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDMwZTg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NTdjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(-45deg,  #030e84 0%, #4557cc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#030e84), color-stop(100%,#4557cc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #030e84 0%,#4557cc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #030e84 0%,#4557cc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #030e84 0%,#4557cc 100%); /* IE10+ */

background: linear-gradient(135deg,  #030e84 0%,#4557cc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030e84', endColorstr='#4557cc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */



font-family: Arial, Helvetica, sans-serif;
	
}


h2{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align : center;
	text-decoration:underline;
	text-shadow:2px 2px 8px #666;
	
	
	
}

h3 {
text-align : center;
text-decoration : none;


}

h4 {
	text-align : center;
	text-decoration : none;
	font-size:14px;
	
}

p {
padding : 2%;
font-family:Georgia, "Times New Roman", Times, serif:
font-size:16px;
	
}

#wrapper {
	margin:0 auto;
	max-width: 95%;
	width:90%;
	background-color:#999999;
	padding: 2%;
	
	background: rgba(41,39,41,1);
background: -moz-linear-gradient(-45deg, rgba(41,39,41,1) 0%, rgba(178,177,181,1) 19%, rgba(255,255,255,1) 57%, rgba(222,222,222,1) 79%, rgba(74,73,74,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(41,39,41,1)), color-stop(19%, rgba(178,177,181,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(79%, rgba(222,222,222,1)), color-stop(100%, rgba(74,73,74,1)));
background: -webkit-linear-gradient(-45deg, rgba(41,39,41,1) 0%, rgba(178,177,181,1) 19%, rgba(255,255,255,1) 57%, rgba(222,222,222,1) 79%, rgba(74,73,74,1) 100%);
background: -o-linear-gradient(-45deg, rgba(41,39,41,1) 0%, rgba(178,177,181,1) 19%, rgba(255,255,255,1) 57%, rgba(222,222,222,1) 79%, rgba(74,73,74,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(41,39,41,1) 0%, rgba(178,177,181,1) 19%, rgba(255,255,255,1) 57%, rgba(222,222,222,1) 79%, rgba(74,73,74,1) 100%);
background: linear-gradient(135deg, rgba(41,39,41,1) 0%, rgba(178,177,181,1) 19%, rgba(255,255,255,1) 57%, rgba(222,222,222,1) 79%, rgba(74,73,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292729', endColorstr='#4a494a', GradientType=1 );
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	
	
}

#header {
	width:auto;
	height:auto;

	background: rgb(255,255,255); /* Old browsers */

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, 								rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(255,255,255,1)), color-stop(50%, rgba(225,229,230,1)), color-stop(83%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border: 0px solid #000000;

	-webkit-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);

	font-family:"Times New Roman", Times, serif;
	font-size:18px;


	margin-bottom:5px;
	

		
}


#hLeft {
	width:20%;
	
	float:left;	
	margin:2%;
	
	
}

#hCenter {
	
	text-align:center;
	width:50%;
	
	float:left;
	
	margin:5% 2% 2% 2%;
	padding-top:10px;
	

	
}

#hRight{
	text-align:right;
	width:15%;
	
	float:right;	
	margin:3% 2% 2% 2%;

}

#header img {
	
	margin:5px;
	
}

#header p {
	text-indent:50px;
	
}


#banner {
	max-width; 100%;
	height:100%;
	width:auto;
	text-align:center;
background:#CCC;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(255,255,255,1)), color-stop(50%, rgba(225,229,230,1)), color-stop(83%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

-webkit-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
	padding-bottom:10px;
	padding-top:2px;

	
}


#banner img {
	text-align:center;
	max-width: 100%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}


#nav {
	width:100%;
	
	background:#CCC;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(255,255,255,1)), color-stop(50%, rgba(225,229,230,1)), color-stop(83%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(225,229,230,1) 50%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );


	margin: 0 0;
	
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border: 0px solid #000000;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	
		
}

#nav ul {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:bold;
	list-style:none;
	margin-left:3%;
	padding:0;
			
}
#nav ul li{
	text-align:center;	
}

#nav li a {
	color:#000;
	display:block;
	float:left;
	padding:10px;
	margin-left:3%;
	margin-right:auto;
	text-decoration:none;
	width:10%;
	font-size:18px;
	font-style:bold;
	
	
		
}

#nav a:hover, nav li.active a {
	background-color:#666;
	color:#FFFFFF;
}

#clearAll{
	clear:both;	
}

#content{
	width:96%;
	border:solid #666;
	margin:2%;
		
}

#article{
	margin-left:5%;
	margin-right:auto;
	width:85%;
	padding:15px;
	
	border-right:solid;
	border-bottom:solid;
	border-color:#666;	
	
}

#article h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	
}

#article img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width: 90%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	
	}



#subarticle{
	float:left;
	margin-left:5%;
	margin-right:auto;
	margin-top:10px;
	width:75%;
	padding:15px;
	text-align:center;
	border:solid;
	
}

#subarticle img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width: 75%;
	height : auto;
	width : auto;

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
}


#subarticle h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	
}

#subarticle p{
	
	text-align:left;
	
}


#subarticle2{
	float:left;
	margin-left:5%;
	margin-right:auto;
	margin-top:10px;
	width:75%;
	padding:15px;
	text-align:center;
	border:solid;
	
}

#subarticle2 img {
	display:block;
	
	margin-left:auto;
	margin-right:auto;
	max-width: 75%;
	height : auto;
	width : auto;


	
}
#subarticle2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	
}

#subarticle2 p{
	
	text-align:left;
	
}

#columnLeft {
	width:28%;
	background-color:#FFF;
	float:left;	
	margin:2%;
	
	border:solid;
	border-color:#666;
	
	border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;

	
}


#columnLeft img {
	text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	margin:2px;
	padding-left:3%;
	padding-bottom::3px;
	
	
	}


#columnCenter {
	width:28%;
	background-color:#FFF;
	float:left;	
	margin:2%;
	
border:solid;
	border-color:#666;
	
	border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;
	
	
	
}


#columnCenter img {
	text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	margin:2px;
	padding-left:3%;
	}


#columnRight {
	width:28%;
	background-color:#FFF;
	float:right;	
	margin:2%;
	
	border:solid;
	border-color:#666;
	
	
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;

	

}


#columnRight img {
	text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	margin:2px;
	padding-left:3%;
	}
	
	
	
#content2{
	width:95%;
	border:solid #666;
	margin:2%;
		
}

#lLcolumn {
	
	width:28%;
	background-color:#FFF;
	float:left;	
	margin:2%;
	
	border:solid;
	
	border-color:#666;
	
	
	border-radius: 0px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;
	
}

#lLcolumn img {
		text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	margin:2px;
	padding-left:3%;

}



#lCcolumn {
	width:28%;
	background-color:#FFF;
	float:left;	
	margin:2%;
	
	border:solid;
	border-color:#666;
	
	

	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;
	
}

#lCcolumn img {
		text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	margin:2px;
	padding-left:3%;
	padding-bottom::10px;

}

#lRcolumn {
 width:28%;
	background-color:#FFF;
	float:right;	
	margin:2%;
	
	border:solid;
	border-color:#666;
	
	
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	-webkit-border-radius: 15px 0px 0px 0px;

	

}

#lRcolumn img {
		text-align:center;
	max-width: 85%;
	height : auto;
	width : auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	margin:2px;
	padding-left:3%;
	padding-bottom::3px;

}
	


#footer {
	border-top:solid;
	border-color:#666;
	width:95%;
	
	margin:2%;
			
}

#footer p {
	text-align : center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	
}
#footer h3{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;	
}

#contact {
	width:40%;
	height:auto;
	margin-left:20%;
	
	
		
}

#mobileBanner{
	display:none;
	
}

#boxSlider {
	


}



ul.bxslider li img{
	box-shadow:none;
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
 
}