
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-family: 'Montserrat';
font-size: 14px !important;
color: #941100;
font-weight: bold;
}


.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover, .mmenu A:hover, .mmenu li > a:hover, .mmenu li.mmenu-selected > a, .mmenu li.mmenu-selected > span {
color: #1CCE28;
text-decoration: none;
}


.mmenu A:hover,  .mmenu li > a:hover, .mmenu li.mmenu-selected > a, .mmenu li.mmenu-selected > span
{
background-color: #FEEE73;

}a, a:visited, a:hover
{ color: #941100; }
a:hover
{ color: #1CCE28; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }
input[type='submit'], input[type='button']
{ background-color: #941100; }
.MenuButton TD
{ background-color: #941100; }.extraFooter
{
    background-image: -webkit-gradient(linear, 180deg, color-stop(0, rgb(148,17,0)), color-stop(1, rgb(28,206,40)));
    background-image: -o-linear-gradient(180deg, rgb(148,17,0) 0%, rgb(28,206,40) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(148,17,0) 0%, rgb(28,206,40) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(148,17,0) 0%, rgb(28,206,40) 100%);
    background-image: linear-gradient(180deg, rgb(148,17,0) 0%, rgb(28,206,40) 100%); 
    height: 400px; 
}


#siteTitle
{
  padding-top: 3px;
  padding-bottom: 8px;
}

.menu
{
  margin-bottom: 30px; 
}

.menuTopItem TD 
{
  background-color: white; 
  text-transform: uppercase;
}

.menu TABLE.menuTopItem TD {
    padding: 5px 0px;
}

BODY.BG
{
  background-color: #941100;
}

.outerBodyFooter
{
  background-color: white;
  border-radius: 25px; 
  padding:20px; 
}

.mainMenu
{
  border-collapse: separate;
  border-spacing: 1px;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-family: Arial;
  font-size: 15px;
}

/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }

/* To center the menu */
.mainMenuContainer TABLE {   width: 100%;    text-align: center;  }

DIV.header
{
 padding-top: 15px !important;
 padding-bottom: 15px !important;
}

/* an automatic fix to improve button styles */
  /* A.register, A.classDetails, A.schedule-btn, A.dropin */
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton
{
    border-radius: 5px;
    background-color: #941100;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   text-align:center;
}

@media screen and (max-width: 767px)
{
  .menu-caption { color: white; }
  .menu-btn .icon-bar { background-color: white;  }
  #mobile-menu-actions { background-color: transparent; }
  #siteTitle IMG { position: relative; top:-20px; left: 0px; }
  DIV.header {   }
  .outerBodyFooter { padding: 1px;  margin: auto;; max-width: 98%; }
}