/* **********
Color Group:
Background => #xxxxxx  Bright Blue
Page Border => #xxxxxx  light Gray


********** */

body  {
	background-color: #0175E2; /* #0AE4F4; */
	margin: 0px 0px;
	padding: 0px 0px;
	}

#page  {
	min-height: 100vh;
	width: 80%;
	min-width: 880px;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
	border-style: solid;
	border-color: #DDD;
	border-width: 0px 20px;
	}

header  {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #0175E2;
	background-size: cover;
	background-repeat: no-repeat;
	}
.logo  {
	width: 100%;
	margin: 0px 0px -3px 0px;
	}
.hlist  {
	list-style-image: url('./images/disc.png');
	list-style-position: inside;
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 2.5em;
	font-weight: 900;
	color: #FFF;
	text-shadow: -1px -1px 2px #000,
				  1px -1px 2px #000,
				 -1px  1px 2px #000,
				  1px  1px 2px #000;
	padding: .5em .5em;
	margin: 0px;
	float: left;
	}

nav {
	display: block;
	width: 100%;
	height: auto;
	background-color: #DDD;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
nav ul  {
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	}
nav li  {
	display: inline;
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	font-variant:small-caps;
	color: #0175E2; /*#0005DF;*/
	background-color: #F2F2F2;
	padding: 4px 10px;
	margin: 0px 2px;
	cursor: pointer;
	border: solid 1px #000;
	border-radius: 4px;
	text-shadow: -1px  1px 0px #000;
/*				  1px -1px 0px #000,
				 -1px  1px 0px #000,
				  1px  1px 0px #000;
*/	}
nav li:hover  {
	color: #E5E5E5;
	background-color: #666;
	transition: 0.5s ease;
	}
nav li.mobinav  {
	display: none;
	}

#fnav {
	display: block;
	width: 100%;
	height: auto;
	background-color: #DDD;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#fnav ul  {
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	}
#fnav li  {
	display: inline;
	float: left;
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	font-variant:small-caps;
	color: #000; /*#0175E2;*/
	padding: 4px 10px;
	margin: 0px 2px;
	}
#fnav a  {
	text-decoration: none;

	}
section  {
	display: block;
	width: stretch;
	min-height: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: solid #DDD 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	color: #000;
	background-color: #DDD;
	}

section h1, section h2  {
	color: #0175E2;
	font-style: italic;
/*	text-shadow: -1px -1px 0px #000,
			  1px -1px 0px #000,
			 -1px  1px 0px #000,
			  1px  1px 0px #000;
*/	}

section h1  {
	font-size: 1.6em;
	line-height: .75em;
	}
section h2  {
	font-size: 1.2em;
	line-height: 0.4em;
	}
section p  {
	padding: 0px 16px 0px 16px;
	}
.lquote  {
	display: block;
	width: 60%;
	float: left;
	clear: both;
	}
.rquote  {  
	display: block;
	width: 60%;
	float: right;
	clear: both;
	}
.mquote  {
	font: italic 1.0em Times, 'Times New Roman', serif;
	text-align: justify;
	margin-bottom: 0px;
	}
.squote  {
	font: italic 1.0em Times, 'Times New Roman', serif;
	text-align: right;
	margin-top: 0px;
	}

.lpic  {
	float: left;
	margin: 16px 16px 0px 0px;
	padding: 0px;
	border: solid #0175E2 3px;
	border-radius: 6px;
	}
.rpic  {
	float: right;
	margin: 16px 0px 0px 16px;
	padding: 0px;
	border: solid #0175E2 3px;
	border-radius: 6px;
	}
.cpic  {
	margin: 8px auto;
	padding: 0px;
	border: solid #0175E2 3px;
	border-radius: 6px;
	}
.nowrap  {
	white-space: nowrap;
	}

.list ul {
	margin-left: 0px;
	padding-left: 0px;
	}
.list ul li  {
	list-style: disc inside;
	position: relative;
	left: 1.5em;
	}	
footer  {
	min-height: 280px;
	clear: both;
	padding: 0px;
	margin: 0px;
	border: solid #DDD 1px;
	background-color: #DDD;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 105%;
	font-weight: 900;
	font-style: italic;
	}
.ftimg  {
	float: right;
	}


.ra  {
	text-align: right;
	vertical-align: top;
	}
.la  {
	text-align: left;
	vertical-align: top;
	}
.sechek-img  {
	vertical-align:middle;
	}
p.si  {
	font-size: smaller;
	font-style: italic;
	}
.sbmt  {
	background-color: #6D6;
	font-weight: 900;
	font-size: 0.9em;
	font-variant: small-caps;
	padding: 2px 4px;
	}
.rest  {
	background-color: #D66;
	font-weight: 900;
	font-size: 0.9em;
	font-variant: small-caps;
	padding: 2px 4px;
	}

.slideshow {
	float: right;
	width: 450px;
	height: 338px;
	border: solid #0175E2 4px;
	border-radius: 6px;
	margin: 16px 0px 0px 16px;
	padding: 0px;
	}

.slides  {
	position: relative;
	margin: 0px;
	padding: 0px;
	}

.slides img {
	position: absolute;
	width: 450px;
	height: 338px;
	}

@keyframes xfade {
	  0% { opacity: 1; }
 	 17% { opacity: 1; }
	 20% { opacity: 0; }
	 34% { opacity: 0; }
	 50% { opacity: 0; }
	 67% { opacity: 0; }
	 83% { opacity: 0; }
	100% { opacity: 0; }
	
	}
.slideshow img:nth-child(6) {
	animation: xfade 24s 0s infinite;
	-webkit-animation: xfade 24s 0s infinite;
	-moz-animation: xfade 24s 0s infinite;
	-o-animation: xfade 24s 0s infinite;
	}
.slideshow img:nth-child(5) {
	animation: xfade 24s 4s infinite;
	-webkit-animation: xfade 24s 4s infinite;
	-moz-animation: xfade 24s 4s infinite;
	-o-animation: xfade 24s 4s infinite;
	}
.slideshow img:nth-child(4) {
	animation: xfade 24s 8s infinite;
	-webkit-animation: xfade 24s 8s infinite;
	-moz-animation: xfade 24s 8s infinite;
	-o-animation: xfade 24s 8s infinite;
	}
.slideshow img:nth-child(3) {
	animation: xfade 24s 12s infinite;
	-webkit-animation: xfade 24s 12s infinite;
	-moz-animation: xfade 24s 12s infinite;
	-o-animation: xfade 24s 12s infinite;
	}
.slideshow img:nth-child(2) {
	animation: xfade 24s 16s infinite;
	-webkit-animation: xfade 24s 16s infinite;
	-moz-animation: xfade 24s 16s infinite;
	-o-animation: xfade 24s 16s infinite;
	}
.slideshow img:nth-child(1) {
	animation: xfade 24s 20s infinite;
	-webkit-animation: xfade 24s 20s infinite;
	-moz-animation: xfade 24s 20s infinite;
	-o-animation: xfade 24s 20s infinite;
	}
#l-grp {
	width: 80%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	}

.list3 {
	float: left;
	width: 20%;
	text-align: left;
	font-size: .9em;
	background-color: #DDD;
	}