@charset "UTF-8";
#footer {
	/*	background:#000;
	color: #FFFFFF;
*/	font-size: 12px;
	height: 75px;
	padding-left: 30px;
	padding-top: -10px;
	padding-right: 10px;
	clear: both;
	margin-left: 0px;
	/*	padding-bottom: 20px;
*/	background-image: url(../_images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#footer ul {
	list-style-type: none;
	display: inline;
}
#footer ul li {
	float: left;
}
#footer ul a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}
#footer ul a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 9px;
	color: #666666;
}
.oneColElsCtr #container #footer #copyright {
	font-size: 0.95em;
	float: left;
	color: #999999;
	clear: none;/*	padding-bottom: 9px;
*/
	margin-bottom: 10px;
}
.oneColElsCtr #container #footer #copyright a {
	color: #999999;
	text-decoration:none
}
.oneColElsCtr #container #footer #copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

