/**** LAYOUT ****/
/* For sticky footer */
* {
  margin: 0;
}

html, body {
  height: 100%;
}

/* Wrapper for sticky footer */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px;
}

#banner {
  width: 100%;
  height: 35px;
}

#banner-logo, #footer-links {
  float: left;
  padding-left: 10px;
}

#banner-links, #footer-logo {
  float: right;
  padding-right: 10px;
}

#banner-links {
  width: 250px;
  padding: 6px 20px;
  text-align: right;
}

#header {
  clear: both;
  height: 180px;
  text-align: center;
}

#footer, #push {
  height: 120px;
}

#footer-stripe {
  height: 15px;
}

#footer {
  min-height: 100px;
}

th, td {
  padding: 3px 7px;
}

p {
  padding-top: 10px;
}
/**** END LAYOUT ****/



/**** STYLE ****/
body {
  color: #222;
  font-family: Georgia,"Times New Roman";
  font-size: 0.9em;
}

#banner {
  background-color: #000;
  color: #FFF;
}

#banner a, #banner a:link, #banner a:visited {
  text-decoration: none;
  color: #FFF;
}

/* Header */
#header {
  background-color: #FFF;
  background-image: url("/-/lists/media/img/title_bg.png");
  background-repeat: repeat-x;
}

/* Wrapper */
h1 {
  text-shadow: 2px 2px #ccc;
}

a, a:link, a:visited, a:hover {
  color: #004F27;
}

input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: -moz-linear-gradient(center top , #FFFFFF 0pt,
                                           #E0E0E0 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FFFFFF inset;
    font-size: 15px;
    font-weight: bold;
    height: 2.95em;
    padding: 0 0.71em;
    text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
}

/* Footer */
#footer-stripe {
  background-color: #D4D663;
}

#footer {
  background-color: #000;
  color: #FFF;
}

#footer-logo {
  font-size: 1.2em;
}

#footer-logo ul {
  padding: 0;
}

#footer-logo li {
  display: inline;
  list-style-type: none;
}

/**** END STYLE ****/
