* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 50%;
    font-family: "Verdana";
    background-color: #2E4553;
    
}


h1 { font-size: 1.7em; line-height: 1em; margin-bottom: 0.8em; text-align: center; }

h2 { font-size: 1.4em; margin-bottom: 0.8em; margin-top: 0.8em; }

div#left-col h3 {
    font-size: 1.2em; margin-top: 0.8em; margin-bottom: 0.5em; }

.clear { clear: both; }


div#right-col p {
    margin-bottom: 0.3em;
}
div#page-wrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    background-color: white;
    }
    div#header-image {
        height: 150px;
        width: 100%;
        background: url(images/header.png) no-repeat;
        background-position: left;
        background-color: transparent;
    }
    div#header-bg {
        padding-top: 5px; padding-bottom: 5px;
        margin-left: 30px;
        margin-right: 30px;
        -moz-border-radius: 1em;
        border-radius: 1em;
        background-color: #4F77A0;
    }

    .table {
        display: table;    /* Allow the centering to work   */
        margin: 0 auto;
    }
        ul#nav-menu a {
            display: block;
            text-align: center;
            width: 100px;
            font-size: 1.5em;
            color: #ffffff;
            font-weight: bold;
            text-decoration: none; 
    }
    div#menu li{
        position: relative;
        float: left;
        list-style: none;
        }
        .nav-submenu {
            background-color: #4F77A0;
            -moz-border-radius: 0em 0em 1em 1em;
            border-radius: 0em 0em 1em 1em;
        }
        div#menu li a:hover{
            background-color: #3C5D7E;
            -moz-border-radius: 1em;
            border-radius: 1em;
        }
        .nav-submenu {
            position: absolute;
            visibility:hidden;
            display: block;
        } 
        div#menu ul li:hover ul {
            visibility: visible;
        }
div#left-col {
    text-align: center;
    float: left;
    width: 20%;
    height: 100%;
    margin-left: 10px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #E0E0E0;
    font-size: 1.5em;
    margin-top: 60px;
    }
    div#nav-left-col a {
        display: block;
        text-decoration: none;
        color: #008f8f;
        font-size: 1.2em;
        margin-top: 0.8em;
        margin-bottom: 0.5em;
        }
        div#nav-left-col a:hover, a:active {
            color: #00488f;
    }
        div#left-col-sub-col {
            width: 100%;
            height: 100%;
            float: left;
            margin-top: 30px;
            border-top: thin #EEECEB;
            color: #111111;                    
        }

div#calendar {
    text-align: center;
    margin-top: 20px; margin-left: 10px; margin-right: 10px;
    padding: 10px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #E0E0E0;
    font-size: 1.7em;
}
div#middle-col {
    text-align: center;
    margin-top: 20px;
    margin-left: 22%;
    margin-right: 22%;
    padding: 10px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #E0E0E0;
    font-size: 1.7em;
    line-height: 1.5em;
}
div#middle-col a:hover, a:active {
    color: #00488f;
}
    div#middle-col p {
    text-indent: .3in;
    text-align: justify;
    }
    div#middle-col div#beliefs-body p {
        text-align: justify;
        text-indent: -.31in;
        padding-left: .31in;
        margin-bottom: 0.4em;
    }
    span#webelieve {
        color: #00488F;
        font-weight: bold;
    }
    div#middle-col div#mission-body p {
    text-align: justify;
    text-indent: -.31in;
    padding-left: .31in;
    margin-bottom: 0.4em;   
    }
    /*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px !important;
    width: 540px !important;
    margin: 0 auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    -moz-border-radius: 1em;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


div#right-col {
    text-align: center;
    float: right;
    width: 20%;
    height: 100%;
    margin-right: 10px;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #E0E0E0;
    font-size: 1.5em;
    margin-top: 60px;
    /*padding-bottom: 35px;*/
    }
    div#right-col a{
        text-decoration: none;
        color: #008f8f;
    }
    ul#events a {
        font-size: 1.2em; margin-top: 0.8em; margin-bottom: 0.5em;
    }

    div#right-col li{
        text-align: center;
        position: relative;
        list-style: none;
        }
        .eventdetail {
            position: relative;
            visibility: hidden;
            width: auto; /***This is 20% of the page-wrap size (1000px)***/
            display: inline;
            background-color: #E0E0E0;
            -moz-border-radius: 0em 0em 1em 1em;
            border-radius: 0em 0em 1em 1em;
        }
            div#right-col a:hover, a:active {
        color: #00488f;
        }
        div#right-col ul li:hover ul {
            visibility: visible;
        }
div#footer {
    background: #6293C4;
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    }ul#nav-footer li {
        display: inline;
        margin-left: 5px; margin-right: 5px;
        }ul#nav-footer li a {
            color: black;
            }ul#nav-footer li a:hover, ul#nav li a:active {
                color: #dbd8d6;
            }
