/*PEGBOARD COMPONENTS*/
@import "css/pbCore.css";
@import "css/pbDocuments.css";

/*ND ARTWORK*/
body {
	background:#15276E;
	background-image:url(images/bg-mtns.jpg);
	background-repeat:repeat-x;
	margin:20px;
	}
h1 b, h2 b, h3 b, h4 b, a b {
	display:none;
	}
#MainContainer {
	width:780px;
	margin:0 auto;
	background-color:#FFF;
	}
#Header {
	position:relative;
	background:url(images/header.jpg) no-repeat;
	height:144px;
	}
#Header h1 {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	width:194px;
	height:66px;
	left:36px;
	top:74px;
	background:url(images/h-explorelife.gif) no-repeat;
	}
.HomePageLink {
	display:block;
	position:absolute;
	width:133px;
	height:14px;
	right:5px;
	bottom:3px;
	background:url(images/btn-homepage.gif) no-repeat;
	}
.HomePageLink:hover {
	background-position: 0px -14px;
	}
#MenuColumn {
	width: 190px;
	float: left;
	margin-top:0px;
	padding: 5px 10px 0 10px;

	}
#ContentColumn {
	width: 555px;
	float: right;
	margin-top:10px;
	padding: 5px 10px 0 0;
	}
#Base {
	height:13px;
	background:url(images/cnr-br.gif) no-repeat bottom right;
	clear:both;
	}
#HomeLeftCol {
	width:256px;
	padding-right:10px;
	float:left;
	margin-top:10px;
	border-right:1px dotted #999;
	}
#HomeLeftCol h2 { font-size:18px;}
#HomeLeftCol h3 {
	display:block;
	margin:0px;
	padding:0px;
	height:29px;
	background:url(images/h-thought.gif) no-repeat;
	}
#TextSpacer {
	padding:10px;
	}
#HomeRightCol {
	width:264px;
	padding-left:10px;
	margin-top:10px;
	float:left;
	}
#HomeRightCol h3 {
	display:block;
	margin:0px;
	padding:0px;
	height:29px;
	background:url(images/h-churchnews.gif) no-repeat;
	}
#HomeRightCol h4 {
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	height:29px;
	background:url(images/h-events.gif) no-repeat;
	}
#HomeRightCol h2 {
	color:#191B65;
	font-size:14px;
	margin:5px 0;
	}
.HomeEvents ul {
	display:block;
	margin:0px;
	clear:both;
	}
.HomeEvents li {
	display:block;
	margin:0 0 0 -30px;
	list-style-type:none;
	padding:0px;
	clear:both;
	color:#555;
	font-family: "Trebuchet MS", Verdana, Arial;
	clear:both;
	}
.HomeEvents #date {
	width:80px;
	float:left;
	padding: 4px 0 4px 0;
	border-bottom:1px solid #CCC;
		}
.HomeEvents #namelink {
	width:150px;
	float:left;
	padding: 4px 0 4px 0;
	border-bottom:1px solid #CCC;
	}
.HomeEvents a:link, .HomeEvents a:active,.HomeEvents a:visited {
	color:#006699;
	text-decoration:none;
	}
.HomeEvents a:hover {
	color:#FFF;
	text-decoration:none;
	}
.MoreNews {
	display:block;
	float:right;
	width:76px;
	height:17px;
	background:url(images/btn-morenews.gif) no-repeat;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
	}
.MoreNews:hover {
	background-position: 0 -17px;
	}
.FullStory {
	display:block;
	float:right;
	width:65px;
	height:17px;
	background:url(images/btn-fullstory.gif) no-repeat;
	padding:0 5px 0 0;
	margin: 0 0 10px 0;
	}
.FullStory:hover {
	background-position: 0 -17px;
	background-color:#FFF;
	}
.MoreEvents {
	display:block;
	width:102px;
	height:17px;
	background:url(images/btn-calendar.gif) no-repeat;
	float:right;
	margin:10px 0 0 0;
	}
.MoreEvents:hover {
	background-position: 0 -17px;
	background-color:#FFF;
	}
