﻿/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
z-index:9999;
    *zoom: 1;
     
}

/* Basic Styles */
body {
	background-color: ;
}
nav {
	height: 45px;
	width: 100%;
	background:#0066FF; 
	opacity:.90;
  -moz-opacity:.90; 
  filter:alpha(opacity=90); 
	font-size: 11pt;
	font-family: MyriadProRegular,Helvetica,Arial,sans-serif;
	
	position:fixed;
     
    text-transform:uppercase;
    box-shadow: rgb(0,0,0) 0px 0px 5px black;
    


    
}
nav ul.clearfix {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 45px;
	

	
}
ul.clearfix li {
	display: inline;
	float: left;
}
ul.clearfix li#mb {
	display:none
}
nav ul.clearfix a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	
}
nav ul.clearfix li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav ul.clearfix li a:hover {
	color:#C0C0C0
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	  color:#C0C0C0
}
nav a#pull {
	display: none;
	
	
}

/*Styles for screen 480px and lower*/
@media screen and (max-width: 800px) {
	nav { 
  		height: 45px;
  		

  	}
  	nav ul.clearfix {
  		width: 100%;
  		display: none;
  		height: auto;
  		border-top: 1px solid  #FFFFFF;
  		
  	}
  	nav ul.clearfix li {
  		width: 100%;
  		float: left;
  		position: relative;
  		background-color:#0066FF
  		  	}
  	nav ul.clearfix li#fullsite {
	display:none
}
    ul.clearfix li#mb {
	display:inline-block
}
  	nav ul.clearfix li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav ul.clearfix a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 800px) {
	nav {
		border-bottom: 0;
	}
	nav ul.clearfix {
		display: none;
		height: 45px;
		margin-top:15px
	}
	nav.clearfix   a#pull {
		display:inline-block;
		background-color:#0066FF;
		width: 100%;
		position: relative;
		height:auto;
		color:#FFFFFF;
		 padding-left:2%;
		 vertical-align:middle;
		 padding-top:13px
       
		
	}
	nav  a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat ;
		width: 45px;
		height: 45px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
		
	}
	}
/*Smartphone*/
@media only screen and (max-width : 800px) {
	nav ul.clearfix li {
		display: block;
		float: none;
		width: 100%;
	}
	nav ul.clearfix li a {
		border-bottom: 1px solid  #FFFFFF;
		
	}
	nav ul.clearfix li a:hover {
	color:#999999
}
}