/*//-- CSS Style Sheet --//*/
/* Created for: http://www.clearviewbc.com */
/* Created by: Cory Perry | YourMark.com */
/*--------------------------------------------------------------------------------------*/




body {
	background-color: #353434;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	color: #353434;
}
	
#splash {
	margin: 0 auto;
}

/* global -----------------------------------------*/

* {margin: 0; padding: 0;}
legend {display:none;}
fieldset {border: 0; margin: 0;}
p, ul, li, ol {text-align: left; margin: 0; padding: 0; color: #353434;}	
hr {height: 1px;}
h1, h2, h3, h4 {font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif; font-weight: bold;}
.title {color: #F95414; font-weight: bold;}

.bold {
	font-weight: bold;
}

.headline {
	font-weight: bold;
	color: #0093FA;
}

/* links ------------------------------------------- */

a:link {color: #353434; text-decoration: none;}
a:visited {color: #353434; text-decoration: none;}
a:hover {color: #FFF; text-decoration: underline;}
a:active {color: #0000CC;}

#mainContent #contentLeft a:link {color: #FF6600; text-decoration: underline;}
#mainContent #contentLeft a:visited {color: #FF6600; text-decoration: underline;}
#mainContent #contentLeft a:hover {color: #0093FA; text-decoration: underline;}
#mainContent #contentLeft a:active {color: #0000CC;}

#mainContent #topbox #services #special a:link { color: #FFF; text-decoration: none;}
#mainContent #topbox #services #special a:visited { color: #FFF; text-decoration: none;}
#mainContent #topbox #services #special a:hover { color: #FFCC66; text-decoration: underline;}
#mainContent #topbox #services #special a:acive { color: #FFCC66; text-decoration: none;}

#contentSide li a:link {color: #FFF; text-decoration: none;}
#contentSide li a:visited {color: #FFF; text-decoration: none;}
#contentSide li a:hover {color: #FFF; text-decoration: none;}
#contentSide li a:active {color: #353434; text-decoration: none;}

ul#utilityNav li a:link {color: #FFF; text-decoration: none;}
ul#utilityNav li a:visited {color: #FFF; text-decoration: none;}
ul#utilityNav li a:hover {color: #0093FA; text-decoration: underline;}
ul#utilityNav li a:active {color: #0093FA; text-decoration: none;}

/* headers ----------------------------------------- */

#mainContent #contentHeader h3 {
	font-weight: normal;
	font-size: 19px;
	padding: 8px 0 5px 10px;
}

#mainContent #contentSide h3 {
	font-weight: normal;
	font-size: 17px;
	text-align: right;
	width: 250px;
}

#mainContent #contentLeft h3.mainHeader {
	width: 620px;
	margin: 10px 0 20px 10px;
	border-bottom: 1px solid #353434;
	color: #0093FA;
	font-size: 20px;
}

#mainContent #contentLeft h3.subHead {
	margin: 10px 0 3px 10px;
	color: #0093FA;
}

#services #standard h3.servheader {
	color: #FFF;
	font-weight: normal;
	width: 216px;
	height: auto;
	background: url(../images/serv_head_bg.jpg) repeat-x;
	padding: 12px 0 0 4px;
}
#services #standard h4.servday {
	color: #FFCC66;
	margin: 10px 0 4px 5px;
}
#services #special h3.servheader {
	color: #FFF;
	font-weight: normal;
	width: 251px;
	height: auto;
	background: url(../images/serv_head_bg.jpg) repeat-x;
	padding: 12px 0 0 4px;
}

#services #special .weekly h5 {
	font-size: 11px;
	color: #FFCC66;
	padding-top: 5px;
}
	

/* main structure-----------------------------------------------*/

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 2px solid #000;
}

#header {
	width: 900px;
	height: 174px;
	margin: 0;
	padding: 0;
	background: url(../images/header_01.jpg) no-repeat top left;
}

