﻿body
{
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url( '../images/bg_no_fade.jpg' );
    background-repeat: repeat-x;
    background-color: #d7eaf7;
    color: #000;
    margin:0px;
    padding:0px;
}

.doc_body
{
    height:1100px;
    width: 933px;
    text-align: left;
    background-image: url( '../images/doc_body.png' );
    background-repeat: no-repeat;
}


.search
{
    color: #ffffff;
    margin-top: 10px;
    margin-right: 50px;
    float: right;
    height: 30px;
   /* border: 1px solid #ffffff;*/
}

.quick_links
{
    clear: both;
    margin-top: 75px;
    height: 60px;
    float: right;
    color: #ffffff;
    font-weight: bold;
    /*border: 1px solid pink;*/
}

.quick_links a
{
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    text-align: center;
    text-decoration: underline;
    color:#ffffff;
}
.quick_links .online_services
{
    margin-right: 38px;
}

.quick_links .themix
{
    margin-right: 30px;
    margin-top: 8px;
}

.quick_links .directions
{
    margin-right: 40px;
    margin-top: 8px;
}

.quick_links .online_giving
{
    margin-right: 30px;
}

.primary_navigation
{
    width:100%;
    height: 40px;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    /*border: 1px solid red;*/
}

.primary_navigation a
{
    float: left;
    width: 140px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #ffffff;
}

.primary_navigation .home
{
    font-size: 18px;
    margin-top: -5px;
    margin-left: 10px;
}

.primary_navigation .about
{
    margin-top: 10px;
    margin-left: 0px;
}

.primary_navigation .get_connected
{
    margin-top: 10px;
    margin-left: 0px;
}

.primary_navigation .services
{
    margin-top: 10px;
    margin-left: -10px;
}
.primary_navigation .news_letter
{
    margin-top: 10px;
    margin-left: -10px;
}

.primary_navigation .members
{
    margin-top: 10px;
    margin-left: -15px;
}

.primary_navigation .check_out
{
    margin-top: 10px;
    margin-left: -30px;
}

.main_content_wrapper
{
    float:left;
    margin-left: 20px;
    margin-top:10px;
    /*border: 1px solid green;*/
    
}

.footer_content
{
    float:left;
    width:840px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    background-color:#1d88cc;
    padding:10px;
    border:2px solid #051242;
    text-align:center;
    margin: 0px auto; /* for IE8 center */
    text-align: center; /* for IE */
    text-align: -moz-center; /* Mozilla Firefox alignment */
    
    margin-left:30px;
    
}

.green_button
{
    background-color: #1abf31;
    color: #ffffff;
}

/*==========================================================
Home page specific
==========================================================*/


.blue_square
{
    float:left;
    background-position:0px 10px;
    width: 459px;
    height: 320px;
    text-align: left;
    vertical-align: top;
    background-image: url(    '../images/blue_square_460x312.png' );
    background-repeat: no-repeat;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px;
    margin-top:-10px;
  /*  border: 1px solid #000;*/
}


.blue_square .copy
{
    width: 400px;
    height:312px;
    padding: 20px 10px 10px 20px;
    
}

.video_holder
{
    float:left;
    margin-left:10px;

}


.major_events
{
 float:left;
 margin-top:10px;
 height:125px;
  width: 900px;

}

.major_event_table
{
   width:260px;
}

.major_events img
{
    border:1px solid #000;
    
}

.major_events .image_column
{
   padding:0px 4px 0px 4px;
   height:90px;
}

.major_events .text_column
{
   text-align:center;
   /*border:1px solid #000;*/
}


.major_event_green
{
   float:left;
   background-image: url( '../images/major_upcoming_events_gn.png' );
   background-repeat: no-repeat;
   width:280px;
   height:113px;
   padding:10px 0px 0px 10px;
   
}

.major_event_orange
{
   float:left;
   background-image: url( '../images/major_upcoming_events_orng.png' );
   background-repeat: no-repeat;
   width:280px;
   height:113px;
   padding:10px 0px 0px 10px;
   margin-left:5px;
   
   
}

.major_event_red
{
   float:left;
   background-image: url( '../images/major_upcoming_events_rd.png' );
   background-repeat: no-repeat;
   width:280px;
   height:113px;
   padding:10px 0px 0px 10px;
   margin-left:5px;
   
}

.upcoming_events
{
   float: left;
   width: 900px;
   color: #000;
   font-weight: bold;
   margin-top:0px;
   height:240px;
   background-image: url( '../images/upcoming_events_bg.png' );
   background-repeat: no-repeat;
   padding-top:20px;
   padding-left:8px;
   
   /*border: 1px solid #ffffff;*/
}

.upcoming_event
{
   float:left;
   width: 279px;
   height: 62px;
   margin-right:5px;
   text-align: left;
   background-image: url( '../images/upcoming_event_block.png' );
   background-repeat: no-repeat;
   padding:10px 5px 0px 5px;
   text-align:center;
   
}


