﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size:12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

    .header h1 {
    font-size: 42px;
    /*margin-left:-30px;*/
}

    .header h3 {
        margin-top:0;
    }
    #logo { margin:8px 10px; }

.navbar-nav > li > a {
    font-weight: bold;
    color: #00235d !important;
}

.bottom-corner {
    background-image: url('../images/bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

   .block-flat.bottom-corner-white {
    background-image: url('../images/bottom-white.png');
    background-position: left bottom;
    background-repeat: no-repeat;

}


footer {
    text-align: center;
}

.input-group {
    padding-bottom: 0px;
    margin-bottom: 0px;    
}