﻿body {
    background-color: #fff;
    border-top: solid 5px #0055A5;
    color: #333;
    margin: 0;
    padding: 0;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 30px;

}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;*/
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}



/* site title
----------------------------------------------------------*/
.site-title {
    color: #555;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #555;
    outline: none;
    text-decoration: none;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    margin: 0 0 5px;
    padding: 0;
    padding-top: 40px;

}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }

/*.navbar-nav {
    padding-top: 20px;
    float: left;
    margin: 0;
}

.navbar-nav>li>a {
    
}*/


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d !important;
}
select.input-validation-error {
    border: 1px solid #e80c4d !important;
}
.small-dropdown.input-validation-error {
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
.small-dropdown {
    width: 100px;
}
.small-error {
    display: none !important;
}

.field-validation-error.small-error {
    float: right;
    display:inline !important;
    color: red;
    font-weight: bolder;
}
.float-right{
    float:right;
}
.header-info-text{
    padding-top:20px;
}