@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;	
}

.top-mast-nav {
	display: none;	
}

.nav a {
	color: #474747;	
}

/* Sticky Footer Styles */
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

  @media (min-width: 1024px) {
	  	.wrapper {
		margin: 0 auto -81px; /* the bottom margin is the negative value of the footer's height */
		}
  }

.push {
    height: 155px; /* .push must be the same height as .footer */
}

