/********************************************
* Lawrence & Geyser
* Developed by I-ology
* http://www.i-ology.com
*
* Created 08/20/2007 - BD
*
* News Style Definitions
********************************************/

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

#ttl-sitemap,
#ttl-privacy,
#ttl-thankyou,
#ttl-error,
#ttl-notfound {
    height: 36px;
    margin: 0 0 5px 18px;
    text-indent: -9999px;
    overflow: hidden;
}

#ttl-sitemap {
    background: url(/images/ttl_sitemap.jpg) top left no-repeat;
}
#ttl-privacy {
    background: url(/images/ttl_privacy.jpg) top left no-repeat;
}
#ttl-thankyou {
    background: url(/images/ttl_thankyou.jpg) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.jpg) top left no-repeat;
}
#ttl-notfound {
    background: url(/images/ttl_notfound.jpg) top left no-repeat;
}