@charset "utf-8";
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #1D3C1A url(images/bodyBg.jpg) repeat-x fixed; /* 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: #333;
	margin-right: 0;
	margin-left: 0;
	font-size: 18px;
}


#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D0CEA8;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
#header {
	background: #D0CEA8;
	padding: 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 3px double #979253;
	text-align: center;
	position: relative;
} 
#header #stickyNote {
	position: absolute;
	left: -45px;
	top: -15px;
	z-index: 1000;
	border-style: none;
}

.headerImg {
	margin: 8px;
}

#mainNav {
	background-color: #425C37;
	background-repeat: repeat;
	position: relative;
	height: 35px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 780px;
	visibility: visible;
	z-index: 1000;
}


#mainNav ul li a:link, #mainNav ul li a:visited  {
	display: block;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 30px;
	width: 115px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	background-color: transparent;
	background-image: url(images/mainNavTabs.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainNav ul li a:hover, #mainNav ul li a:active  {
	display: block;
	float: left;
	line-height: 30px;
	width: 115px;
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/mainNavTabs.png);
	background-repeat: no-repeat;
	background-position: center -30px;
	}
	
#mainNav ul li a.current, #mainNav ul li a.current:hover, #mainNav ul li a.current:active   {
	display: block;
	float: left;
	line-height: 30px;
	width: 115px;
	color: #4C5B3C;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/mainNavTabs.png);
	background-repeat: no-repeat;
	background-position: center -60px;
	cursor: default;
	}
	
#thisIsTheDay {
	display: block;
	margin: 5px auto 10px;
}


#sideNav {
	width: 160px;
	margin-top: 5px;
	float: left;
}
#sideNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: center;
}
#sideNav ul li a:link, #sideNav ul li a:visited  {
	color: #526141;
	text-decoration: none;
	display: block;
	line-height: 2;
	width: 136px;
	background-color: #F0EFE6;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 3px double #979253;
}
#sideNav ul li a:hover, #sideNav ul li a:active  {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 2;
	background-color: #8E9473;
	border: 3px double #FFF;
}

#sideNav ul li a.current, #sideNav ul li a.current:hover, #sideNav ul li a.current:active   {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 2;
	background-color: #586646;
	border: 3px double #FFF;
	cursor: default;
}

#verse {
	width: 160px;
	float: left;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
.grDivider {
	padding: 10px 5px;
	margin: 0px auto;
	display: block;
	width: 140px;
}

#verse p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 2;
	margin: 10px 0px 0px;
	padding: 0px 20px 20px;
	width: 120px;
	color: #7E7A45;
}
#mainContent {
	font-size: 12px;
	text-align: center;
	border: 3px double #979253;
	background-color: #FFF;
	width: 603px;
	margin: 10px 8px 8px 0px;
	padding: 0;
	overflow: hidden;
	float: right;
	left: 83px;
	top: 187px;
} 
.vima {
	float: left;
	margin-right: 15px;
}


#mainContent #committees {
	margin-left: 100px;
	margin-bottom: 20px;
	width: 350px;
}
.gavel {
	float: right;
	margin-top: -20px;
	margin-right: 70px;
}

#mainContent #committees tr td.left {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #4C5B3C;
	border-bottom: 1px solid #CFCCA9;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent #committees tr td.right {
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CFCCA9;
	border-left: 1px solid #CFCCA9;
}
#committees tr td.noBorderLeft {
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CFCCA9;
	border-left: none;
}


#mainContent p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.7em;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 7px;
	margin-top: 0px;
}

#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #234E21;
	text-align: left;
	margin: 20px 40px 15px 0px;
	padding: 0px 0px 0px 40px;
	font-style: italic;
	font-weight: normal;
}
#mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #73612F;
	text-align: left;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 5px 50px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #979253;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-weight: bold;
	padding-right: 50px;
	margin-top: 0px;
}
.jesusChildren {
	float: left;
	margin-right: 15px;
	margin-left: 30px;
}

.blockQuote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	color: #425C37;
	width: 400px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-weight: bold;
}

#mainContent h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #6D8356;
	padding: 25px 0px 0px 45px;
	margin: 0px 0px 5px;
	font-weight: bold;
	text-align: left;
}
#horses {
	float: left;
	padding: 2px;
	margin-right: 15px;
	border: 1px solid #999C43;
}
#fiveFinger {
	padding: 2px;
	float: left;
	margin-right: 15px;
}
#kidPrayer {
	display: block;
	margin-right: auto;
	margin-left: auto;
}




#mainLeft {
	text-align: center;
	top: 0px;
	padding-right: 10px;
	padding-left: 15px;
	width: 266px;
	padding-bottom: 10px;
	float: left;
}
#mainLeft p {
	padding: 0px 10px;
	margin: 0px;
	line-height: 1.7;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

#mainRight {
	background-repeat: no-repeat;
	background-position: 35px 150px;
	float: right;
	width: 310px;
	padding: 0px;
}

#mainRight p {
	text-align: left;
	color: #333;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 0px;
	letter-spacing: -0.2px;
	font-size: 13px;
}
#mainRight p a {
	color: #2F672C;
}

#mainRight p a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #FFF;
	clear: both;
	/* [disabled]border-top: 3px double #979253; */
	border-bottom: 3px double #979253;
	position: relative;
	margin: 0px;
	padding: 0;
	height: 95px;
	background-image: url(images/cccInkDrawing.jpg);
	background-position: 640px top;
	background-repeat: no-repeat;
} 

#footer p {
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #74703F;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.2;
	padding-right: 150px;
	vertical-align: bottom;
}