/* main navigation---------------------------------------------*/
#mainNav {
	width: 900px;
	height: 38px;
	background: url(../images/navbar_bg.jpg) no-repeat top left;
	position: relative;
}

	#mainNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#mainNav li {
		float: left;
	}

/* nav links/buttons */

#mainNav a#home {
	width: 60px;
	height: 38px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_home.jpg) no-repeat top left;
}
#mainNav a#home:hover {
	background: url(../images/nav_home_over.jpg) no-repeat top left;
}

#mainNav a#whoarewe {
	width: 114px;
	height: 38px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_who.jpg) no-repeat top left;
}
#mainNav a#whoarewe:hover {
	background: url(../images/nav_who_over.jpg) no-repeat top left;
}

#mainNav a#clearview {
	width: 118px;
	height: 38px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_myclearview.jpg) no-repeat top left;
}
#mainNav a#clearview:hover {
	background: url(../images/nav_myclearview_over.jpg) no-repeat top left;
}

#mainNav a#ministries {
	width: 92px;
	height: 38px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_ministries.jpg) no-repeat top left;
}
#mainNav a#ministries:hover {
	background: url(../images/nav_ministries_over.jpg) no-repeat top left;
}

#mainNav a#calendar {
	width: 83px;
	height: 38px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_calendar.jpg) no-repeat top left;
}
#mainNav a#calendar:hover {
	background: url(../images/nav_calendar_over.jpg) no-repeat top left;
}

/* utility navigation------------------*/

ul#utilityNav {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style: none;
}
ul#utilityNav li {
	display: inline;
}


/* main content-------------------------------------------------*/

#mainContent {
	width: 900px;
	height: auto;
	background: #FFF;
}

#mainContentCal {
	width: 900px;
	height: auto;
	background: #FFF;
	overflow: auto;
}

#mainContent #topbox {
	width: 900px;
	height: 282px;
}
	#mainContent #topbox #slideshow {
		width: 425px;
		height: 282px;
		float: left;
		background: #000;
	}
	#mainContent #topbox #services {
		width: 475px;
		height: 282px;
		background: #0093FA;
		margin-left: 425px;
	}
	
	#mainContent #topbox #services #standard {
		width: 220px;
		height: 282px;
		border-right: 1px solid #FFF;
	}
	
	#mainContent #topbox #services #standard p {
		width: 200px;
		margin: 0 0 3px 5px;
		font-size: 11px;
		color: #FFF;
	}
	
	#mainContent #topbox #services #special {
		width: 255px;
		height: 282px;
		float: right;
		margin: -282px 0 0 220px;
	}
	
	#mainContent #topbox #services #special .weekly {
		width: 255px;
		height: 40px;
		border-bottom: 1px dashed #FFF;
		padding-bottom: 4px;
	}
	#mainContent #topbox #services #special .weekly img {
		width: 30px;
		height: 30px;
		float: left;
		margin: 5px 5px 5px 3px;
		border: 1px solid #353434;
	}
	#mainContent #topbox #services #special .weekly p {
		font-size: 10px;
		color: #FFF;
		width: 200px;
		margin: 0 0 0 35px;
		padding: 0;
	}
	
	#mainContent #topbox #services #special p.viewdetails {
		margin: 4px 0 3px 5px;
		}
		
		
#mainContent #contentHeader {
	width: 900px;
	height: 38px;
	background: url(../images/mainheader_bg.jpg) no-repeat top left;
}

#mainContent #contentLeft {
	width: 620px;
	height: auto;
	min-height: 450px;
}

	#mainContent #contentLeft p {
		padding: 0 0 15px 10px;
		line-height: 18px;
	}
	
	#mainContent #contentLeft img {
		float: left;
		margin: 0 10px 10px 0;
		border: 1px solid #0093FA;
	}
	
	#mainContent #contentLeft ul {
		margin: 0 10px 0 10px;
		list-style: none;
		padding-bottom: 10px;
	}
	#mainContent #contentLeft li {
		padding: 3px 0 3px 0;
	}
	