/*==================================================================
SUB PAGE STANDARDS
===================================================================*/

.subpage_content_wrapper
{
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    /*min-height:680px;*/
     /*border: 1px solid green;*/
}

.subpage_content_wrapper .dynamic_size_holder
{
    float:left;
    width:652px;
    height:690px;
    overflow:auto;
    padding-top:10px;
}

.subpage_content_wrapper .InDashDisplay
{
  float:left;
  width:649px;
  min-height:690px;
  background-color:#fefbf6;
  background-image: url('../images/content_bg.jpg' );
  background-repeat: no-repeat; 
  padding-left:10px;
  padding-right:10px;
  
  border-right:solid 2px #d0d0d0;
  border-bottom:solid 2px #d0d0d0;
  border-left:solid 1px #d0d0d0;
  
  margin-bottom:10px;

  /*border:1px solid #000000;*/
}



.subpage_content_wrapper h1
{
    float:left;
    color:#ffffff;
    width:660px;
    background-image: url(  '../images/h1_header_bar.png' );
    background-repeat: no-repeat;
    font-size:22px;
    padding:5px;
    margin-left:-11px;
    border:1px solid #000000;
    margin-top:-10px;
}

.subpage_content_wrapper h2
{
  font-size:18px;
  font-weight:bold;
}

.subnavigation
{
 float:right;
 background-color:#ffffff;
 color:#000000;
 margin-top:-10px;
 margin-left:10px;
 width:195px;
 border-right:solid 2px #d0d0d0;
 border-bottom:solid 2px #d0d0d0;
 border-left:solid 1px #d0d0d0;
 
}

.subnavigation .subnav_title
{
    color: #ffffff;
    /*background-color: #33CC33;*/
    background-image: url(  '../images/subnav_header.png' );
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 5px;
    border-bottom:1px solid #000000;
}

.subnavigation .subnav_body
{
 margin-left:-10px;
}
.subnavigation .subnav_body
{
  line-height:25px;
}

.subnavigation .subnav_body a
{
    color:#000000;  
}

/*==================================================================
Page Specific
====================================================================*/
.staff_wrapper
{
  float:left;
  width:652px;
  background-color:#fefbf6;
  background-image: url('../images/content_bg.jpg' );
  background-repeat: no-repeat; 
  padding-left:10px;
  padding-right:10px;
}

.staff_wrapper h1
{
    float:left;
    color:#ffffff;
    width:660px;
    background-image: url(  '../images/h1_header_bar.png' );
    background-repeat: no-repeat;
    font-size:22px;
    padding:5px;
    margin-left:-10px;
    border:1px solid #000000;
    margin-top:-10px;
}
.staff_wrapper .seperator
{
    background-color: #f37403;
    height:2px;
    border:1px solid #000000;
}

.calendar_wrapper
{
    float:left;
}

.calendar_wrapper h1
{
    float:left;
    color:#ffffff;
    width: 865px;
    background-image: url(  '../images/h1_header_bar_fullpg.png' );
    background-repeat:repeat-x;
    /*background-repeat: no-repeat;*/
    font-size:22px;
    padding:5px;
    border:1px solid #000000;
    margin-left:-1px;
    
}

.maincalendar
{
    background-position: right top;
    width: 875px;
    background-color: #fefbf6;
    background-image: url( '../images/content_bg.jpg' );
    background-repeat: no-repeat;
}

.calendar_toolbar
{
  clear:both;
  text-align:right; 
  padding:10px
  
}
.google_map_holder
{
  text-align:center;
  border:1px solid #000000;
  width:425px;
  height:350px;
}


.search_results_wrapper
{
    float:left;
    background-position: right top;
    width: 875px;
    background-color: #fefbf6;
    background-image: url( '../images/content_bg.jpg' );
    background-repeat: no-repeat;
    border:1px solid #000;
    margin-bottom:10px;
}

.search_results_wrapper h1
{
    float:left;
    color:#ffffff;
    width: 865px;
    background-image: url(  '../images/h1_header_bar_fullpg.png' );
    background-repeat:repeat-x;
    /*background-repeat: no-repeat;*/
    font-size:22px;
    padding:5px;
    border:1px solid #000000;
    margin-left:-1px;
    
}

.search_results_result_item
{
    float:left;
    width: 850px;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:10px;
}

.search_results_result_item .InDashSearchLink
{
    color: #003399;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom:10px;
}

.search_results_result_item .InDashSearchLink a
{
    color: #003399;
}

.search_results_result_item .InDashMatchText
{
    color: #000000;
}

.search_results_seperator
{
    float: left;
    background-color: #33CC33;
    height: 2px;
    width: 850px;
    border: 1px solid #000000;
}

