 
body
{
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  
} 
  body,
  div,
  dl,dt,dd,
  ul,ol,li,
  h1,h2,h3,h4,h5,h6,
  pre,
  form,fieldset,
  input,textarea,
  a,
  p,blockquote,
  th,td 
  { 
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  } 
    
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var 
  {
    font-style: normal;
    font-weight: normal;
  }
    
  ol,ul 
  {
    list-style: none;
  }
    
  h1,h2,h3,h4,h5,h6 
  {
    font-size: 100%;
    font-weight: normal;
  }
   

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, mark {  
  display:block;
}
 
* 
{
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
  font-size-adjust:0.49; 
  font-weight: 100 !important; 
  font-style: normal;

}

  p
  {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    
  }
  
  a
  {
    font-size: 14px;
    color: #4f9426;
    text-decoration: none;
    
  }
 
  a:hover {
    color: #888;
  }
  
    a.outlink {

      padding-right: 16px;
      background: transparent url(../img/linkout.gif) 100% 50% no-repeat;
      border-bottom: 1px dotted #222;
    }
  
  h1 {
    font-size-adjust:0;
    font-weight:100 !important; 
    font-style:normal;
  }
   

#wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 100px;
  padding: 0;
  margin: 0 auto;
  position:relative;
}
  
  
nav#main {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 999999;
}

  nav#main li {
    height: 20px;
    position: relative;
  }

  nav#main a {
	 
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/dotnav.png) 0 100% no-repeat;
    text-indent: -9000px;
    overflow: hidden;
  }


  nav#main a:hover,
  nav#main li.active a {
    background-position: 0 0;
  }
  
      nav#main h2 {
        display: none;
        opacity: 0;
        position: absolute;
        right: 25px;    
        top: -4px;
        white-space: nowrap;
        padding: 0 6px 0 0;
        background: url(../img/arrow_right.png) 100% 50% no-repeat;
      }
      nav#main span {
        display: block;
        background: #ffd900;
        color: #000;
        padding: 4px 8px;
        white-space: nowrap;
		font-size:20px;
      }
      
      nav#main li:hover h1 {
        display: block;
      }
       

.line {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 0;
} 
.identix_mainContainer {
  min-height: 1000px;
  position: relative;
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
  padding: 0;

}

  .identix_mainContainer article , .identix_mainContainer .article {
    width: 900px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
  }

  .identix_mainContainer header {
   position: absolute;
   left: 0;
   top: 0;
   width: 400px;
   z-index: 99999;
  }
  
  .identix_mainContainer .article-content {
    z-index: 1; 
  }
  
  
  .identix_mainContainer header p {
    width: 300px;
    color: black;
    font-size: 15px;
  }
  
    .identix_mainContainer header p a {
      color: #222;
      border-bottom: 1px dotted #222;
    }
    
    .identix_mainContainer header a {
      font-size: 15px;
      color: #222 !important;
      border-bottom: 1px dotted #222;
    }
    
    .identix_mainContainer header a:hover { 
      color: #000 !important;
      border-bottom: 0; 
    }
  
  .identix_mainContainer h1 {
    font-size: 16px;
   
    font-weight: bold;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin: 0 0 2px 0;
  }
  
  .identix_mainContainer header h2 {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 60px;
    margin: 0 0 50px 0;
    color: #4f9426;
  }
 
.we_content
{
  position: relative;
  width: 100%;
  height: 1200px;
	}
  
  nav.more {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -49px;
    top: 500px;
    z-index: 99999;
    background: url(../img/icon_more.png) 50% 50% no-repeat;
    height: 118px;
    width: 98px;
   
  }
  
    nav.more a {
      display: block;
      height: 118px;
      width: 98px;
      background: url(../img/refresh.gif) 0 0 no-repeat;
      position: absolute;
      left: 0; 
      top: 0;
      -webkit-transition: -webkit-transform .3s ease-in;
     
    } 
    
    nav.more a._down{
      opacity: .5 !important;
      
    }
  
  nav.more a:hover {
    -webkit-transform:rotate(180deg);
   
  }
  