/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIRECTORY STYLES :: CHURCH DIRECTORY PAGES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#eventsBox {

}
#eventsBox h2 {
	font-size: 1.9em;
	font-weight: normal;
}
#eventsBox h3 {
	font-size: 1.4em;
}
.floatRight {
	float: right;
	width: 340px;
	overflow: hidden;

}
ul.checkList {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.checkList li {
	background-image: url(img/activities-yes_bg.gif);
	height: 30px;
	width: 270px;
	line-height: 30px;
	font-size: 1.2em;
	color: #595959;
	text-indent: 10px;

}
/* INFO BOX :: TABBED INFO (DIARY, ABOUT ETC) */
#directoryBox #infoBox {
	background-color: #1881AE;
	border: none;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-bottom: 20px;
}
#infoBox .detailsBox {
	width: 640px;
	padding: 0px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: solid 1px #2e9ac9;

}
#ibLeft {
	float: left;
	width: 320px;
	overflow: hidden;

}
#ibRight {
	float: left;
	width: 320px;
	overflow: hidden;

}
#directoryBox #infoBox h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
}
#directoryBox #infoBox h4 {
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
}
#directoryBox #infoBox p {
	color: #FFFFFF;
}
#directoryBox #infoBox table {
	width: 660px;
	border: none;
	border-spacing: 0px;
	margin-right: 0px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#directoryBox #infoBox th,
#directoryBox #infoBox td {
	font-size: 1.2em;
	text-align: left;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#directoryBox #infoBox th {
	color: #c0e7f3;
	font-weight: normal;
}
#directoryBox #infoBox td {
	color: #ffffff;
	vertical-align: top;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e9ac9;
}
/* DIRECTORY MENU :: TABBED MENU (DIARY, ABOUT ETC) */
#directoryMenu {
	width: 670px;
	height: 41px;
	background-image: url(img/directory-menu_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
}
#directoryMenu li {
	float: left;
	height: 41px;
}
#directoryMenu li a {
	height:41px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#directoryMenu li a:hover, #directoryMenu li a.active {
	background-position: 0px -41px;
}
#directoryMenu li #diary {
	background-image: url(img/dm-diary_a.gif);
	width: 96px;
}
#directoryMenu li #about {
	background-image: url(img/dm-about_a.gif);
	width: 94px;
}
#directoryMenu li #contact {
	background-image: url(img/dm-contact_a.gif);
	width: 97px;
}
