﻿body {
  padding: 10px 0;
  background-color: #ECECEC;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

#enrwrap {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  max-width: 940px;
}

a, a:visited, a:hover {
  color: #c00000;
}

h1 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: normal;
  font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
  color: #303030;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0;
  background: none;
  height: auto;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: normal;
  font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
  color: #303030;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 15px;
}


#enrheader {
  height: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -21px 30px 0px rgba(239, 239, 239, 0.75);
  -moz-box-shadow: inset 0px -21px 30px 0px rgba(239, 239, 239, 0.75);
  box-shadow: inset 0px -21px 30px 0px rgba(239, 239, 239, 0.75);
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  overflow: hidden;
}

#enrlogowrapper {
  float: left;
  width: 70%;
}

  #enrlogowrapper img {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    max-height: 90px;
    max-width: 100%;
  }

  #enrlogowrapper h1 {
    margin: 29px 0px 0px 20px;
    text-align: left;
    font-size: 28px;
    font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    line-height: 40px;
    color: #303030;
    border: 0;
  }

#enrtopnav {
  height: 100%;
  padding: 42px 20px 0 0;
  margin: 0;
  float: right;
  width: 30%;
}

  #enrtopnav > ul {
    margin: 0;
    text-align: right;
  }

    #enrtopnav > ul > li {
      border-right: 1px solid #777;
      text-align: right;
      padding: 0 10px;
    }

        #enrtopnav > ul > li:last-child {
            border-right: none;
            padding-right: 0;
        }

  #enrtopnav a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
  }

    #enrtopnav a.enractive {
      color: #C00000;
    }

#enrbody {
  padding: 15px 0;
  margin-top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

#enrfooter {
  padding: 0 0 18px 0;
  margin-top: 10px;
  height: auto;
  background: rgb(125, 126, 125); /* Old browsers */
  background: rgb(86, 86, 86); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(86, 86, 86, 1) 0%, rgba(14, 14, 14, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 86, 86, 1)), color-stop(100%, rgba(14, 14, 14, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(86, 86, 86, 1) 0%, rgba(14, 14, 14, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(86, 86, 86, 1) 0%, rgba(14, 14, 14, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(86, 86, 86, 1) 0%, rgba(14, 14, 14, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(86, 86, 86, 1) 0%, rgba(14, 14, 14, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
  border-radius: 10px;
}

  #enrfooter a {
    color: #FFFFFF;
  }

    #enrfooter a:hover {
      color: #FFFFFF;
      text-decoration: underline;
    }

  #enrfooter ul {
    margin-bottom: 0;
  }


    #enrfooter ul > li:before {
      content: "|";
      padding-right: 14px;
      color: #FFFFFF;
    }

    #enrfooter ul > li:first-child:before {
      content: "";
    }

#enrfootpwr {
  color: #fff;
  padding-top: 18px;
  padding-left: 25px;
}

#enrfootlinks {
  padding-top: 18px;
  padding-right: 20px;
  text-align: right;
}

@media (max-width: 940px) {
  #enrheader, #enrfooter, #enrbody {
    border-radius: 0;
  }
}

  @media (max-width: 767px) {

    body {
      padding: 0;
    }

    #enrheader {
      height: auto;
      padding-bottom: 8px;
      border-left: none;
      border-right: none;
      border-top: none;
      border-radius: 0;
    }

    #enrlogowrapper {
      width: 100%;
      float: none;
    }

      #enrlogowrapper img {
        margin: 5px auto;
        display: block;
      }

      #enrlogowrapper h1 {
        text-align: center;
        margin:10px 0;
      }

    #enrtopnav {
      display: block;
      width: 100%;
      float: none;
      height: auto;
      padding: 0;
    }

      #enrtopnav > ul {
        text-align: center;
      }

    #enrbody {
      padding: 10px 0;
      border: none;
      margin-top: 0px;
      border-radius: 0;
    }

    #enrfooter {
      height: auto;
      padding: 1px;
      margin-top: 0px;
      border-left: none;
      border-right: none;
      border-radius: 0;
    }

    #enrfootpwr {
      color: #fff;
      padding: 2px 0px;
      text-align: center;
    }

    #enrfootlinks {
      padding: 2px 0px;
      text-align: center;
    }
  }
