#header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid silver;
  position: fixed;
  top: 0;
  height: 40px;
  left: 0;
  right: 0;
  z-index: 1; }

.menulogo {
  float: left;
  padding-top: 5px; }
  .menulogo img {
    border: none;
    height: 30px; }

#menu {
  padding: 0 10pt;
  font-size: 12pt;
  float: right; }
  #menu a {
    color: #404040;
    text-decoration: none;
    display: inline-block;
    padding: 10px; }
  #menu a:hover {
    color: #000000;
    text-decoration: none; }

#menuitems {
  list-style-type: none;
  margin: 0; }
  #menuitems li {
    font-size: 12pt;
    display: inline;
    list-style: none; }

.menubody {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%; }

#footer {
  clear: both;
  position: absolute;
  bottom: 0;
  font-size: 9pt;
  padding: 10px 0;
  width: 100%;
  color: #808080;
  background-color: #f0f0f0; }
  #footer a {
    color: #808080;
    text-decoration: none; }
  #footer a:hover {
    color: #808080;
    text-decoration: underline; }

.footer-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.footer-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.footer-item {
  margin: 6pt; }

@media screen and (max-width: 700px) {
  #menuitems li.mi-desktop {
    display: none; }

  .footer-item {
    margin: 3pt; }

  .footer-copy {
    order: 10; } }
/* From default2009.css */
body {
  margin: 0;
  background-color: #f0f0f0; }

body, p, td, th, li, h1, h2, h3, h4, h5, h6 {
  font: 10pt "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #404040; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p, li {
  line-height: 150%; }

h1 {
  margin-top: 12pt;
  color: #404040;
  border-bottom: 1px solid #c0c0c0;
  font-size: 13pt;
  font-weight: bold; }

h2 {
  margin-top: 18pt;
  margin-bottom: 6pt;
  color: #000000;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold; }

h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #404040;
  text-transform: uppercase; }

.bodyarea {
  margin-top: 40px;
  margin-bottom: 72pt; }

.bodyarea a {
  color: #1F64FF;
  text-decoration: none; }

.bodyarea a:hover {
  color: #1F64FF;
  text-decoration: underline; }

a.black, a.black:hover {
  color: black;
  text-decoration: none; }

/* From newdefault.css */
.pbox {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: hand; }

.ebox {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
  position: relative;
  cursor: hand; }

.epic {
  text-align: center; }

.einfo {
  margin-top: 10px;
  text-align: left;
  position: absolute;
  bottom: 10px; }

.pbox2 {
  background-color: #ffffff;
  width: 400px;
  height: 292px;
  text-align: left;
  margin: 5px;
  cursor: hand;
  transition: background-color 0.5s; }

.pbox2:hover {
  background-color: #f8f8f8;
  transition: background-color 0.5s; }

.pframe {
  display: inline-block;
  vertical-align: top;
  margin: 10px; }
  .pframe a, .pframe a:hover {
    text-decoration: none;
    color: black; }

/* from Company.htm */
h1 {
  font-size: 24pt;
  font-weight: 300;
  font-family: "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #202020;
  margin-bottom: 12pt;
  border: none; }

h2 {
  font-size: 18pt;
  font-weight: 400;
  font-family: "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #202020;
  margin-bottom: 12pt;
  border: none;
  text-transform: none; }

article {
  display: block; }
  article p, article td, article th, article div, article li {
    font-size: 12pt; }

article.box {
  border-bottom: 1px solid #eee;
  padding-bottom: 48pt;
  margin-bottom: 48pt; }

/* Featured Items */
.featured_news {
  background-color: #f0f0f0; }

.featured_item {
  padding: 10px;
  background-color: #f0f0f0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: left;
  margin: 5px;
  cursor: hand;
  transition: background-color 0.25s; }
  .featured_item img {
    display: block;
    border: none; }
  .featured_item a, .featured_item a:hover {
    color: black;
    text-decoration: none; }

.featured_text {
  margin-top: 10px;
  text-align: left; }

.featured_item:hover {
  background-color: white;
  transition: background-color 0.25s; }

.minblock, .stdblock, .heroblock, .newsblock {
  max-width: 960px;
  width: 100%;
  margin: auto; }

.stdblock, .heroblock {
  padding: 48pt 0pt; }

.hero {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-size: cover; }

.newsimg {
  margin-left: -12pt;
  margin-right: -12pt;
  margin-top: -12pt; }

.newsblock {
  margin-top: 24pt;
  margin-bottom: 24pt;
  padding: 12pt;
  border: 1px solid silver;
  background-color: white; }
  .newsblock h1, .newsblock h2 {
    text-align: center; }

.stdblock p, .stdblock h1, .stdblock h2, .stdblock h3, .stdblock h4, .stdblock h5, .stdblock h6, .stdblock ol, .stdblock ul {
  margin-left: 6pt;
  margin-right: 6pt; }

a.herobtn {
  border: 1px solid white;
  padding: 10px 30px;
  margin: 48px;
  min-width: 150px;
  color: white;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block; }

a.herobtn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  text-decoration: none; }

.herotext {
  text-align: center;
  text-shadow: 0px 0px 5px black;
  padding: 24pt;
  color: white; }
  .herotext h1 {
    font-size: 48pt;
    color: white;
    margin: 0 0 24pt 0; }
  .herotext p {
    line-height: 100%;
    font-size: 24pt;
    color: white;
    margin: 0; }

.mi {
  font: 12pt "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  margin-right: 4pt;
  color: #ffffff;
  background-color: #F26924;
  padding: 6pt 12pt;
  min-width: 8em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s; }

a.mi, a.mi:visited {
  color: #ffffff; }

a.mi:hover {
  background-color: #F28046;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s; }

.menu_link {
  margin-right: 30px;
  font-size: 12pt; }

.content {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 60pt 0; }
  .content h1 {
    text-align: center;
    margin-top: 0; }

.box {
  border: 1px solid silver;
  background-color: white;
  padding: 12pt;
  margin-bottom: 12pt; }
  .box h1 {
    margin-top: 0;
    font-size: 18pt;
    text-align: left; }

.md h1 {
  font-size: 24pt;
  font-weight: bold;
  text-align: center; }

.form-field {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  background: #F7F7F7;
  padding: 25px 15px 25px 10px;
  font-family: "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14;
  color: black;
  text-shadow: 1px 1px 1px #FFF;
  border: 1px solid #E4E4E4; }

.form-field h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;
  color: black; }

.form-field h1 > span {
  display: block;
  font-size: 11px; }

.form-field label {
  display: block;
  margin: 0px; }

.form-field label > span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #888; }

.form-field input[type="text"], .form-field input[type="email"], .form-field textarea, .form-field select {
  border: 1px solid #DADADA;
  color: black;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  width: 70%;
  font-size: 12px;
  line-height: 15px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC; }

.form-field textarea {
  padding: 5px 3px 3px 5px; }

.form-field textarea {
  height: 100px; }

.form-button {
  background: #ECECEC;
  border: none;
  padding: 8px 20px 10px 20px;
  color: #000;
  box-shadow: 1px 1px 5px #B8B8B8;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #B6B6B6;
  cursor: pointer;
  width: 70px;
  height: 30px;
  font-size: 12px;
  text-align: left; }

#contact-thanks {
  font-size: 18pt;
  font-weight: bold; }

#account_button {
  position: relative; }
  #account_button img {
    height: 1em; }

