



/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/


/* BODY */
body {
	background-image: url('../images/background_image.jpg');
	background-repeat: repeat-x;
	background-color: #322F2A;
	margin:0;
	padding:0;
	height:100%;
}
body, p, div, span, ul, ol, blockquote, td {
	font-family: Arial;
	font-size: 8pt;
	color: #443B1D;
}

hr {
	height: 0px;
	border: dashed #554E43 0px;
	border-top-width: 1px
}

.hr_repeat {
	width: 100%;
	height: 5px;
	background-image: url('../images/hr_repeat.gif');
	background-repeat: repeat-x;
}

/*
We wanted to justify all content.
But we can't put full justification on .custom_content (my pages) because if they
have centered text it gets overwritten with full justification.
So we need to also have a class that can be applied to center content, that will
overwrite this.
But even still it's not centering... so I don't think we can do it site wide
*/
/*
#main_content p, #main_content div {
	text-align: justify;
}
.center {
	text-align: center;
}
*/






/* IMAGE */
img {
border: 0px; border:none
}

/* add photograph border with shadow */
img.img_system
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-system.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_s
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_m
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_l
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

img.img_xl
{
	padding: 5px 6px 15px 10px;
	background-image: url(../images/graphics/image_bg-xl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_custom {
	background: url(../images/graphics/image_bg-xl.png) left bottom no-repeat;
	padding: 5px 6px 15px 10px;
	border-right: 1px solid #EEEEEE;
}

input, select, textarea
{
	font-size: 9pt;
}

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}

/* GENERAL LINKS */
a:link, a:visited, a:active
{
	color: #791617;
	text-decoration: none;
}
a:hover
{
	color: #AD0002;
	text-decoration: none;
}



/* ERROR REPORTING */
.alert {
	color: #B97200;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #B97200;
	}
.error {
	color: #B97200;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #B97200;
	}



/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/



.header {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #443B1D;
}

.header_light {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #C5C0AF;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	color: #443B1D;
}

.title_light {
	font-weight: bold;
	color: #C5C0AF;
}


.row_title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #791617;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6B5D40;
}

.row_title_light {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #C5C0AF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C5C0AF;
}

.row_title_normal {
	font-size: 12px;
	font-weight: bold;
	color: #791617;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6B5D40;
}


.sub_title
{
	color: #72744F;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.quote {
	color: #6B5D40;
}

.page_title {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 42px 0px;
	background-image: url('../images/title_splash.jpg');
	background-repeat: no-repeat;
}

.page_description {
	padding-bottom: 30px;
}



