/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
html{
overflow-y: scroll;
overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #000000;
	color: #FFFF20;
	font-size: 12pt;
	font-family: 'PT Sans', Arial, sans-serif;
}
a {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;

	
}
.bodydiv{
	color:#E0E0D0;
	padding:5px;
}
.bodydiv p {
	margin: 0.5em 0px; 
        padding-left:1px;
}
.bodydiv p + p { 
	margin-top: 0.8em; 
}
.mnav {
	height: 40px;
	width: 100%;
	background: #000000;
	font-size: 12pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
.mnav .mul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
.mnav .mli {
	display: inline;
	float: left;
}
.mnav .ma {
	color: #FFFF00;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;

	
}
.mnav .mli .ma {
	border-right: 1px solid  #101010;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.mli{
height:40px;
}
.mnav .mli:last-child .ma {
	border-right: 0;
}
.mnav .ma:hover, .mnav .ma:active {
	background-color: #404010;
}
.mnav .ma#pull {
	display: none;
}
.ma{
	line-height:40px;
}
#selectednav {
	border-bottom-color: #FFFF10;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right: 0;

}


/* Contain floats: h5bp.com/q */


.snav > .sul:before, .snav > .sul:after {
    content: "";
    display: table;
}

.snav > .sul:after {
    clear: both;
}
.sul{
margin:0px;
float:left;
clear:none;
padding-left:5px;
}
.snav > .sul {
    *zoom: 1;
	
}
.sa{
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
}
.snav > .sul > .sli {
    float:left;
    clear:none;
    position:relative;
    overflow:visible;
    display:inline-block; 
margin-left:0%;   
   
}
.snav > .sul > .sli > .sa{
    padding:.0px 0px;
}

.snav > .sul > .sli > .sul {
    background-color: #404010;
    
    position:absolute;
    z-index:1;
    padding:0em;
     /*set to whatever you need*/
    float:both;
    overflow:visible;
    display:none;
}

.snav > .sul > .sli > .sul{
    margin-left:0%;
   
}
.snav > .sul > .sli:hover {
    color:#fffFFF;
}

.snav > .sul > .sli:hover > .sul {
    display:block;
    text-decoration:none;
    background-color: #101000;
}

.snav > .sul > .sli:hover > .sa,
.snav > .sul > .sli > .sul .sa{
    
    background:#666;
    background-color: #404010;	
}
.snav .sa , .sca{
    text-decoration:none;
    display:block;
}
.sli:hover > .sa:hover{
	 color:#fffFFF;
}

.pathdiv{

	
	
	height:22px;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	.mnav { 
  		height: auto;
  	}
  	.mnav .mul {
  		width: 99%;
  		display: block;
  		height: auto;
  	}
  	.mnav .mli {
  		width: 33%;
  		float: left;
  		position: relative;
  	}
  	.mnav .mli .ma {
		border-bottom: 1px solid #101010;
		border-right: 1px solid #101010;
	}
  	.mnav .ma {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
/*Styles for screen 400px and lower*/
@media screen and (max-width: 500px) {
	.mnav { 
  		height: auto;
  	}
  	.mnav .mul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	.mnav .mli {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	.mnav .mli .ma {
		border-bottom: 1px solid #101010;
		border-right: 1px solid #101010;
	}
  	.mnav .ma {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 420px) {
	.mnav {
		border-bottom: 0;
	}
	.mnav .mul {
		display: none;
		height: auto;
	}
	.mnav .ma#pull {
		display: block;
		background-color: #0A0A0A;
		width: 100%;
		position: relative;
	}
	.mnav .ma#pull:after {
		content:"";
		background: url('/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	.mnav .mli {
		display: block;
		float: none;
		width: 100%;
	}
	.mnav .mli .ma {
		border-bottom: 1px solid #A0A0A0;
	}
	.pathdiv{
		display:none;
	}
	.snav{
		display:none;
	}
}

