
/********************************************
* Tohono O'Odham Nation
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/5/2008 - MB
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #000000; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

/* Text Elements
-----------------------------*/

h1,h2,h4,h5,h6 { 
  color: #3f3268; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; font-weight: bold; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.75em; color: #892e13; font-weight: bold; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em 0; }
p.last      { margin-bottom: 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #000000; text-decoration: underline; }
a           { color: #000000; text-decoration: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
li          { margin: 0 0 1.75em -2em; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

strong      { font-weight: bold; }

/*******************************************
* Layout Definitions
*******************************************/

#container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

#content-photo,
#content-photo img,
#content-photo2,
#content-photo2 img,
#content-photo-home,
#content-photo-home img,
.divider,
a#view-all-content,
#view-all-content img,
a#view-all,
#view-all img,
a#view-full-message,
#view-full-message img,
a#view-all-press,
#view-all-press img,
#home-photo,
#interior-photo,
#footer,
#promo-poster-contest,
#promo-connor-byestewa,
#promo-topics,
#promo-exhibitors,
#promo-evaluation,
#epa-global {
    display: none;
}

body {
	padding: 0;
}

#header {
    margin: 0 auto;
    padding: 0;
}

#logo {
    margin: 0 auto;
    
}

#logo-image {
    padding: 0;
}

#content-main {
    width: 960px;
}

#content-main-bg {
    margin: 0 auto;
    width: 960px;
}

#pattern-bg {
    width: 100%;
}


#content-left {
    padding: 0;
}

#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-center {
    padding: 0;
}

#content-center span {
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .95em;
    line-height: 1.25em;
}

#content-center a {
    color: #000; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .95em;
    line-height: 1.25em;
    font-weight: bold;
}

#content-right {
    padding: 0;
}

#content-right span {
    color: #000; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .95em;
    line-height: 1.25em;
    font-weight: bold;
}

#content-right p {
    color: #333333; 
    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;
}



/*********************************
* Lists
*********************************/

ul.content li { 
    margin: 0 0 10px 0;
    padding-left: 20px;
    background: url(/images/bullet.gif) 0 6px no-repeat;
}

ul.content li ul {
    list-style: none;
}

ul.content li ul li {
    margin-top: 10px;
    font-weight: normal;
}

/*******************************************
* Promos
*******************************************/

#promo-career-opportunities {
    display: none;
}
a:hover#promo-career-opportunities {
    display: none;
}

#promo-ton-history {
    display: none;
}
a:hover#promo-ton-history {
    display: none;
}

#promo-contact-us {
    display: none;
}
a:hover#promo-contact-us {
    display: none;
}

#promo-enterprises {
    display: none;
}
a:hover#promo-enterprises {
    display: none;
}

#promo-economic-development {
    display: none;
}
a:hover#promo-economic-development {
    display: none;
}

#promo-location {
    display: none;
}
a:hover#promo-location {
    display: none;
}

/*********************************
* Main Navigation
*********************************/

#nav {
    display: none;
}

#nav li {
    display: none;
}

#nav a {
    display: none;
}

/*********************************
* Interior Main Navigation
*********************************/

#nav-interior {
    display: none;
}

#nav-interior li {
    display: none;
}

#nav-interior a {
    display: none;
}

/*********************************
* Secondary Navigation
*********************************/

#subnav {
    display: none;
}

#subnav li {
    display: none;
}

#subnav a {
    display: none;
}

/*********************************
* Footer Definitions
*********************************/

#footer a {
    display: none;
}

#footer-width {
    display: none;
}

#footer-left {
    display: none;
}

#footer-right {
    display: none;
}

/*********************************
* Global Nav
*********************************/

#global {
    display: none;
}

#global ul {
    display: none;
}

#global li {
    display: none;
}

#global a {
    display: none;
}

#search-module {
    display: none;
}

#search-module a {
    display: none;
}

.search-field {
    display: none;
}

.search-button {
    display: none;
}
