@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/* Fix PNG Images 
img { behavior: url(/global/css/resources/iepngfix.htc) }*/
#header h1, #intimacy, #community, #influence, ul li ul, #box-sermon, #box-events, #mainContent h3 { behavior: url(/css/iepngfix.htc) }

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #40514b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	/*960px*/
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0 45px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding:20px 0 40px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:81px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:url(/images/t/logo_clc.png) no-repeat;
	text-indent:-5000px;
	width:273px;
	height:81px;
	float:left;
}
.oneColFixCtrHdr #header p {
	padding-top:42px;
	color: #ded5a2;
	text-align:right;
	font-size:.75em;
}
.oneColFixCtrHdr #nav {
	clear:both;
	height:350px;
	padding:0 0 0 45px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#main-nav #intimacy, #main-nav #community, #main-nav #influence {
	float:left;
	list-style:none;
	margin-right:25px;
	height:340px;
}
#main-nav a {
	margin:0;
	padding:0;
	display:block;
}
#main-nav a.intimacy, #main-nav a.community, #main-nav a.influence {
	padding-bottom:10px;
	width:250px;
	height:250px;
	text-indent:-5000px;
}
#main-nav #intimacy { background:url(/images/t/intimacy_off.png) no-repeat; }
#main-nav #intimacy:hover, #main-nav #intimacy.over { 
	background:url(/images/t/intimacy_on.png) no-repeat; 
	behavior: url(/css/iepngfix.htc); 
}
#main-nav #community { background:url(/images/t/community_off.png) no-repeat; }
#main-nav #community:hover, #main-nav #community.over { 
	background:url(/images/t/community_on.png) no-repeat; 
	behavior: url(/css/iepngfix.htc); 
}
#main-nav #influence{ background:url(/images/t/influence_off.png) no-repeat; }
#main-nav #influence:hover, #main-nav #influence.over { 
	background:url(/images/t/influence_on.png) no-repeat;
	behavior: url(/css/iepngfix.htc);  
}

/* Subnav Rules */
#main-nav li ul {
	display:none;
	margin-left:40px;
	padding-top:20px;
	width:210px;
}
#main-nav li:hover ul, #main-nav li.over ul{display:block; z-index:1000;}
#main-nav li ul li {
	list-style:none;
	width:210px;
}
#main-nav li ul li a {
	width:210px;
	font:.65em Arial, Helvetica, sans-serif;
	color:#ded5a2;
	text-decoration:none;
	height:1.8em;
}
#main-nav li ul li a:hover { text-decoration:underline; }
#main-nav #intimacy ul { background:url(/images/t/nav_hm_intimacy_hdr.png) no-repeat; }
#main-nav #community ul { background:url(/images/t/nav_hm_community_hdr.png) no-repeat; }
#main-nav #influence ul { background:url(/images/t/nav_hm_influence_hdr.png) no-repeat; }


.oneColFixCtrHdr #mainContent {
 	clear:both;
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:86px;
}
#events, #sermon-series { float:left; padding-right:25px; }
#events h3, #sermon-series h3 {
	text-indent: -5000px;
	height:10px;
	margin-left:8px;
	font-size:5px;
}
#sermon-series h3 { 
	width:113px;
	background:url(/images/t/hdr-home-current-series.png); 
}
#events h3 { 
	width:152px;
	background:url(/images/t/hdr-home-upcoming.png) no-repeat; 
}
#mainContent #box-sermon {
	/*272x175*/
	width:407px;
	height:161px;
	padding: 14px 0 0 14px;
	background:url(/images/t/box_home_sermon.png);
}
#mainContent #box-events {
	/*272x175*/
	width:257px;
	height:160px;
	background:url(/images/t/box_home_events.png);
	padding:15px 0 0 15px
}
#mainContent #box-events #content {
	background:#5e745f;
	width:237px;
	height:142px;
}
.oneColFixCtrHdr #footer {
  	margin:0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ded5a2;
	text-align:center;
	font-size:.75em;
}
#box-events {
	font-size:.7em;
	color:#ded5a2;
	padding:5px;
}
#box-events ul {
	padding-top:10px;
}
#box-events li {
	list-style:square;
	margin-left:20px;
	padding:3px 0;
	width:212px;
	height:115px;
}
.bx_pager {
	position:relative;
	top:-6px;
	left:20px;
}
.bx_pager a {padding:0 3px; background:#e2e3c9; margin-right:5px; text-decoration:none; color:#abae6a;}
.bx_pager a.active {background:#abae6a; color:#ded5a2;}
.clrflt { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}