
/********************************************
* Tohono O'Odham Nation
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/5/2008 - MB
*
* Home Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

body {
	background: #3f3268 url(/images/bg_interior.gif) top left repeat-x;
}

#header {
    margin: 0 auto;
    padding: 0;
    height: 92px;
    width: 960px;
    background: url(/images/header_mountains_interior.jpg) top left no-repeat;
}

#logo {
    position: absolute;
    margin: 0 auto;
    width: 960px;
    height: 200px;
    background: url(/images/content_interior_bg.gif) top left repeat-y;
}

#logo-image {
    float: left;
    width: 140px;
    height: 140px;
    padding-left: 30px;
    margin: 30px 0 0 0;
}

#content-photo {
    float: right;
    margin: 0;
    padding: 0;
}

#content-photo img {
    border: 1px solid #8c5e14;
    padding: 1px;
    margin: 5px 0 20px 22px;
}

#content-main-interior {
    position: absolute;
    top: 18px;
    width: 960px;
    height: 227px;
    overflow: hidden;
}

#content-main-bg {
    position: relative;
    top: 17px;
    margin: 0 auto;
    margin-top: -17px;
    width: 960px;
    padding-bottom: 26px;
    background: url(/images/content_bg_top_interior.jpg) top left no-repeat;
    z-index: 3;
}

#content-bg {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: url(/images/content_bg.jpg) top left repeat-y;
    overflow: hidden;
    border-top: 5px solid #55487d;
    z-index: 1;
}

#pattern-bg {
    position: absolute;
    top: 310px;
    width: 100%;
    background: url(/images/pattern_bg.gif) top left repeat;
    z-index: 2;
}


#content-left {
    width: 578px;
    padding: 22px 30px 50px 29px;
    float: left;
    clear: left;
    margin-left: 2px;
}

#content-left span {
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
}

#content-left a {
    color: #000; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: bold;
}

#content-right {
    width: 258px;
    padding: 22px 28px 50px 31px;
    float: left;
    margin-right: 2px;
    min-height: 300px;    
}

#content-right span {
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .95em;
    line-height: 1.25em;
}

#content-right a {
    color: #000; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .95em;
    line-height: 1.25em;
    font-weight: bold;
}

#content-left a:hover,
#content-center a:hover,
#content-right a:hover {
    text-decoration: none;
}

a#view-all-content {
    float: left;
    clear: left;
    font-size: .9em;
    padding-left: 10px;
    color: #892e13;
    text-decoration: underline;
    background: url(/images/arrow.gif) 0 4px no-repeat;
}

a#view-all {
    float: left;
    clear: left;
    font-size: .9em;
    padding-left: 10px;
    margin-left: 20px;
    color: #892e13;
    text-decoration: underline;
    background: url(/images/arrow.gif) 0 4px no-repeat;
}

a#view-all-press {
    float: left;
    clear: left;
    font-size: .9em;
    padding-left: 10px;
    margin-left: 20px;
    color: #892e13;
    text-decoration: underline;
    background: url(/images/arrow.gif) 0 4px no-repeat;
}

#interior-photo {
    position: absolute;
    top: 1px;
    left: 452px;
    height: 226px;
    z-index: 999;
}

#footer {
    position: relative;
    margin: 0 auto;
    min-width: 960px;
    height: 102px;
    background: #3f3268;
}

#footer-width {
    width: 960px;
    height: 80px;
    background: url(/images/content_interior_bg_bottom.jpg) top center no-repeat;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-history-culture,
#ttl-ton-history,
#ttl-cultural-center-museum {
    width: 426px;
    text-indent: -9999px;
    height: 43px;
    margin-bottom: 5px;
}

#ttl-history-culture {
    background: url(/images/ttl_history_culture.gif) top left no-repeat;
}
#ttl-ton-history {
    background: url(/images/ttl_ton_history.gif) top left no-repeat;
}
#ttl-cultural-center-museum {
    background: url(/images/ttl_cultural_center_museum.gif) top left no-repeat;
}

#hdr-calendar-stick {
    width: 227px;
    height: 19px;
    display: block;
    text-indent: -9999px;
    background: url(/images/hdr_calendar_stick.gif) top left no-repeat;
}

/*********************************
* Secondary Navigation
*********************************/

#subnav a#ton-history {
    height: 28px;
    background: url(/images/subnav_ton_history.gif) top left no-repeat;
}
#subnav a#cultural-center-museum {
    height: 28px;
    background: url(/images/subnav_cultural_center_museum.gif) top left no-repeat;
}

#subnav a:hover#ton-history, body.ton-history-on #subnav a#ton-history,
#subnav a:hover#cultural-center-museum, body.cultural-center-museum-on #subnav a#cultural-center-museum {
    background-position: bottom left;
}