#mainContent #contentLeft #videoinclude {
	width: 480px;
	height: 360px;
	margin: 20px 0 0 80px;
	border: 2px solid #353434;
}

#mainContent #contentLeft #videoinclude embed {
	margin: 0;
	padding: 0;
}
#mainContent #contentLeft p.videonote {
	font-style: italic;
	font-size: 10px;
	margin: 5px 0 0 80px;
}
	

/* side content--------------------------*/
#contentSide {
	width: 260px;
	height: auto;
	min-height: 350px;
	padding: 15px 0 0 0;
	margin: 0;
	background: #DEDFDA;
	float: right;
}
	
	#contentSide p {
		width: 260px;
		font-size: 11px;
		padding: 4px 0 4px 0;
	}
	
	#contentSide ul {
		width: 260px;
		height: auto;
		list-style: none;
	}
	
	#contentSide a {
		width: 250px;
		height: auto;
		font-size: 14px;
		padding: 5px 5px;
		margin: 0;
		display: block;
		background: #0093FA;
	}
	#contentSide li a:hover {
		background: #353434;
	}
#contentSide #video {
	width: 255px;
	height: 196px;
	background: #DEDFDA;
	margin-left: 5px;
}

#contentSide #video a {
	margin: 0;
	padding: 0;
}

#contentSide #bannerad {
	width: 260;
	height: auto;
}

#contentSide #promodiv {
	width: 260px;
	height: auto;
	margin: 20px 0 20px 0;
}

/* side navigation-----------------------*/

#contentSide ul {
	width: 223px;
	height: auto;
	margin: 3px 0 3px 0;
	list-style: none;
	font-size: 11px;
	}
	
#contentSide li {
	padding: 0 0 4px 0;
	}
	
#contentSide p {
	margin-left: 5px;
	line-height: 14px;
}

/* footer-------------------------------------------------*/
#mainFooter {
	width: 900px;
	height: 48px;
	background: #0093FA;
	position: relative;
	}

	#mainFooter  ul.footerNav {
		font-size: 10px;
		color: #343534;
		padding-top: 10px;
		padding-left: 3px;
		text-align: left;
		margin-bottom: 3px;
		}
		
	#mainFooter ul.footerNav li {
		display: inline;
		list-style: none;
		margin: 0 5px 0 5px;
		}
		
	#mainFooter p {
		font-size: 10px;
		color: #FFF;
		padding: 3px 0 3px 8px;
		border-top: 1px dotted #FFF;
		text-align: left;
		}

	
/* forms ----------------------------------------------------*/

#contact_form, #prayer_form  {
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	width:  450px;
	color: #1B98D0;
	font-size: 115%;
}

 #contentLft #contact_form ul.zemError li {
	font-size: 0.85em;
	padding: 0 0 8px 0;
	margin: 0;
	}

#contact_form label, #prayer_form label {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
												  
#contact_form input, #prayer_form input {
	border: 1px solid #DBD5C5;
	background: #FFF;
	font-size: 12px;
	width: 200px;
	color: #6a6667;
	padding: 2px 4px;
	margin: 5px 0 10px 0;
}

#contact_form input.zemSubmit, #prayer_form input.zemSubmit {
	border: 1px solid #DBD5C5;
	background: #1B98D0;
	width: auto;
	font-size: 12px;
	color: #FFF;
	padding: 2px 4px;
	margin: 5px 0 10px 0;
}

#contact_form select.zemSelect, #prayer_form select.zemSelect {
	width: 200px;
	border: 1px solid #DBD5C5;
	background: #FFF;
	font-size: 12px;
	color: #6a6667;
	padding: 0;
	margin: 5px 300px 0 0;
	
}

#contact_form textarea, #prayer_form textarea {
	border: 1px solid #DBD5C5;
	background: #FFF;
	font-size: 12px;
	width: 450px;
	color: #6a6667;
	padding: 0;
	margin: 5px 0 10px 0;
}
								
#contact_form input:hover,
#contact_form textarea:hover  {
border: 1px solid #999;
}

