﻿
/* Framework */

body {
    background-color: #002651;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: repeat-y;
    font-size: .9em;
}

h1 {
    margin: 20px 0 5px 0;
    font-size: 2em;
}

h2 {
    margin: 0 0 5px 0;
    font-size: 1.8em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    margin: 0 0 5px 0;
    font-size: 0.9em;
}

header.pageheader a {
    color: rgba(255, 210, 0, 1.0);
}

header.pageheader h2 {
    display: inline-block;
    padding: 3px 10px 3px 10px;
}

section {
    margin: 5px 0px 5px 0px;
    clear: both;
}

p {
    margin: 5px 5px 5px 5px;
    font-size: .95em;
    line-height: 1.3em;
}

section.home 
{
    /*font-size: 1.1em;*/
}

/* Navigation */


/* Navigation - siteNav */
nav.siteNav {
    margin-left: auto;
    margin-right: auto;
}

    nav.siteNav ul {
        margin: 0px 0px 2px 0px;
        text-align: center;
    }

        nav.siteNav ul li {
            margin: 1px;
            display: inline;
        }

            nav.siteNav ul li a {
                font-family: Verdana,Arial,sans-serif;
                font-size: 1.0em;
                background-color: rgba(255, 255, 255, 0.8);
                border-radius: 4px;
                color: rgba(0, 0, 0, 1.0);
            }

                nav.siteNav ul li a:hover, nav.siteNav ul li a:hover.selected {
                    background-color: rgba(255, 210, 0, 1.0);
                    color: rgba(0, 0, 0, 1.0);
                }

                nav.siteNav ul li a.selected {
                    background-color: rgba(255, 210, 0, 0.9);
                    color: rgba(0, 0, 0, 1.0);
                }
/* Host Panel */

#hostpanel section header h3 {
    font-weight: bold;
    padding: 5px 7px 5px 10px;
    font-size: 1.2em;
    border-radius: 3px;
}

#hostpanel section header h4 {
    font-weight: bold;
    padding: 3px 7px 3px 10px;
    font-size: 1em;
    border-radius: 3px;
}

#hostpanel {
    padding: 5px 10px 5px 10px;
    min-height: 400px;
    background-color: rgba(255, 255, 255, 0.94);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF)"; /* IE8 */
}
