body { 
background-color: #000000; font-size: 12px; }

div#frontPageCarousel 
{
max-width: 600px;
margin: 5px;
border: 1px solid #000000; 
padding-left: 0px;
padding-right: 0px;
}



.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0px; min-height: 30px; }


.navbar-inverse {
    background-color: #1b1b1b;
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
}


.nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.dropdown-menu {
  font-size: 12px;
}


.nav-tabs {
	border-bottom: 1px solid #aaaaaa;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border-color: #aaaaaa #aaaaaa #f0f0f0 !important;
	background-color: transparent !important;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {  	border-color: transparent transparent #aaaaaa;
}

.nav > li > a:hover, .nav > li > a:focus {  	background-color: #cccccc;
}


.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 4px 12px;
  border: 1px solid #333333;
  background-color: #666666;
  color: #eeeeee;
  font-weight: bold;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
  color: #333333;
  font-weight: bold;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

.bs-docs-sidenav.affix {
  top: 230px;
}

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}



.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #000000;
    color: #eeeeee;
    font-weight: bold;
}

div#bottomFader {
font-size: 11px;
padding: 10px;
color: #ffffff;
background: #1b1b1b; /* Old browsers */
background: -moz-linear-gradient(top, #222222 0%, #111111 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #222222 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #222222 0%,#111111 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #222222 0%,#111111 100%); /* IE10+ */
background: linear-gradient(to bottom, #222222 0%,#111111 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

div#mainContent {
background-color: #f0f0f0;
}


img#salemLogo {
opacity: 0.90;
-moz-opacity: 0.90;
-webkit-opacity: 0.90;
}

table.table-striped {
background-color: #f0f0f0;
}

hr { 
border: 1px solid #000000;
width: 84%;
margin-left: 8%;
margin-right: 8%;
}

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.flr { float: right; }
.fll { float: left; }
.indent { text-indent: 1cm; }

.emergencyText { color: #ff0000; }
.importantText { color: #ee0000; }
.warningText   { color: #ee0000; }
.yellowText    { color: #bbbb00; }
.prominentText { color: #C4AC33; }
.headerPlainText { color: #777777; }
.lightText { color: #999999; }
.underline { text-decoration: underline; }
.noWrap { white-space: nowrap; }

.brightYellowText    { color: #dfdf00; }

.nameWithTitle { margin: 12px 0px 12px 0px; }
.nameWithTitle > h4 { margin-bottom: 0px }

.contactWatermark {
 background: url('../images/DeptLogos/PatchDigital20.png') no-repeat;
 background-position: 40% 60px;
}

table.striped-opacity {
    opacity: 0.70;
    -moz-opacity: 0.70;
    -webkit-opacity: 0.70;
}

.photoBorder {
border: 1px solid #cccccc;
margin: 5px;
padding: 3px;
}

.solidBorder {
border: 1px solid #000000;
margin: 5px;
}

img.bottomImage { 
float: right;
margin: 3px 0px 0px 3px;
}

p#facebook { 
font-family: Arial,​Verdana,​Geneva,​Helvetica,​sans-serif;
font-size: 14px;
max-width: 110px;
min-width: 90px;
}