/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2004.12.13
  Last Modified: 2005.02.08
*/

/* WSA Global Styles - DO NOT REMOVE! */
  @import url("/common/wsaglobal.css");

/*
Core Styles
*/
* {padding:0; margin:0;}
body {
  	background:url("/images/bg.gif") top left repeat-x #d3d4aa;
	color:#444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
.clear { clear:both;}
a {
  	color:#900;
	text-decoration:unerline;
	}
a:hover {
  	color:#999;
	}
table {
	border-collapse:collapse;
	}
#content img {
	font-size:1px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:block;
	}
#content img.resource, #content img.adminbtn {
	display: inline;
	}
#watermark {
  	background:url("/images/watermark.gif") top left no-repeat;
	text-align:center;
	}
/*
Container / Header
*/
  #container {
	margin:0 auto;
	text-align:left;
	width:804px;
	}
  	/*	devnote: '#container' The combination of margin:0 auto; and text-align:left; fixes a bug in
		IE 5/6 that causes text to inherit centering from the body selector. -ch */
  #topheader {
  	background:url("/images/topheader-bg.gif") 0px 8px no-repeat;
  	valign:top;
	border:0px solid #000ccc;
	margin:0 auto;
	text-align:right;
	height:112px; 
	}
/*Super Nav*/
#supernav {
	background: url("/images/supernav-bg.gif") top left repeat-x;
	height: 30px;
	font-size: 12px;
	margin:0 0 0 0;
	float:right;
	}
#supernav ul {
	list-style: none;
	}
#supernav ul li {
  	background:url("/images/supernav-div.gif") top left no-repeat;
	float: left;
	}
#supernav ul .first {
  	background:none;
	}
#supernav ul li a {
	display: block;
	padding:7px 16px 7px 16px;
	color: #fff;
	text-decoration: none;
	}
#supernav ul li a:hover {
	text-decoration: underline;
	}
/* Top Nav */
#topnav {
	background: url("/images/topnav-bg.gif") top left no-repeat;
	height: 46px;
	width: 806px;
	font-size: 13px;
	margin:0 0 0 0;
	}
#topnav ul {
	list-style: none;
	}
#topnav ul li {
  	background:url("/images/topnav-div.gif") top left no-repeat;
	padding:0 0 0 1px;
	float: left;
	}
#topnav ul .first {
  	background:none;
	}
#topnav ul li a {
	display: block;
	padding:14px 16px 14px 16px;
	color: #fff;
	text-decoration: none;
	}
#topnav ul li a:hover{
	background: url("/images/topnav-over.gif") top left repeat-x;
	}
#topnav ul li a.first, #topnav ul li a.activefirst {
	padding:14px 18px 14px 17px;
	}
#topnav ul li .active{
	background: url("/images/topnav-over.gif") top left repeat-x;
	}

#mainheader {
  	background:none;
	width:806px;
  	valign:top;
	margin:6px auto;
	text-align:right;
	height:242px; 
	}
#church {
  	background:url("/images/church-bg.jpg") top left no-repeat;
  	valign:top;
	float:left;
	height:242px; 
	width:172px;
	margin-right:6px;
	}
#slideshow {
  	background:none;
  	valign:top;
	float:left;
	height:242px; 
	width:369px;
	margin-right:6px;
	position:relative
	}
#master0 {
	position:absolute;
	top:0px;
	left:0px;
	}
*html #infobox {
  	background:url("/images/infobox-bg.gif") top left no-repeat;
  	valign:top;
	float:left;
	height:242px; 
	width:252px;
	padding:10px 20px 10px 20px;
	}
#infobox {
  	background:url("/images/infobox-bg.gif") top left no-repeat;
  	valign:top;
	float:left;
	height:222px; 
	width:212px;
	padding:10px 20px 10px 20px;
	}
#servicetimes {
	font-size:14px;
	line-height:20px;
	}
#servicetimes th {
	font-weight:bold;
	vertical-align:top;
	text-align:right;
	width:40%;
	padding-right:3px;
	}
#servicetimes td {
	vertical-align:top;
	text-align:left;
	}

   /*
Left Navigation
*/
#leftnav {
	width: 172px;
	float: left;
	margin:0 5px 0 0;
	text-align:right;
	}
#leftnav .top {
	background:url("/images/leftnav-top.gif") top left no-repeat;
	width: 172px;
	height:5px;
	font-size:1px;
	}
#leftnav .mid {
	background:url("/images/leftnav-bg.gif") top left repeat-y;
	width: 172px;
	padding:10px 0 0 0;
	}
#leftnav .bot {
	background:url("/images/leftnav-bot.gif") bottom left no-repeat;
	width: 172px;
	height:208px;
	}
#leftnav .bot .text {
	color:#fff;
	padding:20px 22px 0 10px;
	}
