/* CSS Document */

body { margin:0; padding:0; background:url(/images/utilities/background.gif) top left repeat; }

a {
	color: #5a71a7;
	text-decoration: none;
}

a:hover {
	color: #5a71a7;
	text-decoration: underline;
}

.border-dotted {
	border-bottom: 1px dotted #5a71a7;
}

.sub2 {
	color: #5a71a7;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.overflowLeft { background:url(/images/utilities/overflowLeft.gif) top right no-repeat; }
.overflowRight { background:url(/images/utilities/overflowRight.gif) top left no-repeat; }
.footerLeft { /*background:url(/images/utilities/footerLeft.gif) right 56px no-repeat;*/ }
.footerRight { /*background:url(/images/utilities/footerRight.gif) left 52px no-repeat;*/ }

.footer { font:normal 10px Verdana, Arial, Helvetica, sans-serif; color:#6e80ae; padding:13px 0 12px 32px; clear:both; background:url(/images/redesign/footer-bottom.png) top left no-repeat; }
.footer a{ color:#6e80ae; text-decoration:none; }
.footer a:hover{ color:#6e80ae; text-decoration:underline; }

.contentArea { background-color:#FFFFFF; vertical-align:top; }

.content { float:left; font:normal 12px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height:20px; padding:0 30px; }
.cta { float:right; width:193px; position:relative; top:22px; font:normal 10px Verdana, Arial, Helvetica, sans-serif; line-height:14px; color:#6877a9; }
.ctaTable { padding:0 20px 0 32px; }
.ctaTable p { margin:0; padding:0 0 1em 0; }
.cta a { color:#6877a9; text-decoration:none; }
.cta a:hover { color:#6877a9; text-decoration:none; }
.ctaDate { color:#9d9c9a; text-transform:uppercase; }

div.ctaContent { position:relative; left:32px; width:141px; padding-right:20px;  }
div#ctaChurchContent { width:121px; padding-right:40px; }
div#ctaRushContent { width:101px; padding-right:60px; }
div#ctaVideoContent { width:71px; padding-right:90px; }

div#ctaChurch { left:118px; position:absolute; }
div#ctaRush { left:74px; position:absolute; }
div#ctaVideo { left:81px; position:absolute; }

.menu { float:left; width:165px; position:relative; top:29px; }
.menu ul { list-style-type:none; padding:0; font:normal 11px Verdana, Arial, Helvetica, sans-serif; margin:0; width:165px; border-bottom:1px solid #c7ccdf; }
.menu li a{ margin:0; width:123px; display:block; background-color:#eef0f5; color:#58595b; text-decoration:none; padding:4px 5px 5px 37px; }
.menu li a:hover,.menu li.menuActive a,.menu li.menuActive a:hover { background-color:#ffffff; color:#5a71a7; display:block; }

div.pagePhoto { display:inline; float:left; margin-right:10px; }
div.pagePhotoSub { display:inline; float:right; margin-left:10px; }

div#ctaGetInvolved { background:url(/images/cta/cta-getInvolved.gif) top left no-repeat; }
div#ctaGetInvolved:hover { background:url(/images/cta/cta-getInvolved-over.gif) top left no-repeat; cursor:pointer; }

div#ctaEventCalendar { background:url(/images/cta/cta-eventCalendar.jpg) top left no-repeat; }
div#ctaEventCalendar:hover { background:url(/images/cta/cta-eventCalendar-over.jpg) top left no-repeat; cursor:pointer; }

div#ctaTakeALook { background:url(/images/cta/cta-takeALook.gif) top left no-repeat; }
div#ctaTakeALook:hover { background:url(/images/cta/cta-takeALook-over.gif) top left no-repeat; cursor:pointer; }

/* Homepage */
.home_overflowLeft { background:url(/images/home/overflowLeft.gif) top right no-repeat; }
.home_overflowRight { background:url(/images/home/overflowRight.gif) top left no-repeat; }
.home_header { background:url(/images/home/header.jpg) top left no-repeat; padding-top:108px; }
.break { clear:both; }
.home_quote { float:left; width:151px; padding-top:65px; }
#home_content { float:left; width:374px; padding:21px 20px 0 22px; }
#home_content p { margin:0; padding-bottom:20px; }

/************/
/* Redesign */
/************/
/*--- Header ---*/
#header { 
	position:relative; 
	background-image:url(/images/redesign/header.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:969px;
	height:221px;
}
	#header #logo { 
		background-image:url(/images/redesign/logo.png);
		background-position:0 0;
		background-repeat:no-repeat;
		position:absolute;
		left:16px;
		top:13px;
		display:block;
		overflow:hidden;
		height:1px;
		padding-top:70px;
		width:307px;
	}
	#header #contact, .home_header #contact {
		display:block;
		background-image:url(/images/redesign/contactus.png);
		background-position:0 0;
		background-repeat:no-repeat;
		position:absolute;
		top:0;
		right:0;
		overflow:hidden;
		height:1px;
		width:162px;
		padding-top:36px;
	}
/*--- Nav ---*/
.main-nav {
	background-color:#fff;
}
	.main-nav a {
		background-position:0 0;
		background-repeat:no-repeat;
		display:block;
		overflow:hidden;
		height:1px;
		padding-top:33px;
	}
	.main-nav a:hover {
		background-position:0 -34px;
	}
	.main-nav a.active {
		background-position:0 -68px;
	}
#nav1-who-we-are {
	background-image:url(/images/redesign/nav01-who-we-are.png);
	width:130px;
	margin-left:19px;
}
#nav2-programs {
	background-image:url(/images/redesign/nav02-programs.png);
	width:219px;
	margin-left:25px;
}
#nav3-events {
	background-image:url(/images/redesign/nav03-events.png);
	width:165px;
	margin-left:23px;
}
#nav4-resources {
	background-image:url(/images/redesign/nav04-resources.png);
	width:112px;
	margin-left:30px;
}
#nav5-sermons {
	background-image:url(/images/redesign/nav05-sermons.png);
	width:182px;
	margin-left:24px;
	margin-right:40px;
}

.sub-nav {
	background-color:#acacac;
}
	.sub-nav ul {
		margin:0; padding:0;
	}
		.sub-nav ul li {
			display:inline;
			float:left;
			list-style:none;
			padding:2px 15px;
		}
			.sub-nav ul li a {
				font-size:12px;
				color:#fff;
				font-weight:bold;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
				line-height:23px;
				padding-bottom:6px;
			}
			.sub-nav ul li a:hover { text-decoration:underline; }
			.sub-nav ul li a.active { 
				background-image:url(/images/redesign/subnav-active.png); 
				background-position:center bottom; 
				background-repeat:no-repeat; 
			}
/*--- Content ---*/
.content {
	padding-top:22px;
	overflow:hidden;
}
	.col1 {
		width:576px;
		float:left;
	}
	.col2 {
		width:303px;
		margin-left:606px;
	}
	.fifty-fifty .col1, .fifty-fifty .col2 {
		width:439px;
	}
	.fifty-fifty .col2 {
		margin-left:454px;
	}
/*--- CTA ---*/
.cta {
	/*float:left;
	position:static;*/
	float:none;
	position:relative;
	top:0;
	/*width:691px;*/
	width:954px;
	height:105px;
	padding:15px 0 0 15px;
}
	#ctaGetInvolved, #ctaEventCalendar, #ctaTakeALook {
		display:inline;
		float:left;
	}
.cta-item {
	position:absolute;
	display:block;
	overflow:hidden;
	height:1px;
	padding-top:93px;
	background-position:0 0;
	background-repeat:no-repeat;
	top: 12px;
	left: 17px;
}
.cta-item:hover {
	background-position:0 -93px;
}
#cta-church-services {
	width:196px;
	background-image:url(/images/redesign/cta/cta-church-services.png);
}
#cta-get-involved {
	width:199px;
	background-image:url(/images/redesign/cta/cta-get-involved.png);
	left:266px;
}
#cta-worship-service {
	width:196px;
	background-image:url(/images/redesign/cta/cta-worship-service.png);
	left:17px;
}
#cta-serving-helping {
	width:171px;
	background-image:url(/images/redesign/cta/cta-serving-helping.png);
	left:230px;
}
#cta-events {
	width:196px;
	background-image:url(/images/redesign/cta/cta-event-calendar.png);
	left:509px;
}
#cta-email-newsletter {
	width:204px;
	background-image:url(/images/redesign/cta/cta-email-newsletter.png);
	left:745px;
}

