/*** Horizontal Nav Styles Begin ************/
.main-navigation {
/*height: 42px;*/
}
#main.page.TW.innerPage{/* margin-left:200px; */ display:inline-block;/* position:relative; */width: 82%!important;}
#menu {
	margin:0px auto;
	width:100%;
	top: 0px;
	background-color: #003f77;
}
#flyout {
	WIDTH: 100%;
	margin-top: 0px!important;
}
#nav {
	margin: 0;
	padding:0;
	line-height: 100%;
	font-size: 87%;
	width:100%;
	background:#003399;
	position:relative;
	float:none;
 /*display: inline-block*/;
}
#nav li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	WIDTH: 12.495%;
	/* max-width:12.495% !important; */
	/* min-width: 119px; */
	display: block!important;
	/*background-color:#efefef*/
	height: 100%;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0;
	vertical-align:middle;
	/* border-top:transparent solid 8px; */
	position:relative;
	text-transform:uppercase;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #fff;
	color: #000;
}
#nav .current a:hover {
	padding:  5px 10px;
	background: #666;
	color: #fff;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #eee;
	border: none !important;
	color: #000 !important;
}
#nav ul li:hover a:hover, #nav li:hover li a:hover {
	background-color:#333 !important;
	color: #fff !important;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 119px;
	top: 100% !important;
	left: 0 !important;
	MARGIN-LEFT: 0px !important;
	z-index:201;
	background: #fff;
	z-index: 999 !important;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom:-3px
}
#nav ul li {
	float: none;
	margin: 0;
	width:100%;
}
#nav ul a {
	padding: 10px 10px 10px 10px;
	width: 100%;
	min-width: 150px;
	font-weight: normal;
	color:#000;
}
/* level 3+ list */
#nav ul ul {
	left: 150px !important;
	top: -1px !important;
	margin-bottom:-3px;
}
/* rounded corners of first and last link 
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}*/

/* clearfix 
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}*/

#nav LI A.current {
	COLOR: #036 !important;
	/*	padding: 5px 20px;
*/	font-weight: bold;
	BACKGROUND-COLOR: #fff !important;
	border-top-color:#fff;
	padding: 6px 5%;
}
#nav LI A.current:hover {
	padding: 6px 5%;
}
#nav UL.Open {
	position: absolute;
	margin: 0px;
	left: 0px;
	color: #fff;
	font-size: auto;
	width: 150px !important;
}
#nav LI UL {
	width: 100%;
}
#nav a:hover {
	font-weight: bold;
	color: #fff;
	background-color:#fff;
	/*border-top:transparent solid 8px;*/
}
#nav li a.lvl1, #nav li a.lvl1:hover, #nav li a.current0, #nav li a.current0:hover {
	/*background-color:#000E6D;*/
	/*background: rgba(0, 14, 109, 0.8);*/
	/*background: rgba(42, 76, 134, 0.9);*/
	/*color:#fff;*/
	display: block!important;
	/* height: 46px; */
	/* height: 100%!important; */
	border-bottom: 0px solid #FFF;
	padding: 10px;
	padding-top: 12px;
	height:inherit;
}
#nav LI UL.Open LI A:hover {
	BACKGROUND-COLOR: #fff;
	COLOR: #000E6D;
	text-transform: uppercase;
}
#nav UL UL.Open LI A {
	min-height:35px;
}
#nav UL UL LI A {
	min-height: 35px;
}
#nav LI UL.Open LI A {
	BACKGROUND-COLOR: #fff;
	COLOR: #000;
	text-transform: uppercase;
}
#nav LI UL.Open LI A.current, #nav LI UL.Open LI A.current:hover {
	text-transform: uppercase;
}
/*** Horizontal Nav Styles End ************/

#breadcrumb {
	/* text-transform: uppercase; */
	/* font-size: 87.25%; */
	/* margin-right:0px; */
	/* margin-left:10px; */
	/* display:  inline-block; */
	/* clear: both; */
	/* background: rgba(255, 255, 255, 0.8); */
	/* left: 10px; */
}
/*.page.DW .DW{width:75%}*/

#sub_nav {
	width:150px;
	float: left;
	background-color: #fff;
	font-size: 90%;
	POSITION: relative;
	border: none;
	padding: 0;
	margin-right:20px;
	margin: 0 0!important;
}
#sub_nav a {
	text-decoration:none;
	display:block;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	padding: 6px;
	/* width: 96%; */
	border-bottom:3px solid #fff;
	background-color:transparent
}
#sub_nav a:hover {
	background: olive;
	color: #fff;
}
/* sub levels link hover */
#sub_nav ul {
	display: none;
	margin: 0;
	padding:0px;
	width: 150px;
	left: 0 !important;
	MARGIN-LEFT: 0px !important;
	background: #fff;
}
#sub_nav ul.Open {
	background:#036;
}
#sub_nav ul.Open a {
	color:#fff
}
#sub_nav ul ul {
	background: #0C0;
	MARGIN-LEFT: 20px !important;
	position:relative;
	float:right;
}
#sub_nav LI A.current {
	background-color:#000;
	color:#fff;
	/*font-weight:bold;*/
	/* background-image:url(/images/subNavArrow.png); */
	background-position:right 50%;
	background-repeat:no-repeat
}
#sub_nav UL.Open {
	display:block;
	list-style:none;
	box-shadow:none;
	width:100%
}
#sub_nav ul li {
	float: none;
	margin: 0;
	/*padding: 3px 0 3px 0;*/
	width:100%;
	margin-bottom:0px;
	margin-right:150px;
	/* border-bottom: solid 2px #fff; */
}
#sub_nav ul.Open li.Open1 ul.Open {
	background-color:#fff;
	padding: 0px;
	color:#000
}
li.Open1 a.current {
	/* background:green */
}
li.Open1 a {
	border-bottom:2px solid #fff
}
#sub_nav ul.Open li {
	width:100%;
	display:block;
	clear:both;
	/* border-bottom:2px solid #fff */
}
#sub_nav ul.Open li.Open1 ul.Open a {
	padding: 3px 3px;
	border-color:transparent;
	color:#000;
	background-color:#eee
}
#sub_nav ul.Open1 li.Open li a {
	border-color:transparent;
}
#sub_nav ul.Open li.Open1 ul.Open a:hover {
	background-color:#ccc
}
#sub_nav ul.Open li.Open1 ul.Open a.current, #sub_nav ul.Open li.Open1 ul.Open a.current:hover {
	padding: 3px 3px;
	background:#505060;
	color:#fff;
	/*font-weight:bold;*/
	background-image:url(/images/subNavArrow.png);
	background-position:right 50%;
	background-repeat:no-repeat
}
#sub_nav a.current0 {
	/* border: solid #505060 1px; */
	font-weight:bold;
	background-color:#6686AA;
	border-top: 5px solid #BFD397;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 2px;
}
#sub_nav a.current0:hover {
}
/*SPECIAL NEW CSS FOR HORIZONTAL NAV*/ 
#bodyWrapper {
	width:100%;
	max-width:960px;
	background-color: rgba(7, 2, 7, .5);
	display:table;
	top: 2px !important;
	position: relative;
}
#contentWrapper {
	width:auto;
	margin-bottom: 30px;
	margin-top: 30px !important;
	display: inline-block;
	height:auto;
	background-color:#fff;
	width: 100%;
	float:left;
	position: relative;
}
#main {
	/* top:10px; */
	margin-bottom: 20px;
}
.page.TW .TW {
	width:100%;
	margin:0;
	float:left
}
#main.TW.page.full-width{width:100%!important}