#leftnav .bot h2 {
	color:#fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
#leftnav ul {
	list-style: none;
	font-size: 13px;
	margin:0 0 0 0;
	}
#leftnav ul li {
	background:url("/images/leftnav-div.gif") bottom left no-repeat;
	width: 172px;
	padding-bottom:1px;
	}
#leftnav ul li a{
	display:block;
	padding:10px 24px 10px 7px;
	color: #fff;
	text-decoration: none;
	}
#leftnav ul li a:hover, #leftnav ul li a.active1{
	background: url("/images/leftnav-over.gif") top right repeat-y;
	color: #fff;
	}
/*
Content Area
*/
  #content {
	vertical-align:top;
	float:left;
	width:627px;
	margin:0 0 0 0;
	}
#content .top {
	background:url("/images/content-top.gif") top left no-repeat;
	width:627px;
	height:5px;
	font-size:1px;
	}
*html #content .mid {
	background:url("/images/content-bg.gif") top left repeat-y;
	padding:13px 20px 13px 20px;
	width:627px;
	height:214px;
	}
#content .mid {
	background:url("/images/content-bg.gif") top left repeat-y;
	padding:13px 20px 13px 20px;
	width:587px;
	min-height:188px;
	}
#content .bot {
	background:url("/images/content-bot.gif") bottom left no-repeat;
	width:627px;
	height:5px;
	font-size:1px;
	}
#content td table { font-size:12px; }

.text{ font-size:12px; font-weight:normal; font-style: normal;}
.textital, .italtext, em, i { font-size:12px; font-style: italic; }
.boldtext, strong, b { font-size:12px; font-weight:bold; }
.small { font-size:10px; }
.boldsmallertext { font-size:10px; font-weight:bold; }

/* Used for stylizing text on FEEDBACK.ASP forms */
  #feedback { 
	font-size:12px;  
  	padding:5px 10px 10px 10px;
	margin:10px auto;
	width:90%;
	}
  #feedback .forms { 
	font-size:12px;  
  	padding:5px 0px 5px 15px;
	margin:0 auto;
	width:90%;
	font-weight:normal;
	}
.forms td { 
	font-size:12px;
	font-weight:normal;
	}


/*
Footer Styles
*/
#footer {
  	background:url("/images/footer-bg.gif") top left no-repeat;
	height:39px;
	font-size:11px;
	margin:5px 0 50px 0;
	text-align:right;
	color:#fff;
	}
#footer p {
	padding:12px 20px 0 0;
	}
#footer a {
	color:#fff;
	}

/*
Heading Styles
*/

#content .h1, h1, heading1, .heading1, boldlargetext, .boldlargetext, .imagegallerytitle { 
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px;
	font-style:italic;
	color:#900;
	padding-top:3px;
	}
#content .h2, h2, heading2, .heading2 { 
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}
#content .h3, h3, heading3, .heading3 {
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}
#content .h4 {
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}
#content .h5 { 
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}
#content .h6 {
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}
#content  .subheader {
  	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	font-style:italic;
	color:#900;
	padding-top:3px; 
	}

/*
Hot Lists are still used for POLL items. Other RightNav items use rightbar.
*/

  .hotlisttable {
    margin:0 0 10px 0;
	padding:0 0 10px 0; }
  .hotlisttable .hotlisttitle {
  	background:#014171;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:7px;
	text-align:left; }
  .hotlisttable .hotlistitem {
    padding:1px; }
  .hotlisttable tr td table {
	vertical-align:middle; padding:0; margin:0; font-size:10px; color:#5A0000;
	border-width:0 1px 1px 1px; border-style:solid; border-color:#014171; }
  .hotlisttable .hotlistitem a {
	font:normal 10px; padding:3px auto; display:block; color:#fff; }
  .hotlisttable .hotlistitem a:hover {
	color:#c00; }
/*
RightBar
*/
#rightbar {
	float:right;
	margin:0;
	padding:0;
	position:relative;
	width:172px;
	}
#rightbar .list {
	background:url("/images/leftnav-bg.gif") top left repeat-y;
	color:#fff;
	}
#rightbar .list h3 {
	background:url("/images/leftnav-top.gif") top left no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:7px 7px 7px 10px;
	text-align:left;
	}
#rightbar .list ul {
	background:url("/images/leftnav-bot.gif") bottom left no-repeat;
	list-style:none;
	text-align:left;
	}
#rightbar .list li {
	display:block; 
	background:url("/images/rightnav-div.gif") top left no-repeat;
	padding:1px 0 0 0;
	}
#rightbar .list a {
	color:#fff;
	font-size:12px;
	display:block;
	padding:10px;
	text-decoration:none;
	}
#rightbar .list a:hover {
	background:url("/images/leftnav-over.gif") top left repeat-y;
	color:#fff; 
	}
	