.MoreThoughts {
	display:block;
	width:219px;
	height:17px;
	background:url(images/btn-thoughts.gif) no-repeat;
	}
.MoreThoughts:hover {
	background-position: 0 -17px;
	}
.SearchField {
	width:94px;
	height:11px;
	border: 1px solid #999;
	font-size:10px;
	color:#555;
	padding:3px;
	}
.SearchButton {
	width:51px; 
	height:15px;
	background:url(images/btn-search.gif) no-repeat;
	border:none;
	margin:10px 0 0 10px;
	}
.SearchButton:hover {
	background-position: 0 -15px;
	cursor:pointer;
	}
#GoogleSearch {
	margin:10px 0 0 10px;
	}
#MenuColumn h4 {
	display:block;
	clear:both;
	margin:20px 0 0 0;
	padding:0px;
	height:29px;
	background:url(images/h-sermons.gif) no-repeat;
	}
.Sermons {
	display:block;
	width:117px;
	height:17px;
	background:url(images/btn-sermons.gif) no-repeat;
	}
.Sermons:hover {
	background-position: 0 -17px;
	background-color:#FFF;
	}
.SermonsSummary {
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
	}
.SermonsSummary li {
	display:block;
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:15px 0 15px 30px;
	font-family:"Trebuchet MS", Verdana, Arial;
	background:url(images/standard/icon-audio.gif) no-repeat 5px 15px;
	}
#PageFooter {
	position:relative;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#FFF;
	font-size:12px;
	width:780px;
	margin:10px auto;
	}
#PageFooter a { color:#FFF; }

#PageFooter #SiteCredit { width:300px; position:absolute; right:0px; top:0px; text-align:right; margin:0px; }

#SubPageFeature {
	width:164px;
	float:right;
	background:url(images/bg-subpagetile.gif) repeat-y;
	margin: 6px 0 10px 10px;
	
}
#SubPageFeature #Base { background:url(images/bg-subpage.gif) no-repeat; height:11px;}
#SubPageFeature h4 { margin: 5px 0 5px 15px; color:#006699;}

#SubPageFeature #EditableArea, #SubPageFeature #EditableArea p {padding:10px 15px;color:#FFF; font-family:"Trebuchet MS", Verdana, Arial; font-size:12px;}

#pbSubPages ul {
	display:block;
	margin:0px;
	padding:0px;
	}
#pbSubPages li {
	display:block;
	margin:0 15px 0 0;
	padding: 0px;
	list-style-type:none;
	}
#pbSubPages a:link, #pbSubPages a:active, #pbSubPages a:visited {
	display:block;
	color:#FFF;
	padding: 5px 14px 5px 20px;
	border-bottom: 1px dotted #006699;
	text-decoration:none;
	}
#pbSubPages a:hover {
	color:#FFF;
	text-decoration:none;
	background:#006699;
	}
	
.NewsArticles {
	display:block;
	margin:0px;
	padding:0px;
	}
.NewsArticles li {
	display:block;
	margin:0 15px 0 0;
	padding: 0px;
	list-style-type:none;
	}
.NewsArticles a:link, .NewsArticles a:active, .NewsArticles a:visited {
	display:block;
	color:#FFF;
	padding: 5px 14px 5px 20px;
	border-bottom: 1px dotted #006699;
	text-decoration:none;
	}
.NewsArticles a:hover {
	color:#FFF;
	text-decoration:none;
	background:#006699;
	}
 /* Table in Events */
 .EventTable {font-family:"Trebuchet MS", Verdana, Arial;}
.EventTable th { background-color:#143376; text-align:left; color:#ffffff; font-weight:bold; border:1px solid white; padding-left:15px;}
.EventTable .HighlightCell {background-color:#ffffff; text-align:left; color:#333333; border:1px solid white; padding-left:15px;}
.EventTable td { background-color:#EAEAEA; text-align:left; border:1px solid white; padding-left:15px; color: #333333; font-weight: normal; text-align:left; padding-top: 5px; padding-bottom: 5px; font-size:12px;}
.EventTable {margin-bottom:15px;}