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


/* BODY */
body { 
	background: #A0973F url('../images/VCOP_tiling.jpg') repeat-x;
}
body, p, div, span, ul, ol, blockquote, td {
	font-family: Helvetica, Arial, San-serif;
	font-size: 12px;
	color: #554B26;
	line-height: 1.4;	
	margin: 0px;
}

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

/*
input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}
*/

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



/* GENERAL LINKS */
a:link, a:visited, a:active{
	font-weight: bold;
}
a:hover { 
	color: #6A8F8A;
	text-decoration: none;
}




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

.header {
	font-size: 13px;
	font-weight: normal;
	color: #4D431E;
	margin-top: 20px
	margin-bottom: 7px;
}
.header a:link, .header a:visited, .header a:active {
	color: #79938F;
	font-size: 17pt;
}

.h2 {
	color: #4D431E;
	font-size: 13px;
}
.h2 a:link, .h2 a:visited, .h2 a:active {
	color: #4D431E;
	font-size: 13px;
}
.h2 a: hover {
	color: #6A8F8A;
}

.header_light {
	font-size: 17pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 20px
	margin-bottom: 7px;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	color: #433914;
	line-height: 1.4;
	margin-top: 20px
	margin-bottom: 7px;
}
.title a:link, .title a:visited, .title a:active {
	color: #433914;
}
.title a:hover {
	color: #000000;
}

.title_light {
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 1.4;
	margin-top: 20px
	margin-bottom: 7px;
}

.row_title {
	color: #433914;
	font-size: 13px;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #433914;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.row_title a:hover {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

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


.sub_title {
	color: #433914;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 0px;
}

.page_title {
	color: #858065;
	font-size: 45px;
	font-weight: lighter;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_title {
	color: #4A3B27;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
	background: url('../images/link_ornament.png') no-repeat;
	padding: 0px 0px 10px 15px;
}

.page_section {
	color: #9D9132;
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding-top: 75px;
	padding-right: 5px;
	padding-bottom: 35px;
	text-align: right;
	text-transform: lowercase;
}



.quote {
	color: #333333
}
/*MODULE TITLE*/

.module_title {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 11px;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
}

.module_title a:hover {
	color: #695141;
	text-decoration: none;
}

.module_date {
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 15px;

}


.module_body {
	color: #666666;
	padding-bottom: 15px;
}

.module_button {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.module_button a:link, .module_button a:visited, .module_button a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 22px;
	background: url('../images/buttons/b_blank_button.png') no-repeat;
}

.module_button a:hover {
	text-decoration: none;
	background: url('../images/buttons/b_blank_button_on.png') no-repeat;
}

/*BLOG*/

.blog_title {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 11px;
}

.blog_title a:link, .blog_title a:visited, .blog_title a:active {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
}

.blog_title a:hover {
	color: #30251E;
	text-decoration: none;
}
.blog_archives_header {
	font-size: 15px;
	font-weight: normal;
	color: #4D431E;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	background-color: #94C9C2;
}


.page_description {
	padding-bottom: 30px;
}


.box { border: 1px solid #999999; }


.button {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
}
.button a:link, .button a:visited, .button a:active{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	margin: 2px;
}
.button a:hover { 
	background-color: #EEEEEE;
}


/* COLORS */
.theme_color {
	background-color: #CCCCCC;
}
.theme_color_compliment {
	background-color: #5184A7;
}
.theme_color_title_row {
	background-color: #9A9A9A;
}


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


.footer {
	font-size: 9px;
	color: #433914;
	line-height: 1.4;
	text-align: center;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #433914;
}
.footer a:hover {
	color: #B1D8D3;
}


/* LINKS */
.separator_row {
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.links_toggle_1 {
	color: #615730;
	font-size: 15px;
	text-align: right;
	padding: 5px 0px;
	padding-right: 25px;
	background: url('../images/sidelinks_icon.jpg') no-repeat center right;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #615730;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.links_toggle_1 a:hover {
	color: #678999;
}

.links_expand_1 {
	font-weight: normal;
}

.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:active { 
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #678999;
}
.links_active_1 a:hover {
	color: #615730;
}

.links_toggle_2 {
	font-size: 13px;
	text-decoration: none;
	color: #678999;
	margin-right: 5px;
	padding: 0px 20px;
	text-align: right;
	padding-bottom: 4px;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 13px;
	color: #678999;
	font-weight: normal;
	text-decoration: none;
}
.links_toggle_2 a:hover {
	color: #85B1C7;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 20px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_3 a:hover {
	color: #333333;
}
.links_expand_3 {
	height: auto;
}



.links_toggle_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 30px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_4 a:hover {
	color: #333333;
}
.links_expand_4 {
	height: auto;
}



.links_toggle_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 40px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_5 a:hover {
	color: #333333;
}
.links_expand_5 {
	height: auto;
}





/* MAIN LINKS */
.links_home_toggle_1 {
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #493F1A;
}
.links_home_toggle_1 a:link, .links_home_toggle_1 a:visited, .links_home_toggle_1 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #493F1A;
	padding: 0px 1px;
}
.links_home_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #6A8F8A;
}

.links_home_toggle_2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #817B68;
	padding: 2px 10px 3px 10px;
}
.links_home_toggle_2 a:link, .links_home_toggle_2 a:visited, .links_home_toggle_2 a:active {
	font-size: 11px;
	text-decoration: none;
	color: #817B68;
}
.links_home_toggle_2 a:hover {
	color: #91B0AC;
}



/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4A3B27;
	padding: 6px 15px 5px 15px;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 11px;
	text-decoration: none;
	color: #4A3B27;
	padding: 1px 0px 0px 17px;
	background: url('../images/link_ornament.png') no-repeat;
}
.links_main_toggle_1 a:hover {
	color: #F4ECCE;
	padding: 1px 0px 0px 17px;
	background: url('../images/link_ornament_on.png') no-repeat;
}