/* -- | image gallery | -------------------------------------- */

	.caption, .rsccaption { text-align:center; vertical-align:top; font-size:70%; font-weight:bold; padding:0 0 20px 0;}
	.captionfield { text-align:center; vertical-align:top; font-size:11px; width:450px; height:40px; }
	.imagegallery {vertical-align:top; padding:0;}
	.imagegallery td { text-align:left; }
	.imagegallery2 { vertical-align:top; font-size:10px; font-weight:bold;}
	.imagegallerymain { text-align:left; }
/*	.imagegallerytitle { border-bottom:1px solid #9B0D1B; color:#9b0d1b; font-weight:bold; padding:0; margin:0; }*/

/* Styles TEXT on main photos */
	TD.rsccaption { TEXT-ALIGN: center; vertical-align: top; font-size:70%; }
	td.image {color:#fff;}
/*
Miscellaneous / Legacy Styles
*/

.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#000;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }


/* Weekly Calendar styles */
#weekly { width:80%;}
tr.eventodd { font-size:9px; background:#ccc; color: #fff; }
tr.eventeven { font-size:9px; background:#fff; color: #fff; }
tr.calhdr { background:#ccc; }  
td.calhdrfont { font-size:16px; }
.calendar { margin:0; padding:3px; }
.calendar .event1 { font-size:9px; line-height:1em; margin:0 0 10px 0; padding:0; }
.info-off { font-size:12px; line-height:1em; margin:0 0 5px 0; padding:0; }
.info-on { font-size:12px; color:#c00 ; line-height:1em; margin:0 0 5px 0; padding:0; }

/* Calendar styles */
		  #calendar {
		  	width:97%;
			border-color:#900;
			font-size:10px;
			}
		  #calendar th {
			background:#900;
			color:#fff;
			}
		  #calendar tr.even {
			background:#fff;
			}
		  #calendar tr.odd {
			background:#e6e6e6;
			}
		  #calendar .odd td,#calendar .even td {
			border-color:#900;
			}
		  #calendar .date {
			background:#333;
			color:#fff;
			font-size:9px;
			}
		  #calendar .today {
			background:#900;
			}
		  #calendar .events li {
			border-color:#e6e6e6;
			font-size:9px;
			}
 		  #calendar strong {
			font-size:9px;
			}
		/* Event Details - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventdetail {
			border-color:#900;
			}
		  #eventdetail .info {
			color:#20621A;
			font-size:12px;
			}
		  #eventdetail .resource {
			border-color:#900;
			}
		  #eventdetail .type {
			background:#900;
			border-color:#900;
			color:#fff;
			font-size:10px;
			font-weight:bold;
			}
		  #eventdetail td {
			border-color:#900;
			}
		/* End Event Details */
		
		/* Event Type Selector - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventtype {
		  	width:97%;
			border-color:#900;
			font-size:10px;
			margin:10px 0px 0px 0px;
			}
		  #eventtype td {
			background:#f7f7f7;
			}
		  #eventtype th {
			background:#900;
			color:#fff;
			}
		/* End Event Type Selector Styles */

