/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
  position    : relative;
  width      : 904px;
  padding      : 0 50px 20px;
  margin      : 0 auto;
}

h1 
{
  margin-bottom  : 0.5em;
}

h2 
{
  margin-bottom  : 0.5em;
}

h3 
{
  margin-bottom  : 0.5em;
}

h4 
{
  margin-bottom  : 0.5em;
}

h5 
{
  margin-bottom  : 0.5em;
}

h6 
{
  margin-bottom  : 0.5em;
}

p 
{
  margin      : 6px 0 12px;
}

ul 
{
  margin      : 6px 0 12px 2em;
  list-style-type  : disc;
}

ol 
{
  margin      : 6px 0 12px 2em;
  list-style-type  : decimal;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
  padding      : 8px;
}

td 
{
  padding      : 8px;
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/
.close
{
    position        : absolute;
    top             : -7px;
    right           : -7px;
    padding         : 3px 6px;
    cursor          : pointer;
}

/*___ DIV _________________________________________________________________*/

#header
{
  display      : block;
  position    : relative;
  height      : 131px;
  width      : 100%;  
  z-index      : 99;
}

#content
{
  display      : block;
  position    : relative;
  /*word-spacing  : -1em;
  letter-spacing  : -1em;*/
  margin-bottom  : 30px;
}

#content .section
{
  position    : relative;
  word-spacing  : normal;
  letter-spacing  : normal;
  display      : inline-block;
  vertical-align  : top;
}

#splash
{
  width      : 100%;
  margin-bottom  : 20px;
  padding-top    : 100px;
}  

#primary
{
  width      : 645px;
  padding      : 0 14px 0 15px;
}

#secondary
{
  width      : 195px;
  padding      : 0 15px;  
}

.home #primary
{
  word-spacing  : -1em;
  letter-spacing  : -1em;  
  overflow    : hidden;
}

.home #primary > div
{
  display      : inline-block;
  vertical-align  : top;
  word-spacing  : normal;
  letter-spacing  : normal;
  position    : relative;  
}

.home #main
{
  width      : 420px;
  padding-left  : 14px;
  float      : right;  
}

.home #primary .aside
{
  width      : 195px;
  padding-right  : 15px;  
}

#splash .text
{
  float      : right;
  margin-top    : -100px;
  width      : 199px;
  padding      : 0 15px;
}

.home #splash
{
  padding-top    : 0;  
}

.home #splash .text
{
  width      : 348px;
  padding      : 0px;
  margin      : 0;
}

.home #wrapper
{
  display      : block;
  width      : 606px;
  height      : 327px;
  float      : left;
  margin-left    : -50px;
}

.disagree,
.notice
{
    position        : fixed;
    display         : block;
    top             : 25%;
    left            : 33%;
    width           : 400px;
    padding         : 20px;
    display         : none;
}

.notice
{
  display      : block;  
}

.tc-agreed,
.tc-not-agreed {
    display: none;
}

.tc-agreed.show,
.tc-not-agreed.show {
    display: block;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

#header h1
{
  margin      : 0;
  padding-top    : 16px;  
}

/*___ H2 _________________________________________________________________*/

#splash h2
{
  padding      : 50px 15px 24px;
  width      : 874px;
  line-height    : 26px;
  height      : 26px;
  margin-bottom  : 0;
  position    : absolute;
  left      : 0;
  top        : 0;  
}

.home #splash .text h2
{
  height      : auto;
  position    : relative;
  left      : auto;
  top        : auto;
  margin      : 0 0 25px;
  padding      : 0;
  width      : auto;
  
}

#alerts
{
  position    : relative;
  padding      : 10px;
  margin-left    : 1px;
  margin-bottom  : 20px;  
}

/*___ H3 _________________________________________________________________*/

#secondary h3
{
  margin-bottom  : 0.2em;  
}

#alerts h3
{
  margin      : -10px -10px 10px;
  padding      : 10px;  
}

#splash #controls h3
{
  margin      : 0;
  padding      : 0;  
}

/*___ H4 _________________________________________________________________*/

#primary .aside h4
{
  margin-bottom  : 0;  
}

#primary #alerts h4
{
  margin-bottom  : 0.5em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

#primary .aside p
{
  margin-top    : 0;  
}

#primay #alerts p
{
  margin-top    : 6px;  
}

/*___ UL _________________________________________________________________*/

#header .nav
{
  margin      : 0;
  padding      : 0;
  position    : absolute;
  list-style-type  : none;  
}

#header .nav.info
{
  right      : 15px;
  top        : 15px;  
}

#header .nav.main
{
  right      : 15px;
  bottom      : 20px;  
}

#header .nav.main ul
{
  display      : none;
  position    : absolute;
  width      : 205px;
  padding      : 10px 0 15px;  
  left      : -18px;
  top        : 29px;  
}

#header .nav.main a:hover + ul,
#header .nav.main ul:hover
{
  display      : block;
}

#footer
{
  text-align    : center;
  padding      : 15px;  
}

#footer .nav
{
  margin      : 0;
  padding      : 0;
  list-style-type  : none;  
  display      : inline-block;
}

#footer .nav.info
{
  margin-left    : -0.25em;
  margin-right  : 1em;  
}

.nav.shutter
{
  margin      : 0;
  padding      : 0;
  list-style-type  : none;  
}

.nav.shutter ul
{
  list-style-type  : none;
  margin      : 12px 0 18px;
  padding      : 0;
  display      : none;
}

.nav.splash
{
  list-style-type  : none;
  margin      : 0;
  padding      : 0;
  clear      : both;
  position    : relative;  
  word-spacing  : -1em;
  letter-spacing  : -1em;
  padding      : 20px 0;
}

#panels,
#content #splash #controls
{
  list-style-type  : none;
  margin      : 0;
  padding      : 0;  
}

#panels
{
  position    : relative;
  width      : 606px;
  height      : 327px;
  overflow    : hidden;
}

#primary .nav.shutter
{
  width: 614px;
}

.tribal-agreement-buttons {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.tribal-agreement-buttons li {
    display: inline-block;
}

.tribal-agreement-buttons button {
    cursor: pointer;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#header .nav li
{
  display      : inline-block;
  padding      : 0 0.5em;  
}

#footer .nav li
{
  display      : inline-block;
  padding      : 0 0.25em;  
  line-height    : 1em;
}

#header .nav.main li
{
  line-height    : 47px;
  height      : 47px;  
  position    : relative;
}

#header .nav.main ul li
{
  display      : block;
  line-height    : 1.2em;
  height      : 1.2em;
  padding      : 0;
}

#header .nav.info li
{
  line-height    : 19px;
  height      : 19px;  
}

.nav.shutter li
{
  line-height    : 24px;
  margin      : 0 0 6px;  
}

.nav.splash li
{
  display      : inline-block;  
  word-spacing  : normal;
  letter-spacing  : normal;
  padding      : 0 20px;
  width      : 184px;
}

#splash #controls li
{
  padding      : 12px 16px;  
}

#panels li
{
  position    : absolute;
  top        : 0;
  width      : 556px;
  padding-left  : 50px;
  height      : 327px;
  overflow    : hidden;
  z-index      : 1;  
}

#panels .current
{
  z-index      : 2;  
}

#panels .new
{
  z-index      : 3;  
}

#primary .nav.shutter li
{
  background-color: #f6f6f6;
  padding: 8px;
  margin: 0;
  line-height: 20px;
  
}

#primary .nav.shutter li:nth-child(2n)
{
  background-color: #e6e6e6;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header h1 a
{
  display      : block;
  width      : 307px;
  height      : 129px;
  text-indent    : -9999em;
}

#header .nav.main a
{
  display      : block;
  line-height    : 25px;
  margin      : 10px 0;
  padding      : 0 2px;  
}

#header .nav.info a
{
  line-height    : 19px;  
}

.nav.shutter li a
{
  display      : block;
  line-height    : 20px;
  padding      : 2px 12px;
}

.nav.shutter ul li a
{
  padding      : 0 15px;  
}

.nav.splash a:first-child
{
  display      : block;
  margin-bottom  : 24px;
  line-height    : 21px;
  padding-left  : 30px;  
}

#privacyPolicy
{
  display      : inline-block;
  height      : 1em;
  line-height    : 1em;
  margin-left    : -0.25em;
  padding      : 0 0.25em;  
}

#header .nav.main a:hover
{
  text-decoration  : none;  
}

#header .nav.main ul li a
{
  padding      : 0 0.5em;
}

#panels a
{
  display      : block;
  width      : 50px;
  height      : 327px;
  position    : absolute;
  left      : 0;
  top        : 0;
  text-indent    : -9999em;  
}

#primary .nav.shutter a
{
  color: #7794a0;
  test-decoration: none;
  line-height: auto;
  padding: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  background-color: transparent;
  display: inline;
  padding: 0;
  margin: 0;
}

#primary form[id="terms"] .aspNetHidden + script + a {
  display: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

.splashImg
{
  display      : block;
  width      : 675px;
  height      : 325px;
  float      : left;  
}

.home .splashImg
{
  width      : 556px;
  height      : auto;
}

#primary img[style*="left"]
{
  margin-right  : 10px;  
}

#primary img[style*="right"]
{
  margin-left    : 10px;  
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

#splash .text *:first-child
{
  padding-top    : 10px;  
}

#splash .text *:last-child
{
  padding-bottom  : 15px;  
}

.aside hr
{
  height      : 1px;  
}

.home #splash #controls li *:last-child
{
  padding-bottom    : 0;  
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
