/* == PLEASE *DO NOT* EDIT THIS FILE, NOT EVEN A LITTLE BIT. CONTACT JOHN OR STEFF FOR MORE INFO. THANKS == */

/* This navigation is for the generic footer items. */

.universal-footer {
	clear: both;
	float: left;
	font-size: 12px;
	height: 30px;
	margin: 30px auto 10px;
	padding: 7px 0;
    position: relative;
    width: 950px;	
}

.universal-footer .copyright {
	color: #666;
	padding: 0;
	position: absolute;
	margin: 0;	
	right: 10px;
	top: 8px;
}

.universal-footer ul.footer-navigation {
    float: left;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
	top: 8px;
    white-space: nowrap;
    width: 75%;
}

.universal-footer ul.footer-navigation li {
    background: none;
    float: left;
    margin: 0;
    padding: 0px 0 4px 0;
}

.universal-footer ul.footer-navigation li a {
    background: url(/images/css/sub-navigationSeparator.jpg) no-repeat right top;
    border: none;
    color: #336699;
    font-weight: bold;
    padding: 0px 8px 0px 8px;
	text-decoration: none;
}

.universal-footer ul.footer-navigation li a:hover {
    color: #000;
    text-decoration: underline;
}
