/*
-----------------------------------------------
Client:REDF
Project:Web Site Redesign (http://www.redf.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:transparent url(/img/bg-dotline.gif) repeat-x 0 0;
  margin-top:10px;
	padding:20px;
	}

/* Typography
----------------------------------------------- */
#ft p {
  font-size:85%;
	margin-bottom:10px;
	text-align:center;
  }
#ft p strong {
	color:#f55d07;
	font-weight:normal;
	}
	
/* Links
----------------------------------------------- */
#ft a {
  border-bottom:0;
	margin:0 10px;
	}
#ft a:link, #ft a:visited {
  color:#59574b;
  text-decoration:none;
	}
#ft a:hover, #ft a:active {
  color:#f55d07;
  }