/* CUSTOM STYLES */
#usgscolorband {
    background: url("/images/banner.jpg") no-repeat scroll 178px 0 #000000;
}

#usgstitle { background-color:#999965;}

html, body {
	height: 100%;
}
body > div.container{
	width:100%;
	padding:0;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -110px;
}

div#main {margin:0; padding:20px;}

footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}

.usewem-section-header {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding: 4px 8px;
  border-bottom: 2px solid #999999;
  background-color: #CFCFA8;
  margin: 10px 0;
}

.usewem-section-body {
  padding:0 10px;
}

div.usewem-body {
  width: 800px;
  margin: 0 auto;
}

.section::after {
  content: " ";
  display: block;
  clear: both;
}

div.usewem-imglink a {
  display: block;
  text-align: center;
  text-decoration: none;
}

div.usewem-imglink a > img{ width:100%;}

div.usewem-home-imglink a {
  display: block;
  text-decoration: none;
}

div.usewem-spinner, h1.selected-date {
  text-align: center;
}

.sitealert {
  padding: 1rem 2.5rem;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: center;
}