.cta-repeat {
	background-image:url(/images/redesign/cta/cta-repeat2.png);
	background-repeat:repeat-y;
	background-position:0 0;
}
	.cta-top {
		background-image:url(/images/redesign/cta/cta-top2.png);
		background-repeat:no-repeat;
		background-position:0 0;
		padding-top:7px;
	}
		.cta-bottom {
			background-image:url(/images/redesign/cta/cta-bottom2.png);
			background-repeat:no-repeat;
			background-position:0 bottom;
			font-size:10px;
			padding-bottom:8px;
			overflow:hidden;
		}
			.cta-inside {
				width:155px;
				padding:0 0 0 35px;
				display:inline;
				float:left;
				margin-right:5px;
				line-height:14px;
			}
			.cta-bottom .first-child {
				margin-right:26px;
			}
			.cta-bottom .last-child {
				margin-right:0;
			}
			
				.cta-header {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:14px;
					text-transform:uppercase;
					line-height:28px;
					color:black;
				}
/*--- E-bulletin Signup ---*/
.ebulletin-signup {
	width:278px;
	margin-left:691px;
	min-height:100px;
}
	.ebulletin-inner {
		width:100%;
		height:90%;
	}
.signup-text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	line-height:21px;
	color:#6877aa;
	margin-bottom:9px;
}
.bulletin-textbox {
	border:none;
	background-image:url(/images/redesign/bulletin-textbox.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:225px;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#7f7f7f;
	padding:8px 0 0 8px;
	margin-bottom:3px;
}
.signup-button {
	display:block;
	background-image:url(/images/redesign/signup-button.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:99px;
	height:1px;
	padding-top:32px;
	overflow:hidden;
	margin-top:2px;
}

/*--- Contact pulldown ---*/
.contact-wrap {
	background-image:url(/images/redesign/bg-contact-repeat.png);
	background-position:0 0;
	background-repeat:repeat-x;
	/*display:none;*/
	display:block;
}
	.contact-inner {
		background-image:url(/images/redesign/bg-contact.png);
		background-position:0 0;
		background-repeat:no-repeat;
		height:176px;
		width:971px;
		margin:0 auto;
		position:relative;
	}
		.contact-copy {
			position:absolute;
			top:82px;
		}
		#contact-container {
			left:474px;
		}
		#contact-location {
			left:793px;
		}		
/*--- Footer ---*/
.footer-top {
	background-image:url(/images/redesign/footer-top.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:40px 0 83px 0;
}

