/* START INDEX STYLES */

/* START COMMONLY USED STYLES */
a {
	text-decoration:none;
	color: #ffffff;

}
a  {
	color: #DC7F06;
}

a:hover {
	color: #DC7F06;
	text-decoration:underline;
}
.border_color {
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;		
}
/* ART DETAILS PAGE */
input,submit,select,textarea {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva;
}
/* title headers with arrow */
.title_filler_left {
	width: 167px;
	margin:0px;
	padding:0px;
	top: 0px;
	position: relative;
	
}
.title_filler_left span {
	width: 167px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #DC7F06;
}
.title_filler_right {
	
	margin: 0px;
	padding: 0px;
	top: 0px;
	
	position: relative;
	
}
.title_filler_right span {
	width: 305px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	left: 0px;
	color: #DC7F06;
}
/* END COMMONLY USED STYLES */

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++												+++++++++++++++++++
++++++++++++++++++++	START TEMPLATE22.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++												+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* START EVENT CONTAINER */
.event_containter {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.event_text {
	display: block;
	position: relative;
	float: left;
	top: 0px;
	color: #ffffff;
}
/* END EVENT CONTAINER */


/* START RESOURCE ARTICLE INFORMATION */
.resource_containter {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.resource_image_containter {
	display: block;
	position: relative;
	float: left;
	width: 62px;
	height: 62px;
	background-color: #B6B5B0;
}

.resource_image {
	display: block;
	position: relative;
	margin-top: 1px;
	margin-left: 1px;
}
.resource_article_text_1 {
	display: block;
	position: relative;
	float: left;
	margin-left: 0px;
	top: 0px;
	color: #ffffff;
	width: 167px;
}

.resource_article_text_1_nothumb {
	display: block;
	position: relative;
	float: left;
	margin-left: 0px;
	top: 0px;
	color: #ffffff;
	width: 167px;
}

.resource_article_text_2_nothumb {
	display: block;
	position: relative;
	float: left;
	margin-left: 0px;
	top: 0px;
	color: #ffffff;
	width: 282px;
}

.resource_article_text_2 {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	top: 0px;
	color: #ffffff;
	width: 220px;
}
/* END RESOURCE ARTICLE INFORMATION */

/* START FEATURED MINISTRIES INFORMATION */
#featured_ministries {
	display: block;
	margin-left: 0px;
	margin-top: 3px;
	font-weight: bold;
	height: 15px;
}
#featured_ministries a {
	color: #DC7F06;
}
#featured_ministries a:hover {
	color: #DC7F06;
	text-decoration:underline;
}
/* END FEATURED MINISTRIES INFORMATION */


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++												+++++++++++++++++++
++++++++++++++++++++	END TEMPLATE21.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++												+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++														+++++++++++++++++++
++++++++++++++++++++	START TEMPLATE21-SECONDARY.CFM PAGE CLASS AND IDS	+++++++++++++++++++
++++++++++++++++++++														+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* START MINISTRY ARTICLE INFORMATION */
.ministry_containter {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 10px;
	
}

.ministry_image_containter {
	display: block;
	position: relative;
	float: left;
	width: 112px;
	height: 148px;
	background-color: #454545;
}

.ministry_image {
	display: block;
	position: relative;
	margin-top: 6px;
	margin-left: 6px;
}
.ministry_article_text {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	top: 0px;
	color: #ffffff;
	width: 370px;
}
.ministry_article_text a {
	color: #DC7F06;
}
.ministry_article_text a:hover {
	color: #DC7F06;
	text-decoration:underline;
}
.ministry_update_date {
	color: #B2B2B2;
	font-style: italic;
}
/* END MINISTRY ARTICLE INFORMATION */

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++														+++++++++++++++++++
++++++++++++++++++++	END TEMPLATE21-SECONDARY.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++														+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/



