/*
Color scheme: mcs-blue
Custom main color: aa53a9
Width: 90%
Min-width: 500
Max-width: 800
Brush: low
Background mountains: true
Background strips: false
Height: 140
Sub title: false
MCS logo: left
Type: 7
Tied to page width: true
Left menu: true
Right menu: false
Extra: '#header-bar .nav {
  position:relative;
}
#hb-search-box {
  position:absolute;
  right:0;
  top:65px;
  white-space: nowrap;
}'
*/

a:link { color: #185f9b; }
a:visited, a:hover { color: #163754; }

#header {
  background-color: #8bd2ff;
}

#header #title,
#header #title a,
#header #sub-title,
#header #sub-title a {
  color: #185f9b;
}

#header-bar {
  background-color: #185f9b;
}

#header .nav li a {
  color: white;
  background-color: #185f9b;
}

#header .nav li a:hover {
  background-color: #163754;
}

#header .nav li.current a {
  background-color: #163754;
}

/* :link,:visided due to IE 6 cascading */
.toc li a:link, .toc li a:visited {
  color: #185f9b;
}

.toc li a:hover {
  color: #163754;
}

#header-bar {
  background-color: transparent !important;
  height: 35px;
  line-height: 35px;
}

#header-bar .mozilla {
  padding-bottom: 6px;
}

#header-bar .mcs-logo-dark {
  display: none;
}

#header-bar .nav a {
  color: #282623;
}

#header .doc {
  background-image: url("./img/header/bgmnt.png");
}

#header {
  background-image: url("./img/header/bgsidel.png");
}

#logo {
  display: block;
}

#header, #header .doc {
  height: 140px;
}

#header #sub-title {
  display: none;
  left: 0;
}

#header #title {
  bottom: 40px;
  left: 0;
}

#header #logo {
  display: none;
}

#logo2 {
  display: block;
}

.doc {
  width: 90%;
  max-width: 800px;
  min-width: 500px;
  margin: 0 auto;
}

#footer {
  min-height: 74px;
}

#content {
  margin-right: 0;
}

#right-menu {
  display: none;
}

#header-bar .nav {
  position:relative;
}
#hb-search-box {
  position:absolute;
  right:0;
  top:65px;
  white-space: nowrap;
}
