@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 { behavior: url(/css/iepngfix.htc); }
.png { behavior: url(/global/css/resources/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 {
	width: 894px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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 {
	height:81px; 
	padding:35px 10px 0 10px;  /* 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. */
}
.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:48px;
	color: #ded5a2;
	text-align:right;
	font-size:.75em;
}
.oneColFixCtrHdr #nav {
	padding:0 8px 10px 8px;
	float:right;
	height:71px;
}
#main-nav, #portals {
	float:left;
}
#main-nav {
	padding:50px 10px 0 0;
	height:21px;
}
#main-nav li {
	float:left;
	list-style:none;
}
#main-nav li a {
	height:13px;
	line-height:13px;
	padding:0 8px;
	background:url(/images/t/nav-sep.gif) no-repeat right;
	color:#ded5a2;
	text-decoration:none;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
}
#main-nav li a.last { background:none; padding-right:0}
#main-nav li a:hover { text-decoration:underline; }

/* =portals */
#portals li {
	float:left;
	list-style:none;
}
#portals li a {
	width:71px;
	height:71px;
	display:block;
	text-indent:-5000px;
	padding-right:20px;
}
#portals li a.last { padding:0; }
#portals li a:hover {cursor:pointer;}
#portals li a.int {
	background:url(/images/t/portal-intimacy-off.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-intimacy-off.png',sizingMethod='crop');
}
#portals li a.int:hover, #intimacy #portals li a.int {
	background:url(/images/t/portal-intimacy-on.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-intimacy-on.png',sizingMethod='crop');
}
#portals li a.com {
	background:url(/images/t/portal-community-off.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-community-off.png',sizingMethod='crop');
}
#portals li a.com:hover, #community #portals li a.com {
	background:url(/images/t/portal-community-on.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-community-on.png',sizingMethod='crop');
}
#portals li a.inf {
	background:url(/images/t/portal-influence-off.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-influence-off.png',sizingMethod='crop');
}
#portals li a.inf:hover, #influence #portals li a.inf {
	background:url(/images/t/portal-influence-on.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/portal-influence-on.png',sizingMethod='crop');
}


.oneColFixCtrHdr #mainContent {
	margin:0;
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/t/bkg-main.jpg) repeat-y;
	clear:both;
}
#wrapper-content { 
	width:894px; 
	margin:0; 
	padding:0; 
	background:url(/images/t/bkg-header.jpg) no-repeat; 
}
#portal-branding, #nav-secondary, #content { 
	float:left;
	padding-top:12px; 
}
#portal-branding {
	width:44px;
	padding-left:187px;
	height:400px;
}
#intimacy #portal-branding { background:url(/images/t/brand-intimacy.jpg) no-repeat; }
#community #portal-branding { background:url(/images/t/brand-community.jpg) no-repeat; }
#influence #portal-branding { background:url(/images/t/brand-influence.jpg) no-repeat; }

#portal-branding h1 {
	height:400px;
	text-indent:-5000px;
}
#portal-branding h1.about { background:url(/images/t/nav-hdr-about.jpg) no-repeat; }
#portal-branding h1.podcasts { background:url(/images/t/nav-hdr-podcasts.jpg) no-repeat; }
#portal-branding h1.lifegroups { background:url(/images/t/nav-hdr-lifegroups.jpg) no-repeat; }
#portal-branding h1.ministryopps { background:url(/images/t/nav-hdr-ministry.jpg) no-repeat; }

#nav-secondary {
	width:163px;
}
#nav-secondary a {
	padding:8px 7px 0 7px;
	width:149px;
	height:25px;
	text-decoration:none;
	display:block;
	color:#ded5a2;
	font-size:.8em;
	font-weight:800;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#nav-secondary a:hover {
	background-color:#4f6355;
} 

/* =About Subnav */
body#intimacy.new a.new, body#intimacy.mission a.mission, body#intimacy.believe a.believe, body#intimacy.location a.location,
  body#intimacy.contact a.contact, body#intimacy.leadership a.leadership {
	background-color:#4f6355;
}

/* =Podcasts Subnav */
body#intimacy.listen a.listen, body#intimacy.subscribe a.subscribe {
	background-color:#4f6355;
}

/* =Lifegroups Subnav */
body#community.find a.find, body#community.questions a.questions {
	background-color:#4f6355;
}

/* =Ministry Opportunities Subnav */
body#influence.ministry a.ministry, body#influence.missional a.missional, body#influence.missions a.missions {
	background-color:#4f6355;
}

#content {
	padding:30px 30px 0 30px;
	width:440px;
	font:.75em Arial, Helvetica, sans-serif;
	color:#40514b;
}
#content ul { padding-bottom:1.2em; }
#content li {
	list-style:square;
	padding-bottom:.2em;
	margin-left:25px;
}
#content h1 {
	text-align:right;
}
#content p {
	padding-bottom:1.2em;
}
#content a {
	color:#ded5a2;
}
h1 {
	font:2em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:.5em;
}
h3 {
	font:1.25em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:.3em;
}
strong {
	font-weight:bold;
}
.oneColFixCtrHdr #footer {
	width:894px;
	padding:60px 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/t/bkg-footer.jpg) no-repeat;
	color:#ded5a2;
	text-align:center;
	font-size:.75em
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.bio {
	float:left;
}
.bio img {	
	margin:0 10px 10px 0;
	border:1px solid #666666;
}
img.staff {
	margin:0 10px 10px 0;
	border:1px solid #666666;
}
.life-group {
	float:left;
	width:200px;
	margin:20px;
	
}

.life-group img {
	border:1px solid #CCCCCC;
}