#account_popup {
  visibility: hidden;
  position: absolute;
  width: 300px;
  top: 25px;
  right: 0;
  border: 1px solid silver;
  background-color: #f0f0f0;
  z-index: 1; }
  #account_popup #account_cmds a {
    display: block;
    padding: 6pt 12pt;
    background-color: white;
    border-top: 1px solid #c0c0c0; }
  #account_popup #account_cmds a:hover {
    background-color: #c0c0c0; }

.popup_show {
  visibility: visible !important; }

#account_info {
  padding: 12pt; }

#account_title {
  font-size: 14pt;
  font-weight: bold; }

#signin_panel {
  margin: 0;
  background: #FFFFFF;
  font-family: "Segoe UI", "Helvetica", sans-serif; }
  #signin_panel .si-form {
    position: relative;
    z-index: 1;
    padding: 12pt;
    text-align: center; }
    #signin_panel .si-form input {
      font-family: "Segoe UI", "Helvetica", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      border: 0;
      margin: 0 0 12pt;
      padding: 6pt;
      box-sizing: border-box;
      font-size: 12pt; }
    #signin_panel .si-form button {
      font-family: "Segoe UI", "Helvetica", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #F26924;
      width: 100%;
      border: 0;
      padding: 6pt;
      color: #FFFFFF;
      font-size: 12pt;
      transition: all 0.3 ease;
      cursor: pointer; }
    #signin_panel .si-form button:hover, #signin_panel .si-form button:active, #signin_panel .si-form button:focus {
      background: #F26924; }
    #signin_panel .si-form .si-message {
      margin: 15px 0 0;
      color: #838282;
      font-size: 12pt; }
      #signin_panel .si-form .si-message a {
        color: #F26924;
        text-decoration: none; }
    #signin_panel .si-form .reset-form, #signin_panel .si-form .signup-form {
      display: none; }
  #signin_panel #sign-in-error, #signin_panel #connect-error, #signin_panel #blank-error, #signin_panel #email-error, #signin_panel #password-mismatch-error, #signin_panel #field-error {
    color: red;
    display: none;
    margin-bottom: 6pt; }