/* COLORS */
.theme_color { background-color: #6B5D40; }
.theme_color_compliment { background-color: #798028; }
.theme_color_title_row { background-color: #6B5D40; }


/* LIST ROW COLORS */
.color1 { background-color: #E7E0D2; }
.color2 { background-color: #C2BBA6; }



.button a:link, .button a:visited, button a:active
{
	color: #979381;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px;
	border: 1px solid #979381;
	background-color: #F9F6E0;
}
.button a:hover
{
	color: #F8F5DF;
	background-color: #7C7D38;
}



.account_info {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	color: #252118;
	text-align: right !important;
	margin-bottom: 4px;
} 
.account_info a:link, .account_info a:visited, account_info a:active { 
	color: #252118;
	text-decoration: none;
}

.account_info a:hover { 
	color: #ECEADE;
}

/* FOOTER */
.footer {
	font-size: 9px;
	color: #797469;
	line-height: 15px;
	text-align: center;
}
.footer a:link, .footer a:visited, .footer a:hover, footer a:active { 
	color: #797469;
	text-decoration: none;
	text-align: center;
}






/* LINKS */

.separator_row {
	text-transform: uppercase;
	color: #443B1D;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}




.links_toggle_1 {
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CDC9B9;
	text-transform: uppercase;
	margin: 10px 0px 0px 1px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	color: #CDC9B9;
	text-decoration: none;
	padding: 2px 0px 2px 12px;
}
.links_toggle_1 a:hover {
	color: #ECECEC;
	background-color: #A29E95;
}
.links_expand_1 {
	padding: 0px;
	margin: 0px;
}
.links_under_1 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
/* 
This needs to be after the above code because it gets overwritten 
*/
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	color: #8D877B;
	background-color: #FFFFFF;
}



.links_toggle_2 {
	font-size: 11px;
	color: #C6C0B3;
	margin: 3px 0px;
	padding: 0px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #C6C0B3;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
	
}	
.links_toggle_2 a:hover {
	color: #FFFFFF;
	background-image: url(../images/buttons/link_arrow.png);
	background-repeat: no-repeat;
}
.links_expand_2 {
	padding: 0px;
	margin: 0px;
}
.links_under_2 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active { 
	color: #FFFFFF;
	background-image: url(../images/buttons/link_arrow_active.png);
	background-repeat: no-repeat;
}


.links_toggle_3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_3 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_3 {
	padding: 0px;
	margin: 0px;
}
.links_under_3 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_4 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_4 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_4 {
	padding: 0px;
	margin: 0px;
}
.links_under_4 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_5 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_5 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_5 {
	padding: 0px;
	margin: 0px;
}
.links_under_5 {
	padding: 0px;
	margin: 0px;
}







/* ARTICLES SECTION */
.articles_title {
	font-weight: bold;
	font-size: 12pt;
}


.articles_date {
	color: #4C030E;
	font-style: italic;
}
.articles_author {
	font-weight: bold;
}
.articles_content {
	padding: 10px 0px 20px 0px;
}




.small {
	font-size: 7pt;
	color: #4C030E;
}


.disclaimer {
	font-size: 7pt;
	color: #4C030E;
}



/* BASIC */
.comment {
	color: #4C030E;
	text-transform: none;
	font-weight: normal;
	font-size: 9pt;
}

.comment a:link, .comment a:visited, .comment a:hover, .comment a:active {
	color: #4C030E;
}














/*-------------------*/
/*-------------------*/
/*-------------------*/
/* CSS STYLES FOR CMS*/
/*-------------------*/
/*-------------------*/
/*-------------------*/

/* CONTROLS THE PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
} 
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333; 
	background-color: #4C030E;
}




#action_results {
	width: auto;
	padding: 10px;
	margin: 20px;
}



.calendar_wrapper {
	width: 600px;
}


/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
} 



/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 9pt;
	color: #4C030E;
	font-weight: bold;
}

#nav_path .section {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}





/* AUTO FORM VALUES */
.form_prompt
{
	width: 100px;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	text-transform: none;
}
.form_prompt_error
{
	font-weight: bold;
	padding: 2px;
}
.form_input
{
	font-size: 9pt;
	color: #262117;
	text-transform: none;
}
.form_input_error
{
	color: #FFFFFF;
	background-color: #B97200;
	padding: 2px;
	font-weight: normal;
}
.form_comment {
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #262117;
	font-weight: bold;
}

.form_note
{
	display: block;
	padding: 3px;
	color: #4C030E;
	font-size: 9pt;
	font-weight: normal;
	border-color: #AB9B71;
	border-width: 1px;
	border-style: solid;
}




/* LISTS */
.list_header {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}

.list_header_dark {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #4C030E;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #252118;
	font-weight: bold;
}
.list_header_dark a:hover
{
	color: #363023;
}

.list_details
{
	font-size: 9pt;
	color: #333333;
	padding: 4px;
	vertical-align: middle;
	text-transform: inherit;
}
.list_details a:link, .list_details a:visited, .list_details a:active {
	color: #333333;
	font-weight: bold;
}
.list_details a:hover {
	color: #000000;
}





/* SIDE BAR */
.sidebar {
	padding: 0px 8px 50px 31px;
}
.sidebar_body {
	font-size: 9pt;
	padding-top: 5px;
	color: #333333;
}
.sidebar_title {
	font-size: 9pt;
	font-weight: bold;
	color: #443B1D;
	margin-top: 20px;
}
.sidebar_comment {
	font-size: 8pt;
	color: #333333;
	padding: 5px 0px;
}
.sidebar_action_results {
	font-size: 8pt;
	color: #333366;
}
.sidebar_form_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	margin: 4px 0px;
}
.sidebar_form_input {
	font-size: 8pt;
	color: #333333;
}


/* FAQ */
.faq_module_search {
	float: right;
	margin-bottom: 30px;
}
.faq_categories_list_title {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6b5d40;
}
.faq_category_title {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6b5d40;
}

.faq_category_list_column {
	width: 180px;
}

.faq_category_list {
	margin-bottom: 7px;
	font-size: 8pt;
}
.faq_category_list_current {
	color: #E9891E;
}
.faq_category_list_current a:link, 
.faq_category_list_current a:visited, 
.faq_category_list_current a:active {
	color: #E9891E;
}
.faq_category_list_current a:hover, .faq_category_list a:hover  { 
	color: #54320B; 
}

.faq_date { font-style: italic; }

.faq_details_title {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	color: #262117;
	margin-bottom: 5px;
}

.faq_details_section {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	margin-top: 15px;
	margin-bottom: 5px;
}


/* HOME */
.module_title {
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica;
	color: #C6C0B3;
	margin-bottom: 3px;
}

.module_title a:link, .module_title a:visited, .module_title a:active
{
	color: #C6C0B3 !important;
	text-decoration: none !important;
}

.module_title a:hover
{
	color: #9CA279 !important;
	text-decoration: none !important;
}

.module_author {
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.module_date {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	font-family: Helvetica;
	color: #9CA279;
	margin-bottom: 7px;
}

.module_body {
	font-size: 11px;
	font-family: Helvetica;
	color: #CCCCCC;
	margin-bottom: 9px;
}

.announcement_date {
	font-size: 12px;
	font-family: Helvetica;
	color: #7F8552;
	margin-bottom: 5px;
}

.announcement_header {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica;
	color: #554E43;
	margin-top: 5px;
	margin-bottom: 3px;
}

.announcement_header a:link, .announcement_header a:visited, .announcement_header a:active
{
	color: #554E43;
	text-decoration: none;
}

.announcement_header a:hover
{
	color: #7F8552;
	text-decoration: none;
}

.announcement_body {
	font-size: 11px;
	font-family: Helvetica;
	color: #837C70;
}

.calendar_day {
	font-size: 40px;
	font-family: Helvetica;
	color: #C6C0B3;
	text-align: center;
	padding-top: 26px;
}

.calendar_day a:link, .calendar_day a:visited, .calendar_day a:active
{
	color: #C6C0B3;
	text-decoration: none;
}

.calendar_day a:hover
{
	color: #E5D9C0;
	text-decoration: none;
}

.welcome_message {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 62px;
	padding-right: 24px;
}

.latest_sermon_date {
	font-size: 11px;
	color: #333333;
	padding-top: 16px;
	padding-left: 137px;
}

.latest_sermon_title {
	font-size: 12px;
	font-weight: bold;
	color: #302C26;
	padding-top: 0px;
}


/* IMAGE ROLLOVERS */
.rollover {
	display: block;
}

.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}


/* GOOGLE SEARCH */
#google_search_container {
	padding-top: 2px;
	padding-left: 85px;
}

.google_search_text {
	width: 172px;
	height: 10px;
	font-size: 10px;
}

.google_search_button {
	width: 48px;
	height: 19px;
	background: url('../images/google_search_button.jpg') no-repeat;
	border: 0px;
}