
/* ----- PAGE FOOTER ----- */
footer#page-footer {
	margin: 30px 0 0 0;
  display: block;
  color:  #666; 
  min-width: 960px;
  clear: both;
  font-size: 75%;  
  left: 0;
  right: 0;  
}

footer#page-footer p {
  font-size: 100%;
}

footer#page-footer *, footer#page-footer div {
	padding: 0;
	margin: 0;
	font-family: 'Verdana', Arial, sans-serif; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;                              
}

footer#page-footer ul{
  margin:0;
}
footer#page-footer p {margin: 1em 0 1em 0;}
footer#page-footer a {text-decoration: none;}
footer#page-footer a:active {outline: 0; text-decoration: none;}
footer#page-footer a:hover {
	text-decoration: underline;
  color: #666;
}
footer#page-footer nav#footer-menu {
	background: #e9e9e9;
	padding: 12px 0;
	text-align: center;
	color: #898989;
}
footer#page-footer nav#footer-menu li {
	display: inline;
  border-right: solid 1px #ccc;
}
footer#page-footer nav#footer-menu li:last-child {
  border-right: 0;
}
footer#page-footer nav#footer-menu a {
	font-weight: normal;
  font-size: 110%;
  color: #666;
  padding: 0 10px;
}  
footer#page-footer nav#footer-menu a:hover {
	text-decoration:  underline;
}
footer#page-footer #bottom{
  color: #999;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e7e7e7));
  background-image: -o-linear-gradient(top, #f8f8f8 0%,#e7e7e7 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%,#e7e7e7 100%);
  background-image: linear-gradient(top, #f8f8f8 0%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7' );
  -ms-filter: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7' );
  padding: 2px 30px;
  position: relative;
  min-height: 85px;
}
footer#page-footer #bottom a { color: #898989; }

footer#page-footer .address { 
  position: absolute;
  left: 20px;
  width: 200px; 
  text-align: left; 
}
footer#page-footer .center-links { 
  margin-left: 220px;
  margin-right: 220px;
  text-align: center; 
}

footer#page-footer .updated{ position: relative; top: -4px; left: 4px; display:inline-block; background-color:#e6ae5b; margin-bottom:4px; padding:2px 4px; font-size:6px; text-transform: uppercase; color:#fff; font-weight:bold; margin-right:6px; letter-spacing:1px;}

footer#page-footer .copyright { 
  text-align: right;
  position: absolute;
  right: 20px;
  width: 200px;
  top: 15px; 
  font-size:  90%;
}

footer#page-footer address, footer#page-footer address strong {
  padding-top:  15px;
  font-style: normal;
  color: #898989;
  font-size:  95%;
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
  footer#page-footer #bottom {
    height: 105px;
  }
}