@charset "UTF-8";
/* CSS Document */


/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/* Body Properties
********************************************************************************************************/
body {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

html {
	background-image: url('images/bg.gif');
}

html, body {
	height: 100%
}

body {
	background-image: url('images/sunburst.png');
	background-position: center top;
	background-repeat: no-repeat;
}

a img {
	border: 0px;
}

/* IE 6 Warning
********************************************************************************************************/
.ie6Warning {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 10px 1px;
	width: 960px;
}

.ie6Warning h4 {
	background: transparent url(images/ie6-warning.gif) no-repeat scroll 0 50%;
	color: #D13236;
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 40px;
}

.ie6Warning-wrap {
	background: #E3E3E3 none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
	width: 100%;
}

span.red {
	color: #D13236;
	font-weight: bold;
}

/* Wrapper
********************************************************************************************************/
.wrap {
	margin: 0 auto -140px;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
********************************************************************************************************/
#header {
	margin-bottom: 74px;
	padding-top: 60px;
	position: relative;
	z-index: 999999;
}

/* Navigation
********************************************************************************************************/
#header #navigation {
	float: right;
	z-index: 999999;
}

#header #navigation li {
	float: left;
	list-style: none;
}

#header #navigation a {
	background-image: url('images/navigation.png');
	display: block;
	text-indent: -999em;
}

#navigation .nav_about_us a {
	height: 65px;
	width: 118px;
}

#navigation .nav_about_us a:hover {
	background-position: 0px 65px;
}

#navigation .nav_events a {
	background-position: -118px 0px;
	height: 65px;
	width: 82px;
}

#navigation .nav_events a:hover {
	background-position: -118px 65px;
}

#navigation .nav_teachings a {
	background-position: -200px 0px;
	height: 65px;
	width: 107px;
}

#navigation .nav_teachings a:hover {
	background-position: -200px 65px;
}

#navigation .nav_media a {
	background-position: -307px 0px;
	height: 65px;
	width: 70px;
}

#navigation .nav_media a:hover {
	background-position: -307px 65px;
}

#navigation .nav_blog a {
	background-position: -379px 0px;
	height: 65px;
	width: 64px;
}

#navigation .nav_blog a:hover {
	background-position: -379px 65px;
}

#navigation .nav_contact a {
	background-position: -438px 0;
	height: 64px;
	width: 113px;
}

#navigation .nav_contact a:hover {
	background-position: -438px 65px;
}

.dd {
	background-color: #0b0605;
	position: absolute;
	width: 130px;
	z-index: 99999;
}

.dd li {
	list-style: none;
}

.dd li a {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.dd li a:hover {
	background-color: #5F382F;
}

.about-us-dropdown {
	left: 414px;
	top: 125px;
}

.teachings-dropdown {
	left: 592px;
	top: 123px;
}

.media-dropdown {
	left: 697px;
	top: 123px;
}

.contact-dropdown {
	left: 834px;
	top: 123px;
}

/* Homepage Calendar
********************************************************************************************************/
#home-page-col .calendarBG td {
	background-color: #3F251F;
	padding: 3px 9px 3px 10px;
	margin: 6px !important;
	text-align: center;
}

#home-page-col .calendarBG .event {
	background-color: #A51C1C !important;
	font-weight: bold;
	padding: 0px !important;
}

#home-page-col .calendarBG a {
	color: #FFFFFF;
	padding: 7px 9px 8px 10px !important;
	text-decoration: none;
}

#home-page-col .calendarBG td:hover {
	background-color: #4F2F27
}

#home-page-col .event:hover {
	background-color: #8F1A1A;
}

#home-page-col .calendarBlank {
	background: none !important;
}

#home-page-col .calendarDayHeading {
	background: none !important;
	font-weight: bold;
}

#home-page-col .calendarToday {
	background-color: #5F392F !important;
}

/* Events Large Calendar
********************************************************************************************************/
#subpage-content-event .calendarBG td {
	background-color: #BFB6B3;
	padding: 10px;
	height: 100px;
	width: 140px;
	margin: 6px !important;
	text-align: center;
}

.calendarDayHeading {
	height: 30px !important;
}

#subpage-content-event .calendarBlank, #subpage-content-event .calendarCell, #subpage-content-event .calendarToday {
	vertical-align: top;
	text-align: left !important;
}

