/*
-----------------------------------------------
Client:The National Council on Crime and Delinquency
Project:Web Site Redesign (http://www.nccd-crc.org/)

File Name:ft.css 
Notes:Styles all elements within the [f]oo[t]er block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#ft {
	background-color:#aed3d3;
	border-top:5px solid #00918f;
	padding:15px 25px 10px;
	}

/* Typography
----------------------------------------------- */
#fnav {
	margin:0;
	}
#fnav li {
	border-left:1px solid #00918f;
	float:left;
	line-height:100%;
	list-style:none;
	margin:0;
	padding:0 7px;
	}
#fnav li.first {
	border-left:0;
	padding-left:0;
	}
#ft p#copy {
  font-size:85%;
  margin-top:10px;
	}
	
/* Links
----------------------------------------------- */
#fnav a {
	color:#00918f;
	text-decoration:none;
	}
#fnav a:hover, #fnav a.here {
	color:#00918f;
	text-decoration:underline;
	}
#ft #copy a {
	color:#666;
	text-decoration:none;
	}
#ft #copy a:hover {
	text-decoration:underline;
	}