body {
    font-size: small;
    font-family: helvetica, sans-serif;
    background: #dcc97f;
}

div#header {
    border-bottom: 1px solid #fff;
    height: 125px;
    background: #dcc97f;
}

div#hdrleft {
  
}

div#hdrright {
    height: 125px;
    float: right;
    background: #dcc97f url('../images/hdr_new.jpg');
    width: 90%;
}

div#info {
    border-bottom: 1px solid #fff;
    padding: .5em 1em .5em 0;
}
div#info p {
    font-size: 120%;
    text-align: right;
}
div#info p a {
    color: #00f;
    text-decoration: underline;
}

p#mission {
    text-align: center;
    font-size: 120%;
    font-family: arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #333;
    margin: .5em 22% 1em 22%;
    text-shadow: 1px 1px #fff;
}

p#mission2 {
    text-align: center;
    font-size: 120%;
    font-family: arial, sans-serif;
    /*font-style: italic;*/
    font-weight: bold;
    color: #333;
    margin: .5em 22% 1em 22%;
        text-shadow: 1px 1px #fff;
}

div#announce {
    margin-top: 0;
    background-color: #dcc97f;
    border-bottom: 1px solid #fff;
}

div#announce p {
    font-weight: bold;
    /*text-decoration: underline;*/
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .2em;
    padding-bottom: .2em;
    background-color: #dcc97f;
    text-align: center;
    color: #000;
}

div#announce a {
    text-decoration: underline;
}
div#announce img {
    border: none;
    vertical-align: middle;
}

div#nav {
    position: relative;
    float: left;
    width: 45%;
    font-size: 170%;
}

div#navright {
    float: right;
    width: 50%;
    padding-bottom: 1em;
}

div#nav p {
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    color: #fff;
}

div#nav ddddspan {
    padding: 0 .5em 0 .5em;
    
    
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

div#nav span {
    padding: 0 .5em 0 .5em;
    
        text-shadow: 2px 2px #222;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
}

span.gold {
    background: #dcc97f;
}
span.rust {
    background: #cd5a20;
}
span.pale_yellow {
    background: #ebf391;
}
span.green {
    background: #81c81b;
}
span.burgundy {
    background: #852c1f;
}
span.olive {
    background: #858045;
}

#who {
    position: relative;
    top: 10px;
    left: 40px;
}

#where {
    position: relative;
    top: -10px;
    left: 295px;
}

#what {
    position: relative;
    top: 20px;
    left: 200px;
}

#services {
    position: relative;
    left: 285px;
    top: -5px;
}

#history {
    position: relative;
    top: 15px;
}

#calendar {
    position: relative;
    top: 80px;
    left: 205px;
}

#ask {
    position: relative;
    top: 20px;
    left: 35px;
}


#healing {
    position: relative;
    top: 135px;
    left: 155px;
}

#sermons {
    position: relative;
    top: 70px;
    left: 320px;
}

#newsletter {
    position: relative;
    top: 90px;
    left: 105px;
}

#education {
    position: relative;
    top: -25px;
    left: 285px;
}

#events {
    position: relative;
    top: 50px;
    left: 15px;
}

#update {
    position: relative;
    top: 40px;
    left: 290px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #ccc;
}
p.captioned img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 3px;
    border: 1px solid #000;
}
p.captioned {
    line-height: 1.2em;
    font-size: 125%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    border: 2px solid #555;
    padding: 0px 10px 10px 10px;
    width: 458px;
    background: #fbf4cc;
    
    
        border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
}

p.captioned a:link {
    color: #00f;
}

p.captioned a:visited {
    color: #009;
}
.bold {
    font-weight: bold;
}
.tiny {
    font-size: 75%;
}
