/* MAIN NAVIGATION */
nav {	height: 60px;
	width: 100%;
	background-color:rgb(66,115,176);
	border-bottom: 2px solid #283744;
}
#navhome {
	display: none;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1066px;
	height: 60px;
}
nav li {
	display: inline;
	float: left;
}
nav li h1 {
	margin: 0;
	background-image:url(/images/logos/logo.png);
	background-position: center center;
background-repeat: no-repeat;
}
nav li h1 a {
	color: transparent;
	font: 0px/0 a;
	display: block;
	height: 60px;
	position: relative;
	width: 140px;
}

nav a {
	font-size: 11pt;
	font-family: 'Open Sans';
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
}
nav li a {
	border:0;
	//border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px 20px;
	width: 100%;
	text-align:left;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#68b2ff;
}
#logo a:hover, #logo a:active {
	background-color:transparent;
}

nav a#pull {
	display: none;
}
.dropdown {
  position: relative;
}
.drop-nav {
  position: absolute;
  display: none;
  background: #2c3e50;
  width: 300px;
  height: auto;
}
.drop-nav li {
  border-bottom: 1px solid rgba(255,255,255,.2);
  float: none;
  display: block;
}
.drop-nav li:hover {
	background-color:#68b2ff;
	cursor:pointer;
}

#subnav, #leftClick, #rightClick {
	display: none;
}

/* Search */
#searchWrapper {
	position: absolute;
	right: 0px;
	margin: 14px;
	width: 200px;
	z-index: 1000;	
}
#searchFeatures {
	display: none;
}
#andsearch {
	width: 160px;
	height: 30px;
}
#searchButton {
	width: 30px;
	height: 30px;
}


/*Styles for screen 930px and lower*/
@media screen and (max-width: 930px) {
	#navhome {
		display: block;
	}
	nav { 
  		height: auto;
		border-bottom: 0;
  	}
  	nav ul {
		display: none;
		height: auto;
  	}
  	nav li {
  		width: 100%;
		display: inline;
		float: none;
  		position: relative;
  	}
	nav li h1 {
		display: none;
	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
		line-height: 40px;
  	}
	nav a#pull {
		display: block;
		width: 100%;
		position: relative;
		padding: 6px 0px 0px 40px;
	}
	nav a:hover#pull {
		background-color: transparent;
	}
	nav a#pull:before{
		content:"";
		background: url('/images/nav/nav-icon.png') no-repeat;
		width: 30px;
		height: 40px;
		display: inline-block;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	#subnav {	
		display: block;
		height: 30px;
		background-color:#fff;
		border-bottom: 1px solid #C0C0C0;
		overflow: hidden;
		float:left;
		width: 100%;
	}
	#subnav ul {
		padding: 0;
		margin: 0;
		height: 30px;
		text-wrap:none;
	}
	#subnav li {
		display: inline;
		float: left;
	}
	#subnav a {
		font-size: 10pt;
		font-family: 'Open Sans';
		color: #000;
		display: inline-block;
		width: auto;
		text-align: center;
		text-decoration: none;
		line-height: 30px;
	}
	#subnav li a {
		border:0;
		//border-right: 1px solid #576979;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:0px 20px;
		width: 100%;
		text-align:left;
	}
	#subnav li:last-child a {
		border-right: 0;
	}
	#subnav a:hover, nav a:active {
		background-color:#68b2ff;
	}
#subnavtext{
    width:2000px;
    height:30px;
    background-color:#fff;
	text-wrap:none;
	line-height:30px;
}
#leftClick, #rightClick {
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #C0C0C0;
	display:block;
	cursor:pointer;
}
#leftClick {
	display:none;
	float:left;
	z-index: 100;
	position: absolute;
	top: 60;
	left: 0;
	border-right: solid 10px rgba(255,255,255,.5);
}
#rightClick {
	float:right;
	z-index: 100;
	position: absolute;
	top: 60;
	right: 0;
	border-left: solid 10px rgba(255,255,255,.5);
}

/* Search */
#searchWrapper {
	margin: 10px;
}
#searchButton {
	width: 24px;
	height: 24px;
}
#andsearch {
	width: 160px;
	height: 24px;
}