/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
++++++++++++++++++++	START TEMPLATE21-TRI.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.back_blue {
	display: block;
	float: left;
	background-image: url(../../images/template21/back_blue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
	width: 748px;
}
/* START EVENT INFORMATION */
#event_long_container {
	display: block;
	position: relative; 
	width: 488px;
	margin-left: 0px;
}
.event_long_date {
	top: 10px;
	color: #ffffff;
}
.event_long_title {
	color: #C5BC8C;
	font-size:12px;
	font-weight: bold;
}
.event_long_teaser {
	color: #ffffff;
}
.event_long_teaser a {
	color: #DC7F06;
	
}
.event_long_teaser a:hover {
	color: #DC7F06;
	text-decoration:underline;
}
.event_dash_gold {
	display: block;
	float: left;
	height: 1px;
	background-image: url(../../images/template21/event_dash_gold.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 330px;
}
/* END EVENT INFORMATION */

/* START FEATURED RESOURCES */
/* START RESOURCE ARTICLE INFORMATION */
.resource_containter_tri {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.resource_image_containter_tri {
	display: block;
	position: relative;
	float: left;
	width: 64px;
	height: 64px;
	background-color: #EDEDED;
}

.resource_image_tri {
	display: block;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
}
.resource_article_text_tri {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	top: 0px;
	color: #ffffff;
	width: 400px;
}
.resource_article_text_tri a {
	color: #DC7F06;
	
}
.resource_article_text_tri a:hover {
	color: #DC7F06;
	text-decoration:underline;
}
/* END RESOURCE ARTICLE INFORMATION */
/* END FEATURED RESOURCES */



/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
++++++++++++++++++++	END TEMPLATE21-TRI.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/





/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
++++++++++++++++++++	START TEMPLATE21-QUAD.CFM PAGE CLASS AND IDS	+++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.title_filler_ministry {
	color: #C5BC8C;
	font-size: 12px;
	font-weight: bold;
}

/* START MINISTRY SECTION INFORMATION */
.ministry_link_arrow {
	background-image: url(../../images/template22/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ministry_link_arrow span {
	display: block;
	margin-left: 10px;
}

.ministry_section_quad {
	width: 249px;
}
.ministry_menu {
	width: 228px;

}

.ministry_section_containter {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	color: #ffffff;
	margin-bottom: 15px;
}

.ministry_section_image_containter {
	display: block;
	position: relative;
	float: left;
	width: 74px;
	height: 74px;
	background-color: #EDEDED;
}
.ministry_section_image {
	display: block;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
}
.ministry_section_article_container {
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;
	top: 15px;
	color: #ffffff;
	width: 390px;
}
.ministry_section_title {
	color: #C5BC8C;
	font-size: 12px;
	font-weight: bold;
}
/* END MINISTRY SECTION INFORMATION */
 /* START RESOURCES */
.resource_article_text_long {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	top: 0px;
	color: #000000;
	width: 407px;
}
.resource_article_text_long a {
	color: #D9B630;
	font-weight: bold;
}
.resource_article_text_long a:hover {
	color: #D9B630;
	text-decoration:underline;
}
/* END RESOURCES */



#event_container {
	display: block;
	position: relative; 
	width: 200px;
	margin-left: 14px;
}
.event_date {
	top: 10px;
	color: #ffffff;
}
.event_title {
	color: #C5BC8C;
	font-size:12px;
	font-weight: bold;
}
.event_teaser {
	color: #ffffff;
}
.event_teaser a {
	color: #DC7F06;
}
.event_teaser a:hover {
	color: #DC7F06;
	text-decoration:underline;
}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
++++++++++++++++++++	END TEMPLATE21-QUAD.CFM PAGE CLASS AND IDS		+++++++++++++++++++
++++++++++++++++++++													+++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

a.abc {
	color: #ffffff;
	text-decoration:none;
}

a.abc:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* Blog Styles - Colors */

.blogmastertitle { color: #FFFFFF; } /* Blog Title - not currently used */
.blogdate { color: #BDBDBD; } /* Date at the top */
.blogtitle { color: #FFFFFF; } /* Topic Title */
.blogbottom { color: #BDBDBD; } /* Date at the bottom */
.blogcomment { color: #FFFFFF; } /* About, Archives, etc. */
.blogcommentbody { color: #FFFFFF; } /* Comment Body */
.blogthumbnail { border: 5px solid #000000;  } /* Thumbanil background */
.genform input,submit,select,textarea { background-color: #000000; color: #FFFFFF} /* Comment Body */