﻿@charset "utf-8";
/* CSS Document */

/*css Reset */
* {
    margin: 0;
    padding: 0;
}


body {
    line-height: 18px;
    background-color: #efefef;
}

#container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #FFFFFF;
    height: 1050px;
}


#header {
    height: 40px;
    width: 100%;
    position: relative;
}

    #header h1 {
        padding: 10px 0 10px 0;
    }

        #header h1 a {
            /*background:url(../images/logo.png) no-repeat;*/
            position: relative;
            display: block;
            text-decoration: none;
            color: #006633;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
        }

            #header h1 a span {
                color: #FED852;
            }

#features {
    margin: 19px 0 0 0;
    width: 100%;
}

    #features ul {
        width: 100%;
        list-style: none;
        height: 260px;
    }

        #features ul li {
            float: left;
            position: relative;
        }

.col {
    position: relative;
    width: 95%;
    background: url(../images/featues_bg.png) repeat-x;
    margin-right: 30px;
    border: 1px solid #EDEDED;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
}

.colcounty {
    position: relative;
    width: 95%;
    background: url(../images/featues_bg.png) repeat-x;
    margin-right: 30px;
    border: 1px solid #EDEDED;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
}


#features .col .noMargin {
    margin: 0;
}

#features .col.rightcol {
    margin: 0;
}

#features .col.cardcoloumn {
    margin: 0;
}

#features .col.checkcoloumn {
    margin: 0;
}

#features .col.submit {
    margin: 0;
}

.col p {
    padding-top: 10px;
    color: #333333;
    font-size: 13px;
}

#footer {
    clear: both; /*check it out*/
    width: 100%;
    height: 70px;
    margin-top: 30px;
    background: url(../images/footer_bg.jpg) repeat-x;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    #footer p {
        padding-top: 7px;
        width: 55%;
        float: left;
    }

    #footer h5 {
        padding-top: 7px;
        display: block;
        font-size: 13px;
        font-weight: normal;
        float: right;
    }

    #footer a {
        text-decoration: underline;
        color: #666666;
    }

.validationsummary {
    /*border: 1px solid #b08b34;*/
    background: transparent url(../Images/WarningHeader.gif) no-repeat 12px 30px;
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 150%;
    max-width: 400px;
}

.validationheader {
    left: 0px;
    position: relative;
    font-size: 11px;
    /*background-color: #e5d9bd;*/
    color: #56300a;
    height: 13px;
    font-weight: bold;
    border-bottom: 2px solid #b08b34;
    padding-top: 3px;
}

.validationsummary ul {
    padding-top: 5px;
    padding-left: 45px;
    list-style: none;
    font-size: 13px;
    color: #982b12;
    font-style: italic;
}

    .validationsummary ul li {
        padding: 2px 0px 0px 15px;
        background-image: url(../Images/Warning.gif);
        background-position: 0px 3px;
        background-repeat: no-repeat;
    }

.fontstyle {
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
    font-size: 14px;
}

.genInfoHeaderStyle {
    color: #982b12;
    font-size: medium;
}

.genInfoStyle {
    color: #982b12;
    font-size: smaller;
}
