html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    height: 100%;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #01001a;
    margin: 0px;
    padding: 0px;
    background: url(/assets/default/images/back.gif) repeat-x top #f0f0f0;
}

#frame {
    width: 954px;
    margin: 10px auto 0 auto;
    padding: 5px 0 0 0;
    background: #FFFFFF url(/assets/default/images/maindivbg.jpg) bottom no-repeat;
}

#header {
    background: #FFF;
    height: 90px;
    width: 944px;
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(/assets/default/images/header.jpg) top no-repeat;
}

#tabs {
    color: #ffffff;
    float: right;
    height: 90px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 320px;
    background: url(/assets/default/images/topnavbg.gif) repeat-x top;
}

#header_nav {
    padding: 4px;
    height: 31px;
    width: auto;
    text-align: center;
}

#header_nav a, #header_nav a:visited {
    color: #232176;
    text-decoration: none;
    font-weight: normal;
}

#header_nav ul {
    height: 31px;
    width: 100%;
    margin: auto;
}

#header_nav li {
    display: inline;
    color: #1c3468;
    border-right: 1px solid #000000;
    list-style: none;
    padding: 0 4px;
    font-size: 11px;
}

#header_nav li.lastitem {
    border: 0;
}

#header_nav a:hover {
    color: #232176;
    text-decoration: underline;
    font-weight: normal;
}

.rightcorner {
    float: right;
    display: block;
    background: url(/assets/default/images/header_nav-leftcornerbg.gif) top no-repeat;
    height: 100%;
    width: 11px;
    margin: -39px 0 0 0;
    padding: 0;
}

.leftcorner {
    float: left;
    display: block;
    background: url(/assets/default/images/header_nav-rightcornerbg.gif) top no-repeat;
    height: 100%;
    width: 11px;
    margin: 0;
    padding: 0;
}

.hlist {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: block;
}

h1 {
    color: #bad80a;
    font-size: 20px;
    margin-bottom: 3px;
    display: block;
    width: 500px;
    height: auto;
    border-bottom: #c5c5c5 solid 1px;
}

h2 {
    font-size: 14px;
    color: #0b3f75;
}

h3 {
    margin: 0;
    padding: 0;
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    border-bottom: dashed 1px #003f87;
}

a {
    color: #0f67ac;
    text-decoration: none;
}

a:hover {
    color: #0f67ac;
    text-decoration: underline;
}

img {
    border: 0;
}

.imageleft, .imageright, .imagecenter, .imagebehind {
    padding: 2px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 5px ;
}

.imageleft {
    float: left;
    margin-right: 5px;
}

.imageright {
    float: right;
    margin-left: 5px;
}

.imagebehind {
    position: absolute;
    top: 0;
    margin-left: 5px;
}

.emph {
    font-weight: bold;
    color: #003f87;
    font-size: 13px;
}

#flash {
    clear: both;
    width: 742px;
    height: 225px;
    z-index: 10;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

#container {
    background: #ffffff;
    width: 944px;
    height: 100%;
    margin: 0 auto 5px auto;
    padding: 0;
}

#maincontent {
    position: relative;
    width: 744px;
    float: left;
    padding: 0 0 25px 0;
    margin: 4px 0 30px 0;
}

#maincontent ul{
    margin:8px;
    list-style-position:outside;
    padding:0;
}

#maincontent li{
    margin:3px 6px 0 20px;
    padding:0;
    list-style:url(/assets/shared/images/bullet.gif);
}

#main {
    border-right: 1px solid #c4c4c4;
    margin: 0 0 0 0;
}

#sidebar {
    width: 198px;
    height: auto;
    float: right;
    background: none;
}

.features {
    display: block;
    width: 195px;
    float: left;
    height: 225px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.features li {
    width: 195px;
    height: 70px;
    background: url( /assets/shared/images/button.gif) repeat-x;
    margin-top: 5px;
    border: #cecece 1px solid;
}

.feature_content {
    position: relative;
    top: 5px;
    right: 5px;
    width: 125px;
    height: 63px;
    float: right;
}

.feature_content p {
    font-size: 11px;
    margin: 0;
}

.feature_content a {
    position: relative;
    width: 125px;
    height: 43px;
    float: right;
    background: url( /assets/shared/images/button_sm.gif ) bottom right no-repeat;
    text-decoration: none;
    color: #686868;
}

.feature_content a:hover {
    position: relative;
    width: 125px;
    height: 43px;
    float: right;
    background: url( /assets/shared/images/button_sm_hover.gif ) bottom right no-repeat;
    text-decoration: none;
    color: #686868;
}

.image_with_border {
    width: 50px;
    height: 50px;
    padding: 1px;
    border: #999999 1px solid;
    float: left;
    margin: 8px 0 0 5px;
}

.image_with_border_title_below {
    padding: 1px;
    border: #999999 1px solid;
    margin: auto;
}

#links {
    clear: both;
    float: right;
}

#footer {
    clear: both;
    bottom: 0;
    background: url(/assets/default/images/footerbg.gif) repeat-x;
    color: #fff;
    width: 954px;
    height: 68px;
    margin: 0 auto;
    padding: 0;
}

#footer p {
    margin: 25px 0 0 16px;
    width: 560px;
    float: left;
}

#footer a {
    color: #ffffff;
}

#footer img {
    border: 0;
}

#footer a:hover {
    color: #bad80a;
}

.bottom_logo {
    margin: 15px 10px 0 0;
    float: right;
    border: 0;
}

.contact_table {
    width: 80%;
    border: 0;
    margin: auto;
}

.table_sub_title {
    font-weight: bold;
    color: #003f87;
    font-size: 13px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #c4c4c4;
    padding: 1em 0 0 0;
}

td {
    padding: 1em 0 0 2em;
}
