﻿.foo {
}
/********** HTML Tags **********/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    background-repeat: repeat-x;
    background-image: url(images/bg/bgtop.jpg);
}
img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
table {
    border: 0px;
}
.line {
    background-color: #cccccc;
    height: 1px;
    border: 0px;
    width: 100%;
    margin: 5px 0px;
}
/********** LINKS **********/
a {
    color: #3a3a3a;
    text-decoration: none;
}
a:hover {
    color: #066c94;
    text-decoration: underline;
}
/********** Heading and Text **********/
h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
}
h2, h3 {
    font-size: 16px;
}
.sectiontitle {
    color: #ff9933;
    font-size: 1.3em;
    font-weight: bold;
}
.sectionsubtitle {
    color: #555;
    font-size: 1.1em;
    font-weight: bold;
}
.sectiontitle-blue {
    color: #608fc8;
    font-size: 1.3em;
    font-weight: normal;
}
.smallprint {
    font-size: x-small;
}
/********** Tables **********/
td.fieldname {
    font-size: 12px;
}
.TableContainer {
}
.TableContainer .Row {
}
.TableContainer .Row .ItemName {
    padding: 3px 10px 0px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
}
.TableContainer .Row .ItemValue {
    padding: 3px 0px 0px 0px;
    vertical-align: middle;
}
/********** LISTS **********/
/********** STATIC PAGES **********/
.htmlcontent {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.htmlcontent-title {
    font-size: 1.2em;
    padding: 0 0 5px 0;
    font-weight: bold;
    clear: both;
}
.htmlcontent-body {
}
/********** Misc. Classes **********/
.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.linkButton {
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
a.linkButton:hover {
}
.dropDownLists {
    height: 17px;
    font-size: 10px;
    padding-left: 2px;
    font-family: Tahoma;
}
.textBox {
    margin: 1px;
    border-right: #dfe5e7 1px solid;
    border-top: #a8bac2 1px solid;
    border-left: #a8bac2 1px solid;
    border-bottom: #dfe5e7 1px solid;
    background: url(Images/bgTextBox.gif) white repeat-x left top;
    color: #11354A;
    font-family: verdana;
    font-size: 8pt;
    padding: 1px;
    height: 15px;
}
.messageError {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}
.copyright {
    float: right;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.copyright a {
    color: #3664A5;
    background-color: inherit;
}
.gapY {
    height: 5px;
}
.opacity:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
a.bcherry {
    color: #850c00;
    font-weight: bold;
}
a.bcherry span {
    color: #316300;
}
/************** Pages ***************/
/*************** Company Policies ****************/
.company-policies {
    text-align: justify;
    color: #555555;
}
.company-policies .title {
    list-style: none;
    color: #6db001;
}
.company-policies h3 {
    color: #6db001;
    font-size: 13px;
}
.company-policies blockquote {
    font-size: 12px;
    color: green;
    padding: 0px;
    margin: 10px;
}
.company-policies .address {
    color: green;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}

