body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
}
hr {
	color:#8ea4b9;
	border: 0;
	background-color: #8ea4b9;
	height: 1px;
	}
	
.hr2 {
	color:#eee;
	border: 0;
	background-color: #eee;
	height: 1px;
	}

#main_container {
	width: 900px;
	margin: 0 auto;	
}
#leftbar img {
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
body {
	background-color: #ffffff;
	background-image: url("images/sub2_bg.jpg");
	background-repeat: repeat;
	background-attachment:fixed;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}
.embed_pad {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	white-space: nowrap;
	display: block;
}
/** Service Times Tables **/
.outsidetable {
	font-size:13px;
	border-bottom:solid 1px #8ea4b9;
	font-weight:bold;
	margin-bottom:5px;
}
a:link {
	color: #8ea4b9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8ea4b9;
}
a:hover {
	text-decoration: none;
	color: #6885aa;
}
a:active {
	text-decoration: underline;
	color: #8ea4b9;
}
.style11 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #E1D7BB;
	font-size: 13px;
}
.style12 {
	font-size: 13px;
	font-weight: bold;
}
.style14 {
	font-size: 9px
}


.TDDay {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #8EA4B9;
	font-size: 14px;
	padding: 1px;
	height: 24px;
	vertical-align: middle;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-top: 3px;
}
.GGTable {
	padding-top: 2px;
	padding-bottom: 2px;
}
.tddata {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
	padding-top: 2px;
	border: 1px solid #8ea4b9;
}
.tdrow {
	background-color: #8EA4B9;
	border-left:1px solid #8EA4B9;
	border-right:1px solid #8EA4B9;
	border-bottom:1px solid #8EA4B9;
	width: 81px;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top-color:#8EA4B9;
	height: 24px;
}
.font9px {
	font-size: 9px;
}
/*** MAIN NAVIGATION *************/
#nav ul {padding-left: 0;margin: 0 0 0 0;	background-color: #8EA4B9;color: white;float: left;width: 100%;}
#nav ul li {display: inline;font-family: Times;font-size: 11px;font-weight: bold;}
#nav ul li a {padding: 9px 23px 9px 23px;background-color: #8EA4B9;color: White;text-decoration: none;	float: left; /*border-right: 1px dotted #fff;*/}
#nav .first {padding-left:23px;}
#nav .last{border-right:none; padding-right:0;}
#nav ul li a:hover {color: #333;}
#nav ul li a:active {text-decoration: underline;}

#bministry a#ministry,
#bgroups a#groups,
#bcomm a#comm,
#bmission a#mission,
#bpraise a#praise,
#bdate a#date,
#bcontact a#contact

{text-decoration: underline;}

/*** END MAIN NAV ***/
/*** Start Expand ***/
.faqnormal { color: #555555; text-decoration: none; line-height: 18px; font-weight: bold; cursor: pointer; font-size:16px; padding-bottom:20px; }
.faqover { color: #489300; text-decoration: none; line-height: 18px; font-weight: bold; cursor: pointer; font-size:16px; padding-bottom:20px; }


/**** test ***/
#ministries {
	width: 100%;  /* 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: 1px solid #8EA4B9;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 15px 20px;
}
#minContent {
	margin: 0 0 0 125px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}

