/*
    Metacom training system colors
    IMC 17 Oct 2014
*/


.topMenu
{
  width: 100%;
  float: left;
  left: 0;
  top: 0;
  padding: 0;
  position:fixed;
  background-color: white;
  margin-bottom: 10px;
  z-index:999;
  padding-left: 100px;
  padding-right: 100px;
}
.topMenu ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.topMenu .holidayLink:hover a
{
  border-bottom-color: #EF6C00;
}
.topMenu .overviewLink:hover a
{
  border-bottom-color: #757575;
}
.topMenu .trainingLink:hover a
{
  border-bottom-color: #0a8f08;
}
.topMenu .whereaboutsLink:hover a
{
  border-bottom-color: #673ab7;
}
.topMenu .reviewLink:hover a
{
  border-bottom-color: #039be5;
}
.topMenu .visitorLink:hover a
{
  border-bottom-color: rgb(60,180,110);
}
.topMenu .homeLink:hover a
{
  border-bottom-color: #ff5722;
}
.topMenu .logoLink a
{
  background-color: gray;
  color: White;
  border-bottom-color: gray;
}
.topMenu .orgChartLink:hover a
{
  border-bottom-color: #f0e68c;
}


.topMenu li
{
  float: left;
}
.topMenu li a
{
  display: block;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: Arial;Helvetica;sans-serif;
  border-right: 1px solid gray;
  color: gray;
  border-bottom: 5px solid white;
}

.bigBanner
{
  width: 100%;
  float: left;
  left: 0;
  top: 32px;
  padding: 5px 5px 5px 5px;
  font-size: 30px;
  position:fixed;
  background-color: #673ab7;
  color: white;
  z-index:999;
  padding-left: 100px;
}

.announcement {
    color: Black;
    font-size: small;
    margin-left: 40px;
    padding: 6px 6px 6px 6px;
    background-color: White;
    border: 2px solid Red;
    margin-bottom: 20px;
}