
/* Footer nav */

.FooterContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top:60px;
	padding:0;
	width: 990px;
	display:table;
	background:url(/UI/images/footer_bg.png) no-repeat top center;	
	font-size:11px;
}

.FooterTop {
	display:block;
	float:left;
	width:960px;
	margin:0;
	padding:40px 0 40px 30px;
}

.FooterTop ul { 
	margin: 0; 
	padding: 0; 
	border: none;
	list-style: square url(/UI/images/spacer.gif);
	display:block;
	font-weight:normal;
	background:none;
}

.FooterTop ul li { 
	height: 100%;
	margin: 0;
	padding: 0px 0px 0px 2px;
	list-style: none;
	background:none;
}

.FooterTop ul li a:link,
.FooterTop ul li a:visited { 
	display: block; 
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #990033;
	font-weight:normal;  
}

.FooterTop ul li a:hover,
.FooterTop ul li a:focus, 
.FooterTop ul li a:visited:hover { 
	color: #990033;
	text-decoration: underline;
	font-weight:normal;
}

/* Footer Header Links Styles */

.FooterTop .HdrLink ul { 
	margin: 0; 
	padding: 0 0 5px 0; 
	border: none;
	list-style: square url(/UI/images/spacer.gif);
	display:block;
	font-weight:normal;
	background:none;
	text-transform:uppercase;
}

.FooterTop .HdrLink ul li { 
	height: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background:none;
}

.FooterTop .HdrLink ul li a:link, 
.FooterTop .HdrLink ul li a:visited{ 
	display: block; 
	padding: 0px 0px 0px 6px;
	text-decoration: none;
	color: #990033;
	font-weight:bold;  
	background: url(/UI/images/arrow_red_link.gif) no-repeat top left; 
}

.FooterTop .HdrLink ul li a:hover,
.FooterTop .HdrLink ul li a:focus,
.FooterTop .HdrLink ul li a:visited:hover { 
	color: #990033;
	text-decoration: underline;
	font-weight:bold;
	background: url(/UI/images/arrow_red_link.gif) no-repeat top left; 
}

/* Footer Top Columns */

.FooterTop .Col1 {
	display:block;
	float:left;
	width:170px;
	margin:0;
	padding:0 70px 0 0;
}

.FooterTop .Col1 .Indent {
	display:block;
	float:left;
	width:165px;
	margin:0;
	padding:0 0 0 5px;
}

.FooterTop .Col2 {
	display:block;
	float:left;
	width:170px;
	margin:0;
	padding:0 70px 0 0;
}

.FooterTop .Col2 .Indent {
	display:block;
	float:left;
	width:165px;
	margin:0;
	padding:0 0 0 5px;
}

.FooterTop .Col3 {
	display:block;
	float:left;
	width:170px;
	margin:0;
	padding:0 70px 0 0;
}

.FooterTop .Col3 .Indent {
	display:block;
	float:left;
	width:165px;
	margin:0;
	padding:0 0 0 5px;
}

.FooterTop .Col4 {
	display:block;
	float:left;
	width:170px;
	margin:0;
	padding:0 70px 0 0;
}

.FooterTop .Col4 .Indent {
	display:block;
	float:left;
	width:165px;
	margin:0;
	padding:0 0 0 5px;
}

/* Footer Bottom Styles */

.FooterBottom {
	display:block;
	float:left;
	width:960px;
	margin:0;
	padding:0 0 0 30px;
}

.Footer {
	width: 960px;
	display:block;
	float:left;
	padding: 0px 0px 20px 0px;
	color: #333;
}

.FooterDisclosure {
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 20px 30px;
	width: 960px;
	display:table;
	font-size:11px;
}

/* Footer Left */

.FooterLeft {

	display:block;
	float:left;
	padding: 0px 15px 0px 0px;
	margin:0 12px 0 0;
	background: none;
	border-right:1px solid #333;
}

.FooterLeft ul { 
	margin: 0; 
	list-style: none;
	background:none;
}

.FooterLeft li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	background:none;
}

.FooterLeft a:link,
.FooterLeft a:visited {
	font: normal 11px arial, helvetica, san-serif; 
	padding:0px 10px 0px 17px;
	color: #990033;
	text-decoration: none;
}

.FooterLeft  a:hover,
.FooterLeft  a:visited:hover  {
	font: normal 11px arial, helvetica, san-serif; 
	padding:0px 10px 0px 17px;
	color: #990033;
	text-decoration: underline;
}

/* Footer Right */

.FooterRight {
	width: 490px;
	display:block;
	float:left;
	padding: 0px 20px 0px 0px;
	background: none;
}

.FooterRight ul { 
	margin: 0; 
	list-style: none;
	float:left;
	background:none;
	padding:0;
}

.FooterRight li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	list-style: url(/UI/images/spacer.gif);
	background:none;
}

.FooterRight a:link,
.FooterRight a:visited {
	padding:0px 10px 0px 4px;
	color: #990033;
	/*background-image: url(/UI/images/arrow_footer_link.gif) no-repeat;*/
	text-decoration: none;
}

.FooterRight  a:hover,
.FooterRight  a:visited:hover  {
	padding:0px 10px 0px 4px;
	color: #990033;
	/*background-image: url(/UI/images/arrow_footer_link.gif) no-repeat;*/
	text-decoration: underline;
}