@charset "utf-8";
/* CSS Document */

/* --- Resetting Everything 
--------------------------------------------------------
--- */

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
}

img{
  border: 0;
  margin: 0;
  padding: 0;
}

hr{
  display: none;
}

/* --- Now for the good stuff... 
--------------------------------------------------------
--- */


/* --- Helper Classes Begin
---------------------------------------------------------------------
---*/

#skip{
  position: absolute;
  list-style: none;
  display: block;
  height: 0;
  overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* --- Helper Classes End
---------------------------------------------------------------------
---*/


/* --- All the main DIVs Begin
--------------------------------------------------------
---*/
body{
	background-color:#edebcd;
	background-image:url('images/stonebacktiled_jpg.jpg');
	background-repeat:repeat;
	background-position:top;
	font-family: Tahoma, Veranda Helvetica, sans-serif; 
	font-size: 76%;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	display:inline-block;
}

#footerwrap{
	width:100%;
	height:100%;
	background-color:#666666;
	border-top: solid 0px #666666;
	padding-top:20px;
}

#shadow{
	width: 1000px; 
	background-image:url('images/backshadownew_png.png');
	background-repeat:repeat-y; 
	display:inline-block;
}

#content{
	width: 950px; 
	background-color:#ffffff;
}

#headerlogo{
	width:1000px;
}

body, #wrapper, #footerwrap, #shadow, #content, #headerlogo, #navwrap, #nav, #nav li, #nav li a, .bottomtextdiv, .sociallinks{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#darkgreydiv{
	width:100%;
	height: 400px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('images/lightleathertest2_jpg.jpg');
	background-color:#333333;
	border-bottom: solid 6px #cccc99;
	z-index:-10;
}


/* --- All the main DIVs End
--------------------------------------------------------
---*/


/* --- Elements Begin
--------------------------------------------------------
---*/

a:link, a:active, a:visited {
	color:#006090;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

* {
	margin: 0; 
	padding: 0; 
}

h3 {
	font-size: 130%; 
	font-weight: bold; 
	color: #252F33; 
}
/* --- Elements End
--------------------------------------------------------
---*/



/* --- Nav Bar Begin 
--------------------------------------------------------
---*/

#navwrap{
	width:1000px;
}

#nav{
	list-style: none;
	height: 50px;
	margin-top: 0;
	padding: 0px;
}

#nav li{
	float: left;
	overflow: visible;
}

#nav li a{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	background: url('images/nav2_png.png');
}

#nav li#nav_home {width: 130px;}
#nav li#nav_home a{background-position: left top;}
#nav li#nav_home a:hover{background-position: left bottom;}
#nav li#nav_home.current a{background-position: left bottom;}
#nav li#nav_home.current a:hover{background-position: left -75px}

#nav li#nav_about{width: 105px;}
#nav li#nav_about a{background-position: -130px top;}
#nav li#nav_about a:hover{background-position: -130px bottom;}
#nav li#nav_about.current a{background-position: -190px bottom;}
#nav li#nav_about.current a:hover{background-position: -190px -75px;}

#nav li#nav_ministries{width:105px;}
#nav li#nav_ministries a{background-position: -235px top;}
#nav li#nav_ministries a:hover{background-position: -235px bottom;}
#nav li#nav_ministries.current a{background-position: -380px bottom;}
#nav li#nav_ministries.current a:hover{background-position: -380px -75px;}

#nav li#nav_sermons{width: 105px;}
#nav li#nav_sermons a{background-position: -340px top;}
#nav li#nav_sermons a:hover{background-position: -340px bottom;}
#nav li#nav_sermons.current a{background-position: -570px bottom;}
#nav li#nav_sermons.current a:hover{background-position: -570px -75px;}

#nav li#nav_news{width: 105px;}
#nav li#nav_news a{background-position: -445px top;}
#nav li#nav_news a:hover{background-position: -445px bottom;}
#nav li#nav_news.current a{background-position: -760px bottom;}
#nav li#nav_news.current a:hover{background-position: -760px -75px;}

#nav li#nav_resources{width: 105px;}
#nav li#nav_resources a{background-position: -550px top;}
#nav li#nav_resources a:hover{background-position: -550px bottom;}
#nav li#nav_resources.current a{background-position: -760px bottom;}
#nav li#nav_resources.current a:hover{background-position: -760px -75px;}

