@charset "UTF-8";
/* CSS Document */

/* THE FOLLOWING ARE FOR THE MAIN NAVIGATION LINKS IN THE HEADER */

#nav {
        margin-top: 8px;
        margin-left: 10px;
        padding: 0px;
        position: absolute;
}

#nav li {
        margin: 0px;
        padding: 0px;
        float: left;
        height: 40px;
        letter-spacing: 1px;
        list-style-type: none;
        overflow: hidden;
        text-decoration: none;
        display: block;
}


        /* These are for the individual top navigation buttons */

#navHome {
       width: 75px;
       font: 14px Arial, sans-serif;
       margin: 5px;
       padding-right: 10px;
}

#navHome a:link, #navHome a:active, #navHome a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navHome a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}

#navServices {
       width: 100px;
       font: 14px Arial, sans-serif;
       color: #ccc;
       margin: 5px;
       padding-right: 10px;
}

#navServices a:link, #navServices a:active, #navServices a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navServices a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}

#navSelfMgt {
       width: 175px;
       font: 14px Arial, sans-serif;
       color: #ccc;
       margin: 5px;
       padding-right: 10px;
}

#navSelfMgt a:link, #navSelfMgt a:active, #navSelfMgt a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navSelfMgt a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}

#navAbout {
       width: 75px;
       font: 14px Arial, sans-serif;
       color: #ccc;
       margin: 5px;
       padding-right: 10px;
}

#navAbout a:link, #navAbout a:active, #navAbout a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navAbout a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}

#navContact {
       width: 75px;
       font: 14px Arial, sans-serif;
       color: #ccc;
       margin: 5px;
       padding-right: 10px;
}

#navContact a:link, #navContact a:active, #navContact a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navContact a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}

#navIA21Home {
       width: 86px;
       font: 12px Arial, sans-serif;
       color: #ccc;
       margin: 5px;
       padding: 5px;
}

#navIA21Home a:link, #navIA21Home a:active, #navIA21Home a:visited {
       color: #3fc0db;
       font-weight: bold;
       text-decoration: none;
}

#navIA21Home a:hover {
       color: #f68804;
       font-weight: bold;
       text-decoration: none;
}
