/********************************************
* Huff Construction
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/01/07 - BD
*
* Delivery Methods Style Definitions
********************************************/

/*********************************
* HTML Mods 
*********************************/



/*********************************
* Lists 
*********************************/


/*********************************
* Layout Definitions
*********************************/
#content-right {
    margin: 38px 40px 0 0;
    width: 514px;
    display: inline; /* Fixes IE6 double-float margin bug */
}

/*********************************
* Titles & Headers
*********************************/
h1#ttl-delivery-methods,
h1#ttl-signature-series,
h1#ttl-negotiated-contract,
h1#ttl-competitive-contract {
    margin-bottom: 15px;
    width: 514px;
    height: 18px;
    text-indent: -9999px;
}

h1#ttl-delivery-methods {
    background: url(/images/ttl_delivery_methods.gif) top left no-repeat;
}

h1#ttl-signature-series {
    background: url(/images/ttl_signature_series.gif) top left no-repeat;
}

h1#ttl-negotiated-contract {
    background: url(/images/ttl_negotiated_contract.gif) top left no-repeat;
}

h1#ttl-competitive-contract {
    background: url(/images/ttl_competitive_contract.gif) top left no-repeat;
}


/*********************************
* Promos
*********************************/
#promo-signature-series2 {
    margin-bottom: 25px;
    padding: 0;
    width: 192px;
    height: 193px;
    text-indent: -9999px;
    background: url(/images/promo_sig_series.gif) top left no-repeat;
}

#promo-signature-series2 a {
    display: block;
    margin: 111px 0 0 108px;
    padding: 0;
    width: 80px;
    height: 25px;
}

/*********************************
* Form Definitions
*********************************/



/*********************************
* Footer Definitions
*********************************/


/*********************************
* Main Navigation
*********************************/


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

a#signature-series {
    background: url(/images/subnav_sig_series.gif) top left no-repeat;
    width: 143px;
}
a#negotiated-contract {
    background: url(/images/subnav_neg_contract.gif) top left no-repeat;
    width: 185px;
}
a#competitive-contract {
    background: url(/images/subnav_comp_contract.gif) top left no-repeat;
    width: 185px;
}

a:hover#signature-series, body.signature-series-on #subnav-delivery-methods #signature-series {
    background: url(/images/subnav_sig_series.gif) bottom left no-repeat;
}
a:hover#negotiated-contract, body.negotiated-contract-on #subnav-delivery-methods #negotiated-contract {
    background: url(/images/subnav_neg_contract.gif) bottom left no-repeat;
}
a:hover#competitive-contract, body.competitive-contract-on #subnav-delivery-methods #competitive-contract {
    background: url(/images/subnav_comp_contract.gif) bottom left no-repeat;
}


/*********************************
* Global Navigation
*********************************/

ul#global-nav li a#home {
    visibility: visible;
}
