/* @override http://ncctk.monkcms.net/_css/styles.css */


* {
   margin: 0;
   padding: 0;
}

body{
      color: #424b4f;
	font: 12px/143% Arial, Helvetica, sans-serif;
        background: #000 url("/_img/body-bkgd.jpg") no-repeat fixed;
        border-top: 5px solid #00578e;
}

hr{
	margin-bottom: 11px;
	background-color: #deeaf1;
	color: #deeaf1;
	height: 10px;
	border: none;
}

p, pre, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

blockquote {
	margin: 0 50px 5px 50px;
	font-style: italic;
	background: #e0ebf1;
	padding: 5px;
	}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

a{
   overflow: hidden;
	color: #00578e;
}

a:hover {
	color: #000;	
}

h1, h2, h3 {text-transform: uppercase;}
h1{ font-size: 2em;}
h2{ font-size: 1.8em;margin: 10px 0;}
h3{ font-size: 1.6em;}
h4{ font-size: 1.4em;}
h5{ font-size: 1.2em;}
h6{ font-size: 1.2em;}

a img, :link img, :visited img {border: 0;}

form#searchForm {
	position: absolute;
	margin: 50px 0 0 790px;
	padding: 0;
}

form#searchForm fieldset {
	border: none;
}

form#searchForm fieldset input {
	width: 200px;
	height: 22px;
}

form#searchForm fieldset a {
	background: #00578e;
	padding: 6px;
	text-decoration: none;
        color: #fff;
}

img, div, a { behavior: url(/_inc/iepngfix.htc) }

/* =Header
---------------------------------------------------------------------
*/

#wrap {
   width: 1028px;
   margin: 0 auto;
   padding: 0;
}

#header {
   width: 1028px; 
   height: 50px;
}

h1#logo a {
	position: absolute;
	height:40px; 
	width:175px;	
	margin:0;
    padding: 0px;
    background: url("/_img/logo.png") no-repeat;
    border: none;
    text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#navigation {
	width: 1028px;
	margin: 0 auto;
        padding: 0 10px;

}

ul#nav{
	float:left;
	width: 1028px;
	margin:0;padding:0 0 0 10px;
	z-index: 2;
	position: relative;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin:0;padding:0;
	position: relative;
}

ul#nav a { 
	display: block;
	padding: 4px 2px 5px 0;
        margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: left;
        width: 125px;
        font-weight: bold;
        font-size: 1.3em;
}

ul#nav a:link, #nav a:visited {
	text-decoration: none;
}

ul#nav li.current a {
	text-decoration: none;
}

ul#nav li.current {
	}

ul#nav a:hover {
	text-decoration: underline;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	top:20px;
	width: 125px;
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
        font-size: 9px;
}

ul#nav li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:20px;
	margin:0;
	padding:0;
}

ul#nav li ul li a{
	width:125px; 
	color:#fff; 
	font-weight:normal;
	z-index:1000;
}

ul#nav li ul li a:hover{
	text-decoration: underline;
}

/* =Navigation within Content Pages
---------------------------------------------------------------------
*/
#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 10;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: #00578e;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid #00578e;
color: white;
font-weight: bold;
text-indent: 900px;
background: transparent url("/_img/panel.gif") right no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 27px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 27px; /* 21px + 3px should equal height of "panel.gif" */
width: 1028px;
margin: 0 auto;
}

ul#content-links{
	font-size: .9em;
	text-transform: uppercase;
	}

ul#content-links li{
	list-style-type: none;
	margin:0;padding:0;
	border-bottom: 2px solid #fff;
	}
	
ul#content-links a { 
	display: block;
	padding: 4px 35px 20px 10px;margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: left;
	background: #669abb;
}

ul#content-links a:link, #content-links a:visited {
	text-decoration: none;
}

ul#content-links li.current a {
	text-decoration: none;
	background: url(/_img/nav-bullet-hover.gif);
}

ul#content-links li.current {
	background: #669abb;
}

ul#content-links a:hover {
	color: #00578e;
	text-decoration: none;
	background: #ccc;
}
	
/* =Content
---------------------------------------------------------------------
*/

#lowercontainer {
	float: left;
	width: 948px;
	background: #fff; 
	margin: 50px 0 0 0;
	padding: 10px 40px 0 40px;
}

#lowercontainer img {
	border:3px solid #669abb;
	padding: 1px;
	margin: 0;
}

#give-button img {
	border: none;
	}
	
#image-rotation {
	float: left;
	width: 640px;
	margin: 0;padding: 0;
	position: relative;
	z-index: 1;
}

#image-rotation ul {
	list-style: none;
	margin: 0;padding: 0;
}

