body {
    font: 80% arial,sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font: bold 150% arial,sans-serif;
    color: #74b535;
}

h2 {
    font: bold 120% arial,sans-serif;
    color: #74b535;
}

h3 {
    font: bold 100% arial,sans-serif;
    color: #74b535;
}

h4 {
    font: bold 80% arial,sans-serif;
    color: #74b535;
}

a {
  text-decoration: underline;
  font-weight: normal;
  color: #0066CB;
}

a:hover {
  text-decoration: underline;
}

a:visited {
    color: #507;
    color: #0066CB;
    font-weight: normal;
}

img {
    border: none;
}

/*    hack to implement a min-width for IE 
    http://www.webreference.com/programming/min-width/index.html
*/
* html .ieminwidth { border-left: 780px solid #fff; }
* html .iecontainer { margin-left:-780px; }
* html .ieminwidth, * html .iecontainer { height: 1px; } /* Holly hack */

#header {
    float: left;
    width: 100%;
    min-width: 780px;
    margin: 0;
    padding: 0;
    background: url(/its/images/subhead-bg.gif) repeat-x;
    position: relative;
}

#wrapper-header-left {
    float: left;
    width: 500px;
    height: 62px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

#nav-top {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
}
/* IE Only hack to move top navigation down 1px */
* html body #nav-top {
    bottom: -1px;    
}

#nav-top li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    bottom: 0;
}

#nav-top a { 
    display: block;
    float: left;
    margin: 0;
    padding: 3px 10px;
    font: 90% arial,sans-serif;
    color: #fff;
    text-decoration: none;
}

#link-home a {
    margin-left: 0;
    padding-left: 4px;
}

#link-home, #link-services, #link-status a {
    border-right: 1px solid #fff;
}

#link-about a {
    border: none;
}

#nav-top a:link, #nav-top a:visited {
    color: #fff;
    text-decoration: none;
}

#nav-top a:hover {
    color: #ebf34e;
    text-decoration: none;
}

#wrapper-header-right {
    float: right;
    width: 344px;
    height: 62px;
    text-align: right;
    background: url(/its/images/sub-leaves.gif) no-repeat bottom right;
    position: relative;
}

#link-up {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
}

#link-up li {
    display: inline;
    margin: 0;
    padding: 0;
}

#link-up a {
    font-size: 90%;
    padding: 0;
}

#link-to-uh-home a {
    padding-right: 6px;
    margin-right: 2px;
    border-right: 1px solid #0066CB;
}

#link-to-search-uh a {
    padding-right: .5em;
    margin: 0;
}

#content {
    float: left;
    width: 95%;
    background: #fff;
    margin: 0;
    padding: 1em 0 0 2em;
}

#content p {
    line-height: 140%;
}

#content h2 {
    padding-bottom: .25em;
    margin-bottom: 0;
}

#footer {
    clear: left;
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
    margin: 2em 0 0 0;
    padding: .5em 0;
    color: #979797;
    font-size: 90%;
}

#footer ul {
    list-style: none;
    margin: 7px 0 .1em 0;
    padding: 0;
}

#footer li {
    margin: 0;
    padding: 0 0 3px 0;
}

#footer-left {
    width: 45%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footer-uh-seal {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0 .5em;
}

#footer-right {
    width: 45%;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}

#footer-its-logo {
    float: right;    
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0 .5em;
}

#usage-policy, #contact-its {
    margin-top: 7px;
}

#usage-policy, #eeo, #copyright, #contact-its, #hawaiian-lang, #page-modified {
}
