@charset
"UTF-8"
;
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
    background: url(../ImageDirectory/bg_static_repeat.png) repeat-y center #c1d6d1;
    font-family: Arial, Helvetica, sans-serif;
    color: #424242;
}

#header {
    background: url(../ImageDirectory/bg_static.png) top center no-repeat;
    height: 390px;
    margin: 0px 0 0 0;
}

#header2 {
    background: url(../ImageDirectory/bg_static2.png) top center no-repeat;
    height: 390px;
    margin: 0px 0 0 0;
}

#mainContent {
    margin: -260px auto 50px auto;
    width: 805px;
}

h1 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 80px;
}

h1.homeIntro {
    margin: 0px 0 0 0;
}

h3 {
    color: #5ca146;
    font-size: 18px;
    margin-top: 35px;
}

.rightCol {
    float: right;
    text-align: center;
    width: 160px;
    margin: 20px -40px 0 20px;
    color: #5ca146;
    font-size: 14px;
}

table tr td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table td.noBorderTop {
    border-top: none;
}

table td.noBorder {
    border: none;
}

table td.noBorderTopRight {
    border-top: none;
    border-right: none;
}

table td.noBorderRight {
    border-right: none;
}

.tableSmall {
    background: url(../ImageDirectory/bg_tableSmall.png) no-repeat;
    padding: 20px;
    color: #5ca146;
    font-size: 14px;
    margin-top: 15px;
    height: 92px;
    width: 561px;
    text-align: left;
}

.tableSmall th {
    color: #424242;
    padding: 0 0 0 32px;
}

.tableSmall td {
    padding: 0px 28px;
}

.tableSmall span {
    color: #0000ff;
}

.tableMedium {
    background: url(../ImageDirectory/bg_tableMedium.png) no-repeat;
    padding: 30px 25px 20px 20px;
    color: #5ca146;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    height: 206px;
    width: 718px;
}

.tableMedium th {
    color: #424242;
    padding: 0px 20px;

}

.tableMedium td {
    padding: 0 20px;
}

.tableLarge {
    background: url(../ImageDirectory/bg_tableLarge.png) no-repeat;
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    width: 807px;
    height: 232px;
}

.tableLarge td {
    padding: 0 25px;
}

.tableHuge {
    background: url(../ImageDirectory/bg_tableHuge.png) no-repeat;
    padding: 20px 25px 20px 20px;
    font-size: 14px;
    text-align: left;
    height: 378px;
    width: 806px;
}

.tableHuge th {
    padding: 0 20px 5px 28px;
}

.tableHuge td {
    padding: 4px 28px;
    color: #5ca146;
}

p.homeDescription {
    color: #fff;
    font-size: 14px;
}

ol {
    margin-left: 25px;
}

ol li {
    margin-bottom: 10px;
}

p.alert {
    padding: 30px 90px;
    margin-top: 50px;
    background: url(../ImageDirectory/bg_alert.png) no-repeat;
    text-align: center;
}

.rightLink {
    float: right;
    margin: -40px -35px 0 0;
}

a.joinButton img {
    border: none;
    display: none;
}

.buttonWrapper {
/*padding:80px 0 150px 0;*/
    padding: 150px 0 150px 0;
    margin: 0 0 -50px -77px;
    background: url(../ImageDirectory/bg_affiliate.png) no-repeat bottom;
    width: 950px;
}
