/*
-----------------------------------------------
Client:Redeemer Community Church
Project:Web Site Redesign

File Name:hd.css
Version:1.0
Notes:Sets rules for the [h]ea[d]er.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#hd {
    background: transparent url(/img/bg-header.jpg) no-repeat 0 0;
    height: 94px;
    margin: 0;
    position: relative;
    }
div#hd ul {
    margin: 0pt;
}    
div#hd li {
    list-style: none;
    margin-left: 0pt;
}    

ul li#welcome {
    position: absolute;
    top: 50px;
    left: 345px;
    }
ul li#welcome a {
    display: block;
    background: transparent url(/img/nav-welcome.png) no-repeat 0 -25px;
    height: 25px;
    width:88px;
}
ul li#welcome a:hover, ul li#welcome a.here {
    background-position: 0 0;
}
ul li#ourlife {
    position: absolute;
    top: 50px;
    left: 505px;
    }
ul li#ourlife a {
    display: block;
    background: transparent url(/img/nav-ourlife.png) no-repeat 0 -25px;
    height: 25px;
    width:174px;
}
ul li#ourlife a:hover, ul li#ourlife a.here  {
    background-position: 0 0;
}
ul li#ourpartners {
    position: absolute;
    top: 50px;
    left: 745px;
    }
ul li#ourpartners a {
    display: block;
    background: transparent url(/img/nav-ourpartners.png) no-repeat 0 -25px;
    height: 25px;
    width:205px;
}
ul li#ourpartners a:hover, ul li#ourpartners a.here  {
    background-position: 0 0;
}

p#quick {
    position: absolute;
    top: 10px;
    right: 30px;   
    color: #c0b299; 
    font-size: 93%;
}
p#quick a {
    color: #c0b299;
    text-decoration: none; 
}
p#quick a:hover, p#quick a.here {
    color: #ffffff;
}