/*-------------------------------------------
ALL HEADERS
--------------------------------------------*/
#header{
    height:90px;
    position:relative;
    /**edited by J 12/23/2009**/
    z-index:51;
    }
.h-btm-border{
    padding-bottom:15px;
    /*background:transparent url(../imgs/header-btm-border.gif  ) repeat-x scroll 0 100px; */
    margin-bottom:20px;
}


#logo{
    position:absolute;
    top: 5px;
}
.header-border{
    border-bottom: 10px #eee solid;
    margin: 0 0 20px 0;
}
/*-------------------------------------------
INDEX
--------------------------------------------*/
#logo{
    padding:10px;
}
#sign-up{
    position: absolute;
    top:0;
    right:10px;
    background:#99ccff;
    padding: 5px 10px 10px 10px;
    color: #fff;
    width: 260px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    z-index: 20;
    }
    #sign-up a{
        color: #fff;
        }
#log-in{
    position: absolute;
    top:15;
    right:0;
    background:#99ccff;
    padding: 10px 10px 10px 10px;
    width: 260px;
    display:.none;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /**edited by J 12/23/2009**/
    display:none;
    z-index:100;
    }
    #log-in .content{
        margin:0 15px;
        }
    #log-in label{
        color:#fff;
        font-size: 14px;
        }
    #log-in .text input{
        width:220px;
        }
    #log-in .checkbox input{
        position:relative;
        top: 2px;
        margin: 0 5px 0 5px;
        }
.active-login{
    font-weight: bold;
    color: #006699!important;
    }



/*-------------------------------------------
Search Box
--------------------------------------------*/

#search-header{
    width:520px;
    position: absolute;
    top: 5px;
    left:220px
}
#search-fields{
    background:#f1f1f1;
    width:500px;
    padding: 10px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
}
#search-header label{
    display: block;
    float:left;
    margin: 3px 0 3px 10px;
    color: #99CC33;
    /**edited by J 12/23/2009**/
    font-size:18px;
    font-weight:bold;
    padding-bottom:1px;
    }
#lbl-need{
    width:256px;
}

#header #need{
    width:246px;
    margin: 0 10px 0 0;
    height:18px;

}

#header #near{
    width:157px;
    margin: 0 5px 0 0;
    height:18px;
}

#header #btn-search-h{
    width: 60px;
    background:transparent url(../images/btn-search-header.gif) no-repeat scroll 0 0;
    border:medium none;
    height:26px;
    position: absolute;
    top:10px;
    cursor: pointer;
    }
#header #btn-search-h:hover {
    background:transparent url(../images/btn-search-header.gif) no-repeat scroll 0 -26px;
    }
/*-------------------------------------------
User header
--------------------------------------------*/
.user-header #sign-up{
    width: auto;
    }
    .user-header #sign-up a{
        color: #000669;
        font-weight: bold;
    }


.user-header #log-in-link{
    padding: 0 15px 0 0;
    background: url(../images/arrow-dropdown.png) no-repeat right;

    }
.user-header #log-in{
    position: absolute;
    top:20px;
    left:0;
    background:#fff;
    padding: 5px;
    width: auto;
    display:none;
    border: 1px solid #99CCFF;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    z-index: 10;
    }
.user-header #log-in li{
    padding:0 0 5px 0;
    }
.user-header #log-in a{
    color:#006699;
    }
.user-header #log-in .content{
        margin:0 5px;
        text-align: left;
        }
