﻿/******************************************/
/* NICB Main Stylesheet...                   */
/*                                        */
/* Created 4/13/2006                      */
/* Created by Purple Monkey Studios, Inc. */
/* Last modified 4/13/2006                */
/* Last modified by Jennifer Berk        */
/******************************************/
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
h1 {
    font-size: 21px;
    color: #ffffff;
}
h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #97a82b;
}
h3 {
    margin-bottom: 15px;
    font: 14px "Arial Black", Arial, Helvetica, sans-serif;
    color: #01508e;
}
h4 {
    font-size: 13px;
    color: #3d4605;
}
h5,
h6 {
    font-size: 11px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
img {
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    height: 100%;
    text-align: center;
    background: #b5c3d4 url(/images/background.gif) top left repeat-x;
    font: 12px Arial, Helvetica, sans-serif;
    color: #494949;
}
#container {
    width: 759px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    background: #ffffff;
}
* html #container {
    height: 100%;
}
#header {
    position: relative;
    height: 83px;
}
#header #quicklinks {
    position: absolute;
    top: 20px;
    right: 20px;
}
#header ul#mini_nav {
    position: absolute;
    top: 65px;
    right: 20px;
    font-weight: bold;
}
#header ul#mini_nav li {
    display: inline;
    margin-left: 16px;
}
#header ul#mini_nav li a {
    color: #044574;
}
#header ul#mini_nav li a:hover {
    color: #aed8ff;
    text-decoration: none;
}
#top {
    height: 121px;
    border-left: 1px solid #ffffff;
}
#main_nav {
    float: left;
    width: 183px;
    height: 121px;
    background: #648bbc;
}
#main_nav ul {
    margin-top: 20px;
    list-style-type: none;
}
#main_nav a {
    padding-left: 20px;
    background: url(/images/arrow_main.gif) center left no-repeat;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
#main_nav a:hover {
    background: url(/images/arrow_main_rl.gif) center left no-repeat;
    color: #aed8ff;
    text-decoration: none;
}
#main_nav a.selected {
    background: url(/images/arrow_main_rl.gif) center left no-repeat;
    color: #aed8ff;
    text-decoration: underline;
}
#main_nav a.selected:hover {
    text-decoration: underline;
}
#section_image {
    float: left;
    width: 203px;
    height: 121px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#page_title {
    position: relative;
    float: left;
    width: 369px;
    height: 121px;
    background: #97a82b;
}
#page_title h1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
#bottom {
    border-left: 1px solid #ffffff;
}
#second_nav {
    float: left;
    width: 165px;
    min-height: 114px;
    padding: 30px 18px 20px 0;
    background: url(/images/gradient.jpg) top left repeat-x;
}
* html #second_nav {
    width: 183px;
    height: 164px;
}
#second_nav ul {
    list-style-type: none;
}
/* Jose added these two elements */
#second_nav ul li {
    height: 1.5em;
}
*>#second_nav ul li {
    height: auto;
}
#second_nav a {
    padding-left: 20px;
    /* Jose modified the next line */
    line-height: 130%;
    font-size: 12px;
    color: #01477e;
    /* Jose added the next 2 lines */
    display: block;
    width: 100%;
}
#second_nav a:hover {
    background: url(/images/arrow_second_rl.gif) center left no-repeat;
    font-weight: bold;
    text-decoration: none;
    color: #01477e;
}
#second_nav a.selected {
    font-weight: bold;
    text-decoration: underline;
}
#second_nav a.selected:hover {
    text-decoration: underline;
}
#second_nav ul ul {
    margin-left: 10px;
}
#second_nav ul ul a:hover {
    background: transparent;
    font-weight: normal;
    text-decoration: underline;
}
#second_nav ul ul a.selected {
    font-weight: normal;
    text-decoration: underline;
}
#second_nav ul ul a.selected:hover {
    text-decoration: underline;
}
#second_nav form {
    margin-top: 20px;
    margin-left: 20px;
}
#second_nav form input {
    float: right;
    margin-bottom: 8px;
}
* html #second_nav form input#query {
    margin-right: -3px;  /* Fix IE magic 3px margin on text inputs */
}
#content {
    float: right;
    width: 513px;
    padding: 30px 30px 0 30px;
    border-right: 1px solid #ffffff;
}
* html #content {
    width: 574px;
}
#content p {
    margin-bottom: 15px;
}
#content table {
    margin-bottom: 15px;
    font: 12px Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #494949;
    border-collapse: collapse;
}
#content table th {
    padding: 15px 10px;
    background: #b5c3d4;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    border: 1px solid #ffffff;
}
#content table td {
    padding: 15px 10px;
    background: #e5eaf0;
    border: 1px solid #ffffff;
}
#content ul {
    margin-left: 15px;
    margin-bottom: 15px;
}
#content ol {
    margin-left: 35px;
    margin-bottom: 15px;
}
#content a {
    color: #044574;
    text-decoration: underline;
}
#content a:hover {
    color: #648bbc;
}
#content img {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}
#footer {
    width: 544px;
    margin-top: 5px;
    margin-left: 215px;
    color: #747474;
    border-bottom: 20px solid #ffffff;
}
#footer a {
    color: #747474;
}
#footer p.credit {
    font-size: 9px;
}