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

/* Footer Info */

#ftr_container {
	
	margin: 0;
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 958px;

	
}

#ftr_container  a:link {color: #666; text-decoration: none;}
#ftr_container a:visited {color: #666; text-decoration: none;}
#ftr_container a:hover {color: #666; text-decoration:underline;}

#footer { 
	margin: 0;
	padding:0;
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:left;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#ftrCopyright {
	padding:10px 10px 0 0;
	color: #999;
	height: 56px;
}

#ftrCopyright p {
	text-align:center;
}

#img_cc {
	
}


#ftrLinks {
	padding-right: 10px;
	text-align:right;
	color:#CCC;
}

#ftrLogos {
	height: 70px;
	background: #FFF;
}

/*End of Footer  Info */

