#footer.region-footer {
	background: url('./images/footer_faceted.jpg') top center repeat-x #494a52;
}
.region-footer #footer-required {
  clear: both;
  text-align: right;
  line-height: 20px;
  font-size: 10px;
  width: 960px;
  margin: 0 auto;
}
.region-footer #footer-required a {
  margin-left: 7px;
}
.region-footer #footer-required a#footer-logo {
	display: block;
	float: left;
	margin: 11px 0 0;
	width: 95px;
	height: 63px;
	/* If a browser supports both multiple backgrounds and linear gradients, it supports SVG too. If not, the PNG is the fallback */
	background: url('./images/nrl_logo_white.svg');
	background: url('./images/nrl_logo_white.svg'), linear-gradient(transparent, transparent);
}
#footer-required p {
    font-size: 10px;
    margin: 0;
}
#footer-required ul {
    margin: 0;
    padding: 0;
}
#footer-required ul li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 4px;
}
#footer-required ul li a {
    text-decoration: none;
}
#footer-required ul li a:hover {
    text-decoration: underline;
}

.region-footer #footer-navigation {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.region-footer #footer-nav-table {
  display: table;
  width: 100%;
  clear: both;
}
.region-footer #footer-navigation ul {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 29px 20px 0;
  display: table-cell;
  max-width: 150px;
}
.region-footer #footer-navigation ul.last {
	padding-right: 0;
}
.region-footer #footer-navigation ul li {
  line-height: 14px;
  list-style: none outside none;
  margin: 0;
  padding-bottom: 8px;
}
.region-footer #footer-navigation ul li a {
  line-height: 0;
  text-decoration: none;
}
.region-footer #footer-navigation ul li a:hover {
  text-decoration: underline;
}
.region-footer #footer-navigation ul li.major a {
	font-weight: bold;
  text-transform: uppercase;
}
.region-footer #footer-navigation > ul {
	max-width: 100%;
	width: 100%;
	padding-bottom: 35px;
	display: block;
}
.region-footer #footer-navigation > ul li {
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #cccccc;
}
.region-footer #footer-navigation > ul li.last {
	border-right: none;
}