﻿body {
    margin: 0px auto 0px auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    width: 1000px;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

.fakeLink {
    color: #4097fe;
    font-weight: bold;
    text-decoration: underline;
}

img.framed {
    padding: 3px;
    border: 2px solid black;
}

img.matte {
    padding: 0px 0px 0px 0px;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
}
/* MENU SECTION */
.Menu_Link {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
}

/* END MENU SECTION*/

ul#menu {
    height: 22px;
    font-size: 12px;
    text-decoration: none;
    background-color: #808080;
    padding: 3px 0px 0px 0px;
    text-align: left;
    margin: 0;
    vertical-align: middle;
    float: left;
    width: 100%;
    color: #ffffff;
}

    ul#menu li {
        font-size: 14px;
        display: inline;
        list-style: none;
        padding-left: 16px;
        background-color: #808080;
        margin-left: 18px;
        margin-right: 10px;
    }

        ul#menu li a {
            background: none;
            color: #ffffff;
            padding: 3px;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #808080;
                background-color: #ffffff;
                text-decoration: none;
            }

        ul#menu li .active {
            color: #808080;
            background-color: #ffffff;
            text-decoration: none;
        }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.signup {
    color: #fff;
    font-size: 0;
    width: 148px;
    height: 30px;
    border: none;
    margin-top: 10px;
    margin-left: 75px;
    padding-top: 10px;
    text-align: right;
    background-image: url(/Content/images/signup_s.png);
    cursor: pointer;
}

.submitButton {
    margin-top: 30px;
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #142c4e;
    text-align: center;
    background-color: #ff6600;
}

.required {
    color: red;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.bottomDetails {
    background-color: #e0e0e0;
    text-align: center;
    border: 1px solid #000;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

    .bottomDetails .header {
        text-align: center;
        color: #ff6600;
        font-size: x-large;
        font-weight: bold;
        padding-top: 10px;
    }

.kdnaOrange {
    color: #ff6600;
}

.kdnaOrangeB {
    color: #ff6600;
    font-weight: bold;
}

.kdnaOrangeU {
    color: #ff6600;
    text-decoration: underline;
}

.kdnaOrangeBU {
    color: #ff6600;
    text-decoration: underline;
    font-weight: bold;
}

.sectionHeader {
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.sectionHeaderU {
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.sectionSubHeaderO {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #ff6600;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.sectionSubHeader {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

.infoBox {
    border: 1px solid #000;
    padding: 5px;
    background-color: #dce6f2;
}

.infoBoxClear {
    padding: 5px;
    width: 100%;
    float: left;
}

.infoBoxY {
    padding: 10px;
    width: 100%;
    float: left;
    background-color: #ffc;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #000;
}

.detailsSection {
    margin-left: auto;
    margin-right: auto;
    float: left;
    clear: both;
}

.quote {
    padding: 5px;
    text-align: justify;
    font-style: italic;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}

.actionDiv {
    width: 55%;
    background-color: #fff;
    border: 2px solid #385d8a;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #385d8a;
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.actionDivO {
    width: 45%;
    background-color: #ff6600;
    border: 2px solid #385d8a;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wideTB {
    width: 300px;
}

div.beveled {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    font-size: 22px;
    text-align: center;
    vertical-align: central;
    color: #385d8a;
}

    div.beveled div.inner {
        background-color: #ffcc05;
        vertical-align: middle;
        line-height: 28px;
        position: absolute;
        width: 85px;
        height: 85px;
        border: 3px solid;
        border-color: #e0e0e0 #000 #000 #e0e0e0;
        color: #385d8a;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.kdnaPlus {
    float: left;
    font-size: 64px;
    padding: 15px 15px 15px 20px;
    display: inline;
    color: #42cc21;
    font-weight: bold;
}

.shadowDiv {
    float:left;
    -moz-box-shadow: 28px 8px 5px 5px #000;
    -webkit-box-shadow: 28px 8px 5px 5px #000;
    box-shadow: 28px 8px 5px 5px #000;
}
.shadowDivS{
    -moz-box-shadow: 12px 8px 5px 2px #000;
    -webkit-box-shadow: 12px 8px 5px 2px #000;
    box-shadow: 12px 8px 5px 2px #000;
}

.spacedList {
    font-size: 12px;
    padding-left: 20px;
    list-style-type: none;
    margin: 0;
}
.spacedList li {
    
    padding: 4px;
    font-size: 14px;
}


.bq2 {
    width: 400px;
    overflow: hidden;
    border: 1px solid #dde5ed;
    background: #f8fafd;
    color: #758fa3;
}

    .bq2 .source {
        display: block;
        width: 100%;
        margin-top: 5px;
        font-weight: bold;
        font-size: 13px;
        text-shadow: 0px 1px 0px #f8fafb;
        padding:5px 36px;
        background: #eaeff5;
        border-top: 1px solid #f4f7fa;
        border-bottom: 1px solid #dde5ed;

    }

    .bq2 p {
        margin-bottom: 5px;
        font-style: italic;
        padding: 5px;
    }