/* ARTICLES SECTION */
.articles_title{
	font-weight: bold;
	font-size: 14px;
}


.articles_date {
	color: #666666;
	font-style: italic;
	font-size: 10px;
}
.articles_author {
	font-weight: bold;
}
.articles_content {
	border-top: 1px solid #888888;
	padding: 10px 0px 20px 0px;
	margin-right: 25px;
}



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


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










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

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














/*-------------------*/
/*-------------------*/
/*-------------------*/
/* 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: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333; 
	background-color: #CCCCCC;
}




#action_results {
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 20px;
}






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



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

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





/* AUTO FORM VALUES */
.form_prompt {
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #BF8814;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #000000;
	font-weight: bold;
}

.form_note {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EEEEEE;
	color: #666666;
	font-size: 7pt;
	font-weight: normal;
}



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




/* LISTS */
.list_header {
	font-size: 8pt;
	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: 8pt;
	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: #666666;
	font-weight: bold;
}

.list_details {
	font-size: 8pt;
	color: #000000;
}



/* IMAGE ROLLOVERS */
.rollover
{
	display: block;
	background-position: 0px 200px;
	background-repeat: no-repeat;
}
.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
	background-position: 0px 0px;
}

.rollover:hover img {
	visibility: hidden;
}



/* MAIN */
#frame {
	width: 1042px;
	margin: 0px auto;
	background: url('../images/main_tiling.png') repeat-y 73px 0px;
	overflow: hidden;
}
#main_tiling {
	width: 1042px;
	min-height: 900px;
	margin: 0px auto;
	background: url('../images/VCOP_bg.jpg') no-repeat 73px 0px;
	overflow: hidden;
}
#main_links {
	margin-left: 71px;
}
#events_slideshow {
	overflow: hidden;
}
#events {
	width: 356px;
	float: left;
}
#events_list {
	width: 135px;
	margin-top: 45px;
	margin-left: 165px;
}
#slideshow {
	width: 628px;
	float: left;
	margin: 25px 0px 25px 2px;
}
#base {
	width: 1042px;
	margin: 0px auto;
}

.events_list_item {
	padding-top: 2px;
	padding-bottom: 5px;
}
.events_list_date {
	color: #718F9F;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.events_list_title {
	color: #545454;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
.events_list_title a {
	color: #545454;
	font-weight: normal;
}
.events_list_title a:hover {
	color: #796941;
}
.events_list_spacer {
	padding-top: 7px;
	border-bottom: 1px solid #AEA678;
}

#event_ads {
	width: 1042px;
	height: 190px;
	background: url('../images/event_ads_bground.jpg') no-repeat;
	margin-left: 83px;
	padding-top: 25px;
	padding-left: 30px;
}
#event_ads_module {
	width: 652px;
	height: 162px;
	background: url('../images/event_ads_module_bg.png') repeat-x;
	padding-left: 3px;
	float: left;
}
.event_ads_module_ad {
	width: 210px;
	float: left;
}
.event_ads_module_ad_desc {
	height: 38px;
	color: #949494;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	overflow: hidden;
}
.event_ads_module_ad_readmore {
	float: right;
	vertical-align: bottom;
}
#recent_sermon {
	width: 278px;
	height: 166px;
	background: url('../images/recent_sermon_bg.png') no-repeat;
	float: left;
	margin-top: -20px;
}
#recent_sermon_date {
	color: #010101;
	font-size: 9px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 37px;
	padding-right: 60px;
}
#recent_sermon_title {
	width: 132px;
	color: #EDE3CB;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 26px;
	padding-left: 38px;
}
#recent_sermon_title a {
	color: #EDE3CB;
	font-weight: normal;
}
#recent_sermon_title a:hover {
	color: #FFFFFF;
}
#recent_sermon_desc {
	width: 132px;
	height: 40px;
	color: #C5BFA6;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 38px;
	overflow: hidden;
}
#recent_sermon_arrow {
	width: 100px;
	height: 39px;
	float: right;
	padding-right: 100px;
}




