#html {
    font-family: arial;
    color: black;
    background-color: white;
    margin: 0;
}

button{
  background: transparent;
  border: 0;
  font-weight: bold;
  font-family: arial;
}


#body {
    font-family: arial;
    color: black;
    background-color: white;
    margin: 0;
}

h1 {
    font-size: 14pt;
    color: #204762;
    font-family: arial;
}

h2 {
    font-size: 12pt;
    color: #204762;
    font-family: arial;
}

h3 {
    font-size: 10pt;
    color: #204762;
    font-family: arial;
}


#container {
    margin: 0 auto;
    text-align: center;
    width: 1024px;
    height: auto;
    border-top: solid 10px #ADADAE;
}

#banner {
    position: relative;
    width: 1024px;
    height: 450px;
    text-align: center;
}

#logo {
    position: absolute;
    left: 110px;
    top: 35px;
}

#subscribe {
    position: absolute;
    top: 90px;
    left: 700px;
    width: 220px;
    height: 69px;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    color: black;
}

#subscribe input {
    background-color: #ffffff;
    border: 1px solid #627990;
    padding-left: 5px;
}

#bluesplash {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 150px;
    background-image: url('images/above_menus_blue_splash.gif');
    background-repeat: no-repeat;
    height: 71px;
    width: 1024px;
}

#caption {
    position: absolute;
    left: 500px;
    top: 163px;
}

#nav {
    position: absolute;
    top: 194px;
    left: 96px;
    width: 405px;
    height: 238px;
    overflow: visible;
    z-index: 6;
}

#zUL, #zUL ul {
    text-align: left;
    padding:0;
    margin:0;
}
#zUL li ul a {
  /* margin-left:1em; */
}
#zUL li {
  float: left;
  position:relative;
  list-style-type:none;
}
#zUL li ul {
    visibility:hidden;
    position:absolute;
    margin-left: 150px;
    margin-top: -20px;
    padding-left: 5px;
}
#zUL li:hover ul, #zUL li.msieFix ul {
  visibility:visible;
  background-color:#fff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #535353;
  float: left;
  width: 200px;
  z-index: 7;
}

* html #zUL li:hover ul,
* html #zUL li.msieFix ul {
  top:0px;
  left:0px;
  margin-top: 0px;
}

#zUL li li {
  padding-top: 5px;
  width: 200px;
  z-index: 8;
  padding-bottom: 5px;
}

#zUL li li:hover {
  background-color: #E4F2F7;
}

#fp_image_links {
    position: absolute;
    top: 194px;
    left: 301px;
    width: 605px;
    height: 238px;
    z-index: 3;
}

#innerpg_header {
    position: absolute;
    top: 194px;
    left: 301px;
    width: 605px;
    height: 238px;
    z-index: 3;
}

#under_nav {
    position: absolute;
    top: 428px;
    left: 101px;
    height: 38px;
    width: 803px;
    z-index: 1;
}


#content {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 803px;
    height: auto;
    margin-left: 100px;
    min-height: 200px;
    text-align: left;
    background-color: #F5F5F6;
    z-index: 4;
}

#contenttext {
    margin-left: 30px;
    margin-right: 270px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #F5F5F6;
    font-family: arial;
    font-size: 10pt;
}

#inner_contenttext {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #F5F5F6;
    font-family: arial;
    font-size: 10pt;
}

#inner_contenttext a, a:link, a:visited, a:active {
    color: #1A3D5E;
    font-weight: bold;
}

#inner_contenttext a:hover {
    color: #627990;
}

#footer {
    border-top: solid 10px #ADADAE;
    position: absolute;
    height: 49px;
    width: 803px;
    text-align: center;
}

#footertext {
    margin-top: 20px;
    font-family: arial;
    font-size: 7pt;
    font-weight: bold;
}

#footertext a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #000000;
}

#footertext a:hover {
    text-decoration: underline;
    color: #193C5E;
}


