@charset "utf-8";
/* CSS Document */

a.menuBtn {
	background: url(images/btn_menu.png) no-repeat;
	background-size: 35px auto;
	background-position: center 4px;
	height: 33px;
	position: absolute;
	right: 5%;
	text-indent: -9999px;
	top: 40px;
	width: 40px;
	border:1px solid transparent;
}
.media-center a.menuBtn {top:85px;}
a.menuBtn.selected
{
	border:1px solid #023315;
	border-radius:5px;
	background-color:#136124;
	box-shadow: 0 0 5px #0E4726 inset;
}

#mobile-nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top:119px;
}

#mobile-nav ul, #mobile-nav ul li ul
{
	
}

#mobile-nav ul li, #mobile-nav ul li ul li
{
	padding:0px;
	margin:0px;
	list-style: none;
	background:none;
}

#mobile-nav 
{
	width:100%;
	background-color: #2d5a8c;
}


#mobile-nav .topLevel .item a {
	
	/*border-top: solid 1px #FFF;*/
	color:#fff;
	display:block;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 15px 20px;
	padding: 0 0 0 10px;
	text-decoration:none;
	text-transform: capitalize;
	text-shadow:2px 2px #000000;
	z-index:10001;

	/*background-image:url('images/top-menu-left.png'), url('images/top-menu-center.png'), url('images/top-menu-right.png');*/
	/*background-size:auto 62px ;*/
	height:62px;
	line-height: 62px;
	/*background-repeat: no-repeat, repeat-x, no-repeat;*/
	/*background-position: top left, top center, top right;*/
	/*background-origin: border-box, content-box, border-box;*/
	/*background-clip:border-box, padding-box, border-box;*/
	background: #589eec; /* Old browsers */
	background: -moz-linear-gradient(top,  #589eec 0%, #2874cc 18%, #22446b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589eec), color-stop(18%,#2874cc), color-stop(100%,#22446b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #589eec 0%,#2874cc 18%,#22446b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #589eec 0%,#2874cc 18%,#22446b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #589eec 0%,#2874cc 18%,#22446b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #589eec 0%,#2874cc 18%,#22446b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589eec', endColorstr='#22446b',GradientType=0 ); /* IE6-9 */

	border-radius:5px;
	border:1px solid #002533;
	box-shadow:0px 4px 8px #1b3756;
}

#mobile-nav .topLevel .item a.selected
{
	background: #182f4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #182f4a 0%, #2989d8 86%, #4b87cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#182f4a), color-stop(86%,#2989d8), color-stop(100%,#4b87cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #182f4a 0%,#2989d8 86%,#4b87cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #182f4a 0%,#2989d8 86%,#4b87cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #182f4a 0%,#2989d8 86%,#4b87cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #182f4a 0%,#2989d8 86%,#4b87cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182f4a', endColorstr='#4b87cc',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 5px #000000 inset;
}



#mobile-nav .icn {
	float:right;
	height:62px;
	width:62px;
	margin-top:-78px;
	margin-right:30px;
	background-image:url(images/mobileNavToggleLG.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:62px auto;
}

/*#mobile-nav .expanded .first a
{
	border-bottom:none !important;
}*/


#mobile-nav .subLevel {
	/*border-bottom: solid 3px #FFF;*/
	/*border-top: 3px solid #FFF;*/
	display:none;
}
/*.subLevel.open {display:block;}*/
#mobile-nav .subLevel .icn {
	float:right;
	height:40px;
	width:50px;
	/*background-color:blue;*/
	background-image:url(images/mobileNavToggleSM.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:50px auto;
	margin:-37px 30px;

	
	
}
#mobile-nav .subLevel .item a {
	border:none;
	box-shadow: none;
	padding:10px 7%;
	color:#fff;
	/*margin:3px 0;*/
	font-size:125%;
	margin:0 30px;
	border-bottom:1px solid #002533;
	box-shadow: 0 1px 0 #798BA0;
	font-weight: normal;
	background-image:none;
	height:auto;
	line-height: normal;
	border-radius:0px;
}

#mobile-nav .subLevel .subLevel 
{
	display:none;
	background-color:#1f3e61;
}
/*.subLevelRight.open {display:block;}*/
#mobile-nav .subLevel .subLevel .item a {
	background-color:transparent;
	background-image:none;
	font-size:100%;
	text-transform: capitalize;
	margin:0 30px;
	color:#fff;
	
	font-weight:normal;
	/*margin:1px 0;*/
	padding:8px 0;

}

#mobile-nav .subLevel .subLevel .item a
{
	text-shadow: 2px 2px #000000;
	/*box-shadow:0px 2px 5px #000000;*/
}
#mobile-nav .subLevel .subLevel .last a {
	border:none;
}

#mobile-nav .subLevel .subLevel .item a span
{
	margin-left:50px;
	display:inline-block;
}

#mobile-nav .subLevel .subLevel .shadow
{
	height:1px;
	box-shadow: 0 4px 6px #000000;
}

