          html{
            overflow: -moz-scrollbars-vertical;
            overflow: scroll;	 
          }
          html,body{
          	height:100%;
          	font-family: 'Lato', sans-serif;
          	font-size: 16px;
          	color:rgb(107,100,112);
          }       
		  .heading_one{
		  	font-family: 'Lato', sans-serif;
		  	font-size:29px;
		  }	
		  .heading_two{
		  	font-family: 'Lato', sans-serif;
		  	font-size:27px;		  	
		  }
		  .heading_three{
		  	font-family: 'Lato', sans-serif;
		  	font-size:21px;		  	
		  }		  
		  .body_small{
          	font-family: 'Muli', sans-serif;
          	font-size: 16px;		  	
		  }		
		  .heading_four{
		  	font-family: 'Lato', sans-serif;
		  	font-size:19px;		  	
		  }	
		  .heading_five{
		  	font-family: 'Lato', sans-serif;
		  	font-size:16px;		  	
		  }
		  .bold{
		  	font-weight:700;
		  }			  	     	  		  	  
		  .caption{
		  	font-family: 'Lato', sans-serif;
		  	font-size:13px;	
		  	color:rgb(166,162,169);	  	
		  }	  
		  .login{
		  	font-size:15px;
		  }
		  .yellow{
		  	color:rgb(251,174,23);
		  }
		  .yellowbg{
		  	background-color:rgb(251,174,23);
		  }
		  .gold{
		  	color:rgb(201,124,0);
		  }
		  .goldbg{
		  	background-color:rgb(201,124,0);
		  }		  
		  .yellowlt{
		  	color:rgb(254,239,209);
		  }
		  .yellowltbg{
		  	background-color:rgb(254,239,209);
		  }
		  .aqua{
		  	color:rgb(0,167,157);
		  }
		  .aquabg{
		  	background-color:rgb(0,167,157);
		  }		
		  .aquadk{
		  	color:rgb(8,81,86);
		  }
		  .aquadkbg{
		  	background-color:rgb(8,81,86);
		  }		
		  .red{
		  	color:rgb(193,39,45);
		  }
		  .redbg{
		  	background-color:rgb(193,39,45);
		  }	
		  .reddk{
		  	color:rgb(152,2,24);
		  }
		  .reddkbg{
		  	background-color:rgb(152,2,24);
		  }	
		  .burgundy{
		  	color:rgb(95,42,43);
		  }
		  .burgundybg{
		  	background-color:rgb(95,42,43);
		  }			  
		  .green{
		  	color:rgb(140,198,63);
		  }
		  .greenbg{
		  	background-color:rgb(140,198,63);
		  }		
		  .greendk{
		  	color:rgb(0,121,52);
		  }
		  .greendkbg{
		  	background-color:rgb(0,121,52);
		  }			  	  		  		   
          .container {
            width: 1024px;
          }
          .nolink:hover{
          	text-decoration:none;
          	font-weight:bold;
          	color:inherit;
          }        
          .floatoverlay{
            position: fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            z-index:1400;
            background-color: Black;
            opacity: .5;
            display:none;
          }
          .floatdiv{
          	  display:none;
          	  position: fixed;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);    /* Older Gecko browser */
              -ms-transform: translate(-50%, -50%);     /* IE9+ */
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              background-color:rgb(251,174,23);
              z-index: 1410;
              padding:20px;
              border-radius: 15px; 
              -moz-border-radius: 15px; 
              -webkit-border-radius: 15px; 
              border: 2px solid rgb(251,174,23);  
              max-height:90%;
              min-height:350px;
              min-width:300px;
              overflow-y:auto;  
              text-align:center;                     
          }

          .navblock{
          	display:block;
          	position:absolute;
          	top:355px;
          	left:464px;
          	z-index:10;
          }
          .navblock_short{
          	display:block;
          	position:absolute;
          	top:70px;
          	left:464px;
          	z-index:10;
          }
          .titleblock{
          	display:block;
          	position:absolute;
          	top:235px;
          	left:70px;
          	z-index:10;          	
          }      
          .loginblock{
          	display:block;
          	position:absolute;
          	top:0px;
          	left:705px;
          	z-index:10;          	
          }                
          .homeblock{
          	display:block;
          	position:absolute;
          	top:422px;
          	left:650px;
          	z-index:10;
          	font-size:20px;
          	color:white;
          	font-weight:bold;
          }          
.floatdiv2 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 400px;
    margin-left: -150px;
    margin-top: -200px;
    z-index:1401;
    display:none;
    background-color:rgb(251,174,23);
    border-style:solid;
    border-width:3px;
    border-color:rgb(251,174,23);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius:15px;
    text-align:center;
}

.wildlife_photo{
	border-width:2px;
	border-style:solid;
	border-color:rgb(166,162,169);
}

.wildlife_info{
	display:none;
}
