@charset "UTF-8";
/* CSS Document */
/* wrapper div holds all other elements of the layout and centers them in the browser */
#wrapper {
    width:980px;
    margin:20px auto 0px auto;
    }
/* Layout Divs */
/* header div serves as the container for all items in the header */
#header {
    width:980px;
    float:left;
    clear:both;
    }
    
        /* Divs below are within the header div */
        
        #logo_holder {
             width:270px;
             float:left;
             margin:0px;
             }
             
        /*main_nav_wrapper holds navigation and places a portion of the purple site border*/
        
        #main_nav_wrapper {
            width:694px;
            margin:24px 0px 0px 0px;
            padding:16px 16px 0px 0px;
            background-color:#27318b;
            float:right;
            }
            
        #main_nav {
            width:694px;
            height:90px;
            background-color:#cccccc;
            }
            
        /*Quicklinks style keeps list from overflowing header (ie6 - keeps logo and main_nav_wrapper from vertically spliting apart */
        
        select#Quicklinks {width:175px;} /* added 2/27/10 */
            
/* main body wrapper serves as holder and places the purple border on the left and right of the content area */
#main_body_wrapper {
    width:948px;
    padding:0px 16px 16px 16px;
    float:left;
    clear:both;
    background-color:#27318b;
    }
     
