/**
 * This CSS file contains styles that apply to screen media.
 */

html, body { background: url(../images/fauxcol.gif) repeat-y; }

hr { clear: both; }

#header {
  margin: 0;
  width: 100%;
  height: 82px;
  border: 1px solid #7b9cbe;
  background: #7b9cbe;
}

#project_title {
  position: absolute;
  padding-top: 3px;
  margin: 0;
  width: 560px;
  height: 70px;
  background: #036;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}

#site_title {
  position: absolute;
  z-index: 300;
  margin: 0;
  width: 560px;
  height: 65px;
  color: #7b9cbe;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}

#site_title a {
  display: block;
  padding: 25px 0 0 5px;
  height: 40px;
  text-decoration: none;
  color: #7b9cbe;
}

/* Site serach form positioned on the right hand side of the site header. */
/* Site serach form positioned on the right hand side of the site header. */
#frmsearch {
  position: absolute;
  top: 0px;
  margin-left: 575px;
  height: 72px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

#frmsearch p {
  margin: 0;
}

/* Search text box. */
#txtQuery { width: 90px; }

/* Style of the search submit button. This ensures that the button is properly
 * aligned with the top of the search input box.
 */
#btnGo { position: absolute; }

/* CSOM logo positioned above the site search input box. */
#logo {
  margin: 0;
  display: block;
  width: 133px;
  height: 42px;
  background: url("../images/csom_logo.gif");
}

#tagline {
  position: absolute;
  margin-top: 67px;
  padding: 0;
  width: 100%;
  height: 16px;
  background: #a4c2e1; 
  color: #576c84;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
}
