/* top Navigation */
#nav_bg {
	background-color: #003B77;
/*	clear:both; */
	height: 26px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#nav {
	height: 26px;
	margin-left: auto;
	margin-right: auto;	
 	max-width: 780px;	
    width: 100%;
}
#nav_l {
	height: 26px;
	clear: none;
	float: left;
/*	width: 135px; */
}
.dropdown {
    display: inline-block;
    position: relative;	
}	
.dropbtn {
	background-color: #003B77;
	border: 0px;
    color: #FFFFFF;
    cursor: pointer;
	float: left;	
    font-size: 1.15em;
    font-weight: bold;
	height: 25px;
	padding-left: 7px;
    position: relative;
	z-index:5;
}
.dropdown-content {
	background-color: #fff4c0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #000000;
    display: none;
	height: 200px;
    position: absolute;
	margin-left: 7px;
	margin-top: 25px;
	min-width: 130px;
	z-index: 5;
}
#dropdown-content-l {
	width: 160px;
}
.dropdown-content a {
    color: #000000;
    padding: 10px 7px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ccc39a}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #342800;
}

#nav_r {
	clear: none;
	color: #ffffff;
	float: right;
	font-size: 1.15em;
    font-weight: bold;
	height: 36px;
}
#dropbtnR {
	background-color: #003B77;
	border: 0px;
    color: #FFFFFF;
    cursor: pointer;
	float: right;	
    font-size: 1.15em;
    font-weight: bold;
	height: 25px;
	padding-right: 7px;
    position: relative;
	z-index:5;
}
}
/*	
a.nav_r:visited  {
	color: #ffffff;
    text-decoration: none;		
}
*/	
	
.dropdown:hover .dropbtn {
    background-color: #342800;
}
span.change {
	visibility: hidden;
}

a:link {
	color: #000000;
}	
a:visited  {
	color: #444444;
    text-decoration: none;		
}
a:hover {
    color: #000000;
/*    text-decoration: underline;	*/
}
a:link.telephone {
	color: #000000;
	text-decoration: none;
}
/* End top Nav styling */
/* Begin bottom Nav styling */
#bot_menu {
	font-weight:bold;
	margin-top:25px;
	z-index:2;
}
.bot_first_nav {
	float: left;
}
.bot_nav {
	clear: none;
	float: left;
}
.bot_last_nav {
	clear: none;
	float: left;
}
/* 320px devices portrait & landscape */
@media screen and (max-width:450px) {
	#bot_menu {
	float:left;
	font-size: 1.25em;
	margin-top: 25px;
	}
	.bot_first_nav {
	margin-bottom: 1em;
		text-align: center;
		width: 100%;
	}
	.bot_nav {
		margin-bottom: 1em;
		text-align:center;
		width: 100%;
	}
	.bot_last_nav {
		text-align:center;
		width: 100%;
	}
}
@media screen and (min-width:451px) and (max-width:551px) {
	#bot_menu {
		float:left;
		font-size: 1.25em;
		margin-top: 25px;
	}
	.bot_first_nav {
		margin-bottom: 1em;
		text-align: center;
		width: 100%;
	}	
	.bot_nav {
		margin-bottom: 1em;
		text-align:center;
		width: 100%;
	}
	.bot_last_nav {
		text-align:center;
		width: 100%;
	}
}
@media screen and (min-width:551px) and (max-width:701px) {

	.bot_first_nav {
		margin-right:120px;
		margin-bottom: 1em;
	}
	.bot_nav {
		margin-right:120px;
		margin-bottom: 1em;
	}
	.bot_last_nav {
		clear: none;
		float: left;
	}	
}
@media screen and (min-width:702px) and (max-width: 780px) {
	.bot_last_nav {
		clear: none;
		float: left;
	}
	.bot_first_nav {
		margin-right:80px;
	}
	.bot_nav {
		margin-right:80px;
	}
}
@media screen and (min-width:781px) {
	.bot_last_nav {
		clear: none;
		float: left;
	}
	.bot_first_nav {
		margin-right:120px;
	}
	.bot_nav {
		margin-right:120px;
	}
}