/* CSS Document */



* {
	margin: 0 auto;
}

body {
	margin: 0 auto;
	font-size: 76%;
	background: url(../images/bkgd.jpg) repeat-x #f9E5BE;
	font-family: Arial, Helvetica, sans-serif;
	
}


.wrapper {
	margin: 0 auto;
	width: 958px;
	position: relative;
}

.clear {
	clear: both;
}






/*------------------ HEADER  STYLES -------------------*/

#logo {
	background: url(../images/logo.jpg) left top no-repeat;
	float: left;
	height: 105px;
	width: 318px;
}
logo2 {
	text-align: center;
	height: 105px;
	width: 318px;
}

#logo a {
	background: url(../images/logo.jpg) left top no-repeat;
	float: left;
	height: 105px;
	width: 318px;
	display: block;
	text-indent: -9999px;
	margin: 0px; 
}

#utility_links {
	width: 900px;
	height: 29px;
	text-align: right;
	float: left;
	
}

#utility_links ul li {
	display: inline;
	padding: 5px;
	text-align: left;
	
}

#utility_links a {
	color: #F0E7C4;
	text-decoration: none;
	
}

#utility_links a:hover, a:visited, a:active {
	color: #F0E7C4;
	text-decoration: underline;
	
}

#utility_header_login {
	float: left;
}

#nav {
	float: right;
	
}

#mission {
	float: right;
}


/*--------------------- INDEX ROTATING BANNER ----------------------*/

#banner {
	margin: 0 auto;
	background: url(../images/index_bkgd.jpg) top center no-repeat;
	position: relative;

	
}

#banner_box {
	width: 891px;
	height: 318px;
	padding-top: 12px;
	display: block;
	text-align: center;

	
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
text-align: left;
z-index: 2;
cursor: pointer;
}

slides p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}




/*---------------------- INDEX EVENTS --------------------------------*/

#events_box {
	display: block;
	width: 275px;
	border: dotted #CC6600 1px;
	background-color: #FFFBE2;
	padding: 10px 15px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: -100;
}

#events h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #CC6600;
	z-index: 100;
}

/*---------------------- INDEX VIDEO --------------------------------*/
#latest_video {
	width: 580px;
	background: #000000;
	height: 200px;	
	margin-top: 20px;
	color: #242424;
	background: url(../images/cnm_tv_members.jpg) no-repeat;
	padding-left: 300px;

}

#latest_video p {
	padding: 90px 0 0 0px;
	width: 270px;
	font-size: 14px;

}
#latest_video h4 {
	padding:0;
	
}

#latest_video a {
	text-decoration: none;
	color: #242424;


}

#latest_video a:hover {
	text-decoration: underline;
	color: #242424;


}




/*---------------------- MAIN CONTENT --------------------------------*/



#content {
	width: 920px;

	padding: 20px 0;
	font-size: 14px;	
	
}

#content p {
	padding-bottom: 10px;
	
}	

#left {
	float: left;
	width: 590px;
	padding: 0px 0px;
	min-height: 400px;
}

#welcome {
	width: 550px;
}

#blog {
	width: 560px;
	background: #FFFBE2;
	opacity: 0.8;
	padding: 10px 10px;
	line-height: 18px;
}

#left h3 {
	padding-bottom:10px;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	
}


#member_index {
padding-left: 10px;


}



#right {
	float: left;
	width: 310px;
	padding-left: 20px;
}



/*--------------------- SUBPAGE TEMPLATES ----------------------*/

#subpage_banner {
	margin: 0 auto;
	background: url(../images/subpage_bkgd.jpg) top center no-repeat;
	position: relative;

	
}

#subpage_banner_box {
	width: 891px;
	height: 138px;
	padding-top: 8px;
	display: block;
	text-align: center;

	
}

#ministry_facets ol li {
	padding: 10px 0;

}


/*---------------------- FOOTER --------------------------------*/


#footer { 
	background: #FFFBE2;
	opacity: 0.8;
	height: 200px;
	color: #333300;
	padding: 20px 0 0 0;
	position: relative;
	border-top: #663300 1px dotted;
	
	
}


#footer_left {
	float: left;
	width: 450px;
}


#footer_right {
	float: right;
	width: 450px;
	text-align: right;
}


#footer_right ul li {
	display: inline;
	padding: 5px;
}

#footer_right li {
	border-right: #FFCC66 thin 1px;
	height: 5px;
}

