﻿@import url("stylesn/layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #fff;
	
}
#masthead {
	text-align: center;
	width: 100%;
}
#navigation {
	background-image:url('../common_graf/b2Ftop.jpg');	
	overflow: hidden;
	width: 100%;
	font-size: 0.75em;
	color: #FFFFFF;
	  }
		 
    menu  select {
    display: none;
 }
 
        
#page_content {
    position: relative;
	width: 100%;
	border-top-style: solid;
	border-top: 7px solid #CCCCCC;}
	
#column_l {
	position: relative;
	margin: 0  0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	width: 100%;
}
#column_l {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#footer {
	background-color:#052431;
    text-align:center;
    font-size: x-small;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	 padding-right:0px;
	 margin: -10px 10px 0px 0;
}
#navigation a {
	color: #FEF1EC;
	font-size: small;
	text-decoration: none;
	display: inline;
	padding: 10px;
	border: 1px solid 0;
	background-color: 0;
}
#navigation a:hover {
	color: #F80B0B;
	text-decoration: none;
	border: 0px solid #ed9;
	background-color: ;
}
/* Styles for Content */
h1 {
	font-size: 1.25em;
	color: #252C44;
}
h2 {
	font-size: 0.9em;
	color: #252C44;
}
h3 {
	font-size: 0.8em;
	color: #252C44;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #FF0000;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p  {
	font-size: x-small;
	text-align: center;
	color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
}
#footer a {
	color:#CCCCCC;
	text-decoration: 
}
#footer a:hover {
	color:  #FF0000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(10, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.sidenav a {
    padding: 8px 2px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 1450px) {
  .sidenav {padding-top: 35px;}
  .sidenav a {font-size: 18px;}
}
.auto-style6 {
	text-align: right;
	padding-right:53px;
	margin-top: 0px;
	width:100%;
}
.auto-style9 {
	vertical-align: top;
	margin-top: -14px;

}

#test p {
    margin-top: 25px;
    font-size: 14px;
    text-align: left;
    animation: fadein 9s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    
}
.auto-style13 {
	border-width: 11px;
}

<style>
    #myBtn {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000066;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px; 
}

#myBtn:hover {
  background-color: #555;
}
</style>


<style>
}

/* css only show/hide

 */

html { background: white }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

figure {
    margin: 0 0 1.3rem 0;
    transition: .125s linear;
}

figure img {
    max-width: 100%;
    height: auto;
}

body {
    max-width: inherit;
    width: 100%;
    margin: auto ;
    font-size: inherit;
    line-height: 1.3rem;
    font-family: sans-serif;
    position: relative;
    *zoom: 1;
}

body:before, body:after {
    content: "";
    display: table;
}

body:after { clear: both }

p { margin-bottom: 1.3rem }

article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}

article section:first-of-type {
    float: right;
    width: 62.5%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 3px;
    width: 1px;
    margin: -1px;
    overflow: visible;
    padding: 0;
    position: static;
}

[for=read_more] {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for=read_more]:hover {
    background: rgba(20,166,174,255);
    color: rgb(255,255,255);
}

[for=read_more] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}


</style>
