/*
-----------------------------------------------
Client:Dayspring Technologies, Inc.
Project:Public Web Site

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 {
    margin-bottom:10px;
    position:relative;
    z-index:10;
	 border-color:#A3BE72;
	 border-style:solid;
	 border-width:0 0 5px;
}
#hd h1 { /* Logo bgimage placed in h1 not a to avoid IE6 flicker. */
   margin:1px auto 3px;
}
#hd h1 a { /* Logo bgimage placed in h1 not a to avoid IE6 flicker. */
    background:transparent;
    display:block;
    outline:0;
    text-decoration:none;
    text-indent:-60.25em;
}
#hd h1 img {
	margin:auto;
}

