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