#printbrand {display: none;}
.topbar-inner, .topbar .fill {
    background-color: #3A3E80;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2d3171), to(#3A3E80));
    background-image: -moz-linear-gradient(top, #2d3171, #3A3E80);
    background-image: -ms-linear-gradient(top, #2d3171, #3A3E80);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3171), color-stop(100%, #3A3E80));
    background-image: -webkit-linear-gradient(top, #2d3171, #3A3E80);
    background-image: -o-linear-gradient(top, #2d3171, #3A3E80);
    background-image: linear-gradient(top, #2d3171, #3A3E80);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3171', endColorstr='#3A3E80', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

#topcon {
    background-color: #396ba2;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2d5d92), to(#396ba2));
    background-image: -moz-linear-gradient(top, #2d5d92, #396ba2);
    background-image: -ms-linear-gradient(top, #2d5d92, #396ba2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5d92), color-stop(100%, #396ba2));
    background-image: -webkit-linear-gradient(top, #2d5d92, #396ba2);
    background-image: -o-linear-gradient(top, #2d5d92, #396ba2);
    background-image: linear-gradient(top, #2d5d92, #396ba2);
}

body {
    padding-top: 100px !important;
}

.topbar .container {
    width: 860px;
}

.topbar .brand {
    padding: 0 !important;
    margin-left: 0 !important;
    height: 100px;
    background: transparent url("../images/logo.png") 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 310px;
}

.topbar a {
    color: #eee;
}

.nav a:hover {
    background-color: #194271;
}

.nav a:active {
    background-color: #3A3E80;
}

.topbar .nav .active a {
    background-color: #194271;
}


.nav {
    margin: 29px 0 18px !important;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #404040;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 11px;
}

h1 {
    margin-bottom: 11px;
    color: #194271;
}

h2 {
  margin-bottom: 11px;
  color: #3168a1;
}


#sidenav {
    position: fixed;
    float: none;
    padding-top: 48px;
    z-index: 20;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #sidenav {
        margin-left: 620px;
    }
}

.descriptors {
    margin-top: 20px;
}

.descriptors li {
    margin-bottom: 10px;
    line-height: 22px;
    color: #666;
}


.item {
    float: left;
}

.vnav {
    list-style-type: none;
    margin: 0;
    padding: 0 40px 0 0;
}

.vnav li {
    margin-bottom: 11px;
    font-size: 14px;
}

.toplink {
    font-size: 12px;
}


.imgholder {
    float:left;
    margin-bottom: 40px;
    background: #7AB4C9;
    padding: 11px;
}

.imgholder img {
    float: left;
}

