@charset "UTF-8";
/* CSS Document */

/* Tighten up the OUR title */
#site_title #title.heading {
    padding-top: 25px;
}

#site_title #title {
    padding-bottom: 0px;
}

/* Nav menu mods */
#_nav_dropdown ul ul li a {
        font: 1.1em Proxima Nova, Helvetica, Arial, sans-serif;
        padding: 2px 1em;
}

#nav ul li {
    text-transform: none; 
    font-size: 0.85em;
    padding: 0em;
    line-height: 50px;
}

#nav ul li a {
    font-weight: 700;
}

/* Remove underline from link blocks */
.repeating_content_block a {
    text-decoration: none;
    border-bottom: none;
}

/* Remove underline in div_link blocks */
div._link1 ul li a, div._link1 ul li a:visited {
    text-decoration: none;
}

/* Tighten up page title margins */
#page_title {
   margin-top: 1.2em; 
   margin-bottom: 0.8em;
}

/* Breadcrumbs font too large */
#breadcrumbs {
    font-size: 0.9em;
}

#main_section ul li, #main_section ol li {
    line-height: 1.3em;
}

/* Fix top margins on 100% wide spotlights */
#main .top_item {
    margin-top: 0.75em;
}

/* Fix bottom margins on 260px wide spotlights */
.content_box._spotlight {
    margin-bottom: 0em;
}

/* Modify ownership block */
#main #ownership {
    background-color: #fff;
    padding: 0.1em 0.1em 0.9em 1em;
    margin: 0 0 1em 0;
}

/* Modify announcements background color */
.content_box .headline {
    background-color: #F0DD99;
    font-weight: 700;
}

/* Modify announcements margin */
.column ul, .content_box.unbordered ul, .column ol, .content_box.unbordered ol {
    margin-right: 5px;
}

.content_box._slideshow-block .border_box {
    border: medium none;
    padding-bottom: 0;
}

/* fixes clock graphic underscore and vertical alignment */

#main table.u_tables_gold a.clock {
height: 10px;
width: 10px;
text-decoration: none!important;
border: none!important;
}

/* Misc table fixes */

#main_section ._user-table {
    margin: 1em 9px;
}

#main table.u_tables_gold a.clock img {
vertical-align: middle!important;
}

#main_section table {
    margin: .5em .9em .6em 1.4em;
    border-collapse: collapse;
}

/* overrides bottom border and background color of .content_box */
div._link1._lightblue span {
    background-color: #fff;
    background-position: 95% 50%;
    border-bottom: 2px solid #daaa00;
    color: #000;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0.4em 30px 0.4em 10px;
    text-transform: none;
}

/* Reduce footer size */
#footer {
    padding: 0;
}

/* Adjust sitemap link margins */
._sitemap1 ul li > a, ._sitemap1 ul li > span {
    display: inline-block;
    padding: 0.5em 1em 0.1em;
    border: none;
    border-bottom: solid 1px #99a9bf;
}