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

.top_line {background-color: #26506a !important; }
.top_line p {color: #ffffff !important;}
.top_line a {color: #ffffff !important;}
.top_line a:hover {color: #ffffff !important;}

.area_1 {background-color: #83b8dd !important; }
.area_1 p {color: #ffffff !important;}
.area_1 a {color: #ffffff !important;}
.area_1 a:hover {color: #ffffff !important;}

.bottom_line {
  background-color: #1f1f1f !important;
  }
  
.bottom_line p {color: #ffffff !important;}
.bottom_line a {color: #ffffff !important;}
.bottom_line a:hover {color: #ffffff !important;}

ul.menu, ul.menu ul {
    margin:0; 
    padding: 0;      
    white-space: nowrap; /*don't want the horizontal menu to wrap*/ 
}
.menu li {   
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 65px;   
}
ul.menu li:first-child {
    padding-left:125px; /*set this to the width of your left image*/
    padding-top: 0px;
    background-image: url(imgGXT/white-logo.png);    
    background-repeat:no-repeat;
    background-position: 5% 90%;
}
 .menu li.first a {
   display: block;	
   padding-top: 0px;
   margin-left: -120px;   
   width: 122px;
   height: 65px;
   color: #00ff00;
   opacity:0.0;
   filter:alpha(opacity=0); /* For IE8 and earlier */
}
 
.menu li a {	
 font-size: large;
  font-family: "Arial";
  margin-left: 5em;
  line-height: 3.9em;
  text-align:center;
  width:200px;
}