/* General ==================================================== */

a {
    color: grey;
    text-decoration: none;
}

a:hover {
    color: #FF9900;
    text-decoration: none;
}

a:active {
    color: #CC6600;
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

body {
    background: white;
    border: none;
    font: 14px Helvetica, Arial, sans-serif;
    color: #144178;
    width: 1070px;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

h1 {
    font: normal bold, Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    padding-top: 30px;
}

h2 {
    font-size: 1.8em;
    padding: 22px 0;
}

h3 {
    font-size: 1.5em;
    padding: 0;
}

.metadata {
    visibility: hidden;
    color: white;
}

.main {
    display: inline-block;
    margin-left: 50px;
}

.main li {
    padding-top: 8px;
}

p {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

/* Global Header (shared by all pages) ======================= */

#global_header {
    width: 100%;
    margin-left: 50px;

}

#header_branding {
    display: inline-block;
    position: relative;
    margin: -25px 0 0;
    padding: 0;
    border: none;
    width: 100%;
    float: left;
    z-index: 0;
}

#logo {
    width: 150px;
    height: 80px;
    margin: 6px 30px 0 0;
    float: left;
}

#banner {
    font-size: 34px;
    font-stretch: extra-condensed;
    font-weight: 300;
    color: #144178; /*#8ea8ea; */
    padding: 0;
    border: none;
    margin: 46px 0 0 10px;

}

.main {
    width: 100%;
    height: auto;
}

nav#global_navigation {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 10px 0 0 50px;
    float: right;
    z-index: 999; /* need this to put it on top of header_branding to make links work */
}

nav#global_navigation ul {
    margin: 0;
    border: none;
    padding: 0;
}

nav#global_navigation ul li {
    display: inline;
    list-style: none;
}

nav#global_navigation ul li a {
    color: #777;
    font: normal bold 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
}

nav#global_navigation ul li a:hover, nav#global_navigation ul li a:focus {
    background-color: #eee;
    color: #FF9900;
    text-decoration: none;
}

#grad_bar {
    width: 150%;
    height: 15px;
    background: linear-gradient(white, #d2d2d2, white);
    margin: 0 0 15px -10px;
}

table {
    margin: 15px 0;
}