@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 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: #333333;
	font-size:13px;
}
ul.block     { 
	padding:0; 
	padding-top:5px; 
	margin:0; 
	text-align:left; 
	font-weight:bold;
	color:#ffffff;  }
ul.block li  { 
	display:block; 
	padding-left:5px;
	line-height:1.5em;  }
ul.block li a {
	color:#ffffff;
	text-decoration:none; }
ul.block2     { 
	padding:0; 
	padding-top:1px; 
	margin:0 0 5px 0; 
	text-align:left; 
	font-weight:normal;
	color:#000000;
	border-bottom:1px #cccccc dotted; }
ul.block2 li  { 
	display:block; 
	padding-left:8px;
	line-height:1.2em;  }
ul.block2 li a {
	color:#ffffff;
	text-decoration:none; }
.alert {color:#CC0000;
	font-weight:bold;}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* 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. */
}
.twoColFixLtHdr #nav-image { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* 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. */
	background-color:#9999FF;}
.twoColFixLtHdr #subheader { 
	 
	padding: 0 0 0 0;  /* 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. */
	} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 294px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left:0px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0;
	border:0px #000000 solid;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:10px;
	padding-bottom:10px;
	padding-right:20px;
	padding-top:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-left:#cccccc 1px solid;*/
	border-left:0px #CCCCCC solid;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.stories { 
	padding-top:5px;
	padding-bottom:10px;
	}
.header-left { 
	float:left; }
.header-right {
	float:right;
	padding:8px 0 5px 0;
	 }
.search_box { padding-right:10px; }
.main-nav {
	float:left;
	width:300px;
	background-color:#9999FF; }
.main-image {
	float:right;
	width:500px; }
.subheader-left {
	border-right:#cccccc 0px solid;	
	float:left;
	width:299px;
	background-color:#cccccc;
	background-image:url(/template_images/blueGradientBar.jpg); 
	background-repeat:repeat-x;
	padding:0 0 0 0; }
.subheader-main {	
	float:right;
	width:500px;	
	background-color:#000000;
	background-image:url(/template_images/blueGradientBar.jpg); 
	background-repeat:repeat-x;
	padding:0 0 0 0; }/*top right bottom left */
.subheader-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:5px; }
.dk_grey_bold {
	color:#666666;
	font-weight:bold;
	font-size:12px; }

b.bt, b.bt b, b.bb, b.bb b {
	display: block; 
	height: 10px;
	font-size:1px;
	background:url(/template_images/grey.gif) no-repeat;
	position:relative}
b.bt {
	top: -3px; 
	left: -3px}
b.bt b {
	background-position:100% -10px; 
	left: 6px}
b.bb {
	background-position:0 -20px; 
	top:3px; 
	left: -3px}
b.bb b {
	background-position:100% -30px; 
	left: 6px}
#grey_border {
	border: #ddd 3px solid;
	}
#grey_border .oi {
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:0; }
#grey_border .section-title {
	font-size:13px;
	font-weight:bold;
	color:#FF9900; }
#servicetime ul.block     { 
	padding:0; 
	padding-top:0px; 
	margin:0; 
	text-align:left; 
	font-weight:bold;
	color:#cccccc;  }
#servicetime ul.block li  { 
	display:block; 
	padding-left:10px;
	line-height:1.5em;  }
#servicetime ul.block li a {
	color:#cccccc;
	text-decoration:none; }
#servicetime .bold {
	color:#cccccc;
	font-weight:bold; }
#popupwindow {
	background-color:#ffffff;
	width:100%;
	}	

.orange-navtitle {
	float:left;
	width:97%;
	background-image:url(/template_images/orangeGradient.jpg); 
	background-repeat:repeat-x;
	margin-top:10px;
	margin-left:3px;
	padding:3px;
	font-size:13px;
	font-weight:bold;
	color:#003366; }
.orange-container {
	float:left;
	width:97%;	
	margin:0 0 0 3px;
	padding:2px;
	border:1px #ff9900 solid;
	background-image:url(/template_images/orangeGradientBackground.jpg); 
	background-repeat:repeat-x; }
.chapel-container {
	float:left;
	width:269px;	
	margin:0 0 0 3px;
	padding-top:10px;
	padding-bottom:15px;
	border:1px #ff9900 solid;
	padding-left:20px;
	background-image:url(/template_images/orangeGradientBackground.jpg); 
	background-repeat:repeat-x;
	}
.more-photos {
	font-size:12px;
	font-weight:bold;
	color:#666666; }
.content-paragraph {
	border-bottom:2px #cccccc dotted;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#ffffff; }
.imageSpace {
	margin-top:10px;
	}



/*.main-content { margin-left:10px }*/
--> 