#subpage-content-event .calendarBG .event {
	background-color: #A51C1C !important;
	font-weight: bold;
	padding: 0px !important;
}

#subpage-content-event .calendarBG a {
	color: #310202;
	text-decoration: none;
	font-weight: bold;
}

#subpage-content-event .calendarBG a:hover {
	text-decoration: underline;
}

#subpage-content-event .event:hover {
	background-color: #8F1A1A;
}

#subpage-content-event .calendarBlank {
	background: none !important;
}

#subpage-content-event .event-link {
	padding-top: 5px;
}

#subpage-content-event .calendarDayHeading {
	background: none !important;
	font-weight: bold;
}

#subpage-content-event .day-number {
}

#subpage-content-event .calendarToday {
	background-color: #9F8981 !important;
}

.event {
	margin-bottom: 40px;
}

.event:last-child {
	margin-bottom: 0 !important;
}

/* Subpage
********************************************************************************************************/
#subpage {
	color: #310202;
	position: relative;
	padding-bottom: 100px;
}

#subpage h1 {
	margin-bottom: 10px;
}

#subpage p {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#subpage p:last-child {
	margin-bottom: 0px !important;
}

#subpage-content {
	background-color: #EBE7E6;
	border: 16px solid #281713;
	float: left;
	padding: 20px;
	width: 658px;
}

#subpage-content-event {
	background-color: #EBE7E6;
	border: 16px solid #281713;
	float: left;
	padding: 20px;
	width: 870px;
}

#subpage-width {
	width: 625px;
}

#subpage #nav_sub {
	margin: 13px 0 0 -37px;
}

#subpage #nav_sub li {
	list-style: none;
}

#subpage #nav_sub li a {
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 13px 10px 10px 60px;
	height: 15px;
	outline: none;
}

#input-rotation-wrap h2 {
	color: #FFFFFF;
	font-size: 17px;
	margin-top: 28px;
	margin-left: 23px;
}

#subpage #nav_sub li a:hover {
	text-decoration: underline;
}

#subpage #nav_sub .here {
	background-image: url('images/selected_small.png');
	background-repeat: no-repeat;
}

.series-desc {
	float: left;
	width: 270px;
}

.leader-desc {
	float: left;
	width: 460px;
}

.series-full {
	padding-top: 20px;
}

.series-desc h2 {
	padding-bottom: 10px;
}

.promo-img {
	border: 1px solid #AFAFAF;
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 10px;
}

.bio-img {
	border: 1px solid #AFAFAF;
	float: right;
	padding: 5px;
	margin: 0px 10px 10px 10px;
}

.series-push {
	border-bottom: 1px solid #9F9F9F;
	height: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 643px;
}

#pdf-notes {
	margin-top: 10px;
}

#pdf-notes li {
	background-image: url("images/pdf.png");
	background-repeat: no-repeat;
	list-style: none;
	margin-top: 6px;
	padding: 16px 0 20px 57px;
}

#pdf-notes li a {
	font-size: 12px;
	color: #9B1A1A;
	font-weight: bold;
	text-decoration: none;
}

#pdf-notes li a:hover {
	text-decoration: underline;
}

.view-more {
	background-image: url("images/view-more.png");
	z-index: 999999;
}

.read-more {
	background-image: url("images/read-more.png");
}

.view-more-btn {
	display: block;
	height: 37px;
	left: 170px;
	top: -20px;
	position: relative;
	width: 91px;
	z-index: 99999;
}

.subpage-more {
	left: 0px !important;
	text-indent: -999em;
	top: -10px !important;
}

/* Photo Gallery
********************************************************************************************************/
.photo-category {
	padding-bottom: 20px;
}

.photo-category h2 {
	padding-bottom: 3px;
}

.gallery-img {
	padding-right: 3px;
	padding-bottom: 3px;
}

/* Output/Input Banners
********************************************************************************************************/
#banners {
	z-index: 0;
	position: relative;
}

#output-rotation {
	background-image: url('images/banner-bg.png');
	float: left;
	height: 269px;
	width: 736px;
	position: relative;
}

#output-rotation li {
	list-style: none;
	position: absolute;
}

