
body {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ebe1cf;
    background-color: #013469;
    font-size: 75%;
}
    #homePage #body {
        background: #013469 url(template/page-home-bg.jpg) 50% 0 repeat-x;
        font-size: 13px;
    }
    #secPage #body {
        background: #013469 url(template/page-sec-bg.jpg) 0 0 repeat-x;
    }
    #storiesPage #body {
        background: #013469 url(template/page-stories-bg.jpg) 0 0 repeat-x;
    }
    
    body.regular #body {
        background-image:url(images/bg_feature_regular_repeat.jpg) !important;
    }

body.welcome {
    background:#003468;
    }
    
body.welcome #body {
    background:url(images/bg_body.jpg) repeat-x 0 0;
    }
    
body.welcome #welcome {
    padding:0;
    background:url(images/bg_welcome.jpg) no-repeat 0 94px;
    width:839px;
    height:640px;
    text-align:center;
    }
    
#welcome object,
#welcome embed {
    z-index:2;
    position:relative;
    }
    
body.welcome #frame {
    text-align: left;
    margin: 0 auto;
    width: 839px;
    padding: ;
    background: ;
    position:relative;
    }
    
body.regular a#email-btn {
    position:absolute;
    z-index:1;
    top:347px;
    right:-53px;
    background:url(images/email-btn.png) no-repeat 0 0;
    width:61px;
    height:137px;
    }
    
body.regular a#prayer-btn {
    position:absolute;
    z-index:1;
    top:210px;
    right:-53px;
    background:url(images/prayer-btn.png) no-repeat 0 0;
    width:61px;
    height:137px;
    }
    
body.welcome a#giving-btn {
    position:absolute;
    z-index:1;
    top:110px;
    right:-47px;
    background:url(images/giving-btn.png) no-repeat 0 0;
    width:61px;
    height:137px;
    }
    
body.welcome #footer {
    clear: both;
    padding:20px 0 0 0;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:15px;
    color:#637ca6;
    background:none;
    }
    
body.welcome #footer a {
    color:#637ca6;
    font-weight:bold;
    text-decoration:underline;
    }
    
    
    
    
/* skip to content hidden button, for minor accessibility reasons */
#skipTo {
    display: none;
}    
    
        
        
        
        
#pageContainer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}    
    #storiesPage #pageContainer {
        _position: !important;
    }
        


        

            
            
/* HEADER */    
#header {
    position: relative;
    height: 130px;
}
    #header #logo {
        float: left;
        width: 385px;
        height: 125px;
        margin: 0 0 0 -20px;    
    }
    
    #header #bar {
        position: absolute;
        top: 0;
        right: 0;
        width: 650px;
        height: 32px;
    }
    #storiesPage #header #bar {
        width:494px;
    }
    
        #header #bar li {
            float: left;
            margin: 0;
            height: 32px;
        }
            #header #bar a {
                display: block;
                height: 32px;
            }
                #header #bar .stories a {
                    width: 286px;
                    background: url(template/header-bar-stories.gif) 0 0 no-repeat;
                }
                    #header #bar .stories a:hover {
                        background: url(template/header-bar-stories-o.gif) 0 0 no-repeat;
                    }
                #header #bar .regularAttendies a {
                    width: 188px;
                    background: url(template/header-bar-attendies.gif) 0 0 no-repeat;
                }
                    #header #bar .regularAttendies a:hover {
                        background: url(template/header-bar-attendies-o.gif) 0 0 no-repeat;
                    }
                #header #bar .guests a {
                    width: 188px;
                    background:url(images/bg_guests_btn.gif) 0 0 no-repeat;
                }
                    #header #bar .guests a:hover {
                        background-image:url(images/bg_guests_btn_o.gif);
                    }
                #header #bar .guest a {
                    width: 126px;
                    background:url(images/bg_guests_btn2.gif) 0 0 no-repeat;
                }
                    #header #bar .guest a:hover {
                        background-image:url(images/bg_guests_btn2_o.gif);
                    }
                #header #bar .regular a {
                    width: 188px;
                    background:url(images/bg_reg_btn2.gif) 0 0 no-repeat;
                }
                    #header #bar .regular a:hover {
                        background-image:url(images/bg_reg_btn2_o.gif);
                    }
                #header #bar .requestPrayer a {
                    width: 175px;
                    background: url(template/header-bar-prayer.gif) 0 0 no-repeat;
                }
                    #header #bar .requestPrayer a:hover {
                        background: url(template/header-bar-prayer-o.gif) 0 0 no-repeat;
                    }


    
    /*#storiesPage #header #bar {
        width: 494px;
        height: 33px;
        background: url(template/header-bar-stories.gif) 0 0 no-repeat;
    }
        #storiesPage #header #bar a {
            display: block;
            height: 35px;
            width: 150px;
            position: absolute;
        }
            #storiesPage #header #bar a.guests {
                width: 130px;
            }
            #storiesPage #header #bar a.regularAttendies {
                left: 146px;
            }
            #storiesPage #header #bar a.requestPrayer {
                left: 330px;
            }*/
    

    #header #text {
        position: absolute;
        top: 33px;
        right: -10px;
    }
    
    
    
    
    
    
