/* line 1, ../../../app/stylesheets/screen.sass */
#banner {
  background-color: #424142;
  margin: 0 auto;
}
/* line 4, ../../../app/stylesheets/screen.sass */
#banner .banner-logo {
  float: left;
  height: 130px;
  margin-left: 18px;
  margin-top: 18px;
  margin-right: 18px;
}
/* line 10, ../../../app/stylesheets/screen.sass */
#banner .banner-text {
  color: white;
  text-align: justify;
  line-height: 24px;
  height: 130px;
  font-size: 14px;
  width: 900px;
  margin-top: 18px;
  margin-left: 36px;
  padding-left: 36px;
  padding-top: 18px;
}

/* line 21, ../../../app/stylesheets/screen.sass */
form#search {
  display: inline;
}

/* line 23, ../../../app/stylesheets/screen.sass */
form.search {
  font-size: 8pt;
  line-height: 9pt;
  display: inline;
}

/* line 27, ../../../app/stylesheets/screen.sass */
input#search {
  font-size: 8pt;
  line-height: 9pt;
}

/* line 30, ../../../app/stylesheets/screen.sass */
ul#bwire {
  margin-top: 4pt;
}
/* line 32, ../../../app/stylesheets/screen.sass */
ul#bwire a {
  color: black;
}
/* line 34, ../../../app/stylesheets/screen.sass */
ul#bwire a:hover {
  text-decoration: underline;
}

/* line 36, ../../../app/stylesheets/screen.sass */
span#bwirewhatsthis {
  font-size: 6pt;
  padding-right: 1ex;
  color: #999999;
  float: right;
}
/* line 41, ../../../app/stylesheets/screen.sass */
span#bwirewhatsthis a {
  color: #999999;
}

/* line 44, ../../../app/stylesheets/screen.sass */
#search-box a {
  color: red;
  text-decoration: none;
}
/* line 48, ../../../app/stylesheets/screen.sass */
#search-box h2 {
  margin-bottom: 4px;
  background-color: #00418a;
  width: 300px;
  margin-left: -7px;
  margin-top: -7px;
  font-size: 13px;
  line-height: 25px;
  padding-left: 7px;
}
/* line 57, ../../../app/stylesheets/screen.sass */
#search-box h2 a {
  color: white;
}
/* line 59, ../../../app/stylesheets/screen.sass */
#search-box h2 a span {
  width: 61px;
  height: 23px;
  position: relative;
}
/* line 63, ../../../app/stylesheets/screen.sass */
#search-box h2 a span img {
  position: absolute;
  top: -1;
  padding-top: 2px;
  left: 0;
  width: 60px;
  height: 21px;
}