ul#rotation img {
	border:3px solid #669abb;
	padding: 1px;
	margin: 0;
}

ul#callouts {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul#callouts li {
	float: left;
	padding: 0;
	margin:0 0 8px 0 ;	
}

ul#callouts img {
	border:3px solid #669abb;
	padding: 1px;
}

ul#callouts li a {
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 0;
	width: 295px;
	height: 20px;
	padding: 86px 0 0 10px;	
}

#centersection {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	background: #fff;
}

.centerbox {
	width: 285px;
	float: left;
	margin: 15px 28px 0 0;
	padding: 0px;
}

.centerbox h4 a {
	color: #669abb;
	text-decoration: none;
}

#sermons.centerbox h3 {
	background: #86bb66;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;	
}

span.subscribe a {
	font-size: .9em;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

#events.centerbox h3 {
	background: #d18649;
	color: #fff;
	padding: 10px;	
	font-size: 1.2em;
}

#events.centerbox h3 a, #sermons.centerbox h3 a {
	color: #fff;
	text-decoration:none;	
}

#contact.centerbox h3 {
	background: #c7be54;
	color: #fff;
	padding: 10px;	
	font-size: 1.2em;	
}

.centerbox ul {
	list-style: none;
}

.centerbox ul li {
	margin: 4px 0;
	padding: 10px;
	background: #e0ebf1;
}

ul#podcastlinks {
	float: right;
	margin: 0px 0 ;
	padding: 0 0 0 10px;
	border-left: 3px solid #fff;
	width: 130px;
}

ul#podcastlinks li {
	float: left;
	margin: 0;padding: 0 5px ;
}

.centerbox ul li p {
	margin: 2px 0 ;padding: 0;
}

ul#podcastlinks li a {
	float: left;
	text-indent: -9999px;
	height: 22px;
	width: 22px;
}

ul#podcastlinks li.listen a{background: url(/_img/listen.gif) no-repeat;}

ul#podcastlinks li.watch a {background: url(/_img/watch.gif) no-repeat;}

ul#podcastlinks li.read a {background: url(/_img/read.gif) no-repeat;}

ul#podcastlinks li.save a {background: url(/_img/save.gif) no-repeat;}


#contact form {
	border: none;
	padding: 10px ;
	width: 265px;
	background: #e0ebf1;	
	color: #00578e;
	min-height: 220px;
}

#contact fieldset {
	border: none;
	color: ;
}

#contact legend {
	display: none;
}

#contact label {
	float: left;
	width: 90px;
	padding: 0 10px 0 0 ;
}

#contact input {
	width: 160px;
	border: 2px solid #ccc;
}

#contact textarea {
	border: 2px solid #ccc;
	height:120px;
}

#contact p#formsubmit input{
	float: right;
	width: 60px;
}

#bottom {
	float: left;
	width: 1028px;	
	margin: 0; 
	padding: 0 0 20px 0;
	background: #DEEAF1;
        border-top: 2px solid;

}

#bottomcontainer {
	width: 940px;
	padding: 20px 30px;
	margin: 0 0 0 10px;
}

#whatsnew {
	width: 620px;
	float: left;
	margin: 0 20px 0 0 ;
}

#whatsnew h4 {
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0;
}

p.postmeta {
	margin: 0;padding: 0;	
	font-size: .9em;
}

#images {
	margin: 0;padding: 5px 0px 0px 0px;
	float: left;
	width: 260px;
}

#images ul {
	margin: 0;padding: 0;
}

#images li.thumb{
   width: 72px;
   height: 72px;
   margin: 0 5px 5px 0;
   padding: 0;
   overflow: hidden;
   float: left;
   display: inline;
   text-align: center;   
   border: 3px solid #669abb;   
}

#images li.thumb a{
   width: 72px;
   height: 72px;
   display: block;
   padding: 0;
   margin: 0;
}

#images li.thumb a:hover{
}

#images li.thumb a img{
   margin: 0;
   padding: 0;
}

.staff {
	width: 630px;
	border-top: 1px dashed #669abb;
	border-right: 1px dashed #669abb;
	}
	
.staff td {
	border-left: 1px dashed #669ABB;
	border-bottom: 1px dashed #669ABB;
	padding: 5px;
	}

.staff tr {
	padding: 0 0 2px 2px;
	}

.link-button a, .link-button a:visited {
	color: #00578e;
	background-color: #e0ebf1;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border: 3px solid #51b347;
	}

.link-button a:hover {
	background-color: #669abb;
	text-decoration: none;
	border: 3px solid #00578e;
	}
	
/* =Footer
---------------------------------------------------------------------
*/