/* NAVIGATION */
#navigation { height: 40px; }
#navigation .mainNav,
#slidernav {
    color: #ebe1cf;
    font-size: 18px;
    font-family: georgia, serif;
    height: 40px;
    margin: 8px 0 0 20px;
}
    #navigation .mainNav li {
        float: left;
        margin-left: 15px;
        height: 40px;
    }
    #navigation .mainNav li a,
    #slidernav a {
        color: #ebe1cf;
        text-decoration: none;
        display: block;
        background: url(template/nav-bg.jpg) 0 0 repeat-x;
        height: 25px;
        padding: 15px 10px 0 10px;
    }
    
    #slidernav a {
    float: left;
    margin-right: 14px;
    _ margin-right:7px;
    }
    
    #navigation .mainNav li a,
    #slidernav a {
        color: #ebe1cf;
        text-decoration: none;
        display: block;
    }    
        
    #navigation .mainNav li a:hover,
    #navigation .mainNav li.selectedPage a,
    #navigation .mainNav li.selectedPageRoot a,
    #slidernav a.selected {
        color: #f5c670;
        background: url(template/nav-selected-bg.jpg) 0 0 repeat-x;
    }    
        
        
        


/* FEATUERD ITEM */
body.regular #featuredOver {
    background: url(images/bg_regular_feature_over.png) no-repeat 0 0;
    width: 990px;
    height: 365px;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 10px;
}

#featuredPhotos .actions, #featuredPhotos .inlineContentAdder {
position: absolute; z-index: 1000; width: 960px;
}

#featuredItem,
#slider {
    height: 365px;
    background: none;
    color: #ebe1cf;
        overflow:hidden;
}

body.regular #featuredItem {
    background:url(images/bg_feature_regular.png) no-repeat center bottom;
    min-height:508px;
    _ height:508px;
    text-align:center;
    position: relative;
    z-index: 10;
    padding: 14px 0 0 14px;
    margin:0 0 30px 0;
    }
body.regularNew #featuredItem {
	background:url(images/bg_feature_regular_new.png) no-repeat center bottom;
}

body.regularNew #featuredItem .sliderNew { margin-top: 18px; margin-left: -7px; }
    
body.regular #featuredItem #featuredPhotos {
    }
    
body.regular #featuredItem .elements {
    padding: 0;
    margin: 0;
    }
    
body.regular #featuredItem #featuredIcons {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 100px;
    }

body.slider #slider {
    width: 1000px;
    height: auto;
        position:relative;
    background: none;
    }
    
body.slider .scrollslider-active {
    overflow: hidden !important;
    height: 365px;
    width:1000px;
    display: block;
    }
    
body.slider #slider .element {
    background: url(template/featured-item-bg-trans.png) 0 0 no-repeat;
    width: 1000px;
    height: 365px;
    display: block; 
    float: left; 
    overflow: hidden;
    }
    
    body.slider .scrollslider-active #slideritems { width: 8000px; height: 365px; clear: both; display: block; overflow:hidden; }
    
    #featuredItem #featuredText,
    #slider .featuredText {
        float: left;
        width: 600px;
        margin: 70px 0 0 50px;
        font-size: 13px;
    }
        #featuredItem #featuredText h1,
        #slider .featuredText h1 {
            margin: 0 0 10px;
        }
        #featuredItem #featuredText a,
        #slider .featuredText a {
            color: #f5c670;
            text-decoration: none;
        }
    
    #featuredItem #featuredImage,
    #slider .featuredImage {
        float: right;
        width: 245px;
        margin: 18px 8px 0 0;
    }
.SlideShow { z-index: 10;}
.sldw_prev a, .sldw_next a { z-index: 1000; }
        
#featuredStories {
    height: 650px;

}

        
        
        
/* CONTENT AREA */
#contentContainer {    
    clear: both;
    padding: 0 0 20px;
    min-height: 320px;
    height: auto !important;
    height: 320px;
}    
    #storiesPage #contentContainer {    
        clear: both;
        padding: 0 0 20px;
        min-height: 120px;
        height: auto !important;
        height: 120px;
    }    
    

    /* column layouts */                
    /* two column layout */                
    #homePage .twoColumn #subColumn {
        float: left;
        width: 470px;
        margin: 38px 55px 0 0;
    }    
    
    #homePage .twoColumn #mainColumn {
        float: left;
        width: 470px;
    }    
            
    #secPage .twoColumn #subColumn {
        float: left;
        width: 300px;
        margin: 38px 35px 0 0;
        min-height: 320px;
        height: auto !important;
        height: 320px;
    }    
    
    #secPage .twoColumn #mainColumn {
        float: left;
        width: 650px;
        margin-top: 40px;
    }
        
    
    /* one column */
    .oneColumn #mainColumn {
        padding: 15px 30px;
        float: left;
    }            
    /* end columns */
    
    body.regular .twoColumn #mainColumn    {
        margin: 23px 0 0 0;
    }
    


