  /*
-----------------------------------------------
Client:Dayspring Technologies, Inc.
Project:Public Web Site

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:#fff;
	padding:10px 0;
	position:relative;
	border-top: 5px #A3BE72 solid;
}

#ft h5 {
	color:#333;
	text-transform:uppercase;
}
#ft h5 a {
	color:#333;
}
#ft h6 {
	color:#666;
	font-family:verdana,"lucida sans","lucida grande",arial,helvetica,sans-serif;
}
#ft p {
	color:#666;
	padding-left:10px;
}
#ft em.b {
	color:#000;
	font-style:normal;
}
#ft p.last {
	margin-bottom:10px;
}
#ft p.bot {
}
#ft p.sm {
 	border-top: 5px #A3BE72 solid;
 	padding-top:10px;
}
#ft li{
	color:#666;
	margin-bottom:0;
	margin-left:0;
	list-style-type:none;
}
#ft a {
	color:#666;
	text-decoration:none;
}
#ft a.here {
  color:#fff;
	background-color:#A3BE72;
	padding-left:5px;
	padding-right:5px;
}
#ft a:hover {
	text-decoration:underline;
}
#ft p.ds {
	margin-top:15px;
}

#ft span.current-page {
	color: #000;
	}

/* SEND DIALOG
----------------------------------------------- */
#sendDialog {
	visibility:hidden;
}
#dialogBtm {
	float:right;
	margin:2px 0 20px;
}


/* DEBUG
----------------------------------------------- */
#debug {
	clear:both;
	border:3px solid gray;
	padding:20px;
	margin:20px auto;
	width:90%;
	overflow:scroll;
}


#debug pre {
	font-family: "Bitstream Vera Sans Mono", courier, monospace;
	line-height: 1em;
	margin: 10px 0;
}