#home_modules {
	width: 904px;
	min-height: 415px;
	margin-left: 83px;
	background: url('../images/module_bg_repeat.jpg') repeat-y;
}
#home_modules_container {
	width: 904px;
	background: url('../images/module_bg_top.jpg') no-repeat;
}
#home_modules_bg_container {
	width: 904px;
	background: url('../images/module_bg_bottom.jpg') no-repeat left bottom;
}
#news_section {
	width: 418px;
	float: left;
	padding-left: 42px;
}
#blog_section {
	float: left;
	padding-left: 42px;
	padding-bottom: 10px;
}
#ministries_section {
	width: 860px;
	padding-left: 42px;
	padding-bottom: 10px;
	background: url('../images/module_min_bg_bottom.jpg') no-repeat;
}

.home_stripe_header {
	width: 228px;
	height: 22px;
	float: right;
}
.home_header {
	padding-top: 10px;
}


.news_module_article {
	margin: 12px 0px;
	border-bottom: 1px solid #DFDFDF;
}
.news_module_article_date {
	width: 42px;
	height: 41px;
	float: left;
	background: url('../images/news_date_bg.jpg') no-repeat;
	color: #FEFEFC;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.0em;
	padding-top: 8px;
}
.news_module_article_content {
	width: 370px;
	float: left;
	padding-left: 5px;
}
.news_module_article_title {
	color: #363636;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 2px;
}
.news_module_article_body {
	color: #888888;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.news_module_article_readmore {
	height: 28px;
	float: right;
	padding-top: 8px;
}

.blog_module_article {
	width: 387px;
	margin: 12px 0px;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	margin-right:42px;
}
.blog_module_article_date {
	float: left;
	color: #363636;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.0em;
}
.blog_module_article_thumb {
	padding-top: 10px;
}
.blog_module_article_content {
	width: 270px;
	height: 96px;
	float: left;
	padding-left: 15px;
}
.blog_module_article_title {
	color: #363636;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 2px;
}
.blog_module_article_body {
	color: #888888;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.blog_module_article_readmore {
	height: 28px;
	float: right;
	padding-top: 8px;
}

#ministries_container {
	float: right;
	border-top: 1px solid #DFDFDF;
	margin-top: 10px;
	margin-right: 20px;
	padding-top: 10px;
}
.ministries_item {
	float: left;
	padding-right: 10px;
}
.ministries_item_desc {
	color: #000000;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: lowercase;
	padding-top: 3px;
}


#shell_frame {
	overflow: hidden;
	width: 930px;
	margin: 0px auto;
	background: url('../images/main_tiling.png') repeat-y;
}
#shell_main_tiling {
	overflow: hidden;
	width: 930px;
	margin: 0px auto;
	background: url('../images/VCOP_shell_bg.jpg') no-repeat;
}
#shell_main_links {
}
#shell_content_container {
	width: 880px;
	overflow: hidden;
	padding-top: 20px;
	margin-left: 33px;
	background: url('../images/shell_bg_bottom.jpg') no-repeat bottom right;
}
#shell_links {
	width: 195px;
	float: left;
	margin-right: 10px;
}
#shell_content {
	width: 575px;
	min-height: 650px;
	float: left;
	padding: 0px 60px 40px 40px;
	background: url('../images/shell_bg_top.jpg') no-repeat 0px 208px;
}
#shell_header_img {
	width: 637px;
	height: 257px;
	background: url('../images/shell_header_bg.png') no-repeat;
	margin-top: -10px;
	margin-left: -40px;
	padding-top: 18px;
	padding-left: 17px;
}
#shell_bg_right {
	width: 77px;
	float: left;
}
#shell_base {
	width: 930px;
	margin: 0px auto;
}


.drop_us_a_note {
	padding: 15px 0px 0px 135px; 
	text-align: middle;
}

.logged_in {
	color: #897041;
	font-size: 10px;
	font-weight: normal;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	color: #897041;
	font-size: 10px;
	font-weight: normal;
}

.logged_in a:hover {
	color: #F4ECCE;
}
