/* @override http://praxischurch.monkcms.net/_css/we-believe.css */

/* This CSS is for the mcms_page_what-we-believe and mcms_page_what-to-expect and mcms_page_visit-us templates */

.webelieve #content .titles, .whattoexpect #content .titles, .visitus #content .titles{
	width: 300px;
	float: left;
}

.webelieve #content .video .vid, .whattoexpect #content .video .vid, .visitus#content .video .vid{
	width: 368px;
	height: 207px;
	overflow: hidden;
}


.webelieve #content .video, .whattoexpect #content .video, .visitus #content .video{
	background: url(../_img/video_bg.png) no-repeat;
	width: 370px;
	height: 207px;
	float: right;
	position: relative;
	right: -5px;
	padding: 12px 10px 25px 12px;
}

#sub.webelieve #content .video img, .whattoexpect #content .video img, .visitus #content .video img{
	float: none;
	margin: 0;
}

#sub.webelieve #content #text, #sub.visitus #content #text{
	clear: both;
	padding-top: 20px;
}

#sub.whattoexpect #content #text{
	padding-top: 30px;
}

#sub.webelieve #content ul#steps, #sub.visitus #content ul#steps{
	clear: both;
	list-style-type: none;
	list-style-image: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 31px;
	padding-top: 0px;
}





