/*MAIN BACKGROUND IMAGE WITH TRANSPARENT LOGO AND ORANGE BAR*/
body {
  background-image: url(http://www.gane-educators.org/resources/pictures/GANE-BG1.png) !important;
 
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center top;
}

/*ORANGE HEADER*/
.zoneHeader1  {

box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
background-color: #f8ad6d !important;
  background-image: -moz-linear-gradient(top, #f8ad6d, #f9a64a) !important;
  background-image: -ms-linear-gradient(top, #f8ad6d, #f9a64a) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8ad6d), to(#f9a64a)) !important;
  background-image: -webkit-linear-gradient(top, #f8ad6d, #f9a64a) !important;
  background-image: -o-linear-gradient(top, #f8ad6d, #f9a64a) !important;
  background-image: linear-gradient(top, #f8ad6d, #f9a64a) !important;

}

.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li a {
  color: #ffffff;
}

/*2ND MENU BAR*/

.WaGadgetCustomMenu ul {
  font-size: 17px;
  font-weight: 600;
}


/*MENU BAR COLOR.*/

.WaGadgetMenuHorizontal 
.menuBackground {
background-color: #5076a3 !important;
  background-image: -moz-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -ms-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5076a3), to(#46608a)) !important;
  background-image: -webkit-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -o-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: linear-gradient(top, #5076a3, #46608a) !important;
}


/*MAIN MENU*/

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
  height: 20px;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  padding: 15px 18px 21px 18px;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: white;
  text-align: center;
}

.WaGadgetMenuHorizontal .menuInner ul ul {
 
  background: #47608a;
  
}

.WaGadgetMenuHorizontal .menuInner ul ul.secondLevel > li > .item > a:hover {
 
  background: #5076a3;
  
}

.WaGadgetMenuHorizontal .menuInner ul ul li.sel > .item > a {
  background: #5076a3;
}



/*SUBMENU*/

.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0px;
  text-align: left;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  font: normal 16px/20px 'Open Sans';
  color: white;
  white-space: nowrap;
  position: relative;
}


/* MENU NARROW PULL DOWN

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel > li {
  border-top: 2px solid #5076a3;
  background-color: #47608a;
}*/

/*CREDIT ZONE BACKGROUND COLOR.*/
.zoneFooter3 {

box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
background-color: #5076a3 !important;
  background-image: -moz-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -ms-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5076a3), to(#46608a)) !important;
  background-image: -webkit-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -o-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: linear-gradient(top, #5076a3, #46608a) !important;
}

#idFooterPoweredByWA {
    color: #d1d2d4;
}

#idFooterPoweredByWA A:link, #idFooterPoweredByWA A:active, #idFooterPoweredByWA A:visited, #idFooterPoweredByWA A:hover {
  
  color: #d1d2d4;

}

/*PARTNER ZONE*/
.zoneFooter1 {
  
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
background-color: #5076a3 !important;
  background-image: -moz-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -ms-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5076a3), to(#46608a)) !important;
  background-image: -webkit-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: -o-linear-gradient(top, #5076a3, #46608a) !important;
  background-image: linear-gradient(top, #5076a3, #46608a) !important;
}


/*REMEMBER ME AND LOGIN  FORGET PASSWORD TEXT COLOR*/

.WaGadgetLoginForm .loginContainerForm.orientationHorizontal form .loginActionRememberMe label 
{
        color: #ffffff;
    }


.WaGadgetLoginForm .loginContainerForm.orientationHorizontal form .loginActionRememberMe label  .WaGadgetLoginForm a, .WaGadgetLoginForm a:link
{
        color: #ffffff;
    }

.WaGadgetLoginForm .loginContainerAuthenticated.orientationHorizontal .loggedAction input[type="submit"] {
       color: #FFFFF;
}


/*GADGET HEADER BACKGROUND*/
.gadgetStyle007 .gadgetStyleTitle {
  background-color: #47608a;
}



/*Fixed by WA Support 07/10/2015*/
.WaGadgetCustomMenu .orientationHorizontal li:after
{ display: none; }
.WaGadgetCustomMenu .orientationHorizontal li
{ margin: 0 }
/*end*/