/* footer styles */







#footer,#footer_alt
{
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	/* background: url(../images/shared/blue_stripe_bg.gif) top left #036; */
	color: #545454;
	font: 9px/16px verdana, arial, sans-serif;
    background-color: #FFF;
	
}
#footer a,#footer_alt a {

	color: #545454;
	text-decoration: none;

}

p#disclaimer {
	margin-top:1px;
	padding:0 0 40px 0;
	display:block;
}
#footer a:hover,#footer_alt a:hover {

	color: #545454;
	text-decoration: underline;

}
#footer ul,#footer_alt ul
{
	list-style-type: none;
	padding:0;
	margin:10px 0 0 0;
}

#footer ul li, #footer_alt ul li
{
	display: inline;
	padding: 0 2px 0 2px;
}

#footer ul li a, #footer_alt ul li a
{
color: #545454;
text-decoration: none;
}

#footer ul li a:hover,#footer_alt ul li a:hover
{
text-decoration: underline;
}

/*ALTERNATE FOOTER CODE FOR IE */
#footer_alt
{
	display:block;
	margin:0 auto;
	clear: both;
	text-align: center;
	width: 760px;
	color: #545454;
	font: 9px/16px verdana, arial, sans-serif;
	padding: 0 0 10px 0;
}

/*Added by Jennifer Hodges */

# FooterLinksPrivacy a,
{
	color: #A8A8A8;
	text-decoration: none;
}

#FooterLinksPrivacy a:hover 
{
	color: #575757;
	text-decoration: underline;
}