@media (min-width: 761px) {
  .container {
    width: 760px;
  }
}
.container {
    margin-top: 20px;
}
body {
    font-family: Verdana,"Lucida Grande",Arial,sans-serif;
    color: #2f2f2f;
    font-size: 12px;
}
a {
    text-decoration: underline !important;
}
a:hover {
    text-decoration: none !important;
}
h1,h2,h3 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    color: #003c6a;
    margin-bottom: 0.25em;
}
@media (min-width: 760px) {
    .logo {
        margin-top:-25px;
        float:left;
    }
}

.form-control, .btn {
    border-radius:0 !important;
    height:auto !important;
    font-size: 13px;
    background-color: rgb(240,240,240);
    border-color: #ccc;
    border-width: 1px;
    padding:3px;
}
.form-control{
    background-color: transparent;
}
.form-group {
    margin-bottom: 5px;
}
.navbar {
    min-height:auto !important;
    margin:0;
}
nav a{
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 7px 10px !important;
    text-align: center;
    /*text-shadow: 0 1px 2px #36414d;*/
    display: block;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
}
nav a:hover {
    text-decoration: none;
}
nav a, nav a:visited {
    color: #3b3d3b !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
}
.navbar-default {
    background: none;
    border:none;
}

.sidebar-wrapper {
    border-color: #a3b8cc;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    margin-bottom: 20px;
}
.sidebar-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:20px;
}
.widget-header {
    background-color: #a3b8cc;
    font-size: 14px;
}
.widget-header, .widget-header a {
    color: #003c6a;
    font-weight: normal;
}
.widget-header {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px;
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 5px 5px 0.3em;
}
.sidebar-content ul {
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 0;
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar-content li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.sidebar-content li:before {
    content: "• ";
    color: #FFBD68; /* or whatever color you prefer */
}
.footer-nav-wrapper {
    margin-bottom: 20px;
}
.footer-nav, .footer-nav * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-nav {
    background: rgba(0, 0, 0, 0) none repeat-x scroll 0 0;
    line-height: 20px;
}
.footer-nav:hover {
}
.footer-nav ul li {
    width: 100%;
}
.footer-nav li:hover {
    text-decoration: underline;
    visibility: inherit;
}
.footer-nav li {
    float: left;
    position: relative;
}
.footer-nav a {
    display: block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
}
.footer-nav a {
    color: #3b3d3b;
    font-size: 10px;
    line-height: 20px;
    padding: 0 16px;
    text-decoration: none;
}
.footer-nav a, .footer-nav a:visited {
    color: #3b3d3b;
}
.affiliate{
    margin:10px 5px;
    display: inline-block;
}