@charset "utf-8";

/**blue.css*/

#footer a:hover{

  color: #003366;

}

.moduletable_ms1 h3, .module_ms1 h3, .moduletext_ms1 h3 {

    border-top: 8px solid #003366;

    color: #003366;

}

.navbar-inverse .navbar-inner {

    background-color: #003366;   

}

#main #tabs h1 a, #main #tabs h2 a, #main #tabs h3 a, #main #tabs h4 a, #main #tabs h5 a, #main #tabs h6 a, #main .tabs h1 a, #main .tabs h2 a, #main .tabs h3 a, #main .tabs h4 a, #main .tabs h5 a, #main .tabs h6 a {

    color: #003366;

}



#toolbar .navbar .btn-navbar .icon-bar{

  background-color: #666666;

}

code{

  color: #003366;

}

/**style-blue-bootstrap**/

a{color:#003366;}

.btn-link{color:#003366;}

.nav-list>.active>a,.nav-list>.active>a:hover{background-color:#003366;}

.nav-pills>.active>a,.nav-pills>.active>a:hover{background-color:#003366;}

.nav .dropdown-toggle .caret{border-top-color:#003366;border-bottom-color:#003366;}

a.thumbnail:hover{border-color:#003366;}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{text-decoration:none;color:#ffffff;background-color:#003366;background-color:#00478f;background-image:-moz-linear-gradient(top, #003366, #003f80);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#003f80));background-image:-webkit-linear-gradient(top, #003366, #003f80);background-image:-o-linear-gradient(top, #003366, #003f80);background-image:linear-gradient(to bottom, #003366, #003f80);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003366', endColorstr='#ff003f80', GradientType=0);}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;outline:0;background-color:#003366;background-color:#00478f;background-image:-moz-linear-gradient(top, #003366, #003f80);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#003f80));background-image:-webkit-linear-gradient(top, #003366, #003f80);background-image:-o-linear-gradient(top, #003366, #003f80);background-image:linear-gradient(to bottom, #003366, #003f80);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003366', endColorstr='#ff003f80', GradientType=0);}



/**media blue**/

@media (max-width: 979px){

  .navbar-inverse .nav-collapse .nav > li > a:hover,

  .navbar-inverse .nav-collapse .dropdown-menu a:hover{

    background-color:#003366;

  }

  .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{

    background-color: #003366;

  }

  #toolbar .dropdown-menu a{

    border-bottom: 1px solid #003366;

  }

  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,

  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,

  .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{

    background-color: #003366;

}

}





/**change navbar link to gray when active **/

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{

  background: #3f4345;

  color:#fff;

}





/** client changes **/

/* all links */



a:link, a{ font-weight:bold; }



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

.blog-featured a:link, .blog-featured a, .item-page a:link, .item-page a{ font-weight:600; }

.blog-featured a:hover, .item-page a:hover,{ text-decoration:underline; }





/** remove all underlines, add underline to hover **/

.container a{ text-decoration:none; }

.container a:hover{ text-decoration:underline; }



h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

  text-decoration: underline;

}

/* subnav for white toolbar */

.navbar .dropdown-menu a {

  text-decoration:none;

}

/*google translate */

.navbar-fixed-top, .navbar-fixed-bottom {

  /* position:inherit; */

}

/* side bar menus */

.fixedmenu li a {

  text-decoration:none;

  /*color:#004c99 !important;*/

}

.fixedmenu li a:hover {

  text-decoration:underline;

}


/*white menu fixed 5/7/2013

@media (min-width:980px){#menu .navbar{

 position: fixed;

  width: 100%;

  

  top: 42px;

}}

@media screen and (min-width: 1196px){

  #header{

    margin-top:42px;

  }

{<!--[if IE 8]>#header {

 margin-top: 42px;}

<![endif]--> }

  #menu .navbar{

    max-width: 1170px;

  }

}

@media screen and (min-width: 975px) and (max-width: 1195px){

  #header{

    margin-top:77px;

  }

}

@media screen and (max-width: 974px){

  #header{

    margin-top:42px;

  }

}

@media screen and (min-width: 798px) and (max-width:980px){

  #menu .navbar{

     max-width: 100%;

  }

.nav-collapse .dropdown-menu li+li a:hover, .nav-collapse .dropdown-menu a:hover {color:white;}

}

@media screen and (min-width: 980px) and (max-width:1198px){

  #menu .navbar{

     max-width: 940px;

  }

}

#logo .custom a img{

  max-height:84px;

}



#menu .navbar .dropdown-menu .active>a, #menu .navbar .dropdown-menu a:hover {background-color: #003366 !important;}



.id_555 div.contact h3, .id_555 div.contact .well {display:none;}

/**Prevent Docman sidebar modules from overlaying menu items
.navbar {
	z-index: 9999;
}
.moduletable_ms1 {
	position: relative;
    z-index: 0;
} */

