@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#000000;
	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: #d0cfcf;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	background:#000000;
}

#mainContent a {
	color:#FFF;
}

#mainContent h2 {
	   background-color:#1e1f23;
   font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d0cfcf;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:10px;
}

#slideshow {
	float:left;
	display:inline;
	width:410px;
	height:210px;
	position:relative;
	margin-left:-7px;
	padding-left:7px;
	background-color:#000000;
}
	

#heading1 {
	background-color:#1d501c;
	
}

#heading2 {
	 background-color:#1e1f23;
   font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d0cfcf;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:10px;
}
/*
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 */
#mid {
	float: left;
   width: 830px;
   padding: 10px 0px 0px 25px;
   
}

#news, #events, #teachings{
   float: left;
   display: inline;
   width: 250px;
   background: #1e1f23 no-repeat 4px bottom;
   
}

#newsitem{
	border:none;
}

#newsdate{
	border:none;
}

#eventitem{
	border:none;
}

#events, #teachings{
   margin-left: 25px;
}

#news h2, #events h2, #teachings h2{
	background-color:#1e1f23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d0cfcf;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:2px;
	margin-right:10px;
}

#news a, #events a, #teachings a{
	color:#FFF;
}

#news-feature {
	background-color:#242627;
	height:auto;
	padding:10px 0px 5px 10px;
	float:left;
	width:240px;
}

#news-feature h3 {
	color:#09F;
	font-size:14px;
}

#event-feature {
	background-color:#242627;
	min-height:390px;
	height:auto;
	padding:10px 0px 5px 10px;
	float:left;
	width:240px;
}

#teach-feature {
	background-color:#242627;
	min-height:390px;
	height:auto;
	height:390px;
	padding:10px 0px 5px 10px;
	float:left;
	width:240px;
}

p.date {
	float:left;
	width:26px;
	height:34px;
	background:url(../images/calendar.png) no-repeat;
	padding:8px;
	font-size:12px;
	color:#0a20f8;
	line-height:1;
	margin:0 8px -3px -2px;
	text-align:center;
}

p.date b{
	display:block;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
#kids {
	padding-left: 10 0 10 0px;
	margin-left:200px;
	margin-right:200px;
}

#footer {
	float:left;
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



.Event-Registration {
	font-size: 18px;
}
