﻿/* CSS Document */

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

.col1 {
    float: left;
    width: 35%;
    padding: 0 20px;
    font-size: .85em;
}

.col2 {
    float: left;
    width: 40%;
    padding: 0 10px;
    font-size: .85em;
}

a:link {
    text-decoration: none;
}

#subnav {
    color: #666666;
    width: 200px;
    margin: 10px 0 0 20px;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    #subnav a {
        background-repeat: no-repeat;
        background-position: 2px 11px;
        color: #000;
        font-weight: bold;
        display: block;
        text-decoration: none;
        line-height: 1.1;
        font-size: 14px;
    }


#snav2 {
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
    font: 12px normal Arial, Helvetica, sans-serif;
}

    #snav2 a:hover, #snav2 a:active, #snav2 a:focus {
        color: #666666;
        text-decoration: underline;
    }

    #snav2 #crumb a:hover, #snav2 #crumb a:active, #snav2 #crumb a:focus {
        color: #333333;
        text-decoration: none;
    }

    #snav2 #crumb a:hover {
        text-decoration: underline;
    }

    #snav2 ul {
        padding: 0;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: -5px;
        margin-left: -5px;
    }

        #snav2 ul li {
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #666666;
            padding-left: 10px;
            border-top-width: 0px;
            border-top-style: solid;
            border-top-color: #CCCCCC;
            border-bottom-style: none;
            padding-top: 5px;
            padding-right: 0px;
            list-style: none;
        }


    #snav2 li {
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
        color: #666666;
        padding: 10px 0;
    }

        #snav2 li li {
            border-bottom: 0px solid #ffffff;
            font-weight: normal;
            list-style: square;
            color: #999999;
            margin-left: 25px;
            padding: 2px 0 2px 0;
        }

#content ul, #content ol {
    margin-bottom: 14px;
}

.comments-form {
    margin-left: 50px;
}


dl {
    padding-bottom: 35px;
    font-size: .85em;
}

dt {
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

dd {
    margin-left: 0px;
    padding-bottom: 6px;
    line-height: 1.1em;
}

@media only screen and (max-width: 768px) {
    div.form-horizontal {
        margin-left: -40px;
    }
}