#ccc {
	position: absolute;
	left: 12px;
	top: 35px;
}

.inkDrawing {
	float: right;
}
.whtDivider {
	display: block;
	margin-top: 20px;
	margin-left: 50px;
	padding: 5px;
}
.squiggle {
	position: absolute;
	left: 720px;
	bottom: 5px;
	visibility: visible;
}
.squiggleL {
	position: absolute;
	left: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	bottom: 0px;
	visibility: visible;
}


.titleImg {
	display: block;
	margin: 25px auto 10px;
}




.citing {
	font-size: 10px;
	color: #7E7A45;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: right;
	width: 110px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.even {
	background-color: #E7E6D3;
}

.welcome {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 5px;
}

.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
.bold {
	font-weight: bold;
	color: #234E21;
}
.greyedOut {
	color: #CCC;
}

.crossShadow {
	float: right;
	padding-right: 50px;
	padding-top: 10px;
}
.footnote {
	font-size: 10px;
	color: #4E5B3F;
	text-align: left;
	text-indent: 0;
	display: block;
	margin: -5px 0px 25px;
	padding-top: 0px;
	padding-right: 55px;
	padding-left: 55px;
	font-weight: bold;
}
#mainContent ul {
	text-align: left;
	padding: 0px;
	margin: 10px 70px 0px;
}
#mainContent ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0px;
}

#benyG {
	padding: 2px;
	float:right;
	margin-left: 15px;
	border: 1px solid #999;
}


#mainContent #sermons {
	width: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#mainContent #sermons td {
	padding: 2px 0px;
	border-bottom: 1px solid #CFCCA9;
	margin: 0px;
	line-height: normal;
}
#sermons tr td p {
	color: #4C5B3C;
	text-decoration: none;
	line-height: 1;
	padding: 0px 0px 0 10px;
	margin-bottom: 0px;
}


#sermons tr td p a  {
	color: #4C5B3C;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
#sermons tr td p a:hover {
	color: #586646;
	font-weight: bold;
	background-color: #E9E8D8;
	text-decoration: underline;
}
#alicePic {
	float: right;
	margin-left: 20px;
}
#alicePicSermons {
	height: 159px;
	width: 115px;
	float: right;
	position: absolute;
	left: 620px;
	top: 232px;
}
#welcome {
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #FFF;
	clear: both;
	position: relative;
	margin: -3px 0px 0px;
	background-image: url(images/CCC2.jpg);
	background-repeat: no-repeat;
	background-position: -185px top;
	height: 350px;
	border-top: 5px solid #CFCCA9;
	border-bottom: 10px solid #1C3C1A;
}
#dove {
	position: absolute;
	top: 330px;
	z-index: 1200;
	left: 735px;
}
#dove2 {
	position: absolute;
	z-index: 1300;
	left: 625px;
	top: 104px;
	visibility: visible;
}


#cccWelcomeTitle {
	background-color: #234E21;
}
#welcomeTitle {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
}
#cccIndexPic {
	margin-left: 80px;
	display: block;
	padding: 10px;
	background-color: #FFF;
	border: 3px double #979253;
}
#cccIndexPic2 {
	position: absolute;
	right: 130px;
	top: 230px;
	padding: 10px;
	background-color: #FFF;
	border: 3px double #979253;
}
#welcomeMessage {
	margin: 0;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	position: absolute;
	top: 20px;
	right: 28px;
	display: block;
	visibility: visible;
	z-index: 300;
	width: 533px;
	height: 249px;
	background-image: url(images/messageBg2.png);
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #E6E8DB;
	border-right-color: #D8DBC8;
	border-bottom-color: #E6E8DB;
	border-left-color: #E6E8DB;
}
#inArrow {
	position: absolute;
	left: 448px;
	top: 222px;
	z-index: 1400;
	visibility: visible;
}




#welcome p {
	margin: 0;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #74703F;
	padding: 10px 0 5px;
	font-size: 12px;
}
#welcomeMessage h1 {
	margin: 0;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 20px 20px 20px 40px;
	font-size: 26px;
	color: #122611;
	font-style: italic;
	font-weight: normal;
}
#welcomeMessage p {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #1C3C1A;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 35px;
}
#emlSlot {
	left: 212px;
	top: 80px;
	padding: 5px 0 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFF;
}
a:link {
	color: #74703F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74703F;
}
a:hover {
	text-decoration: underline;
	color: #1C3C1A;
}
a:active {
	text-decoration: none;
}
#mainContent ul {
	margin-top: 20px;
	list-style-type: square;
}
#mainContent.fullPage {
	margin-right: 8px;
	margin-left: 8px;
	width: 758px;
	position: relative;
}
#welcome #stickyNote {
	position: absolute;
	left: -73px;
	top: -14px;
	z-index: 1350;
}
#doveL {
	position: absolute;
	left: -65px;
	top: -54px;
	z-index: 1500;
	visibility: visible;
}
#ftLogo {
	position: fixed;
	left: 20px;
	bottom: 20px;
}
#notice {
	background-color: #FFC;
	width: 500px;
	clear: both;
	border: 6px dotted #647D18;
	text-align: left;
	padding: 10px 20px;
	line-height: 1.3;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #647D18;
	margin: 35px auto 15px;
}
#browneMemory {
	float: right;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.bow {
	position: absolute;
	left: -73px;
	top: 266px;
	z-index: 2500;
	width: 260px;
	height: 222px;
}

.ingCntr {
	clear: both;
	margin: 0px auto 20px;
}

