@charset "utf-8";
/* CSS Document */
/*
colors:
red: #950A03
light tan: #FAF4E6
dark tan: #CBBC9D
*/

/* {
	margin: 0;
	padding: 0;
}*/
body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, table, caption, thead, tfoot, tbody, tr, th, td, li, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
div.pageWrapper {
	text-align: left;
	margin: 37px auto;
	width: 1000px;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
div.header {
	background-image: url(../images/header_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 193px;
	position: relative;
}
div.contentWrapper {
	overflow: hidden;
	background-image: url(../Images/content_bkg.gif);
	background-position: bottom center;
	background-repeat: repeat-y;
	position: relative;
}
div.content {
	color: #666;
	width: 570px;
	float: left;
	margin-left: 20px;
}
div.sideBar {
	width: 187px;
	float: right;
	background-color: #FAF4E6;
}
div.navBar {
	width: 197px;
	float: left;
	padding: 4px 0 0 0;
}
div.footer {
	clear: both;
	text-align: center;
	background: #950A03;
	padding: 10px 0px;
	border-top: 1px solid #fff;
}
h1, h2, h3, h4 {
	color: #950A03;
}
h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1em;
}
h2 {
	font-size: 14px;
}
h3 {}
p {}
a, a img {
	color: #950A03;
	text-decoration: none;
	border: none;
}
table {
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
}
.right {
	float: right;
	margin: 0 0 0 20px;
}
.small { }

div.nav-top { height: 27px; position: absolute; top: 0; right: 0; }

div.navBar ul {
	list-style: none;
	margin: 0;
	margin-bottom: 288px; /*protects bottom image from being covered up*/
	padding: 0;
}

div.navBar ul li {
	margin: 0;
	padding: 0;
	padding: 0 0 0 20px;
	background: url(../Images/nav-bkg1.jpg) no-repeat;
}
div.navBar ul li.odd {
	background-image: url(../Images/nav-bkg2.jpg);
}

div.navBar ul li a {
	display: block;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
}

div.navBar ul li a:hover {
	font-weight: bolder;
	color: #000;
}

div.navBar ul li ul { margin: 0 10px 5px 0; margin-left: -7px; padding: 1px; background: #cabb9c; xxxwidth: 170px; }
div.navBar ul li ul li { padding: 0; margin: 0; background-image: none; xxxborder: 1px solid #000; overflow: hidden; }
div.navBar ul li ul li a { font-size: 12px; font-weight: normal; padding: 2px 4px; height: 1.5em; line-height: 1.5em; xxxdisplay: inline; }
div.navBar ul li ul li a:hover { background: #950A03; color: #fff; font-weight: normal; }

div.navBar span { margin: 0; padding: 0; height: 0; overflow: hidden; }


div.navBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/Images/sideNav_bottom.jpg);
	width: 197px;
	height: 279px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
div.content p {
	margin-bottom: .8em;
}
div.announcements {
	color: #000;
	background-color: #FAF4E6;
	font-size: 14px;
	padding: 8px;
	margin: 20px 0;
	clear: both;
}
div.announcements p {
	margin: 0;
}
div.sideBox, div.sideBar h3 {
	border: 1px solid #fff;
	margin: 0 auto;
}
div.sideBox {
	xxxfont-size: 10px;
	width: 152px;
	background-color: #CBBC9D;
	margin-bottom: 5px;
	border-top: 0;
	padding: 10px;
}
div.sideBar h3 {
	font-size: 14px;
	width: 172px;
	background-color: #950A03;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
div.sideBox h4 {
	font-size: 10px;
	margin-top: .5em;
}
div.sideBox p {
}
div.footer p {
	color: #fff;
}
div.footer a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
/* CMS Stuff */
/* Datepicker classes */

.calDayA {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #c3b694;
}

.calOtherMonthA {
	background-color:#ccf3fb;
	
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	border: 1px solid #c3b694;
}

.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}
.datepicker {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;

}
.datepick a {
	display: block;
	height: 20px;
}

.calToday {
	background-color:#FFFFCC;
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calDay {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	height:80px;
	padding:4px;
}

.calDayTitle {
	background-color:#ffd980;
	font-weight: bold;
	color: #000000;
}
.calOtherMonth {
	background-color:#e6e6e6;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	vertical-align:top;
	height:80px;
	font-size:10px;
	text-align:left;
	padding:4px;
}

.calTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #500a03;
}
.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}


.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;

}
.calDay a {  }
.xxxtext-box, #ctl00_Body_txtPrayerRequest { width: 400px; }
#ct100_CurrentEvents1_tblEvents {}
a.CalCurrentEventDate {}
a.CalCurrentEvent {}


.announce-holder { padding: .75em; border-bottom: 1px solid #999; overflow: hidden; }
.announce-body div, .announce-all { float: left; }
.announce-all { padding-left: 1em; font-style: italic; }
