/* * * * * * * 'customskin.css' * * * * * * * *
 * This file contains site rules for
 * layout, background colours, background
 * images and skin-wide text styles.
 *
 * Styles specific to an azcat widget are
 * located in customwidgets.css.
 *
 * Styles specific to client generated
 * content should be placed into
 * customcontentarea.css.
 *
 */

/* backgrounds */
html, body {
  background: #002665 url(/skin/background.jpg) no-repeat center top;
  font-family: Verdana, Arial, sans-serif;
  color: #000;
}

#ft {
  padding-top: 20px;
  border: none;
	background: url(/skin/footer.png) no-repeat 0 top;
}

/* right sidebar graphic here */
#bd {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background: white;
}

/* header graphic */
#headergraphic {
  width: 100%;
  height: 8em;
  *height: 8em;
  position: relative;
}

#headergraphic img {
  position: absolute;
  left: 0;
  bottom: 0;
}

#headergraphic h1 {
  width: 32em;
  *width: 31.278em;
  height: 6em;
  *height: 6em;
  position: absolute;
  bottom: 0em;
}

#headergraphic h1 a img {
  width: 32em;
  *width: 31.278em;
  height: 7em;
  *height: 7em;
  behavior: url("/iepngfix.htc");
}

#doc, #doc2, #doc3, #customdoc {
  padding-top: 0.5em;
  padding-bottom: 1.38462em;
  *padding-top: 0.4875012187530468826em;
  *padding-bottom: 1.35em;
}

#ft p {
  border: none;
  float: left;
  margin-right: 1em;
  color: #fff;
  padding-left: 2em;
}

#ft a {
  color: #fff;
}

.error {
  color: red;
}

.yui-menu-shadow, .yui-menu-shadow-visible {
    display:none;
}

#contentAreaSearchResultsNav {
  padding-top: 13px;
  text-align: center;
}

/* Reset Password form */

#reset_password_form label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold;
  padding-bottom: 6px;
}

#reset_password_form input {
  float: left;
}

#reset_password_form #reset_password_submit {
  clear: left;
  margin-left: 200px;
}

