﻿
body {
    margin: 0;
    border: 0 none;
    padding: 50px;
    height: 100%;
    width: 100%;
    font-family: Tahoma;
    background-image: url(bg.gif);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

#top,
#top-image,
#top-image2 {
    display: none;
}

.fixed-top,
.fixed-bottom {
    border: 0 !important;
    background-color: white !important;
    color: black;
    padding: 10px !important;
}

.fixed-top {
    background: url(swms_logo.gif) no-repeat center right;
    height: 70px;
    padding: 5px;
    line-height: 59px;
    border-bottom: 1px solid #4dbee9 !important;
}

.fixed-bottom {
    border-bottom: 1px solid #4dbee9 !important;
}

.fixed-top h4 {
    height: 50px;
    line-height: 50px;
    margin: 0;
}

.nav > li > a {
    padding: 5px !important;
    line-height: 40px !important;
    height: 52px !important; /* 1+5+40+5+1 */
    vertical-align: middle !important;
    margin: 0 5px;
    color: black !important;
    border-width: 1px;
}

.nav > li > a.btn-lg {
    min-width: 52px;
    color: white !important;
    background-color: #4dbee9 !important;
}

.nav > li > a.btn {
    min-width: 52px;
    color: black !important;
}

.jumbotron {
    border: none !important;
}