#footer  {
	float: left;
	width: 100%;	
	margin: 0; 
	padding: 0;
	color: #fff;
	background: #00578E; 
}

#footer p{
   text-align: center;
   line-height: 200%;
}

#footer a {
	color: #fff;
}

/* =Page Specific Formatting
---------------------------------------------------------------------
*/

#content {
	float: left;
	width: 645px;
	margin: 10px 0 ;
	padding: 0 0 50px 0;
}

#content h3 {
	text-transform: none;
	font-size: 2.2em;
	margin: 20px 0 10px 0 ;
}

img#page_header_image {
	padding: 3px;
	border:3px solid #669abb ;
}

#content ul, #content ol {
	margin: 5px 30px;padding: 0;
}

#content ul li, #content ol li {
	margin: 0;padding: 2px 0 ;
}

#sidebar {
	float: left;
	width: 275px;
	margin: 10px;
	padding: 0;
}

.sectiondiv {
	margin-bottom: 20px;
}

#sidebar-events h3{
	background: #d18649;
	color: #fff;
	padding: 10px;	
}

.event {
	margin: 4px 0;
	padding: 7px;
	background: #e0ebf1;
}

.event h4 {
	font-size: 1.2em;
}

.event a {
	text-decoration: none;
}

.event p {
	margin: 0;
}


/* =Sermons
---------------------------------------------------------------------
*/

.sermonblock {
	width: 100%;
float: left;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	margin: 10px 0 ;
}

.sermoninfo {
	float: left;	
	width: 470px;
}

.sermoninfo h5 {
	margin: 5px 0 ;
}

.sermonmeta {
	width: 300px;
}

ul.mediabox {
	float: left;
	list-style: none;
}

ul.mediabox li a:link, ul.mediabox li a:visited{
	background: url(/_img/bg_mediabox_li.png) no-repeat;
   display: block;
   width: 115px;
   text-align: center;
   text-decoration: none;
   padding: 6px 0px;
   height: 17px;
   margin: 0;
}

#sermon-filtering {
	padding: 10px;
}

#sermon-filtering ul {
	list-style: disc;
	margin: 10px 20px;
}

#sermon-filtering ul li {
	margin: 0;padding: 0;
}

#byline {
	margin: 10px 20px;
}

p#pagination {
 	float: right;	
}

p#pagination a {
	padding: 5px 10px;
	margin: 0 2px;
	text-decoration: none;
	background: #e0ebf1;
}

p#pagination a:hover {
	background: #f7f7f7;
}

/* CALEDAR FORMATTING .................... */

#featured-events ul{
	margin: 10px 0;padding: 0;
}

#featured-events ul li{
	list-style: none;
	margin: 2px 0;padding: 3px;
}

#calendar {
	margin: 15px 0px;padding: 0px;
}

#calendar table {
	padding: 0px 0px ;
	margin: 0;
}

#calendar span.calendar-next {
font-size: 1.5em;
}

#calendar caption.calendar-month {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 0px ;
	margin:  0 0 10px 2px;
}

#calendar td.linked-day {
	padding: 7px;
	margin: 10px;
	line-height: 100%;
	background: #e0e0e0;
}

#calendar th, .calendar td {
	background: #e0ebf1;
	padding: 10px;
	margin: 0;
	width: 68px;
	height: 70px;
	vertical-align: text-bottom;
}

#calendar td.linked-day a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#calendar td.current {
	background: #669abb;
}

#calendar td.linked-day a:hover {
	text-decoration: underline;
}

#calendar td.linked-day ul {
	list-style: none;
	display: block;
	font-size: .8em;
	padding: 5px 0 ;margin: 0;
}

#calendar td.linked-day ul li  {
	margin: 7px 0;
	padding: 0;
}

#calendar td.linked-day ul li a {
	padding: 5px 0;
	margin: 0px;
	font-weight: normal;
}

/* GALLERY FORMATTING .................... */

.gallerybox {
	float: left;
	width: 175px;
	text-align: center;
	border: 1px solid #e0ebf1;
	margin: 0px 20px 10px 0;
	padding: 10px 0 ;
	height: 320px;
}

.gallerybox a {
	text-decoration: none;
	font-size: .9em;
}

.gallery-thumbnail {
	float: left;	
	height: 320px;
	overflow: hidden;
	margin: 10px 20px 10px 0;
	padding: 5px;
}

.gallery-thumbnail p {
	margin: 0;padding: 0;
}

/*REF TAGGER STYLES....................*/

.lbsTooltip
{
	background:#fff;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background:#d18649;
	color: #fff;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial,Helvetica,serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}