/* HOME PAGE */
#seeForYourself {
    width: 469px;
    height: 583px;
    background: url(template/home-seeforyourself-bg.jpg) 0 0 no-repeat;
    position: relative;
}
    #seeForYourself div.image {
        width: 348px;
        height: 445px;
        float: left;
        margin: 93px 0 0 54px;
    }    
    #seeForYourself #seeMore {
        position: absolute;
        z-index: 200;
        bottom: 0;
        right: 10px;
    }
    
#homePage #subColumn .contents {
    width: 370px;
    margin: 10px 0 0 40px;
}

#welcome a { 
    color: #ffffff;
}
    
    
    
.homeColumn {
    width: 470px;
    margin-bottom: 30px;
}
    .homeColumn .title {
        margin: 0;
        padding: 0;
    }
    .homeColumn .text {
        background: url(template/home-box-fade-bg.jpg) 0 0 no-repeat;        
        min-height: 180px;
        height: auto !important;
        height: 180px;
        margin-top: -5px;
        padding: 1px 30px 5px;
    }
    

    
    
    
    
/* SECONDARY */
#breadCrumb {
    color: #ebe1cf;
    font-size: 14px;
    margin-bottom: 30px;
}
    #breadCrumb a {
        color: #ebe1cf;
        text-decoration: none;
    }
    
    #breadCrumb .breadCrumb {
        display: inline;
    }
        
    
.secNav {
    background: url(template/subnav-bg-top-trans.png) 0 0 no-repeat;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-family: georgia;
    padding: 30px 10px 0 25px;
}
    .secNav a {
        color: #fff;
        text-decoration: none;
    }
        .secNav a:hover {
            color: #f5c670;
        }
    .secNav li {
        padding-bottom: 9px;
    }
    
    .secNav .level2 {
        margin: 9px 0 0 15px;
        font-style: italic;
    }
        .secNav .level2 li.selectedPage a.selectedPage {
            color: #f5c670;
        }
            .secNav .level2 a:hover {
                color: #90afdc;
            }
    
    .secNav .level2 .level3 {
        font-size: 16px;
        margin: 9px 0 0 15px;
    }
        .secNav .level2 .level3 li {
            padding-bottom: 4px;
        }
        
    .secNav .level2 .level3 .level4 {
        font-size: 14px;
        margin: 9px 0 0 15px;
    }
        .secNav .level2 .level3 .level4 li {
            padding-bottom: 4px;
        }
        
    .secNav .level2 .level3 .level4 .level5 {
        font-size: 12px;
        margin: 9px 0 0 15px;
    }
        .secNav .level2 .level3 .level4 .level5 li {
            padding-bottom: 4px;
        }
 
    
#secPage #subColumn .contents {
    margin: 90px 0 0 0;
}
 
 
 
/* STORIES PAGE */
.storiesContent {
    width: 995px;
    margin: 0 auto;
}
    .storiesContent td {
        width: 475px;
    }
    .storiesContent td.break {
        width: 50px;
    }
    
    
    
    
        
/* SITE FOOTER/NAVIGATION */
#footer {
    background: url(template/footer-bg.jpg) 0 0 repeat-x;
    padding: 25px 0 0 0;
    height: 135px;
    font-size: 11px;
    color: #ebe1cf;
}    
    #footer .width {
        width: 1000px;
        margin: 0 auto;
    }
    
    #footer a {
        color: #f5c670;
        text-decoration: none;
    }    
        
    #footer .contactInfo {
        float: left;
    }
        #footer .contactInfo p {
            margin: 5px 0 0 30px;
        }
            
        
    #footer ul {
        float: right;
        color: #f5c670;
        margin-top: 65px;
    }
        #footer ul li {
            display: inline;
        }
            #footer ul li a {
                margin-left: 3px;
                padding-right: 7px;
                color: #f5c670;
                border-right: 1px solid #ebe1cf;
            }
                #footer ul li:last-child a {
                    padding-right: 0;
                    border-right: none;
                }
            
    #footer .questions {
        float: right;
        clear: right;
    }
        
.eventsCalendar a { color:#333333; }
.eventsCalendar a:hover { text-decoration: none; }

