/* sidenav */
ul.sidenav {
	text-decoration: none;
	list-style-type: none;
	margin:5px 0 0 1px;
	background: #00008a;
	list-style-position: outside;
	width: 197px;
	font-size: 12px;
	line-height: 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.sidenav {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	width: 187px;
	display: block;
	overflow: visible;
	padding: 2px 5px;
	border-bottom: 1px solid #c4d2dc;
}

	
a.sidenav:hover {
	color: #aaaaaa;
}


/* back to church button */
ul.sidenav-top {
	text-decoration: none;
	list-style-type: none;
	margin:5px 0 0 1px;
	background: #ffffff;
	list-style-position: outside;
	width: 197px;
	font-size: 12px;
	line-height: 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.sidenav-top {
	text-decoration: none;
	color: #00008a;
	font-weight: bold;
	width: 187px;
	display: block;
	overflow: visible;
	padding: 2px 5px;
	border-bottom: 1px solid #c4d2dc;
}

	
a.sidenav-top:hover {
	color: #222222;
}


/* contact block */

#contact-block {
	width: 197px;
	background: #fff;
	padding: 0;
	margin: 15px 0 0 1px;
	color: #00008a;
}
.contactus-header {
	display:block;
	line-height: 25px;
	margin: 0;
	font-weight: bold;
	padding: 2px 5px;
	border-bottom: 1px solid #c4d2dc;
}
.contact-text {
	display:block;
	line-height: 18px;
	margin: 0;
	padding: 5px 5px;
}

.nav-spacer-line {
	padding: 0 5px 0 5px;
	color: #ffffff;
}