#nav li#nav_calendar{width: 105px;}
#nav li#nav_calendar a{background-position: -655px top;}
#nav li#nav_calendar a:hover{background-position: -655px bottom;}
#nav li#nav_calendar.current a{background-position: -760px bottom;}
#nav li#nav_calendar.current a:hover{background-position: -760px -75px;}

#nav li#nav_location{width: 105px;}
#nav li#nav_location a{background-position: -760px top;}
#nav li#nav_location a:hover{background-position: -760px bottom;}
#nav li#nav_location.current a{background-position: -760px bottom;}
#nav li#nav_location.current a:hover{background-position: -760px -75px;}

#nav li#nav_contact{width: 135px;}
#nav li#nav_contact a{background-position: -865px top;}
#nav li#nav_contact a:hover{background-position: -865px bottom;}
#nav li#nav_contact.current a{background-position: -760px bottom;}
#nav li#nav_contact.current a:hover{background-position: -760px -75px;}

/* --- Nav Bar End 
--------------------------------------------------------
---*/


/* --- Rotating Banner Begin 
--------------------------------------------------------
---*/

#logoPart { background:#000; height:90px;}

#bannerTD { width:950px; height:300px; background-color:#333; background-repeat: no-repeat;}
#bannerTD #bannerContainer { width:950px; height:300px; text-align:center;}
#bannerTD #bannerContainerCover { width:950px; height:300px; text-align:center;}
#bannerTD #bannerBody { height:250px; text-align:center;}

