/* Design Styles for Footer Elements */

 #footer { 
	position: relative;
	width: 778px;
	w\idth: 567px;
	margin: -50px auto 0 auto;
	background: transparent url(../../img/interface/bkg-yellow-gray.gif) top center repeat-y; 
	text-align: left;
	color: #999;
	padding: 0 0 0 211px;
	line-height: 1.7em;
	font-size: .9em;
	}
	#footerContent {
		width: 525px;
		border-top: 1px solid #ebebeb;
		padding: 13px 0 0 0;
	
		}
		
	#subFooterContent { 
		width: 778px;
			w\idth: 368px;
		border-top: 1px solid #ebebeb;
		padding: 13px 0 0 0;
		}
		
	 ul#footerNavigation li  { 
		display: inline;
		padding: 0 4px;
		color: #999;
		
		}
		ul#footerNavigation li#legal { 
			padding-left: 0;
			
			}
			 ul#footerNavigation li a, #footer a { 
				color: #69c;
				font-weight: normal;
				}
			ul#footerNavigation li a:hover, #footer a:hover, ul#footerNavigation li.footerSelected a { 
				color: #2770b9;
				}