/* berkland_ministries.css */
/* This file controls the sliding ministries menu widget. */

#ministries_black { float: left; }

#mainbody { margin-top: 90px; height: 270px; }

#imageMenu {
	position: relative;
	width: 570px;
	height: 200px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 900px;

	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 112px;
	height: 200px;
}

#imageMenu ul li.college a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_college.jpg") repeat scroll 0%;
}

#imageMenu ul li.ism a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_ism.jpg") repeat scroll 0%;
}

#imageMenu ul li.children a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_children.jpg") repeat scroll 0%;
}

#imageMenu ul li.youth a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_youth.jpg") repeat scroll 0%;
}

#imageMenu ul li.ya a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_ya.jpg") repeat scroll 0%;
}

#imageMenu ul li.family a {
	background: url("http://berklandonline.org/test/wp-content/themes/berkland/images/ministries_family.jpg") repeat scroll 0%;
}

#college_text {
	display: none;
	margin-top: 30px;
}
#ya_text {
	display: none;
}
#family_text {
	display: none;
}
#ism_text {
	display: none;
}
#youth_text {
	display: none;
}
#children_text {
	display: none;
}
#college_text_right {
	display: none;
}
#ya_text_right {
	display: none;
}
#family_text_right {
	display: none;
}
#ism_text_right {
	display: none;
}
#youth_text_right {
	display: none;
}
#children_text_right {
	display: none;
}

li.school {
	font-size: 14px;
	color: #FF9900;
	list-style-type: none;
}

li.time {
	font-size: 12px;
	color: #555;
	list-style-type: none;
}

li.contact {
	font-size: 12px;
	color: #4BAABF;
	list-style-type: none;
}

.right_ministries {
	position: relative;
	top: -215px; 
	left: 395px;
	background: #ddd;
	width: 150px;
	padding: 10px 10px 10px 10px;
}
