/* CSS Document */
.navbar-fixed-top .brand {
    -moz-transition: all 0.2s linear 0s;
    color: #000000;
    float: right;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}
.navbar-fixed-top .brand:hover {
    text-decoration: none;
}

.subhead {
    margin-bottom: 9px;
    padding-bottom: 0;
}
.subhead h1 {
    font-size: 54px;
}
.subnav {
    background-color: #169fe6;
    background-image: -moz-linear-gradient(center top , #1699d3 0%, #169fe6 100%);
    background-repeat: repeat-x;
    border: 1px solid rgba(72, 55, 61, 0.05);
  	-webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
}
.subnav .nav {
	margin-left:26px;
    margin-bottom: 0;
}
.subnav .nav > li > a {
    border-left: 1px solid #1699d3;
    border-radius: 0 0 0 0;
    border-right: 1px solid #52bbe8;
    margin: 0;
    padding-bottom: 11px;
    padding-top: 11px;
	color:#F6EDE0;
}
.subnav .nav > li > a:hover { background-color: #eee !important; color: #333; }

.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
    background-color: #48373;
    border-left: 0 none;
    border-right-color: #3E2C33;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
    color: #333;
    padding-left: 13px;
}
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
    border-top-color: #777777;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-left: 0 none;
    border-radius: 4px 0 0 4px;
    padding-left: 12px;
}
.subnav .nav > li:last-child > a {
    border-right: 0 none;
}
.subnav .dropdown-menu {
    border-radius: 0 0 4px 4px;
}
.subnav-fixed {
    border-color: #D5D5D5;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 1020;
}
.subnav-fixed .nav {
    margin: 0 auto;
    padding: 0 1px;
    width: 938px;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-radius: 0 0 0 0;
}