/********************************************
* BHHS Legacy Foundation
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/14/2008 - BD
*
* Contribute Style Definitions
********************************************/

.content-photo {
    width: 232px;
    float: right;
    clear: right;
    margin: 5px 0 10px 20px;

}

.content-photo img {
    padding: 1px;
    border: 1px solid #734473;
}

.content-photo p {
    width: 225px;
    margin-top: -15px;
    padding-left: 5px;
    width/**/:/**/220px;
    font-size: 85%;
    line-height: 1.2em;
}

td#backpack-cell {
    border: 1px solid #FFF;
    background: #F0F0E5;
}

td#backpack-cell p {
    margin-left: 15px;
}

td#backpack-cell ul {
    margin-left: 15px;
}

td#backpack-cell ul li {
    background: url(/images/bullet.gif) 0 8px no-repeat;
}

#backpack-cell input {
    font-weight: bold;
    border: 1px solid #999;
    background: #FFF;
    width: 75px;
}

input#txtSponsor1,
input#txtSponsor2,
input#txtSponsor3 {
    width: 30px;
}

input#txtPersonal {
    width: 75px;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-contribute,
#ttl-backpack-buddies,
#ttl-arizona-tax-credit,
#ttl-planned-giving,
#ttl-volunteer-opportunities,
#ttl-donate-now {
    height: 26px;
    display: block;
    text-indent: -9999px;
}

#ttl-contribute {
    background: url(/images/ttl_contribute.gif) top left no-repeat;
}
#ttl-backpack-buddies {
    background: url(/images/ttl_backpack_buddies.gif) top left no-repeat;
}
#ttl-arizona-tax-credit {
    background: url(/images/ttl_arizona_tax_credit.gif) top left no-repeat;
}
#ttl-planned-giving {
    background: url(/images/ttl_planned_giving.gif) top left no-repeat;
}
#ttl-donate-now {
    background: url(/images/ttl_donate_now.gif) top left no-repeat;
}

/*********************************
* Sub Navigation
*********************************/

a#backpack-buddies {
    background: url(/images/subnav_backpack_buddies.gif) top left no-repeat;
}
a#arizona-tax-credit {
    background: url(/images/subnav_arizona_tax_credit.gif) top left no-repeat;
}
a#planned-giving {
    background: url(/images/subnav_planned_giving.gif) top left no-repeat;
}
a#contribute-form {
    background: url(/images/subnav_contribute.gif) top left no-repeat;
}
a#donate-now2 {
    background: url(/images/subnav_donate_now.gif) top left no-repeat;
}

a:hover#backpack-buddies,
a:hover#arizona-tax-credit,
a:hover#planned-giving,
a:hover#contribute-form,
a:hover#donate-now2,

body.backpack-buddies-on #subnav #backpack-buddies,
body.arizona-tax-credit-on #subnav #arizona-tax-credit,
body.planned-giving-on #subnav #planned-giving,
body.contribute-form-on #subnav #contribute-form,
body.donate-now2-on #subnav #donate-now2 {
    background-position: bottom;
}