/* main_content holds all elements in the main content area */
#main_content {
    width:948px;
    margin:0px;
    padding-top:16px;
    background-color:#ffffff;
    }
    
            
        /* the following divs are contained within the main_content div */
        
        
        #side_image {
            width:216px;
            float:right; 
            }
        #side_image p {
                font-family:"Arial", "Helvetica", sans-serif;
                color: #666666;
                font-size: 11px;
                line-height: 1.5em;
                margin-bottom: 10px;
                margin-left: 10px;
                margin-right: 10px;
                }
        #side_image p a:link {
                font-family:"Arial", "Helvetica", sans-serif;
                color:#27318b;
                font-size:11px;
                text-decoration:underline;
                }
        #page_content_wrapper p a:visited {
               font-family:"Arial", "Helvetica", sans-serif;
               color: #27318b;
               font-size: 11px;
               text-decoration: underline;
               }
        #page_content_wrapper p a:hover {
               font-family:"Arial", "Helvetica", sans-serif;
               color:#27318b;
               font-size:11px;
               text-decoration:none;
               }
    
        #page_content_wrapper p a:active {
               font-family:"Arial", "Helvetica", sans-serif;
               color: #27318b;
               font-size: 11px;
               text-decoration: underline;
               }
        
        #content_wrapper {
            width:732px;
            float:left;
            margin:0px 0px 0px 0px;
            }
            
            /* !!!!!!!! the following sets the position of the content area of all pages !!!!!!!!!!! */
            #page_content {
                width:538px;
                margin:0px 0px 0px 0px;
                float:right;
                }
            
                /*The follwing styles are exclusive to the home page design and are contained within page content */
                
                    #home_page_content {
                        width:734px;
                        padding:0px 10px;
                        margin:0px;
                        float:left;
                        }    
            
                    #home_content_wrapper {
                        width:900px;
                        margin:10px auto;
                        float:left;
                        }
                        
                    #home_content_wrapper h1 {
                        font-family:georgia;
                        color:#27318b;
                        font-size:2.5em;
                        font-weight:normal;
                        margin-top:10px;
                        margin-bottom:10px;
                        }
                        
                        
                        
                        #home_content_wrapper h3 {
                        font-family:georgia;
                        color:#27318b;
                        font-size:18px;
                        font-weight:normal;
                        margin-top:10px;
                        margin-bottom:10px;
                        }
                  #home_content_wrapper h3 a:link {
                font-family:georgia;
                color:#27318b;
                font-size:18px;
                text-decoration:none;
                }
    
            #home_content_wrapper h3 a:visited {
                font-family:georgia;
                color: #27318b;
                font-size: 18px;
                text-decoration: none;
                }
    
            #home_content_wrapper h3 a:hover {
                font-family:georgia;
                color:#27318b;
                font-size: 18px;
                text-decoration:underline;
                }
    
            #home_content_wrapper h3 a:active {
                font-family:georgia;
                color: #27318b;
                font-size: 18px;
                text-decoration: underline;
                }
                
                
                
                #home_content_wrapper p {
                        font-family: "Arial", "Helvetica", sans-serif;;
                        color:#666666;
                        font-weight:normal;
                        }
                        
                  #home_content_wrapper p a:link {
                font-family: "Arial", "Helvetica", sans-serif;;
                color:#27318b;
                text-decoration:none;
                }
    
            #home_content_wrapper p a:visited {
                font-family: "Arial", "Helvetica", sans-serif;;
                color: #27318b;
                text-decoration: none;
                }
    
            #home_content_wrapper p a:hover {
                font-family: "Arial", "Helvetica", sans-serif;;
                color:#27318b;
                text-decoration:underline;
                }
    
            #home_content_wrapper p a:active {
                font-family: "Arial", "Helvetica", sans-serif;;
                color: #27318b;
                text-decoration: underline;
                }
                
                
                
                
 
                        
                    #home_content_wrapper h1 img {
                        width:110px;
                        }    
                    
                    #home_content_wrapper_text_box {
                        width:450px;
                        padding:5px 0px;
                        border-top: 1px solid #848484;
                        border-bottom: 1px solid #848484;
                        text-align:left;
                        }
                        
                    #home_content_wrapper_text_box p {
                        font-family:Arial, Helvetica, sans-serif;
                        color:#848484;
                        font-size:1em;
                        line-height:17px;
                        }
                        
                    
                    #home_video_button a:active {
                        font-family:Arial, Helvetica, sans-serif;
                        color:#ffffff;
                        font-size:1.2em;
                        }
                        
                    #home_video_button p {
                        margin-top:25px;
                        text-align:left;
                        }
                        
                    #home_flash_wrapper {
                    width:720px;
                    margin-left:8px;
                    background-color:#ffffff;
                    z-index:99;
                    }
                        
                    #home_news_wrapper {
                    width:740px;
                    text-align:left;
                    }
                    
                /* two news box div styles were written in order to fix some styling bugs between IE and Firefox*/
                /*News box 1 is also in the IE stylesheets */
                        
                    #home_news_box_1 {
                        width:327px;
                        padding:10px;
                        text-align:center;
                        background-color:#cccccc;
                        margin-top:10px;
                        text-align:left;
                        float:left;
                        margin-left:10px;
                        margin-right:14px
                        }
                        
                    #home_news_box_1 ul li {
                        list-style:none;
                        line-height:2em;
                        }
                        
                    #home_news_box_1 a:link {
                        font-family:Arial, Helvetica, Sans-serif;
                        font-size:1em;
                        color:#27318b;
                        text-decoration:none;
                        }
                        
                    #home_news_box_1 a:visited {
                        font-family:Arial, Helvetica, Sans-serif;
                        color:#27318b;
                        text-decoration:none;
                        }
                        
                    #home_news_box_1 a:hover {
                        font-family:Arial, Helvetica, Sans-serif;
                        color:#ffffff;
                        text-decoration:none;
                        }
                        
                    #home_news_box_1 a:active {
                        font-family:Arial, Helvetica, Sans-serif;
                        color:#ffffff;
                        text-decoration:none;
                        }
                    
                    #home_news_box {
                        width:327px;
                        padding:10px;
                        text-align:center;
                        background-color:#cccccc;
                        margin-top:10px;
                        text-align:left;
                        float:left;
                        margin-left:10px;
                        }
                        
                    #home_news_box ul li {
                        list-style:none;
                        line-height:2em;
                        }
                        
                    #home_news_box a:link {
                        font-family:Arial, Helvetica, Sans-serif;;
                        font-size:1em;
                        color:#27318b;
                        text-decoration:none;
                        }
                        
                    #home_news_box a:visited {
                        font-family:Arial, Helvetica, Sans-serif;;
                        color:#27318b;
                        text-decoration:none;
                        }
                        
                    #home_news_box a:hover {
                        font-family:Arial, Helvetica, Sans-serif;;
                        color:#ffffff;
                        text-decoration:none;
                        }
                        
                    #home_news_box a:active {
                        font-family:Arial, Helvetica, Sans-serif;;
                        color:#ffffff;
                        text-decoration:none;
                        }
                     
           /* The following styles home page feature box */          
                    
                    
                    #home_news_title_box {
                    border-right-width: 10px;
                    border-right-style: solid; 
                    border-right-color: #d7daf3;
                    border-left-width: 10px;
                    border-left-style: solid; 
                    border-left-color: #d7daf3;
                    }
                    
                    #home_news_title_box p {
                    font-family: "Georgia", "Times New Roman", Times, serif;
                    color:#27318b; 
                    font-size:11px;
                    padding: 12px 8px 12px 8px;
                    border-bottom-width: 1px;
                    border-bottom-style: solid; 
                    border-bottom-color: #ffffff;
                    }
                    
                    #home_news_title_box p a:link {
                    color: #27318b;
                    display: inline;
                    text-decoration: none;
                    font-size:13px;
                    font-family: "Georgia", "Times New Roman", serif;
                    }
                    #home_news_title_box p a:visited {
                    color: #27318b;
                    display: inline;
                    text-decoration: none;
                    font-size:13px;
                    font-family: "Georgia", "Times New Roman", serif;
                    }
                    #home_news_title_box p a:hover {
                    color: #27318b;
                    display: inline;
                    text-decoration: underline;
                    font-size:13px;
                    font-family: "Georgia", "Times New Roman", serif;
                    }
                    
                    
         /* The following styles footer nav tables and content */
                    
                    #footer_nav_box p {
                    font-family: "Arial", "Helvetica", sans-serif;
                    font-size:11px;
                    color:#ffffff;
                    padding: 8px 8px 8px 8px;
                    }
                    
                    #footer_nav_box p a:link {
                    color: #ffffff;
                    display: block;
                    text-decoration: none;
                    }
                    #footer_nav_box p a:visited {
                    color: #ffffff;
                    display: block;
                    text-decoration: none;
                    }
                    #footer_nav_box p a:hover {
                    color: #ffffff;
                    display: block;
                    text-decoration: underline;
                    }
                     
                     
                     
                     
                     
                    
                    #home_video_button {
                        width:450px;
                        margin-top:10px;
                        text-align:center;
                        clear:both;
                        }
                        
                    #home_video_button a:link {
                        font-family:Arial, Helvetica, sans-serif;
                        color:#27318b;
                        font-size:1.2em;
                        text-decoration:none;
                        }
                        
                    #home_video_button a:visited {
                        font-family:Arial, Helvetica, sans-serif;
                        color:#27318b;
                        font-size:1.2em;
                        }
                        
                    #home_video_button a:hover {
                        font-family:Arial, Helvetica, sans-serif;
                        color:#ffffff;
                        font-size:1.2em;
                        }
                        
                                      
                    
                    /* the following classes were added to fix some styling issues between IE and firefox, the can also be found in the IE stylesheets*/
                        
                    .home_bottom_header {
                        font-family:georgia;
                        color:#27318b;
                        font-size:3em;
                        margin-left:8px;
                        font-weight:normal;
                        margin-top:10px;
                        margin-bottom:10px;
                        float:left;
                        width:620px;
                        margin-right:0px;
                        clear:none;
                        text-align:right;
                    }
                    
                    .home_bottom_header_img {
                    float:left;
                    clear:none;
                    margin-top:10px;
                    }
                    