#output-rotation li img {
	margin-left: 11px;
	margin-top: 18px;
}

#input-rotation h3 {
	font-size: 12px;
}

#input-rotation-wrap {
	background-image: url('images/input-bg.png');
	float: right;
	height: 282px;
	position: absolute;
	right: 0;
	margin-top: -10px;
	width: 253px;
	z-index: 9999;
}

#input-rotation {
	margin: 28px 0 0 -37px;
}

.small-margin {
	margin: 0px 0 0 -37px !important;
}

#input-rotation li {
	list-style: none;
}

#input-rotation li a {
	color: #FFFFFF;
	text-decoration: none;	
	display: block;
	padding: 13px 10px 10px 60px;
	height: 35px;
	outline: none;
}

#input-rotation .current {
	background-image: url('images/selected.png');
	background-repeat: no-repeat;
}

#input-rotation .icon {
	float: left;
	padding: 0 20px 0 0;
}

#input-rotation h3 {
	margin: 2px 0 5px 0;
}


/* Home Page Columns
********************************************************************************************************/
#home-page-col {
	margin-top: 80px;
	padding-bottom: 40px;
}

.col-3span {
	float: left;
	width: 262px;
	z-index: 0;
}

.col-3span-div {
	float: left;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	width: 82px;
}

.col-box h3 {
	margin-bottom: 9px;
}

.col-box {
	background-color: #20110e;
	font-size: 11px;
	height: 220px;
	line-height: 1.8em;
	padding: 15px;
	z-index: 0;
}

.video-z {
	z-index: 0;
}

.vid {
	padding: 0px 0px 30px 0px !important;
}

.col-box p {
	margin-bottom: 15px;
}

.col-title {
	position: relative;
	top: 8px;
}

/* Blog
********************************************************************************************************/
.blog-post {
	padding-bottom: 20px;
	padding-top: 20px;
}

.headings {
	width: 635px;
	padding-bottom: 5px;
}

.headings h2 {
	float: left;
}

.blog-roll h2 {
	margin: 0 !important;
}

.blog-roll {
	margin-left: 25px;
	margin-top: 25px;
}

.blog-section {
	padding-bottom: 20px;
}

.headings h3 {
	color: #971717;
	float: right;
}

.nav_categories li a:hover {
	text-decoration: underline;
}

.nav_categories li a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_categories li {
	list-style: none;
	line-height: 1.5em;
	font-size: 12px;
}

.nav_categories {
	margin-top: 5px;
}

.rss-feed {
	background-image: url('images/rss.png');
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 3px 0 5px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.rss-feed:hover {
	text-decoration: underline;
}

.divider-post {
	border-top: 1px solid #AFAFAF;
	height: 2px;
	width: 100%;
}

/* Contact
********************************************************************************************************/
.text-field {
	background-color: #BFBFBF;
	border: 1px solid #AFAFAF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px;
	width: 230px;
}

#contact-table td {
	padding-bottom: 20px;
	vertical-align: middle;
}

.first-col {
	font-size: 13px;
	width: 75px;
}

.focus-field {
	background-color: #CFCFCF;
}

.send-btn {
	background-color: transparent;
	background-image: url('images/send.png');
	background-repeat: no-repeat;
	border: 0px;
	display: block;
	cursor: pointer;
	height: 37px;
	text-indent: -9999em;
	width: 91px;
}

.no-marg-pad {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer
********************************************************************************************************/
#footer {
	background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x;
	width: 100%;
}

#footer, .footer-push {
	height: 140px;
	clear: both;
}

.foot-wrapper {
	color: #9d8d89;
	font-size: 12px;
	padding-top: 20px;
	margin: 0 auto;
	width: 950px;
}

.footer-nav {
	float: left;
}

.footer-nav li {
	list-style: none;
	padding-bottom: 7px;
}

.footer-nav li a {
	color: #9d8d89;
	text-decoration: none;
}

#footer .credits {
	float: right;
	text-align: right;
}

#footer .credits li {
	list-style: none;
}

.reusser {
	color: #645956 !important;
	text-decoration: none;
}

.reusser:hover {
	text-decoration: underline;
}

.soc {
	padding-right: 5px;
}


/* Standard Classes
********************************************************************************************************/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}
