﻿body
{
    margin: 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #737373;
    background: #fff url(../designer/Main_bg.jpg) repeat-x;
}

img
{
    border: none;
}

a, a:active, a:visited, a:hover
{
    color: #00398d;
    text-decoration: none;
}

a.icons_list_link
{
    color: #737373;
    font-weight: bold;
}

td.nav_bar
{
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    background-color: #00398d;
    padding: 0 0 0 50px;
}

/* Content */
h1.content_title
{
    margin-top: 0px;
    color: #ff6e38;
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 10px;
}

h2.content_sub_title
{
    margin-top: 0px;
    color: #00398d;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 5px;
}

h3.cotent_sub_title
{
    margin-top: 0px;
    font-size: 1.3em;
    font-weight: bold;
    font-style:italic;
    margin-bottom: 5px;
}

td.content_holder
{
    background-image: url(../designer/Nav_Bg.jpg);
    background-repeat: repeat-x;
}

td.content_body
{
    padding-left: 15px;
}


td.left_column
{
    width: 156px;
}

div.left_box
{
    border: solid 1px #ff6e38;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 0 0 20px 0;
}

div.title_box
{
    height: 29px;
    line-height: 29px;
    background-color: #ff6e38;
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 5px;
}

div.title_box span
{
    padding-left: 10px;
}

div.title_box img.title_left
{
    float: left;
}

div.title_box img.title_right
{
    float: right;
}

div.title_box div#billboard_nav
{
    width: 80px;
    height: 29px;
    text-align: right;
    float: right;
}

div.title_box div#billboard_nav img.billboard_prev, div.title_box div#billboard_nav img.billboard_pause, div.title_box div#billboard_nav img.billboard_play, div.title_box div#billboard_nav img.billboard_next
{
    cursor: pointer;
    float: left;
}

ul.ip_icons
{
    background-color: #ffa888;
    border: solid 1px #ffa888;
    margin: 0 0 5px 0;
    padding: 0px;
    list-style: none;
    height: 232px;
    width: 338px;
    overflow: hidden;
    display: block;
}

ul.ip_icons li
{
    height: 230px;
    width: 338px;
    padding: 0px;
    margin: 0px;
    display: block;
}

ul.ip_icons span.logos
{
    background-color: #fff;
    text-align: center;
    display: block;
    height: 102px;
    padding: 15px;
}

ul.ip_icons span.description
{
    background-color: #ffa888;
    padding: 15px 10px 15px 10px;
    display: block;
}

div.image_box
{
    padding-top: 40px;
}

div.image_box img
{
    border: solid 1px #ff6e38;
    margin-bottom: 5px;
}
/* Events */
table.event_list tr td, table.event_list tr th
{
    padding: 3px;
    vertical-align: top;
    font-size: 0.9em;
}

table.event_list tr td
{
    padding-left: 10px;
}

table.event_list tr th span
{
    display: block;
    width: 30px;
    padding: 8px;
    background-color: #ff6e38;
    text-align: left;
    color: #fff;
}

table.event_list tr td a
{
    font-weight: bold;
}

table.event_list tr td a.read_more
{
    color: #ff6e38;
}

table.library_list th, table.news_list th
{
    text-align: left;
    color: #fff;
    padding-left: 5px;
}

table.library_list tbody tr td, table.news_list tbody tr td
{
    padding: 5px 0 15px 5px;
    font-weight: bold;
}

table.news_list tbody tr td
{
    padding: 0px;
}

ol.faqs_list li
{
    margin-bottom: 10px;
}

ol.faqs_list b.faqs_question
{
    color: #4c4b4b;
}

ol.faqs_list li ul
{
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: lower-alpha;
}

ol.faqs_list li ul li
{
    margin-bottom: 0px;
}

/* Footer */
tfoot tr td 
{
    height: 88px;
    background-image: url(../designer/Footer_Bg.jpg);
}

