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

#footer { 
	background:inherit;
	margin-left:225px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:15px 0 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10pt;
	color:#888;
}
/* for pages under landing */
.oneColElsCtrHdr #footer {
	margin-left:0;	
	clear:both;
	border-top-color:#DDD;
  	border-top-style:solid;
  	border-top-width:1px;
}