@charset "UTF-8";
/* CSS for Subpage body header that will play nice with stickyfooter */

body {
	background:url(../img/bg_sp-head.gif) top center no-repeat;
	}

#menuSub {
	width: 298px;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	}
	#menuSub_giv {
	margin-top: 10px;
	font-weight: normal;
	font-size: 110%;
	font-style: italic;
	}

#menuSub ul {
	list-style-type:none;
	margin: 70px 0 0 0px;
	}
	#menuSub_giv ul {
	list-style-type:none;
	margin: 70px 0 0 -30px;
	}
	#menuSub_giv ul::last-child {
	margin-bottom: 50px;
	}
#menuSub li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}

#menuSub li a.current {
	color: #ddd3c8;
	background: url(../img/bg_menuSub.png) 0 -64px;
	padding: 8px 0 0 60px;
	}

#menuSub li a:link, #menuSub li a:visited {
	color: #473b2f;
	display: block;
	background: url(../img/bg_menuSub.png);
	padding: 8px 0 0 50px;
	}
	
#menuSub li a:hover {
	color: #c04940;
	background: url(../img/bg_menuSub.png) 0 -32px;
	padding: 8px 0 0 60px;
	}
	
#menuSub li a:active {
	color: #ddd3c8;
	background: url(../img/bg_menuSub.png) 0 -64px;
	padding: 8px 0 0 60px;
	}

a.btn-give {
	width: 340px;
	height: 100px;
	display: block;
	background: url(../img/btn_give.png);
	text-indent: -9999px;
	}
	a.btn-give:hover {
	width: 340px;
	height: 100px;
	display: block;
	background: url(../img/btn_give.png)0 -100px;
	}
	
h2 {
	color:#c04940;
	margin:80px 0 30px 10px;
	text-transform:uppercase;
	}
	
p {
	margin:20px 0 0 10px;
	}
	p.giving {
	font-size: 130%;
	}

h6.sermon {
	font-size: 16px;
	display:block;
	color:#5d4a3a;
	}
	h6.sermon a {
		float:right;
		width:80px;
		height:22px;
		display:block;
		text-indent:-9999px;
		background:url(../img/btn_dnld.png) no-repeat;
		}
		h6.sermon a:hover {
			background-position: 0 -22px;
			}
		ul.sermonlist {
			list-style-type:none;
			}
			ul.sermonlist li {
				display:inline;
				padding: 0 10px 0 0;
				}
		

