@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 auto; /* 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: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/images/homepage_test.jpg);
	height: 154px;
	width: 1000px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 454px;
	width: 950px;
	padding-left: 50px;
	left: 10px;
	top: 172px;
}

ul#slideshow {
	padding: 0;
    margin: 0;
    list-style-type: none;
	}


ul#slideshow li {
	padding: 0;
}

.welcometext {
	width: 1000px;
	padding-left: 50px;
	position: absolute;
	z-index: 5;
}


.welcomecontent {
	width: 280px;
	height:  250px;
	float: right;
	margin-top: 20px;
	margin-right: 180px;
	color: #4d4d4d;
	text-align:right;
	}

.welcomecontent h1 {
	color: #008e9b;
	}	
	
	
	
#welcomeSlides {
	position: absolute; 
	top:0px; 
	}
	
.oneColFixCtrHdr #footer {
	font-size: 12px;
	text-align: left;
	height:70px;
	width: 1000px;
	position:absolute;
}
.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 */
	
}

#footerbar {
	background:#008e9b;
	height: 29px;
	width: 910px;
	margin-left: 50px;
}


#footerbar2 {
	background: #0033CC;
	height: 55px;
	width: 900px;
	margin-left: 50px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	
}

#contact {
	margin-top: 10px;
	}

#contact2 {
	margin-top: 10px;
	margin-left: 50px;
	}



.links {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	padding-right: 45px;
	padding-top: 126px;
	color:#FFFFFF;
	}
	
.links a:link {
	color: #fff;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #fff;
}
.links a:hover {
	text-decoration: underline;
	color: #fff;
}
.links a:active {
	text-decoration: none;
	color: #fff;
}

.linksfooter {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	padding-right: 6px;
	color:#FFFFFF;
	padding-top: 6px;
	}
	
.linksfooter a:link {
	color: #fff;
	text-decoration: none;
}
.linksfooter a:visited {
	text-decoration: none;
	color: #fff;
}
.linksfooter a:hover {
	text-decoration: underline;
	color: #fff;
}
.linksfooter a:active {
	text-decoration: none;
	color: #fff;
}	
	
.linksfooter2 {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	float: left;
	padding-left: 6px;
	color:#FFFFFF;
	padding-top: 6px;
	}	
	
	
.linksfooter2 a:link {
	color: #fff;
	text-decoration: none;
}
.linksfooter2 a:visited {
	text-decoration: none;
	color: #fff;
}
.linksfooter2 a:hover {
	text-decoration: underline;
	color: #fff;
}
.linksfooter2 a:active {
	text-decoration: none;
	color: #fff;
}

.linksfooter3 {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	float: right;
	padding-right: 6px;
	color:#FFFFFF;
	padding-top: 6px;
	}	
	
	
.linksfooter3 a:link {
	color: #fff;
	text-decoration: none;
}
.linksfooter3 a:visited {
	text-decoration: none;
	color: #fff;
}
.linksfooter3 a:hover {
	text-decoration: underline;
	color: #fff;
}
.linksfooter3 a:active {
	text-decoration: none;
	color: #fff;
}

/* about page css */

#mainContentabout {
	background-image:url(images/images/aboutus.jpg);
	background-repeat:no-repeat;
	margin-left: 49px;
	width: 950px;
	height: 454px;
	margin-top: -20px;
	}
	
#mainContentabout p {
	padding-left: 20px;
	padding-right: 60px;
	text-align:left;
	font-size:12px;
	}
#mainContentabout	h1 {
	padding-top: 210px;
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	}
#mainContentabout	h2 {
	padding-top: 205px;
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	}	

#mainContentabout	h3 {
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	}	
/* core value page css */

#mainContentCore {
	background-color:#f2f2f2;
	margin-left: 50px;
	width: 910px;
	height: 450px;
	margin-top: -20px;
	margin-bottom: 4px;
	}
	
#mainContentCore p {
	padding-left: 20px;
	padding-right: 60px;
	text-align:left;
	font-size:12px;
	}
#mainContentCore	h1 {
	padding-top: 20px;
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	}	
	
#mainContentCore	h2 {
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	padding-top: 20px;
	}	
	
#mainContentCore	h3 {
	padding-left: 20px;
	color: #008e9b;
	text-align:left;
	}	
	
/* pastor page css */	
	
#mainContentpastor {
	background-image:url(images/images/pastordi.jpg);
	background-repeat:no-repeat;
	margin-left: 49px;
	width: 950px;
	height: 454px;
	}
	
	.pastortext {
	width: 1000px;
	padding-left: 50px;
	position: absolute;
	z-index: 5;
}


.pastorcontent {
	width: 350px;
	height:  250px;
	float: right;
	margin-top: 75px;
	margin-right: 180px;
	color: #4d4d4d;
	text-align:right;
	}

.pastorcontent h1 {
	color: #008e9b;
	}	
	

/* remove black box around images in firefox */

img {
  border:0px;
}


/* logos on bottom of page css */

#logos {
	margin-left: 50px;
	padding-top: 5px:
	padding-bottom: 10px;
	height: 75px;
}

#logos a:link {
	text-decoration: none;
}

#logos a:visited {
	text-decoration: none;
}
#logos a:hover {
	text-decoration: none;
}
#logos a:active {
	text-decoration: none;
	}



#grace {
	height:60px;
	width:70px;
	float:left;
}

#steel {
	height:60px;
	width:70px;
	float:left;
}

#fueled {
	height:60px;
	width:75px;
	float:left;
}

#students {
	height:60px;
	width:80px;
	float:left;
}

#kids {
	height:60px;
	width:65px;
	float:left;
}

#help {
	height:60px;
	width:70px;
	float:left;
}

#si {
	height:60px;
	float:left;
}

#podcast {
	height:60px;
	width:75px;
	float:left;
}

#news {
	height:60px;
	width:175px;
	float:left;
}

#live {
	height:60px;
	width:60px;
	float:left;
}







