/********************************************
* Tartesso
* Developed by I-ology
* http://www.i-ology.com
*
* Created 01/04/07 - BD
*
* Tartesso Style Definitions
********************************************/

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

dl {
    margin-left: 15px;
    width: 413px;
    overflow: hidden;
}
dt {
    float: left;
    width: 85px;
    margin: 0;
    padding-top: 2px;
}

dd {
    float: right;
    width: 328px;
    margin-bottom: 15px;
    padding: 0;
    line-height: 16px;
}

/*********************************
* Layout Definitions
*********************************/

#tartesso-logo {
    float: right;
    margin: 5px 0 15px 10px;
}

/*********************************
* Lists 
*********************************/
#list-archives {
    margin: 0 0 25px 15px;
    overflow: hidden;
    width: 300px;
}
#list-archives ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#list-archives li {
    background: none;
    float: left;
    border-left: 1px solid #A87A38;
    line-height: 14px;
    margin: 0 10px 0 -10px;
    padding: 0 10px 1px 10px;
}
#related-links li {
    margin-bottom: 15px;
}

/*********************************
* Buttons
*********************************/

/*********************************
* Headers & Titles
*********************************/
#hdr-about-us {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_about_us.jpg) top left no-repeat;
}

#hdr-whats-new {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_whats_new.jpg) top left no-repeat;
}
#hdr-related-links {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_related_links.jpg) top left no-repeat;
}

/*********************************
* Form Elements
*********************************/



/*********************************
* Subnavigation
*********************************/

#subnav-about-us ul {
    margin: 0;
    padding: 23px 0 25px 0;
    list-style: none;
    width: 218px;
    height: 54px;
}

#subnav-about-us ul li {
    margin: 0;
    padding: 0;
}

#subnav-about-us ul li a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 218px;
    height: 27px;
    vertical-align: bottom;
    overflow: hidden;
}



#subnav-about-us a#whats-new {
    background: url(/images/subnav_whats_new.gif) top left no-repeat;
}
#subnav-about-us a#related-links {
    background: url(/images/subnav_related_links.gif) top left no-repeat;
}


#subnav-about-us a:hover#whats-new, body.whats-new-on #subnav-about-us a#whats-new {
    background: url(/images/subnav_whats_new.gif) bottom left no-repeat;
}
#subnav-about-us a:hover#related-links, body.related-links-on #subnav-about-us a#related-links {
    background: url(/images/subnav_related_links.gif) bottom left no-repeat;
}

