﻿img, div
{
    behavior: url(/App_Components/Appearance/Framework/pngfix/iepngfix.htc);
}
#FooterBG
{
    background-color: #011f39;
    padding-bottom: 50px;
}
body
{
    background-color: #fff;
    background-image: url(/images/bg-universal-01-wide.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
.text
{
    font-family: Georgia,times new Roman, Times, Serif;
    line-height: 1.9em;
}
.compact
{
    line-height: 1.1em;
}
h1, h2, h3
{
    line-height: 1.2em;
    font-family: Arial, helvetica, Sans-Serif;
    margin-bottom: .4em;
}
h4, h5
{
    font-weight: bold;
    font-family: Arial, helvetica, Sans-Serif;
    margin-bottom: .7em;
}
.italic
{
    font-style: italic;
}
.bold
{
    font-weight: bold;
}
#contentwrapper
{
    border-top: 1px solid #888;
    padding: 20px 0;
}
object
{
    outline: 0;
}
#pagetitle
{
    font-size: 500%;
    border-bottom: 2px solid #999;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #aaa;
    color: #011f39;
}
#sidebar
{
    padding-top: 20px;
}
#sidebar h4
{
    margin: 0;
    font-size: 250%;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    border: 0;
    padding-bottom: 10px;
}
#sidebar h4 a
{
    text-decoration: none;
}
#sidebar h5
{
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    font-size: 110%;
    color: #777;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, Times New Roman, Times, Serif;
}
#sidebar h5 a:link, #sidebar h5 a:visited, #sidebar h5 a:active, #sidebar h4 a:link, #sidebar h4 a:visited, #sidebar h4 a:active
{
    color: #666;
}
#sidebar h5 a:hover, #sidebar h4 a:hover
{
    color: #000;
}
#sidebar ul
{
    padding-left: 0;
    list-style-type: none;
    margin: 0 0 20px 0;
}
#sidebar ul li
{
    padding: 10px 0 5px 0;
    border-top: 1px #ccc solid;
}
A:HOVER
{
    color: #d94700;
}
#breadcrumbs
{
    border-bottom: 1px solid #999;
    color: #666;
    margin-bottom: 30px;
    padding: 10px 0;
    font-family: Arial, helvetica, Sans-Serif;
}
#breadcrumbs A
{
    text-decoration: none;
    color: #666;
}
#breadcrumbs A:link, #breadcrumbs A:visited, #breadcrumbs A:active
{
    color: #666;
    text-decoration: underline;
}
li
{
    margin-bottom: .5em;
}
ul
{
    padding-left: 30px;
}
.inlineHead
{
    text-transform: uppercase;
}
.centered
{
    text-align: center;
}
.red
{
    color: red;
}
.spaced
{
    margin-bottom: 25px;
}
.colborder, .border
{
    border-color: #ccc;
}
.gray
{
    color: #666;
}
.border-top
{
    padding-top: 9px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.border-top-dot
{
    padding-top: 9px;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
}

.border-bottom
{
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
blockquote
{
    font-weight: normal;
    font-style: normal;
    color: #333;
}
.box
{
    background-color: #ddd;
}
.box-outline
{
    padding: 1.5em;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
}
.box-black
{
    background-color: #011f39;
    color: #ddd !important;
    padding: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
.box-gray
{
    background-color: #ddd;
    padding: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
.box-black a:link, .box-black a:visited, .box-black a:active, .box-black h2, .box-black h3, .box-black h4
{
    color: #ddd;
}
.box-black a:hover
{
    color: #fff;
}
.box-red
{
    background-image: url(/images/bg-red.png);
    color: #fff !important;
    padding: 1em;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
}
.box-red a:link, .box-red a:visited, .box-red a:active, .box-red h2, .box-red h3
{
    color: #fff;
}
.box-red a:hover
{
    color: #f9e18f;
}

#sidebar .box-black h5
{
    border-color: #333;
}

#sidebar .box h5
{
    border: none;
    padding-top: 0;
    color: #111;
}
.column-3
{
    background-image: url(/images/bg_columns_three.gif);
    background-repeat: repeat-y;
}
.column-2
{
    background-image: url(/images/bg_columns_two.gif);
    background-repeat: repeat-y;
}
table.padded td
{
    padding: 4px;
}

