
	
.displaynone	{
		display: none;
	}
	
#index{
	font-size: 1em;		
	height: 75%;
	height: 325px;
	max-width: 556px;
	position: fixed;
	top: 5%;
	left: -468px;
	width: 512px;
	z-index: 6;
}

		@media screen and (max-width: 755px){
		
			#index{
				height: 300px;
			}

		}


	#index_main{
		background: black;
		float: left;
		height: 100%;
		width: 294px;
	}
	
	#index_btn{
		float: left;
		height: 100%;
		position: relative;
		width: 44px;
		
	}
	
	
		@media screen and (max-width: 755px){
		
			#index_btn{
				width: 34px;
			}
	
		}
	
		#index_btn a{
			background-color: black; 
			color: white;
			text-align: center;
			padding: 25px 0 0 0;
			display: block;
			float: left;
			height: 44px;
			position: absolute;
			top: 0;
			text-indent: 0px;
			width: 100%;
			z-index: 4;
			text-decoration: none;
			text-underline-style: none;
		}
		
		#index_btn a:hover{
			cursor: pointer;
			background-color: #F16521;
			-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		}
		
	#index nav{
		float: right;
		margin: 10px 10px 0 0;
		width: 250px;
	}
	
		#index nav h2{
			font-size: 0.875em;
			font-weight: normal;
			margin: 15px 0 0 20%;
		}
		
		@media only screen and (max-device-width: 1024px) and (orientation:landscape){
		
			#index nav{
				margin: 22px 40px;
			}
		
		}
		
		#index nav ul{
		}
	
			#index nav li{
				margin: 0 0 4px 0;
			}
			
			
			
			
			
			
			



/* 
	.navicon {
		height: 50px;
		width: 50px;
		background-color: grey;
		z-index: 1000;
		text-align: center;
		position: relative;
		
		
	}

	.navicon > h1 {
		padding: 12px;
		font-family: helvetica, arial, sans-serif;
		font-size: 18px;
		color: #A2A3A5;
   		text-align: center
	}

	
/* 
	link buttons
 */


.navbuttonpicked
{

	color: white;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 35px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;
	text-decoration:underline;

}



.navbutton
{
	background-color: black;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 35px;
	color: #F16521;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}



		@media screen and (max-width: 755px){
		
			.navbutton,.navbuttonpicked {
				height: 20px;
				font-size: 12px;
			}

		}

 .navbutton:hover
{
		background-color: #F16521;
		color: white;
		-webkit-transition: color 0.5s ease-in-out;
		transition: color 0.5s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
}

 .navbuttonpicked:hover
{
 cursor: pointer;
}
	