#bannerTD #bannerFooter {     
    background:#000; height:50px; 
    display:none; 
    width:950px;
}
#bannerTD #bannerFooterNav { 
    position:absolute;
    top:440px;margin-top:0;
    left:50%;margin-left:-400px;
    width:950px;
}
.footerCell{ padding:5px; text-align:left; border:0px #F90 solid;}
.footerCell .footerTitle {font-family:tahoma, arial; font-size:11px; color:#fff; font-weight: bold;}
.footerCell .footerDesc {font-family:tahoma, arial; font-size:11px; color:#efefef;}
.footerCell ul {list-style: none; margin: 2px; margin-left: 75px; padding-left: 10px;}
.footerCell ul li {margin: 2px; line-height: 13px; padding: 0;}
.footerLink {text-align: right;}

.footerCell .imgDiv{ position:relative; float:left; width:36px; height:36px; margin: 2px 1px 0px 1px;}
.bttnMore {width:57px; height:19px; float: right;}
.bttnMore a{display: block; background:url(images/gen/bttn_more_small.png) 0 0 no-repeat; line-height: 19px; text-decoration: none;}

.imgBgDiv_i {
    width:38px; height:38px;
    padding: 0;
    float:left;
	}


#bannerCornerOverlayT{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:90px; background:url(images/gen/bg_bigbanner_trans.gif) 0 -5px no-repeat; width:950px; height:5px; z-index:1000;}
#bannerCornerOverlayB{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:410px; background:url(images/gen/bg_bigbanner_trans.gif) 0 0 no-repeat; width:950px; height:5px; z-index:1001;}


/* --- Rotating Banner End 
--------------------------------------------------------
---*/

/* --- Left Bar Begin --- */

.leftbardiv{
	margin: 0px 0px 0px 8px; 
	padding: 10px; 
	background-color:#cccc99; 
	width: 168px; 
	text-align:left;
	float:left;
}

.sermonleftbardiv{
	margin: 8px 0px 0px 8px; 
	padding: 10px; 
	background-color:#cccc99; 
	width: 168px; 
	text-align:left;
	float:left;
}

.leftbarwhiteheadingp{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:14px;
}

.leftbarwhiteheadingspan{
	color:#ffffff; 
	font-size:18px;
}

#leftbaraddress{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:12px; 
	text-align:center; 
	background-color:#edebcd;
}

.leftbarsmalltext{
	color: #006090; 
	font-weight: bold; 
	text-align:left; 
	width:1030px;
}

.leftbargreyhead{
	color:#414141; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:400;
	font-size:24px;
}

.leftbargreylink{
	color:#414141; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:400;
	font-size:24px;
}

.leftbargreylink a:link, .leftbargreylink a:visited, .leftbargreylink a:active{
	color:#414141; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:400;
	font-size:24px;
}

.leftbargreylink a:hover{
	color:#ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:400;
	font-size:24px;
}

.ministriesmainul{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:0px;
}

.ministriesmainul li{
	list-style: none; 
	padding:0px;
}

.ministriesmainul a:link, .ministriesmainul a:visited, .ministriesmainul a:active{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:0px;
}

.ministriesmainul a:hover{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	padding:0px;
}

.ministriesmainselectedul li{
	list-style: none; 
	padding:0px;
	background-color:#edebcd;
}

.ministriesnestedul{
	list-style: none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

.ministriesnestedul li{
	padding:5px 0px 5px 25px;
	list-style: none; 
}

.ministriesnestedul a:link, .ministriesnestedul a:visited, .ministriesnestedul a:active{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
}

.ministriesnestedul a:hover{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#ffffff;
	font-weight:bold;
}

.ministriesnestedselectedul li{
	padding:5px 0px 5px 25px;
	background-color:#edebcd;
}

.dailyversep{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:bold; 
	font-size:18px;
	text-align:center;
	font-style:italic;
	color:#006194;
	text-decoration:underline;
	padding-top:15px;
}

.dailyversediv{
	margin: 0px 0px 0px 8px; 
	padding: 10px; 
	background-color:#b7dbed; 
	width: 166px; 
	text-align:left;
	border: solid 1px #cccccc;
}

.sociallinks{
	padding-top:30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.sociallinks img{
	padding-left:4px;
	padding-right:4px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/* --- Left Bar End --- */



/* --- Main Content Begin --- */

#latestsermondiv{
	width:720px; 
	float:right; 
	padding: 10px 5px 0px 20px;
	background-color:#edebcd; 
	border-bottom: solid #cccc99 2px;
	margin-top: -5px;
	margin-bottom: 5px;
	text-align:left;
	height:50px;
}

.latestsermonhead{
  color: #414141;
  text-transform: uppercase;
  font-size:14px;
  font-weight:bold;
}

.latestsermontitle a{
  color: #006194;
  font-weight: normal;
  font-size: 20px;
  padding-top: 3px;
  font-style:italic;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.latestsermontitle a:hover{
  color: #414141;
  font-weight: normal;
  font-size: 20px;
  padding-top: 3px;
  font-style:italic;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.latestsermonmeta{
  color: #414141;
  text-transform: uppercase;
  font-size:14px;
}

.fullblueheader{
	color:#ffffff; 
	width:743px; 
	background-color:#006194; 
	background:url('images/barback.jpg') repeat-x;
	padding-left:2px; 
	text-align:left;
	font: 30px Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
}

.fullblueheadersmall{
	color:#ffffff; 
	width:743px; 
	background-color:#006194; 
	background:url('images/barback.jpg') repeat-x;
	padding-left:2px; 
	text-align:left;
	font: 24px Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
}

.fullblueheaderright{
	color:#ffffff; 
	width:743px; 
	background-color:#006194;
	background:url('images/barback.jpg') repeat-x; 
	padding-right:2px; 
	text-align:right;
}

.mediumblueheader{
	color:#ffffff;
	width:398px; 
	background-color:#006194; 
	background:url('images/barback.jpg') repeat-x;
	padding-left:2px;
	text-align:left;
	font: 22px Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
}

.smallblueheader{
	color:#ffffff; 
	background-color:#006194; 
	background:url('images/barback.jpg') repeat-x;
	padding-left:2px; 
	text-align:left;
	font: 22px Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
}

.textdiv{
	padding: 10px 10px;
	color:#006194; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	border-left: solid 2px #006194; 
	text-align:justify;
}

.textdivright{
	padding: 10px 10px;
	color:#006194; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	text-align:justify;
	background-color:#B7DBED; 
}

.specialfullheader{
	color:#ffffff; 
	width:743px; 
	background-color:#333333;
	background:url('images/barbackblack.jpg') repeat-x;
	padding-left:2px; 
	text-align:left;
	font: 30px Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
}

.specialtextdiv{
	padding: 10px 10px;
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	border-left: solid 2px #000000; 
	text-align:justify;
}

.picsdiv{
	overflow:auto;
	width: 720px;
	height:500px;
}

.blueboxdiv{
	background-color:#B7DBED; 
	padding:10px; 
	border-left: solid 2px #006194;
}

.aboutusboxtitle {
  	color: #006194 !important;
 	padding-left:25px;
}

.mainrightdiv{
	float:right; 
	width:345px; 
	padding: 8px 0px;
}

.mainrightul{
	list-style:none; 
	font-size:14px; 
	text-align:left;
	color: #006194 !important;
  	font-weight: bold !important;
  	font-style:italic !important;
  	font-family:Georgia, "Times New Roman", Times, serif !important;
}

.libold{
	font-weight:bold;
	color:#000000;
}

.mainrightul li{
	padding: 10px 0px;
}

.mainrightul a:link, .mainrightul a:visited, .mainrughtul a:hover, .mainrightul a:active{
	padding-left: 25px;
	font-weight:bold;
}


/* --- Staff Page Begin 
--------------------------------------------------------
--- */

.staffdiv{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

.staffspan{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	display:inline-block;
	border-bottom: solid 2px #666666;
}

.staffspan h3{
	margin-top:5px;
}

.staffspan h3, .staffspan h4, .staffdiv img, .staffspan img{
	margin-left:auto;
	margin-right:auto;
}

/* --- Staff Page End 
--------------------------------------------------------
--- */



/* --- Bottom Text Begin 
--------------------------------------------------------
--- */

.bottomtextdiv{
	color: #ffffff; 
	font-weight: bold; 
	text-align:center; 
	width:1030px;
}

.bottomtextdiv a{
	color:#cccc99;
	text-decoration:none;
}

.bottomtextdiv a:hover{
	color:#edebcd;
}

/* --- Bottom Text End 
--------------------------------------------------------
--- */



/* --- Covenant Page Begin 
--------------------------------------------------------
--- */

.covenantul li {
	list-style-type: none;
	margin: 0 0 10px -10px !important;
	padding: 8px 13px !important;
	background-color: #edebcd !important;
	border: 1px solid #cccc99;
	text-shadow: #d3cec4 1px 1px 0;
}

.covenantul li strong {
	color: #414141;
}

.covenantul li:hover {
	background-color: #efedd9;	
}

.covenantul a:hover {
	text-decoration: underline;
}

.covenanthead{
	font: 18px Georgia, "Times New Roman", Times, serif !important;
	color:#006194;
	font-style: italic !important;
	line-height: 1.3em !important;
}

/* --- Covenant Page End 
--------------------------------------------------------
--- */

/* --- Site Map Begin 
--------------------------------------------------------
--- */


.smtierone{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:0px;
}


.smtierone a:link, .smtierone a:visited, .smtierone a:active{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:0px;
}

.smtierone a:hover{
	list-style: none; 
	font-size:14px; 
	text-align:left;
	color:#666666;
	font-weight:bold;
	padding:0px;
}

.smtiertwo{
	list-style: none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

.smtiertwo li{
	list-style: none; 
	padding:0px;
	background-image:url('images/doublearrows_png.png');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	padding:5px 0px 5px 25px;
}


.smtiertwo a:link, .smtiertwo a:visited, .smtiertwo a:active{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
}

.smtiertwo li a:hover{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#666666;
	font-weight:bold;
}


.smtierthree{
	list-style: none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
	padding:5px 0px 0px 40px;
}

.smtierthree li{
	list-style: none; 
	padding:0px;
	background-image:url('images/doublearrows_png.png');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	padding:5px 0px 5px 25px;
}


.smtierthree a:link, .smtiertwo a:visited, .smtiertwo a:active{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#333333;
	font-weight:bold;
}

.smtierthree li a:hover{
	list-style:none; 
	font-size:12px; 
	text-align:left;
	color:#666666;
	font-weight:bold;
}

/* --- Site Map End 
--------------------------------------------------------
--- */


.selected{
	color:#414141;
	background-color:#edebcd;
	background-image:url('images/doublearrows_png.png');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
}

.pdfli{
	background-image:url('images/doc_pdf.png');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	font-size:12px;
}

.blueboxtext{
	color: #484848; 
	font-weight: bold; 
	text-align:center; 
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


/* --- Gallery Begin 
--------------------------------------------------------
--- */
.gallerytext{
	font-weight:bold;
	font-size:12px;
}

div.gallerymain {
  /* Set it so we could calculate the offsetLeft */
  	position: relative;
  	height: 240px;
  	width: 725px;
  /* Add scroll-bars */
  	overflow: auto;
}

ul.gallerymain {
  	display: block;
  	height: 110px;
  /* Max width here, for users without Javascript */
  	width: 1500px;
  	padding: 15px 0 0 15px;
  /* Remove default margin */
  	margin: 0;
	list-style: none;
}

.gallerymain li {
  	display: block;
  	float: left;
  	padding: 0 4px;
	width:135px;
}

.gallerymain a {
  	display: block;
  	text-decoration: none;
}

.gallerymain span {
  /* We want a caption to display on the next line */
  	display: block;
  	margin-top: 3px;
  	text-align: center;
  	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
  	color: #006194;
}

.gallerymain a:hover span {
  	display: block;
}

.gallerymain img {
  	border: 2px #989898 solid;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
}

.gallerymain a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}

div.gallery {
  /* Set it so we could calculate the offsetLeft */
  	position: relative;
  	height: 630px;
  	width: 725px;
  /* Add scroll-bars */
  	overflow: auto;
}

ul.gallery {
  	display: block;
  	height: 110px;
  /* Max width here, for users without Javascript */
  	width: 2500px;
  	padding: 15px 0 0 15px;
  /* Remove default margin */
  	margin: 0;
	list-style: none;
}

.gallery li {
  	display: block;
  	float: left;
  	padding: 0 4px;
	width:135px;
}

.gallery a {
  	display: block;
  	text-decoration: none;
}

.gallery span {
  /* We want a caption to display on the next line */
  	display: block;
  	margin-top: 3px;
  	text-align: center;
  	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
  	color: #006194;
}

.gallery a:hover span {
  	display: block;
}

.gallery img {
  	border: 2px #989898 solid;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
}

.gallery a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}

/* --- Gallery End 
--------------------------------------------------------
--- */



.graphicheadp{
	margin-top:3px;
	margin-bottom:10px;
}


/* --- Ministries Begin 
--------------------------------------------------------
--- */

.ministriesdiv {
	width:710px; 
	float:right;
	padding: 10px 20px 0px 0px;
	margin-bottom:20px;
	text-align:left !important;
}

.ministriesimg{
	float:left;
	align:left;
	display: inline-block;
	margin: 0px 25px 5px 0px;
	border:0px;
}

.ministrieslistimg{
	float:left;
	align:left;
	display: inline-block;
	margin: 0px 25px 60px 0px;
	border:0px;
}

.ministriesdivh2 {
	font:24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 0px 0px 25px 0px;
	/*border:solid 2px #006194;*/
}

.ministriesdivh2b {
	font:24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 0px 0px 0px 0px;
	color:#006194;
	border-bottom:solid 2px #006194;
}

.ministriesdiv a:link, .ministriesdiv a:visited, .ministriesdiv a:active {
	color:#006194;
	text-decoration:none;
}

.ministriesdiv a:hover {
	color:#414141;
	text-decoration:none;
}

.ministriestext {
	width:480px;
	padding:20px 0px 0px 230px;
	font-size: 14px;
	border-top:solid 2px #006194;
}

.ministriestextlong {
	width:710px;
	margin:20px 0px;
	font-size: 14px;
}

.ministriestextfirst {
	width:710px;
	margin:40px 0px 20px 0px;
	font-size: 14px;
}

.comingsoonspan{
	width:745px; 
	float:right; 
	padding: 70px 0px;
}

.leaderspan {
	font: 22px Georgia, "Times New Roman", Times, serif bold;
	color:#006194;
	font-style:italic;
	text-shadow:#CCCCCC 1px 1px 0;
}

.italichead{
	font: 18px Georgia, "Times New Roman", Times, serif !important;
	color:#999999;
	font-style: italic !important;
	line-height: 1.3em !important;
	text-shadow: #edebcd 1px 1px 0;
	text-align:left !important;
	padding:30px 10px 20px 0px;
}



/* --- Ministries End 
--------------------------------------------------------
--- */


/* --- Sermon Begin 
--------------------------------------------------------
--- */

.sermon{
   float: left;
   clear: left;
   width: 650px;
   padding: 15px 18px 15px;
   border-bottom: 1px solid #c9c5b0;
}

.sermon h5{
   font-weight: normal;
   border: none;
   font-size:20px !important;
   font: 16px Georgia, "Times New Roman", Times, serif !important;
   font-style: italic !important;
   color:#000000;
}

p.sermon-meta{
   margin: 3px 18px 0;
   float: left;
   display: inline;
   clear: left;
   width: auto;
   line-height: 1.5;
   font-size:12px;
}

.sermon p.sermon-meta{
	margin: 5px 0 0;
}

ul.sermon-buttons{
   float: right;
   margin-top: -8px;
   margin-bottom: 0;
   list-style:none;
}

ul.sermon-buttons li{
   float: left;
   width: 45px;
   height: 31px;
   padding: 0;
}

ul.sermon-buttons li a{
   text-indent: -9999px;
   display: block;
   height: 31px;
}



ul.sermon-buttons li.play a{
   background: url('images/button_play_png.png') 0;
   background-repeat:no-repeat;
}

ul.sermon-buttons li.dl a{
   background: url('images/button_disk_png.png') 0;
   background-repeat:no-repeat;
   visibility:visible;
}

ul.sermon-buttons li.ppt a{
   background: url('images/page_white_powerpoint.png') 0;
   background-repeat:no-repeat;
}

/* --- For future use


ul.sermon-buttons li.notes a{
   background: url(images/bg_sermon_notes.gif) -1px 0;
   background-repeat:no-repeat;
}

ul.sermon-buttons li.package a{
   background: url(images/bg_sermon_package.gif) -1px 0;
   background-repeat:no-repeat;
}

 --- */
 
ul.sermon-buttons li.last{
  background: none;
}

.sermon ul.sermon-buttons{
   margin-top: 0;
   margin-left: 10px;
}

.sermontextdiv{
	padding: 10px 10px;
	color:#006194; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	border-left: solid 2px #006194; 
	text-align:justify;
	height:610px;
}
/* --- Sermon End 
--------------------------------------------------------
--- */



/* --- Contact Form Begin 
--------------------------------------------------------
--- */

.contactdata {
	padding: 0;
	margin-top: -5px;
}
	
.contactdata {
	padding: 6px;
	border: none;
	margin-bottom: 3px;
	margin-left: 5px;
}
	
.vvbcform fieldset {
	width: 350px;
}

.vvbcform .text label {
	font-size: 14px;
	background: #cccc99;
	width: 345px;
	padding: 5px 7px;
	color: #414141;
	font-weight:bold;
}

.vvbcform .textarea label {
	font-size: 14px;
	background: #cccc99;
	width: 345px;
	padding: 5px 7px;
	color: #414141;
	font-weight:bold;
}

.vvbcform legend {
	color: #006194;
	font-size: 1.8em;
	padding: 15px 0 10px 0;
	font-weight: bold;
	line-height: 120%;
	display: block;
	width: 103%;
}

.vvbcform .text input {
	height: 20px;
	background-color: #fff;
	border: 1px solid #cccc99;
	margin-left: 4px;
	margin-top: 2px;
}

.vvbcform textarea {
	width: 349px;
	border: 1px solid #cccc99;
	margin-left: 4px;
	margin-top: 2px;
}

.vvbcform .text input {
	width: 349px;
}

form.vvbcform fieldset{
   display: block;
   border:none;
}

form.vvbcform legend{
   font-weight: bold;
   margin-bottom: .5em;
   text-align:left;
}

form.vvbcform label{
   display: block;
   text-align:left;
}

/* --- Contact Form End 
--------------------------------------------------------
--- */

/*<![CDATA[*/
 a.c18 {text-decoration:none; color:#000000;}
 div.c17 {width:745px; float:right;}
 iframe.c16 { border-width:0}
 div.c15 {float:left; width:400px; padding: 8px 0px;}
 a.c14 {font-weight:bold;}
 p.c13 {text-align: center}
 img.c12 {float:none; display: inline-block; margin-bottom: 20px;}
 div.c11 {width:745px; float:right; padding: 10px 0px;}
 div.c10 {float:left; width: 205px;}
 div.c9 {text-align: center}
 a.c8 {font-size:18px;}
 div.c7 {margin: 8px 0px 0px 8px; width:188px;}
 div.c6 {height:300px; margin-bottom:5px;}
 table.c5 {background-color: #FFFFFF}
 div.c4 {visibility:hidden;}
 div.c3 {visibility:hidden}
 div.c2 {background-color: #006194; margin: 0; padding: 0; text-align: center}
 img.c1 {padding:0; margin:0;}
/*]]>*/


