.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.nav {
	font-family:Nunito, arial, verdana, sans-serif;
	z-index:100;
	padding:0;
	left:300px;
	margin-bottom: 0;
	height: 35px;
	margin-top: 0px;
	position:relative;
	width: 100%;
}
.nav .table {
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;

}
.nav .select,
.nav .current {
	margin:0;
	padding:0;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
}

/*this is the positioning of mainnav text*/
.nav li {
	margin:0;
	padding:0;
	height:auto;
	display: inline;
	float: left;
	clear: both;
}

.nav .select a {
	display:block;
	float:left;
	text-align:left;
	clear: both;
	font-weight:bold;
	padding:0 30px 0 30px;
	text-decoration:none;
	line-height:21px;
	white-space:nowrap;
	color:#FFFFFF;
	margin-top:20px;
	text-shadow: 0px 2px 1px #0082c3;
}

.nav .select a:hover {
	cursor:pointer;
	color:#F8EC07;
}

.nav .select a b{
	font-weight:bold;
	}

/* this is the hover for main textnav buttons:
background:url(images/hover.gif) right top; */
.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
clear: both;
cursor:pointer;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
width:0; 
height:0;
}

/*this is the yellowbar text position*/
.nav .sub {
	display:table;
	list-style:none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#2b3238;
}

/* This is mainnav margin and padding */
.nav .select .select_sub,
.nav .current .show {
	display:block;
	position:absolute;
	width:938px;
	height:80px;
	z-index:100;
	left:0;
	text-align:center;
	margin-top: 69px;
}

.nav .current .show {
z-index:10;
}

/*This is for the yellow menu nav text*/
.nav .select .sub li a, 
.nav .current .show .sub li a {
	background:transparent;
	padding:12px 0px 0px 0px;
	margin:0 0px;
	color:#136186;
	font-size: 1.125em;
	font-weight: bold;
	text-shadow: 0px 0px 0px;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 

}

.nav .select .sub li a {
	font-weight:normal;
	width: 153px;
	height: 62px;
}
.nav .select .sub li a:hover {
    text-shadow: 0px 0px 5px #FFFFFF;
	}
	
/*This is for the blue notch*/
.nav .select .sub li.active a {
	color:#FFF;
	padding-right:4px;
	background: url(../images/old/notch.png) 4px 0;
	background-repeat:no-repeat;
	text-shadow: 0px 2px 1px #0082c3;
	
}#apDiv1 {
	height: 113px;
	width: 450px;
	position: relative;
}

@media (max-width: 500px) { 
.nav .select a {
	padding: 5px 15px 0 15px;
}
 }