.logo { font-size:16px; color:#fff; background:#808080; }
.poll { color:#000; background:#ccc; }
.pollitem { font-size:11px; color:#000; text-align:left; }
.gutter { background:#090; }
.copyright { font-size:9px; }
.content { color:#000; }
.header { font-size:10px; color:#fff; background:#000; }
.sorted { font-size:10px; color:#ff0; background:#000; }
.detail0 { font-size:10px; background:#fffadc; }
.detail1 { font-size:10px; background: #eee8aa; }

/* NoMenus.asp style */
#nomenus {
  margin:0px;
  background:#FFF;
  padding:0px 0px 0px 0px;
  height:20px;
  }

#nomenus .popheader {
  margin:0px;
  background:#63937D;
  padding:10px 0px 0px 0px;
  height:10px;
  }
#nomenus .popcontent {
  margin:0px;
  background:#CCC;
  padding:10px 10px 10px 10px;
  }
#nomenus .popfooter {
  margin:0px;
  background:url(/images/bluebg.gif) yes-repeat top left;
  padding:10px 0px 0px 0px;
  }

/* miscellaneous styles */
.button { font-size:10px; }
.error { color:#c00; }
.header { color:#fff; font-size: 15px; }
.info { color: #900; }
.reccnt { color:#900; }
.sorted { font-size:10px; color:#ff6; }
.tblhead { font-weight:bold; background:#ccc; }

.divider { background:#000; }
.question { font-weight:bold; font-size:14px; color:#fff; background:#900; }
.forum { font-size:12px; color:#fff; background:#333; }
.forumsub { font-size:12px; color:#fff; background:#ccc; }

  .resource { margin:15px; }
  img.resource { margin:3px; border:0px; }

  
/*Marketplace Cart and Checkout Styles */
/*
Content Area
*/
  #cart {
  	background:url(/images/contentbg.gif) top right repeat-y #fff;
  	padding:10px;
	vertical-align:top; }
  #cart .text a {
  	color:#069; }
  #cart .text a:hover {
  	color:#999; }
  #cart .contentsearch {
	font-size: 10px;
	}
  #cart td table { font-size:13px; }

   #cart .h1 { font-family:Georgia,"Times New Roman",Times, serif; font-weight:normal; font-size:23px; color:#236659; padding-top:3px; }
   #cart .h2 { font-size:15px; font-weight:bold; text-transform:uppercase; color:#900; }
   #cart .h3 { font-size:15px; font-weight:bold; font-style:italic; color:#236659; }
   #cart .h4 { font-size:13px; font-weight:bold; }
   #cart .h5 { font-size:13px; font-weight:normal; }
   #cart .h6 { font-size:13px; font-weight:bold; font-style:italic; }
   #cart .subheader { font-size:15px; font-weight:bold; color:#900; }
   #cart p { font-size:.8em; }


/*Product Details */
.proddetails td {
  vertical-align: top;
  }
.proddetails .imgdisplay {
  padding-right: 10px;
  }
.proddetails .imgdisplay img { border:0; }

.checkout {
  vertical-align: top;
  text-align: left;
  font: normal 11px  "lucida grande", tahoma, verdana, sans-serif;
  padding: 10px;
  }
.checktout td {
  vertical-align: top;
  }
.checkout h3 {
  font: bold 14px  "lucida grande", tahoma, verdana, sans-serif;
  margin: 20px 0px 10px 0px;
  color: #fff;
  background: #20621A;
  padding: 5px;
  }
.checkout a {
  color: #06c;
  text-decoration: none;
  }
.checkout a:hover {
  color: #c00;
  }
.checkout .cartheader td {
  padding: 5px;
  border: 1px solid #20621A;
  background: #D44300;
  color: #fff;
  font: bold 9px  "lucida grande", tahoma, verdana, sans-serif;
  text-align: center;
  }
.checkout .cartline td {
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  text-align: center;
  }
.checkout td.cvv2 {
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: top;
  }
.checkout div.check {
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: bottom;
  }
.checkout td.shipsame {
  font: bold 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: top;
  }
  .checkout td.shipsame span {
    display: inline;
	vertical-align: middle;
	}
.checkout .cartlinealt td {
  padding: 5px;
  border: 1px solid #039;
  background: #fff;
  text-align: center;
  }
.checkout .carttotal td.total {
  padding: 5px;
  border: 1px solid #000;
  background: #20621A;
  text-align: center;
  color: #fff;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  }

.checkout .cartbuttons {
  text-align: right;
  }
.checkout .cartbuttons img {
  margin: 20px 0 0 0;
  }

.checkout .cartnotax p {
  text-align: right;
  padding: 10px 0;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  color: #c00;
  }


.required {
  color: #c00;
  }

/* Product View */

.proddisplay {
  vertical-align: bottom;
  text-align: center;
  padding: 10px
  }
.proddisplay p {
  margin: 0px;
  }
.proddisplay img {
  margin: 0 0 5px 0;
  }
.proddisplay span {
  display: block;
  }
.proddisplay .details {
  font: normal 11px  "lucida grande", tahoma, verdana, sans-serif;
  }
.proddisplay .details a {
  color: #039;
  text-decoration: none;
  }
.proddisplay .details a:hover {
  color: #c00;
  }

.prodname {
  padding: 3px;
  font: bold 13px  "lucida grande", tahoma, verdana, sans-serif;
  width: 152px;
  }
.flags {
  padding:3px;
  font: bold 11px  "lucida grande", tahoma, verdana, sans-serif;
  color: #fff;
  display:block;
  background:#20621A;
  }
.price {
  padding: 3px;
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  }
.item {
  padding: 3px;
  font: bold 9px  "lucida grande", tahoma, verdana, sans-serif;
  }

.prodtype {
  float: right;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  background: #666;
  padding: 10px;
  color:#fff;
  }
.prodtype a {
  color: #ff0;
  text-decoration: none;
  }
.prodtype span {
  padding: 0px 0px 0px 10px;
  display: inline;
  vertical-align: middle;
  }
.prodtype form {
  margin: 0;
  padding: 0;
  }
.err {
  color: #c00;
  }
div.err {
  border: 1px solid #c00;
  background: #fff url(/images/alert.gif) no-repeat 1% 50%;
  margin: 0 auto 15px auto;
  padding: 10px 10px 10px 65px;
  font: normal 12px "lucida grande", tahoma, verdana, sans-serif;
  }

