﻿body {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: 'Segoe UI';
    /*background-image: url('../Images/logo-001.png');
    background-repeat:no-repeat;*/
}

/* 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;
}
.footer {width: 100%;background-size: 100% 100%;background-image: url('../Images/logo-001.png');background-repeat: repeat-x;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #6D7377;
    background-color: #ABCA4F;
    border:1px solid #2d2d2d;
}
a {
    color: #6D7377;
}
.abanner {
    text-align:center;
    color: #6D7377;
    font-size:24px;
    font-weight:bold;
    font-family:'Segoe UI';
}