/* Steve's custom CSS */

h1, h2, h3, h4, h5, h6 {
    color: #00789E !important;
}
body {
    font: normal 14px/20px Arial, Helvetica, sans-serif;
    color: #444 !important;
}
.nav-pills > .active > a,
	.nav-pills > .active > a:hover {
		background: #00789E !important;
	}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #005e8d;
    background-color: #00789E;
    background-image: -moz-linear-gradient(top,##00789E,#004d74) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(##00789E),to(#004d74)) !important;
    background-image: -webkit-linear-gradient(top,##00789E,#004d74) !important;
    background-image: -o-linear-gradient(top,#00789E,#004d74) !important;
    background-image: linear-gradient(to bottom,#00789E,#004d74) !important;
}
.btn-group {
  margin: -110px 0 0 5px !important;
}
#back-top {
    position: relative !important;
    top: -21px !important;
}