/* CSS Document */

.clear {
	clear: both;
	height: 0px;
}

#footer {
	background-image: url(../images/footer_shadow2.png);
	background-repeat: no-repeat;
	margin: -135px auto 0 auto;
	height: 135px;
	width: 840px;
	padding: 0 0 0 38px;
	position: relative;

}



#innerFooter {
	position: absolute;
	bottom: 10px;
}

#footer ul.nav li.login a {
	color: #005669;
	padding: 0 10px 0 150px;
}

#footer ul.nav li.login a:hover {
	color: #AD660F;
}


#footer ul.nav {
	background-image: url(../images/footerGrad.png);
	text-align: center;
	border: #CCCCCC solid 1px;
	float: left;
	display: inline;
	list-style: none;
	width: 800px;
	height: 25px;
	margin: 0px 0 2px 0;
	padding: 5px 0 0 0;
	color: #333;
	font-size: 12px;
}

#footer ul.nav a{
	color: #005669;
	text-decoration: none;
}

#footer ul.nav a:hover{
	color: #AD660F;
}

#footer ul.nav li{
	display: inline;
}

#footer ul.subNav {
	text-align: center; 
	border: #CCCCCC solid 1px;
	float: left;
	display: inline;
	list-style: none;
	width: 800px;
	height: 25px;
	margin: 5px 0 2px 0;
	padding: 5px 0 0 0;
	color: #333;
	font-size: 11px;
}

#footer ul.subNav a {
	color: #4C8896;
	font-size: 11px;
	text-decoration: none;
}

#footer ul.subNav a:hover {
	color: #AD660F;
}


#footer ul.subNav li {
	display: inline;
	padding: 0 4px 0 8px;
	background: url(../images/bot_subnav_sep.gif) 0 2px no-repeat;
}

#footer ul.subNav li.firstSub {
	background: none;
}

/* props */

#footer ul.props {
	text-align: center; 
	border: #CCCCCC solid 1px;
	float: left;
	display: inline;
	list-style: none;
	width: 800px;
	height: 25px;
	margin: 5px 0 2px 0;
	padding: 5px 0 0 0;
	color: #333;
	font-size: 11px;
}

#footer ul.props a {
	text-decoration: none;
	font-size: 11px;
	color: #AD660F;
	font-weight: bold;
}

#footer ul.props li {
	display: inline;
}
	
#footer ul.props a:hover{
	color: #660000;
}

#footer ul.props li.login a:hover {
	color: #005669;
}



	
