/*
  Mistral Stylesheet.
*/

html {
  height: 100%;
}


a > img {
    pointer-events: auto;    
}


@font-face {
");
}

body {   box-sizing: content-box;  
  margin-top: 26px;  
  padding: 0px;
  background-repeat: repeat;
  background-image: url("european_union_flag_background.gif");
  font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15.0px; 
}

#webpage {
	background-color: #FFFFFF;
	width: 950px;
	margin: auto auto;
  background: url("sidefiller_transparent2.gif") repeat-y;
}

#header {
  padding: 0px;
	background-color: #000040;
}

#logo {
  text-align: center;	
}

#tagline {
	padding: 0px;
  text-align: center;	
  font-size: 12px;	
  color: #FFFFFF;
}


#middle {
}

#sidebar {
    padding-top: 10px;
  float: left;
  width: 140px;
  height: 650px;
  margin: 7px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	display: block;
  font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14.0px;
  text-decoration: none; 
  color: #00005F;
  padding: 3px;

}

#sidebar a:hover { 
	background-color: #001839; 
  text-decoration: none;
  color: #FFFFFF;
}

#clock { 
	background-color: #004080;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 4px;
  font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
  text-decoration: none;
  font-size: 20.0px;
  font-style: italic;
  font-weight: bold;
  color: #80FF00;
}

#updated {
  margin-top: 26px;
  padding: 3px;
  font-size: 12.0px;
  color: #808080;
}

#payments {
  margin-top: 20px;
  padding: 2px;
  text-align: center;
}

#content {
	float: left;
	width: 730px;

	margin-left: 30px;	
	margin-right: 0px;
  margin-bottom: 4px;
  
  color: #000000;
}

input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
}

#prop {
  height: 400px;
  float: right;
  width: 1px;
}

#clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#footer {
	clear: both;
	
	height: 140px;
  background-image: url("ocean2.gif");
	margin-bottom: 50px;
}

.copyright {
	display: block;
  padding-left: 200px;
  padding-top: 50px;
  
  font-size: 13.0px;
  color: #004080;
}

.linklist {
  margin-left: 0px;
  padding-left: 18px;
  list-style-type: none;	
}

.linklist li {
        padding-top: 7px;
	padding-bottom: 15px;
  color: #EEF3FB;
  font-size: 15.0px;	
}

.linklist li:hover {
  color: #FFFFFF;	
}

.linklist li a {
  text-decoration: none;	
}

.linklist li a:hover {
  text-decoration: underline;
  color: #408080;		
}

a {
	color: #004080;
}

a:hover {
	color: #008080;
}

.inlineimage {
   padding-right: 16px; 
}

.button {
   background-color: #0080C0;
   border-color: #002040;
   border-width: 2px;
   color: #FFFFFF;
   font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
   font-size: 15.0px;
   font-weight: bold;
   padding: 2px;
}

.button:hover {
   background-color: #B7FFB7;
   color: #008080;
}

.hiddentext {
   visibility: hidden;
}

.nav-trigger {
   display:none;
}


/*
  mobile overrides ----------------------------------------------------------------------------------------------------
*/

@media only screen and (max-device-width:480px) {

body {   box-sizing: content-box;  
  width: 100%;
  background: #fff;
  font-size: 1em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#webpage {
  width: 100%;
  background: #fff;
}

#header {
  position: absolute;
  padding: 0px;
  margin:0px;
  left:0px;
  top:0px;
  height:80px;
  width:100%;
  background: #fff;
}

#logo img {
  display: none;
}

#logo {
  position: absolute;
  background-image: url("mistral_header_256x80.gif");
  left:60px;
  top:4px;
  width:256px;
  height:80px;
}

#content {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    background: url("mistral_footer_300x80.gif") no-repeat bottom left;    
    position: relative;
    top: 100px;
    bottom: 100%;
    left: 0;
    width:100%;
    z-index: 1;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 100px;
}

#content p, #content img {
    margin-left: 4px;
}

#sidebar {
    list-style: none;
    background: #fafafa;
    width: 199px;
    height: 200%;
    opacity: 95%;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: 999 !important;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
    font-size: 1.1em;
    padding-top: 8px;
    padding-bottom: 8px;
}

#updated {
	display:none;
}

#payments {
	display:none;
}

.linklist li {
  padding-bottom: 16px;
}

#footer {
	display:none;
}

.nav-trigger {
    display:inline;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("/hamburger.svg");
    background-size: contain;
}

.nav-trigger:checked + label {
    xleft: 215px;
}
 
.nav-trigger:checked ~ #content {
    left: 200px !important;
}

.nav-trigger:checked ~ #sidebar {
    visibility: visible !important;
}



