
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-size: 12px !important;
color: #102542;
}


.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: #FD4F57;
text-decoration: none;
}


.menuItemL2 A, .menuItemL2 A:visited {
font-size: 12px !important;
color: #102542;
}


.menuItemL2 A:hover {
color: #FD4F57;
text-decoration: none;
}

a, a:visited, a:hover
{ text-decoration: underline;color: #102542; }
a:hover
{ color: #FD4F57; }
.boxed
{ max-width: 1200px !important; width: 100% !important; height: auto !important; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }
input[type='submit'], input[type='button']
{ background-color: #102542; }
.MenuButton TD, .MenuButton TD a, .MenuButton TD a:visited, .MenuButton TD a:hover
{ color: #FFFFFF; }
.MenuButton TD
{ background-color: #102542; }.outerBodyFooter
{
  border-top: solid 2px #ddd;
  margin-top: 5px;
}

.menuTopItem A
{
  text-transform: uppercase;
}

#siteTitle IMG 
{
  max-width: 232px !important;
  position: relative;
  top: 15px;
}

.mainMenu 
{
   margin-left: auto !important;
   position: relative;
   top: -74px;
  }

BODY.BG
{
  background-color: #C9D1D9;
}

.documentArea
{
  background-color: white;
  padding: 100px;
  padding-top:80px;
  max-width: 1200px;
  margin: auto;
}

.menuItemL2 TABLE
{
  height: 30px;
}
.menuItemL2 A
{
  text-transform: uppercase;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
    font-family: Georgia,serif;
    font-size: 13px;
    color: #777;
}



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: #272727;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   min-width: 82px;
   text-align:center;
}

@media screen and (max-width: 1100px)
{
  .mainMenu { max-width: 400px; }
  table.mainMenu  > tbody tr > td {      display: inline-block;  }
}

@media screen and (max-width: 850px)
{
  .mainMenu { max-width: 250px; }
}

@media screen and (max-width: 767px)
{
  .menu-caption { color: #999; }
  .menu-btn .icon-bar { background-color: #999;  }
  #mobile-menu-actions { background-color: transparent; }
  .documentArea  {  padding: 10px;  }
   #siteTitle IMG   {   top: -25px;    }

}