﻿body 
{
    background: #05090d url("pageBG.jpg") repeat-x;
    text-align: left;
    font: 14px "Trebuchet MS", Helvetica, sans-serif;
    color: #05090d;
    line-height: 150%;
}
p
{
    text-align: left;
    font: Verdana, Helvetica, sans-serif 14px;
    color: #05090d;
    line-height: 150%;
}
h1 
{
    color: #082032;
    font: 26px "Palatino Linotype", Palatino, serif;
}
h2 
{
    color: #082032;
    font: italic 24px "Palatino Linotype", Palatino, serif;
}
h3
{
    color: #74899f;
    font: 20px "Palatino Linotype", Palatino, serif;
}
h4 
{
    color: #74899f;
    font: italic 18px "Palatino Linotype", Palatino, serif;
}
h5 
{
    color: #74899f;
    font: italic 16px Verdana, Helvetica, sans-serif;
}
h6 
{
    color: #74899f;
    font: italic 14px Verdana, Helvetica, sans-serif;
}
a:link 
{
    color: #0f4269;
    text-decoration: none;
}
a:visited 
{
    color: #0f4269;
    text-decoration: none;
}

a:hover 
{
    color: #05090d;
    text-decoration: underline;
}

a:active 
{
    color: #071f31;
    text-decoration: underline;
}
img 
{
    border: none;
    text-decoration: none;
}
#pageWrapper 
{
    position: relative;
    width: 980px;
    margin: 0px auto;
    text-align: center;
    height: auto !important;
    height: auto;
    z-index: 1;
    padding: 0px;
}
/* SETUP HEADER */
#header
{
    position: relative;
    width: 962px;
    height: 270px;
    margin: 0px auto;
    z-index: 2;
    background: url("headerBG.png") no-repeat;
    z-index: 20;
}
#logo 
{
    position: absolute;
    left: 361px;
    top: 74px;
    width: 240px;
    height: 63px;
    z-index: 21;
}
a.logo 
{
    display: block;
    width: 240px;
    height: 63px;
    background: url("logo.png") 0px 0px no-repeat;
    text-decoration: none;
}
a:hover.logo 
{
     background-position: -240px 0px;
     text-decoration: none;
}
#donate 
{
    position: absolute;
    top: 35px;
    left: -20px;
    width: 200px;
    height: 93px;
    z-index: 22;
}
a.donate 
{
    display: block;
    width: 200px;
    height: 93px;
    background: url("donateBtn.png") 0px 0px no-repeat;
    text-decoration: none;
}
a:hover.donate 
{
     background-position: 0px -93px;
     text-decoration: none;
}
#contact 
{
    position: absolute;
    left: 30px;
    top: 115px;
    width: 160px;
    height: 70px;
    z-index: 502;
}
.contact 
{
    font: 12px "Trebuchet MS", Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 120%;
}
#tag 
{
    position: absolute;
    left: 0px;
    top: 170px;
    width: 962px;
    height: 20px;
    z-index: 503;
    font: 18px "Palatino Linotype", palatino, serif;
    color: #ffffff;
    text-align: center;
}
/* SETUP NAVIGATION AND RIGHT SIDE LINKS */
#globalNav 
{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 200px;
    height: 200px;
    z-index: 23;
}
#search 
{
    position: absolute;
    top: 140px;
    right: 6px;
    width: 200px;
    height: 90px;
    z-index: 24;
}
.clearField 
{
    float: left;
    width: 135px;
    height: 20px;
    margin-left: 10px;
    color: #d6d6d6;
    font: bold italic 14px "Palatino Linotype", palatino, Helvetica, serif;
}
.clearFieldActive 
{
    color: #000000;
    font: 14px "Palatino Linotype", palatino, Helvetica, serif;
}

a.al, a.me, a.fs, a.cs 
{
    margin-top: 0px;
    display: block;
    width: 200px;
    height: 33px;
    text-decoration: none;
}
a.cs 
{
    background: url("csNav.png") 0px 0px no-repeat;
}
a:hover.cs 
{
    background-position: -200px 0px;    
}
a.fs 
{   
    background: url("fsNav.png") 0px 0px no-repeat;
}
a:hover.fs 
{
    background-position: -200px 0px;
}
a.al 
{  
    background: url("alNav.png") 0px 0px no-repeat;
}
a:hover.al 
{
    background-position: -200px 0px;    
}
a.me 
{
    background: url("meNav.png") 0px 0px no-repeat;
}
a:hover.me
{
    background-position: -200px 0px;
}
/* PARTNERS SITE NAVIGATION */
#siteNav
{
    position: absolute;
    width: 820px;
    height: 90px;
    top: 220px;
    left: 20px;
    z-index: 19;
    color: #104269;
    font: 10px "Palatino Linotype", Palatino, serif; 
    margin-left: 120px;
}

/* MAIN CONTENT */

#content 
{
    position: relative;
    width: 850px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin: -50px auto -20px auto;
    padding: 120px 0px 60px 0px;
    background-color: #ffffff;
    z-index: 10;
    text-align: left;
}

#copy 
{
    position: relative;
    width: 650px;
    margin-left: 40px;
    text-align: left;
    z-index: 11;
}

/* FOOTER */

#footer 
{
    position: relative;
    width: 943px;
    height: 262px;
    text-align: center;
    z-index: 22;
    margin: 0px auto 0px auto;
    padding-top: 120px;
    background: url("footerBG.png") no-repeat;
    text-align: center;
    color: #ffffff;
}
.footer p
{
    text-align: center;
    color: #ffffff;
}
.footer a:hover 
{
    color: #ffffff;
    text-decoration: none;
}
/* The Class below is for viewing PDFs from the DMS on a webpage (added by Ty) */
.ektdmsiframe
{
    height: 1100px;
}

.search, .suggestedResults ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.search li:hover 
{
    background-color: #f8f8f8;
}
.suggestedResults
{
    background-color: #f8f8f8 !important;
    margin-bottom: 10px;
}
.suggestedResults li:hover 
{
    background-color: #74899f;
    color: #ffffff;
}
/* HEADER STYLE FOR MINISTRY OPENINGS */
.ministryHeading 
{
    font: bold italic 16px Verdana, Helvetica, Arial, sans-serif;
}
.dropdown, .dropdownProps {
top: 40px !important;
left: 0px !important;
}

#communique {
bottom: 0px;
}
#Review {
margin: 0px 90px 0px 0px;
display: inline-block;
}
#contactUs {
display: inline-block;
margin: 0px;
padding: 10px 0px 0px 0px;
}
#contactUs a {
text-decoration: none;
width: 75px;
height: 38px;
background: url("/images/feedbackIcon.png") no-repeat 0px 0px;
float: left;
}
#contactUs a:hover {
text-decoration: none;
background-position: 0px -38px;
}
.addthis_toolbox {
display: inline-block;
margin: 0px 90px 0px 0px;
}