.search_results_wrapper_inner
{
    padding:5px;
}


.event_details_wrapper
{
    float:left;
    background-position: right top;
    width: 855px;
    background-color: #fefbf6;
    background-image: url( '../images/content_bg.jpg' );
    background-repeat: no-repeat;
    border:1px solid #000;
    padding:10px;
    font-size:14px;
    line-height:18px;
    min-height:680px;
}

.event_details_wrapper h1
{
    float:left;
    color:#ffffff;
    width: 865px;
    background-image: url(  '../images/h1_header_bar_fullpg.png' );
    background-repeat:repeat-x;
    /*background-repeat: no-repeat;*/
    font-size:22px;
    padding:5px;
    border:1px solid #000000;
    margin-left:-10px;
    margin-top:-10px;
    
}

.service_time
{
    color: #0033CC;
    font-weight: bold;
    font-size: 14px;
}

/*============================================================================================
Online Giving

============================================================================================*/

.small{
	font:normal 11px Arial !important;
}
.smallRed{
	font:normal 11px Arial !important;
	color:#ff0000 !important;
}

.dropshadow {
	position:static;
	width:100%;	/*   8px for dropshadow, + 8px to distance from body edge = 16px margins top and left */
    margin:2px 0px 0px 2px;
    padding:0;
	overflow:visible; 
	background-color:#d0d0d0;
}
.dropshadow .content {	/* By moving the contents up and to the left, we reveal the background of it's container*/
	position:relative;
	z-index:2;
	top:-2px;
	left:-2px;
	padding:5px;
	background-color:#f1f1f1;
}
.dropshadow .content1 {	/* By moving the contents up and to the left, we reveal the background of it's container*/
	position:relative;
	z-index:2;
	top:-1px;
	left:-2px;
	padding:5px;
	background-color:#f1f1f1;   
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.prompt{
    vertical-align:bottom;
    text-align:right;
    font:normal 12px Arial;
}


.confirmPrompt{
    vertical-align:top;
    text-align:right;
    font:bold 12px Arial;
    color:#555;
}

.header{font:normal 13px Arial;color:#005daa;}
.largeHeader{font:bold 16px Arial;color:#005daa;}

/*==========================================================================
Members Section

===========================================================================*/
.members_login_wrapper
{
    float:left;
    background-position: right top;
    width: 855px;
    background-color: #fefbf6;
    background-image: url( '../images/content_bg.jpg' );
    background-repeat: no-repeat;
    border:1px solid #000;
    padding:10px;
    font-size:14px;
    line-height:18px;
    min-height:650px;  
    margin-bottom:10px;
    text-align:center;
    
}

.members_login_wrapper h1
{
    float:left;
    color:#ffffff;
    width: 865px;
    background-image: url(  '../images/h1_header_bar_fullpg.png' );
    background-repeat:repeat-x;
    /*background-repeat: no-repeat;*/
    font-size:22px;
    padding:5px;
    border:1px solid #000000;
    margin-left:-10px;
    margin-top:-10px;
    
}

.members_login_table_wrapper
{
  width:340px;
  margin-top:10px;
  background-color:#ffffff;
  border-right:solid 2px #d0d0d0;
  border-bottom:solid 2px #d0d0d0;
  border-left:solid 1px #d0d0d0;
  border-top:solid 1px #d0d0d0;
  text-align:left;
  

}



.audio_wrapper
{
  float:left;
  width:649px;
  min-height:690px;
  background-color:#fefbf6;
  background-image: url('../images/content_bg.jpg' );
  background-repeat: no-repeat; 
  padding-left:10px;
  padding-right:10px;
  border-right:solid 2px #d0d0d0;
  border-bottom:solid 2px #d0d0d0;
  border-left:solid 1px #d0d0d0;
  margin-bottom:10px;
}

.audio_wrapper h1
{
    float:left;
    color:#ffffff;
    width: 865px;
    background-image: url(  '../images/h1_header_bar_fullpg.png' );
    background-repeat:repeat-x;
    /*background-repeat: no-repeat;*/
    font-size:22px;
    padding:5px;
    border:1px solid #000000;
    margin-left:-10px;
}

.audio_subnav_wrapper
{
    margin-top:60px;
}

.online_audio_video table
{
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}
.online_audio_video th
{
    background-color:#4e7cb6;
    color:#ffffff;
    font-weight:bold;
    height:20px;
}

.online_audio_video td
{
    height: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    padding-left: 5px;
    border-right: 1px solid #CCCCCC;
}

.online_audio_video .altrow
{
    background-color: #96B1D3;
}

.online_audio_video .playbutton
{
    padding:7px 5px 5px 0px;
    background-color:#ffffff;
    border-right: 1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}

.online_audio_video .playbutton img
{
    border:0px;
}

.online_audio_video .datefield
{
    border-right: 1px solid #CCCCCC;
    
}