       

#overallContainer {
	width: 100%; /* lines up content with header because of the 18 px for scroller */
	height:100%; /* set height to full page */
	max-height:100%;
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:1;
	display:block; /* set up as a block */
	overflow: scroll;  /* adds room for scroll bar and leaves it there  */
}

      
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	width:100%;
	height:40px;
	position:absolute;
	/*right:18px;*/
	bottom:-1px;
	z-index:5;
	background-color: #304054;
	display: block;
	font-size:10px;
	color: #fff;
	font: 0.70em/1 Verdana, sans-serif ;
	line-height: 1.7;
	margin: 0px auto;
}

#mainContentFooter {
	width: 1005px;
	height:40px;
	display: block;
	margin:auto;
	background: #304054;
	padding-top: 2px;
	text-align: center; 

}

#footer-text {
	text-align: center; 
	/*padding: 10px;*/
	display: inline;
}

#footer-text a:link, #footer-text a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-text a:hover {
	text-decoration: underline;
}

#footer-text a {
	padding-left: 10px;
	padding-right: 10px;
}

.footerPadding { 
	height: 40px;
}

#social-follow-us {
	height: 36px;
	display:inline;
}

#social-follow-us img {
	border:none;
	height: 34px;
	position:relative;
	top: 0px;
	margin:0 0 0 5px;
	display: inline;
	vertical-align: middle;
}

.getPlugin {
	display: none;
}

