@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cadf82;
	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: #FFFFFF;
	background-repeat:repeat-x;
}

h1 {
	font-size:22px;
	margin:0px;
		color:#35410d;
}
a {
	color:#FFFFFF;
}
img{
	border:none;
	text-decoration:none;
}

.selected{
	font-weight:bold;
	color:red;
}
.oneColElsCtrHdr #backgroundImage1{
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	height:1200px;
}
/*Start of containter style------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.oneColElsCtrHdr #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*Start of header style------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.oneColElsCtrHdr #header {
	position:relative;
	width:55em;
	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. */
	/*TEXT */
	color:#FFFFFF;

} 
.oneColElsCtrHdr #header h1 {
	float:left;
	margin:0 0 0 -9000px; 
/* 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: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.oneColElsCtrHdr #header #fbcImage{
	Position:relative;
	margin: 0 0 0 0;
	top:125px;
	left:0;
	width:560px;
	height:45px;
	background-image:url(../images/fbc.png);
	background-repeat:no-repeat;

}
.oneColElsCtrHdr #header img {
	position:relative;
	float:right;
	top: 0px;
	right: 0px;
	margin: -35px 0 10px 0;
}
.oneColElsCtrHdr #topNavigation{
	position:relative;
	float:left;
	height:63px;
	width:886px;
	background-image:url(../images/headerBar.png);
	background-repeat:no-repeat;
	clear:both;
	padding: 0 0 5px 0;
}
/*Start of navigation style-------*/
#header ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header ul li {
	float:left;
	height:63px;
}
#header ul li a {
	width:134px;
	padding: 20px 20px;
	font-size:16px;
	/*background-image:url(../images/navSeperator.png);*/
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	float:left;
	display:block;
}
#header ul li a.last{
	background-image:none;
}
#header ul li a:hover{
background-image:url(../images/navHover.png);
background-repeat:no-repeat;
background-position:center;
}

/*Start of content style------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Text Styling for maint content */

.oneColElsCtrHdr #mainContent {
	clear:both;
	position:relative;
	float:left;
	padding: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:840px;
	color:#FFFFFF;
}

.oneColElsCtrHdr #mainContentBottom{
	position:realative;
	clear:both;
	height:40px;
	padding: 0px 20px;
}

.oneColElsCtrHdr #leftContent{
	float:left;
	width:645px;
	
}
#leftContent h1{
	font-size:20px;
	text-decoration:none;
	font-weight:normal;	
}
.oneColElsCtrHdr #elemntLineBreak{
	height:1px;
	border-bottom:#8db419 solid thin;
}


.oneColElsCtrHdr #rightContent{
	float:right;
	width:175px;
}
/*Start of Splash Page Content CSS Styling*/
.oneColElsCtrHdr #mainContentSplashPage {
	clear:both;
	position:relative;
	float:left;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/sideShadow.png);
	background-repeat:repeat-y;
	width:840px;
}

.oneColElsCtrHdr #mainContentBottomSplashPage{
	position:realative;
	clear:both;
	background-image:url(../images/bottomShadow.png);
	background-repeat:no-repeat;
	height:40px;
	padding: 0px 20px;
}
.oneColElsCtrHdr #leftContentSplashPage{
	float:left;
	width:45%;
	
}

.oneColElsCtrHdr #rightContentSplashPage{
	float:right;
	width:45%;
}

/*Start of footer style------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #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 */
}

.oneColElsCtrHdr #clearDiv{
	clear:both;
}

.oneColElsCtrHdr #spacer{
	clear:both;
	height:10px;
}




/*-----------------------------------MAIN TAG ELEMENTS___________________________________________________________*/
#elementHeader1{
	font-weight:bold;
	color:#FFFFFF;
}
#elementHeader2 {
	font-weight:bold;
	color:#ECB4B3;
}
#elementContent{
	color:#FFFFFF;
	width:610px;
}





/*-----------------------------------MOVE TO DIFFERECNT FILE____________________________________________________________*/
/*For Elements with rounded Cornters that have a set with because of image size*/
.oneColElsCtrHdr #mainContentElementTop {
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/contentBackgroundTp.png);
	background-repeat:no-repeat;
	width:645px;
	height:12px;
}
.oneColElsCtrHdr #mainContentElementMiddle {
float:left;
/*	background-image:url(../images/contentBackgroundMd.png);
	background-repeat:repeat-y;*/
	width:615px;
	margin:0px;
	padding: 0px 15px;
	background-color:#39480c;
}

.oneColElsCtrHdr #mainContentElementBottom{
float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/contentBackgroundBt.png);
	background-repeat:no-repeat;
	width:645px;
	height:12px;
}

#cleanImage{
	margin:0px;
	text-decoration:none;
	border:0;
}

.oneColElsCtrHdr #topNavigationCM{
	position:relative;
	float:left;
	height:63px;
	width:886px;
	background-image:url(../images/headerBarCM.png);
	background-repeat:no-repeat;
	clear:both;
	padding: 0 0 5px 0;
}

/*-----------------------------------Sermon Divs____________________________________________________________*/
#sermonImage {
	float:left;
}
#sermonDescrDiv {
	float:left; padding:0 10px 0 10px;
}
#sermonInfo{
	float:right; border-left:#FFFFFF thin solid;
	padding:5px; 
	font-size:10px;
}
.sermonTitle{
	border-bottom:solid thin #c8db85;
}
.sermonDescr{
	font-size:10px;
}
#sermonNotes{
	float:right; 
	padding-right:15px; 
	font-size:10px;
}