#html {
    background-color: #fed700;
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #fed700;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-image: url(images/bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

/*Quicklink Bar - Maroon Bar at top of each page*/
#quicklinkbar {
    background-color: #8a142a;
    margin: 0px;
    padding: 0px;
    height: 32px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#quicklinkbar #quicklinktextbox {
    padding: 0px;
    width: 953px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#quicklinkbar #quicklinktextbox .topinfo {
    color: #FFFFFF;
    padding: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
}
.topinfo a {
    color: #FFFFFF;
    text-decoration: none;
}
.topinfo a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.topinfo a:hover {
    color: #fbe699;
    text-decoration: none;
}

/*Main Content Wrapper for all pages*/
#content {
    padding: 0px;
    width: 953px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

/*Header - Logo and Top Nav*/
}#header .logo {
    padding: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: left;
}
#top-nav {
    padding: 0px;
    float: right;
    width: 550px;
    margin-top: 63px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#top-nav ul {
    list-style-image: none;
    list-style-type: none;
    list-style : none;
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#top-nav li {
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
#top-nav .tabs .home {
    background-image: url(images/home-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    line-height: 25px;
}
#top-nav .tabs .home a {
    background-image: url(images/home-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .home a:visited {
    background-image: url(images/home-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .home a:hover {
    background-image: url(images/home-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .homeactive {
    background-image: url(images/home-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .homeactive a {
    background-image: url(images/home-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .about {
    background-image: url(images/about-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .about a {
    background-image: url(images/about-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .about a:visited {
    background-image: url(images/about-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .about a:hover {
    background-image: url(images/about-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .aboutactive {
    background-image: url(images/about-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .aboutactive a {
    background-image: url(images/about-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .connect {
    background-image: url(images/connect-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 82px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .connect a {
    background-image: url(images/connect-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 82px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .connect a:visited {
    background-image: url(images/connect-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .connect a:hover {
    background-image: url(images/connect-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .connectactive {
    background-image: url(images/connect-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 82px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#top-nav .tabs .events {
    background-image: url(images/events-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .events a {
    background-image: url(images/events-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .events a:visited {
    background-image: url(images/events-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .events a:hover {
    background-image: url(images/events-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .eventsactive {
    background-image: url(images/events-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 70px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .ministries {
    background-image: url(images/ministries-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 92px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .ministries a {
    background-image: url(images/ministries-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 92px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .ministries a:visited {
    background-image: url(images/ministries-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .ministries a:hover {
    background-image: url(images/ministries-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .ministriesactive {
    background-image: url(images/ministries-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 92px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .media {
    background-image: url(images/media-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .media a {
    background-image: url(images/media-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .media a:visited {
    background-image: url(images/media-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .media a:hover {
    background-image: url(images/media-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}

#top-nav .tabs .mediaactive {
    background-image: url(images/media-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 64px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .contact {
    background-image: url(images/contact-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 80px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
    display: block;
}
#top-nav .tabs .contact a {
    background-image: url(images/contact-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 80px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#top-nav .tabs .contact a:visited {
    background-image: url(images/contact-tab.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#top-nav .tabs .contact a:hover {
    background-image: url(images/contact-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #f2ce3c;
    text-decoration: none;
}
#top-nav .tabs .contactactive {
    background-image: url(images/contact-tab-active.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height: 25px;
    width: 80px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*Main Content Area */
#main {
    background-image: url(images/main-bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px;
    width: 960px;
    clear: both;
    float: none;
    min-height: 615px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main-bottom {
    background-image: url(images/main-bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    width: 960px;
    height: 26px;
}
#main p {
    clear: both;
    margin: 0px;
    padding: 0px;
}


/*Inside Pages - Left Nav */
#main #leftnav {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: 175px;
    float: left;
}
#main #leftnav-top {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 170px;
    background-image: url(images/leftnav-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    
}
#main #leftnav-bottom {
    padding: 0px;
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(images/leftnav-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 80px;
    
}
#leftnav ul {
    color: #FFFFFF;
    list-style-image: none;
    list-style-type: none;
    font-size: 20px;
    font-family: "Museo Sans", Arial, Helvetica, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
}
#leftnav li {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#leftnav-top a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #8A142A;
}
#leftnav-top a:visited {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}
#leftnav-top .first a:hover{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    background-image: url(images/leftnav-bg-hover.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#leftnav-top a:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    background-image: url(images/leftnav-bg-hover-2.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#leftnav-bottom .searchInput {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 0px;
        padding: 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        border: solid 1px #000000;
        width: 150px;
        background-color: #CECECE;
        
}
#leftnav-bottom .searchButton {
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 100px;
        margin-right: 0px;
        padding: 0px;
}
#leftnav-bottom label {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 0px;
        padding: 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
}





/*Inside Page - General White Content */
#main #whitecontent {
    padding: 0px;
    float: right;
    width: 760px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(images/whitecontentbg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    clear: none;
}
#main #whitecontent-bottom {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 760px;
    background-image: url(images/whitecontent-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 8px;
}
#whitecontent .welcome {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#whitecontent .divider {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 8px;
}
#whitecontent h1 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent h2 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent h3 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#whitecontent h4 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent h5 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent h6 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8A142A;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 18px;
    text-align: justify;
        clear: none;
}
#whitecontent a {
    color: #8A142A;
}
#whitecontent a:visited {
    color: #8A142A;
}
#whitecontent a:hover {
    color: #482201;
}
#whitecontent li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 18px;
    text-align: left;
        clear: none;
}

/*Main Index Variations */
#main-index {
    background-image: url(images/main-index-bg-frames.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    height: 470px;
    width: 960px;
    clear: both;
    float: none;
}
#main-index #slidshowframe {
    padding: 0px;
    float: left;
    height: 400px;
    width: 533px;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    background-color: #FFFFFF;
    border: 2px solid #a08336;
}
#main-index #slidshowframe img {
        border: 0px;
}
#main-index #main-index-right {
    padding: 0px;
    float: right;
    height: 450px;
    width: 385px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main-index #main-index-right #paperbuttons {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 380px;
    height: 150px;
}
#main-index #main-index-right #currentseries {
    padding: 0px;
    clear: right;
    float: right;
    width: 380px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main-index #main-index-right #currentseries #sermongraphic {
    padding: 0px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 35px;
}
#main-index #main-index-right #currentseries #listennow {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 190px;
}
#main-index #main-index-right #paperbuttons .newhere {
    padding: 0px;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 34px;
}
#main-index #main-index-right #paperbuttons .getconnected {
    padding: 0px;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}
#bottom-info-left {
    padding: 0px;
    float: left;
    width: 532px;
    clear: both;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 28px;
    background-image: url(images/events-block-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    height: 400px;
}
#bottom-info-right {
    padding: 0px;
    clear: right;
    float: right;
    width: 366px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(images/times-block-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 400px;
    font-family: Arial, Helvetica, sans-serif;
}
#Times-Location {
        margin-top: 40px;
}
#Times-Location p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 24px;
    text-align: justify;
}
#Times-Location a {
        color: #8A142A;
        text-decoration: none;
}
#Times-Location a:visited {
        color: #8A142A;
        text-decoration: none;
}
#Times-Location a:hover {
        color: #482201;
        text-decoration: underline;
}
.eventsList {
        margin-top: 50px;
        font-family: Arial, Helvetica, sans-serif;
}
.eventsList ul {
        margin-left: 15px;
        padding: 0px;
        list-style-image: none;
    list-style-type: none;
        font-size: 24px;
    color: #8A142A;
}
.eventsList li {
        margin-top: 20px;
        margin-left: 0px;
        list-style-image: none;
    list-style-type: none;
        font-size: 24px;
    color: #8A142A;
}
.eventsList li .eventDate{
        font-size: 18px;
    color: #A9570E;
}
.eventsList li a {
        color: #8A142A;
        text-decoration: none;
}
.eventsList li a:visited {
        color: #8A142A;
        text-decoration: none;
}
.eventsList li a:hover {
        color: #482201;
        text-decoration: underline;
}

/*Footer - Bottom Nav and Copyright */
#footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #6A0E22;
    padding: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    clear: both;
    float: left;
    width: 800px;
}
#footer ul {
    list-style-image: none;
    list-style-type: none;
    list-style : none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer li {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer p {
    padding: 0px;
    font-size: 12px;
    float: left;
    clear: left;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer a {
    color: #6A0E22;
    text-decoration: none;
}
#footer a:visited {
    color: #6A0E22;
    text-decoration: none;
}
#footer a:hover {
    color: #A83725;
    text-decoration: none;
}
#footer-home {
    font-family: Arial, Helvetica, sans-serif;
    color: #6A0E22;
    padding: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    clear: both;
    float: left;
    width: 800px;
}
#footer-home ul {
    list-style-image: none;
    list-style-type: none;
    list-style : none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer-home li {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer-home p {
    padding: 0px;
    font-size: 12px;
    float: left;
    clear: left;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer-home a {
    color: #6A0E22;
    text-decoration: none;
}
#footer-home a:visited {
    color: #6A0E22;
    text-decoration: none;
}
#footer-home a:hover {
    color: #A83725;
    text-decoration: none;
}


/*Admin Page - Main White Content */
#main #whitecontent-admin {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-image: url(images/whitecontent-admin-bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    width: 940px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-admin #admin-content {
    padding: 0px;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 25px;
}

#main #whitecontent-admin-bottom {
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-image: url(images/whitecontent-admin-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 8px;
    width: 940px;
}
#whitecontent-admin h1 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent-admin p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 18px;
    text-align: justify;
}


/* Blog Page Variations */
#whitecontent-blog .blogList h2 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog .postInfo {
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog .rss {
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog .post h2 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog .postBody {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
        background-color: #EAEAEA;
        border-top-color: #8A142A;
        border-top-style: solid;
        border-top-width: 3px;
}
#whitecontent-blog .postAttachment {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog .comments h3 {
       font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#MainContent_0_0_captcha_MessageLabel {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#MainContent_0_0_captcha_CaptchaImage {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
        border: #000000 1px solid;
}
#MainContent_0_0_captcha_CodeTextBox {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*Blog Page - Right Nav */
#main #rightnav {
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 175px;
    float: right;
    clear: none;
}
#main #rightnav-top {
    padding: 0px;
    width: 170px;
    background-image: url(images/leftnav-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    float: right;
    clear: none;
    
}
#main #rightnav-bottom {
    padding: 0px;
    width: 170px;
    background-image: url(images/leftnav-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 80px;
    margin: 0px;
    clear: none;
    float: right;
    
}
#rightnav ul {
    color: #FFFFFF;
    list-style-image: none;
    list-style-type: none;
    font-size: 20px;
    font-family: "Museo Sans", Arial, Helvetica, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
}
#rightnav li {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#rightnav-top h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-decoration: underline;
    color: #FFFFFF;
    margin: 10px;
    padding: 0px;
}

#rightnav-top img {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
}
#rightnav-top .sectionMenu a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #8A142A;
}
#rightnav-top .sectionMenu a:visited {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}
#rightnav-top .sectionMenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    background-image: url(images/leftnav-bg-hover-2.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#rightnav-bottom .searchInput {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 0px;
        padding: 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        border: solid 1px #000000;
        width: 150px;
        background-color: #CECECE;
        
}
#rightnav-bottom .searchButton {
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 100px;
        margin-right: 0px;
        padding: 0px;
}
#rightnav-bottom label {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 0px;
        padding: 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
}




/*Blog Page - General White Content */
#main #whitecontent-blog {
    padding: 0px;
    float: left;
    width: 760px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-image: url(images/whitecontentbg.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#main #whitecontent-blog-bottom {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: 760px;
    background-image: url(images/whitecontent-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 8px;
}
#whitecontent-blog .welcome {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#whitecontent-blog .divider {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 8px;
}
#whitecontent-blog h1 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog h2 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#whitecontent-blog h3 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#whitecontent-blog h4 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent-blog h5 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent-blog h6 {
        font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #8A142A;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#whitecontent-blog p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 18px;
    text-align: justify;
        clear: none;
}
#whitecontent-blog a {
    color: #8A142A;
}
#whitecontent-blog a:visited {
    color: #8A142A;
}
#whitecontent-blog a:hover {
    color: #482201;
}


/* Gods Little Blessings Page Variations */
#whitecontent #glbinfo {
        width: 300px;
        float: right;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 20px;
        border: #8A142A 4px double;
        background-color: #EAEAEA;
}



/* Ministries Page Menu Table Styling */
#element1146337_518801 a {
        display: block;
        font-size: 20px;
        font-family: Arial;
        color: #8a142a;
        background-color: #898c7b;
        text-decoration: none;
        padding-top: 25px;
        padding-bottom: 25px;
        margin: 0px;
        text-align: center;
        vertical-align: middle;
}
#element1146337_518801 a:link {
        color: #8a142a;
        background-color: #898c7b;
}
#element1146337_518801 a:active {
        color: #8a142a;
        background-color: #898c7b;
}
#element1146337_518801 a:visited {
        color: #8a142a;
        background-color: #898c7b;
}
#element1146337_518801 a:hover {
        color: #fade73;
        background-color: #8a142a;
}


/* Other Page Variations */
#whitecontent #pastoralstaff {
        margin-top: 0px;
        margin-left: 15px;
        padding: 0px;
}
#whitecontent-blog .eventDate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 18px;
    text-align: justify;
}
#whitecontent-blog .eventBody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8A142A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 18px;
    text-align: justify;
}

#map {
        margin-left: 15px;
        padding: 0px;
        width: 720px;
        border-style:solid;
        border-color:#000000;
        border-width: 2px;
}
#whitecontent #scripture {
    font-size: 12px;
        font-style: italic;
        margin-bottom: 20px;
}
