/* Global */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background: #7D7C8A url( ../images/background.gif );
    margin: 0px;
    padding-top: 15px;
}

td {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

h1 {
    font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
    color: #ED2024;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #777777;
    font-size: 17px;
    margin-bottom: 6px;
}

hr {
    clear: both;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

a, a:visited {
    color: #ED2024;
}

a:hover, a:visited:hover {
    color: #990000;
}

div#container {
    padding: 0px;
    margin: 0px;
    width: 770px;
}

form {
    margin: 0px;
}

input {
    border: 1px solid #898989;
    font-size: 1.1em;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

select {
    border: 1px solid #898989;
    font-size: 1.1em;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

input.radio {
    border: none;
    vertical-align: middle;
}

.bodyText {
    line-height: 1.5em;
}

/* errors */

div.errorMessages {
    border: 1px solid #aa0000;
    background-color: #ffeeee;
    background-image: url( '/images/icon_error.gif' );
    background-repeat: no-repeat;
    padding: 2px;
    padding-left: 28px;
    color: #aa0000;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.requiredField {
    background-color: #ffffcc;
}

.errorFlag {
    color: #aa0000;
}

/* Header */

div#bnnr {
    width: 100%;
    height: 70px;
}

div#navLogo {
    float: left;
    width: 253px;
}

div#navLinks {
    float: left;
    background: url( '/images/bnnr_bg.gif' );
    background-repeat: repeat-x;
    width: 507px;
    height: 70px;
    text-align: right;
}

div#navBar {
    height: 1px;
}

div.navLeft {
    float: right;
    width: 4px;
}

.navDiv {
    float: right;
    width: 1px;
}

.navOn {
    float: right;
    background: url( ../images/nav_bg_on.gif );
    background-repeat: repeat-x;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-on-link, .nav-on-link:visited {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #C9C8C8;
}

.nav-on-link:hover, .nav-on-link:visited:hover {
    text-decoration: underline;
    color: #C9C8C8;
}

.navOff {
    float: right;
    background: url( ../images/nav_bg_off.gif );
    background-repeat: repeat-x;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-off-link, .nav-off-link:visited {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #D8D7D8;
}

.nav-off-link:hover, .nav-off-link:visited:hover {
    text-decoration: underline;
    color: #D8D7D8;
}

#navEnd {
    float: left;
    width: 10px;
}

/* Pipeline */

ul#pipeline {
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
}

ul#pipeline li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    display: inline;
    list-style: none;
    list-style-type: none;
}

ul#pipeline a, ul#pipeline a:visited {
    text-decoration: none;
    color: #333333;
}

ul#pipeline a:hover {
    text-decoration: underline;
    color: #990000;
}

/* Content */

div#content {
    background: url( '/images/body_top.gif' ) no-repeat top left #E0E4EC;
    width: 100%;
    margin-top: 5px;
    text-align: left;
}

div#contentBody {
    padding: 20px;
}

div#homeBodyReg {
    float: right;
    width: 185px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/*
#homeBodyRight {
    background: url( '/images/body_right_bg.gif' );
    width: 185px;
}
*/

div#homeBodyStatus {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

div#contentBottom {
    background: url( '/images/body_bttm.gif' ) no-repeat top left;
    width: 100%;
    height: 3px;
}

/* DS styles */

.formNote {
    font-size: 0.9em;
}

.section {
    width: 340px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.sectionTop {
    background: url( ../images/section_bg.gif );
    width: 334px;
    border: #333333 1px solid;
    padding: 3px 3px 4px 3px;
    font-size: 10px;
    font-weight: bold;
    color: #E0E4EC;
}

.sectionBttm {
    padding: 8px;
    border: #333333 1px solid;
    border-top: 0px;
    width: 324px;
    line-height: 1.5em;
    background-color: #ffffff;
}

#final {
    width: 530px;
    padding-bottom: 30px;
}

#finalTop {
    background: url( ../images/section_bg.gif );
    width: 530px;
    border: #333333 1px solid;
    padding: 3px;
    font-weight: bold;
    color: #E0E4EC;
}

#finalBttm {
    color: #FFFFFF;
    background-color: #333333;
    padding: 3px;
    padding-left: 6px;
    border: #333333 1px solid;
    border-top: 0px;
    width: 527px;
    line-height: 20px;
}

div#sectionPages {
    border: 1px solid #aaaaaa;
    background-color: #F2F5FD;
    padding: 4px;
}

p#sectionContent {
    border: 1px solid black;
}

a.sectionFinished, a.sectionFinished:visited {
    color: #666666;
}

/* Form styles */

.fieldNote {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}

.formReq {
}

/* todo remove */
.formNoBold {
    font-weight: normal;
}

.formLine {
    width: 560px;
    margin-bottom: 6px;
    clear: both;
}

.formLine label {
    font-weight: bold;
    color: #666666;
    display: block;
}

.formLineLeft {
    float: left;
    width: 240px;
}

.formLineRight {
    float: left;
    width: 240px;
}

.formLineLong {
    float: left;
    width: 500px;
}

.formLineMed {
    float: left;
    width: 290px;
}

.formShort {
    width: 180px;
}

.formLong {
    width: 420px;
}

.formAddy {
    width: 270px;
}

.formLineCity {
    float: left;
    width: 200px;
}

.formCity {
    width: 180px;
}

.formLineState {
    float: left;
    width: 90px;
}

.formState {
    width: 70px;
}

.formZip {
    float: left;
    width: 150px;
}

.formZip {
    width: 130px;
}

.formGender {
    width: 100px;
}

.formRefer {
}

.formSubmit {
    border: 1px solid #666666;
    color: #343434;
    font-size: 12px;
    font-weight: bold;
    background-color: #aaaaaa;
    padding: 2px;
    width: 100px;
    margin-top: 10px;
}

#billingAddress {
    overflow: hidden;
    display: none;
    height: 1px;
}

/* Footer */

#footer {
    font-size: 11px;
    padding: 10px;
}

/* LinkList */

ul.linkList {

}

ul.linkList li {
    list-style-type: square;
    line-height: 1.7em;
}

/* contentBlock */

div.contentBlock {
    text-align: justify;
    margin: 20px;
}

