@charset "UTF-8";
/* CSS Document */
			
#footerhome {
	float: left;
	margin-top: 50px;
	width: 960px;
	height: 30px;  /* sets overall height of nav portion of footer */
	padding:0;
	}
#footerhome ul {
	float: left;
	font-size: .7em;
	color: #333;
	width: 110px;  /*sets distance between each category */
	}		
#footerhome ul:hover {
	color: #fff;
	}
#footerhome .title {
	margin-top: 5px; /* sets distance from top of nav portion of footer */
	display: block;
	padding: 0 0 6px 30px;
	font-weight: bold;
	}	
#footerhome li {
	display: block;
	padding: 0 0 5px 30px;  /*pushes all line items same distance */
	line-height: 120%;
	list-style-type: none;
	width: 120px;
	}		
#footerhome a {
	color: inherit !important;
	color: #333;
	text-decoration: none;
	}	
#footerhome a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
#credits2 p {
	font-size: .7em;
	color:#767FA2;
	float: right;
	margin-right: 20px;
	margin-bottom: 25px;
	}
	
	 /*order = top/right/bottom/left */