  /* CSS Document */
@charset "UTF-8";

body {
	line-height: normal;
}

#divPastorNav {
	background-image: url(../images/layout/bg-pastorsnav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	zoom: 1;
}
#pastorNav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pastorNav li {
	display: inline;
}
#pastorNav a {
	padding: .4em 1em;
	text-decoration: none;
	background-color: #ECF7FC;
	margin: 0px;
	float: left;
	border: 1px solid #00294C;
}
#pastorNav a.current {
	background-color: #FEFFFF;
	border-bottom-color: #FEFFFF;
}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}
.postdate {
	margin-top: 0px;
	font-size: 0.85em;
	font-weight: bold;
}
#pastor { behavior: url(/clients/rehoboth/scripts/iepngfix.htc) }