
/* ARCHITECTURE

body {
  font: normal 85% arial,tahoma,sans-serif;
  color: #777;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
} */

/*
#top 
{
    margin-top: 87px;
  width: 100%;
  height: 120px;
}

.line {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  overflow: hidden;
}

 TYPOGRAPHY

h1, h2, h3 {
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.0em;
  color: #000;
  margin: 0 0 5px 0;
}

h2 {
  font-size: 2.3em;
  letter-spacing: -1px;
  color: #999;
  margin: 0 0 30px 0;
}

h3 {
  font-size: 1.7em;
  letter-spacing: 0px;
  color: #000;
  margin: 70px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}

h4 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.11pt;
  color: #f0f0f0;
  margin: 0;
  padding: 10px 50px 0 0;
}

p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
}

p a {
  color: #000;
  text-decoration: underline;
}

p a:hover {
  color: #999;
  text-decoration: underline;
}

p.boxy {
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
 */
/* IMAGES 

img.icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

#panel {
  width: 880px;
  padding: 40px;
  text-align: center;
  background: #d7d7d7 url(../img/panel-backgr.png) repeat-x;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; 
}
*/
/* MENU STYLE - IGNORE EVERYTHING ABOVE THIS LINE IF YOU WISH */
@media print {
    .noPrint {
        display: none;
    }
}
body {
  
  margin: 0;
  padding: 0;
  right: 0;
    left: 0;
  min-width: 900px;
  width: 100%;
  position: absolute;
 background-repeat: repeat-x;
font: normal arial,tahoma,sans-serif;

}  
#top 
{
  
  margin-top: 101px;
  width: 100%;
  height: 0px;
}
#menu2 {
    width: 100%;
    font: 11pt arial,tahoma,sans-serif;
    vertical-align: text-bottom;
    white-space: nowrap;
} 

#MenuBar {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;


 /* -moz-border-radius-topright:  25px;
  -webkit-border-top-right-radius:  25px;
  -moz-border-radius-topleft:  25px;
  -webkit-border-top-left-radius:  25px;  */
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
}

 .nolink {
  float: left;
  font: bold 14pt arial,tahoma,sans-serif; /* arial,tahoma,sans-serif;  */
  color: #fff;
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #880000;*/
  margin: 0;
  padding-top: 2px;
  padding-left: 25px;
  letter-spacing: 3px;        
}

.loglink {
  float: left;
  font: bold 14pt arial,tahoma,sans-serif; /* arial,tahoma,sans-serif;  */
  color: #fff;
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #880000;*/
  margin: 0;
  padding-top: 2px;
  padding-left: 25px;
  letter-spacing: 3px;        
}
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
.logHeaderlink {
font-size:11pt;letter-spacing: 1px;
}
#MenuBar ul .current a, ul#MenuBar li:hover > a  {
  color: #000000; 
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #330000;*/
  background: #ccd4dd; 
}
#MenuBar ul .current a {
   color: #000000; 
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #330000;*/
  background: #ccd4dd; 
 
}

#MenuBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
    /*
overflow: hidden; 
background-color: #000000;*/
    width:100%;
     
}

li#MenuBar {
    /*float: left;*/
    
}
li#MenuBar li a, .dropbtn {
    display: inline-block;
    color: black;   
    padding:  5px 10px;
    text-decoration: none; 
}
ul#MenuBar li a, .nodrop  {   
    color: white;
    text-decoration: none;
    padding:  5px 10px;   
}
li#MenuBar li a:hover, .dropdown:hover .dropbtn {
     background: #ccd4dd;
     /*text-decoration: underline; */
}

li#MenuBar li.dropdown {
    display: inline-block;
}

ul#MenuBar .dropdown-content {
    display: none;
    position: absolute;
    font: 10pt arial,tahoma,sans-serif;
    background: #ccd4dd;
    min-width: 170px;
    line-height: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul#MenuBar .dropdown-content a {
    color: #000000;
    padding:  5px 10px;
    text-decoration: underline;
    display: block;
    text-align: left;
}

ul#MenuBar .dropdown-content a:hover {background-color: #F7F7F7; color:#1a6b96;}

ul#MenuBar .dropdown:hover .dropdown-content 
{
    
    display: block;
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
   color: #000000;
   line-height: 25px;
  text-decoration: underline;
  /*text-shadow: 1px 1px 1px #330000;*/
   background: #ccd4dd;
   
 /* -moz-border-radius-topright:  25px;
  -webkit-border-top-right-radius:  25px;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius:  25px; */
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */


#MenuBar ul .current a, ul#MenuBar li:hover > a  {
  color: #000000; 
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #330000;*/
  background: #ccd4dd; 
}
#MenuBar ul .current a {
   color: #000000; 
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #330000;*/
  background: #ccd4dd; 
 
}