/* the following positions the left rail */
            
            #left_rail_wrappper {
                width:177px;
                margin:0px 0px 0px 10px;
                float:left;
                border-top:10px solid #27318b;
                border-right:1px solid #27318b;
                }
            #left_rail_wrappper p {
                font-family:"Arial", "Helvetica", sans-serif;
                color: #666666;
                font-size: 11px;
                line-height: 1.5em;
                margin-bottom: 10px;
                }
            #left_rail_wrappper p a:link {
                font-family:"Arial", "Helvetica", sans-serif;
                color:#27318b;
                font-size:11px;
                text-decoration:underline;
                }
    
            #left_rail_wrappper p a:visited {
                font-family:"Arial", "Helvetica", sans-serif;
                color: #27318b;
                font-size: 11px;
                text-decoration: underline;
                }
    
            #left_rail_wrappper p a:hover {
                font-family:"Arial", "Helvetica", sans-serif;
                color:#27318b;
                font-size: 11px;
                text-decoration:none;
                }
    
            #left_rail_wrappper p a:active {
                font-family:"Arial", "Helvetica", sans-serif;
                color: #27318b;
                font-size: 11px;
                text-decoration: underline;
                }
 
                
                    /* the following styles the objects within the left_rail_wrapper */
                    
                    .left_rail_object {
                        width:177px;
                        margin:0px;
                        border-bottom: 1px dashed #27318b;
                        clear:both;
                        }
                        
                    .left_rail_object img {
                        width:57px;
                        margin:10px 5px 10px 0px;
                        float:left;
                        }
                        
                    .left_rail_object p {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:11px;
                        color:#666666;
                        margin:10px 5px;
                        }
                        
                    .left_rail_object a:link {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:11px;
                        font-weight:bold;
                        color:#666666;
                        text-decoration:none;
                        }
                        
                    .left_rail_object a:visited {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:11px;
                        font-weight:normal;
                        color:#666666;
                        text-decoration:none;
                        }
                        
                    .left_rail_object a:hover {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:11px;
                        font-weight:bold;
                        color:#666666;
                        text-decoration:none;
                        }
                        
                    .left_rail_object a:active {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:11px;
                        font-weight:bold;
                        color:#27318b;
                        text-decoration:none;
                        }
                        
                        
                /* The following styles the footer element */
                
                #footer {
                    width:980px;
                    margin:0px auto;
                    padding-top:0px;
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:11px;
                    line-height:17px;
                    color:#848484;
                    clear:both;
                    }
                    
                #footer a:link {
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:11px;
                    line-height:15px;
                    color:#27318b;
                    text-decoration:none;
                    }
                    
                #footer a:visited {
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:11px;
                    line-height:15px;
                    color:#27318b;
                    text-decoration:none;
                    }
                    
                #footer a:hover {
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:11px;
                    line-height:15px;
                    color:#848484;
                    text-decoration:none;
                    }
                    
                #footer a:active {
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:11px;
                    line-height:15px;
                    color:#27318b;
                    text-decoration:none;
                    }
                    
                #footer_methodist {
                    width:140px;
                    float:right;
                    margin-top:-35px;
                    }
                    
                #footer_methodist img {
                    float:left;
                    margin-bottom:10px;
                    }
                    
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Table Classes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content_table {
    margin-bottom:10px;
    font-family:Arial, Helvetica, sans-serif;    
    font-size: 1em;
    color:#666666;
    }
    
#content_table caption {
    font-family:Arial, Helvetica, sans-serif;    
    font-size: 10px;
    }
#content_table tbody tr td {
    padding:5px;
    }
  
#content_table tbody tr td a {
    color:#666666;
    text-decoration:underline;
    }
#page_content_wrapper table a {
    margin-bottom: 5px;
    font-family: "Arial", "Helvetica", sans-serif;
    color:#27318b;
    font-size: 1em;
    line-height: 1.5em;
}
#page_content_wrapper tbody tr td {
    font-family: "Arial", "Helvetica", sans-serif;
    color: #666666;
    font-size: 1em;
    line-height: 1.5em;
}
#page_content_wrapper table a:hover {
    color:#27318b;
    font-size:1em;
    line-height: 1.5em;
    text-decoration:none;
}
#page_content_wrapper caption {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}
#page_content_wrapper caption a {
    font-family: "Arial", "Helvetica", sans-serif;
    color:#27318b;
    font-size:10px;
    line-height: 1.5em;
    font-weight: bold;
    text-decoration:none;
}
     
     
     
                    
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fontResizer { display: block; position: absolute; position: absolute; top: 0; left: 0; }
.fontResizer a { display: block; float: left; width: 17px; height: 17px; text-align: center; border: 1px solid #ccc; line-height: 15px; color: #666;  font-family:arial; text-decoration: none; }
.fontResizer a:hover { color: #000; text-decoration: none; }
/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/
.smallFont { font-size: 9px; }
.medFont { font-size: 13px; }
.largeFont { font-size: 15px; }
.curFont { background: #EEEEF7; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Print Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* The following styles the header that is used for printing. It only appears when the print stylesheet is called*/
#print_header {
    display:none;
    width:900px;
    height:130px;
    margin:10px 0px 0px 20px;
    border-bottom: 1px solid #333333;
    }
    
#print_header img {
    float:left;
    clear:none;
    }
    
#print_header_address_bar {
    width:500px;
    float:left;
    margin:80px 0px 0px 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.5em;
    color:#000000;
    }