/*<meta />*/

/* Prevents Safari in landscape orientation from zooming in on text*/

body
{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Css to prevent Chrome's automatic border around active fields*/

*:focus
{
	outline: none;
}

/* Default css class for hiding element*/

.hidden
{
	display: none;
}

/* Topic Popup */

.MCTopicPopup
{
	text-decoration: none;
}

.MCTopicPopupHotSpot
{
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

.MCTopicPopup_Open.MCTopicPopupHotSpot
{
	
}

.MCTopicPopup_Closed.MCTopicPopupHotSpot
{
	
}

.MCTopicPopupContainer
{
	background-color: #FFFFFF;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

#contentBodyInner .MCTopicPopupContainer
{
	position: absolute;
}

.MCTopicPopupBody
{
	width: 100%;
	border: none;
}

/**/
/* Thumbnail Popup */

.MCPopupThumbnailLink
{
	
}

.MCPopupThumbnail
{
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MCPopupContainer
{
	top: 55px !important;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	left: 200px !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MCPopupContainer2
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 2px 2px 8px #FFFFFF;
	-webkit-box-shadow: 2px 2px 8px #FFFFFF;
	box-shadow: 2px 2px 8px #FFFFFF;
}

.MCPopupFullImage
{
	width: 0px;
	height: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**/
/* HelpControl */

.MCHelpControl_Image_Icon
{
	border: none;
}

.MCHelpControl span
{
	background: url("Images/help-control.png") no-repeat left center;
	padding-left: 18px;
}

a.MCHelpControl
{
	cursor: pointer;
	text-decoration: none;
}

/**/
/* Dialog */

.MCDialog
{
	display: none;
	width: 400px;
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 6px;
	background-color: #000000;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

.MCDialogHeader
{
	margin: 0 0 4px;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Helvetica;
}

.MCDialogClose
{
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	float: right;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	margin-top: -2px;
	background-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.MCDialogBody
{
	color: #555555;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/**/

a.glossaryTerm
{
	text-decoration: none;
}

/**/

#ios-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.img_off
{
	display: none;
}

/*======================================================================================

                            Dennis final added styles

=======================================================================================*/

.inner-wrap
{
	background-color: #fff;
}

.MCPopupFullImage
{
	position: relative;
	z-index: 9999;
}

.tab-bar-section a.logo
{
	width: 200px;
	height: 53px;
	left: 38%;
}

nav.tab-bar
{
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 135px;
	background-color: #fff;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.26);
}

.navigation-wrapper
{
	position: fixed;
	display: block;
	width: 175px;
	top: 135px;
	left: 0px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

.search-submit
{
	background: #fff url('Images/SearchIcon.png') no-repeat center center;
}

.row.nav-search
{
	display: block;
	margin-top: 23px;
	margin-bottom: 0px;
}

ul.navigation
{
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	z-index: 1;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
}

ul.navigation
{
	padding: 0;
	top: -1px;
}

ul.navigation > li
{
	float: left;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

ul.navigation li > a
{
	float: left;
	display: block;
	line-height: 25px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul.navigation li:hover,
ul.navigation ul > li:hover,
ul.navigation ul > li > ul > li:hover,
ul.navigation ul > li > ul > li > ul > li:hover
{
	background-color: #ed5153;
}

ul.navigation > li > ul
{
	right: -159px;
	border-bottom: 1px solid #ededed;
}

ul.navigation li:hover > ul,
ul.navigation > li.has-children:hover:after
{
	background-color: #fff;
	border: 1px solid #ededed;
	left: 100%;
	top: -1px;
	padding: 0px;
}

ul.navigation ul > li
{
	float: left;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

ul.navigation ul > li > a
{
	line-height: 25px;
}

ul.navigation ul ul
{
	
}

.mc-wrapper .mc-pager.mc-default-pager a:hover
{
	background-color: #000000;
}

ul.navigation ul > li.has-children > a:after
{
	position: relative;
	border: none;
	content: "\00bb";
	right: -8px;
	top: 0px;
}

ul.navigation > li.has-children:after
{
	
}

.sub-menu
{
	left: 100% !important;
}

@media only screen and (max-width: 960px)
{
	nav.tab-bar
	{
		position: fixed;
		width: 100%;
		z-index: 9999;
		height: 120px;
		background-color: #323a45;
	}

	.navigation-wrapper
	{
		position: fixed;
		display: none;
		width: 175px;
		top: 120px;
		left: 0px;
		background-color: #323a45;
	}

	.tab-bar-section a.logo
	{
		width: 200px;
		height: 45px;
		left: 70px;
	}

	.row.nav-search
	{
		display: block;
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

div.MCBreadcrumbsBox_0
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: black;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.xref
{
	color: #2D8DCC;
	font-weight: bold;
	text-decoration: underline;
}

.xref:hover
{
	color: #BED230;
}

.popup
{
	color: #2D8DCC;
}

.popup:link
{
	color: #2D8DCC;
}

.popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

.popupHead:link
{
	color: #2D8DCC;
	font-weight: bold;
}

.popup:hover
{
	color: #2D8DCC;
}

.popup:focus
{
	color: #2D8DCC;
}

.popupBody
{
	color: #000000;
	background-color: #dcdcdc;
	border: solid 1px #000000;
	margin: 0px;
	padding: 5px;
}

.img
{
	border: none;
}

iframe.youtube-player_0
{
	display: inline-block;
}

.mc-wrapper .mc-viewport
{
	border-style: none;
	box-shadow: none;
	border-color: transparent;
	border-width: 5px;
	left: -5px;
	text-align: center;
	margin-bottom: 20px;
}

div.MCSlide
{
	
}

.mc-wrapper .mc-caption div
{
	background: none;
	color: #000000;
	padding: 0px;
	padding-top: 0px;
	font-family: Arial;
	display: block;
	font-size: .85em;
}

.mc-wrapper .mc-pager.mc-default-pager a
{
	background-color: #666666;
	border-radius: 5px;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	outline: 0;
}

.mc-wrapper .mc-pager.mc-default-pager a.active
{
	background-color: #000000;
}

.mc-wrapper .mc-controls-direction a
{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: auto;
}

.mc-wrapper .mc-prev
{
	left: 10px;
}

.mc-wrapper .mc-prev:hover
{
	background-position: 0 0;
}

.mc-wrapper .mc-next
{
	right: 10px;
}

.mc-wrapper .mc-next:hover
{
	background-position: -43px 0;
}

.mc-wrapper .mc-controls-auto
{
	text-align: center;
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.mc-wrapper .mc-controls-auto .mc-start
{
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.mc-wrapper .mc-controls-auto .mc-start:hover
{
	background-position: -86px 0;
}

.mc-wrapper .mc-controls-auto .mc-start.active
{
	background-position: -86px 0;
}

.mc-wrapper .mc-controls-auto .mc-stop
{
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.mc-wrapper .mc-controls-auto .mc-stop:hover
{
	background-position: -86px -33px;
}

.mc-wrapper .mc-controls-auto .mc-stop.active
{
	background-position: -86px -33px;
}

.mc-thumbnail a img
{
	padding: 3px;
	border: solid 1px #ccc;
	width: 50px;
}

.mc-thumbnail a:hover img
{
	border: solid 1px #5280DD;
}

.mc-thumbnail a.active img
{
	border: solid 1px #5280DD;
}

.dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
}

.dropDownHotspot
{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

.dropDownHotspot:link
{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

.dropDownHotspot:hover
{
	color: #BED230;
	font-weight: bold;
}

.MCDropDownHotSpot_
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_
{
	background-image: url('DropDownOpen.png');
	padding-left: 0px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_
{
	background-image: url('DropDownClosed.png');
	padding-left: 0px;
	padding-right: 0px;
}

.dropDownHead
{
	text-decoration: none;
}

.dropDownBody
{
	border-bottom: solid 1px #bed230;
}

.dropDownBody.dropDownBodyFinal
{
	border-bottom: 0px;
}

.MCWebHelpFramesetLink a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkBottom a
{
	
}

.xref
{
	font-weight: lighter;
	text-decoration: none;
	color: #ed5153;
}

.xref:hover
{
	color: #ed5153;
	text-decoration: underline;
}

iframe.vimeo-player_0
{
	display: inline-block;
	width: 560px;
	height: auto;
}

iframe.object_1
{
	display: inline-block;
	width: 560px;
	height: 315px;
}

.xref
{
	font-weight: normal;
	text-decoration: none;
	color: #ed5153;
}

.dropDownHotspot
{
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

.dropDownHotspot:link
{
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

.dropDownHotspot:hover
{
	font-weight: bold;
	color: #ed5153;
}

.MCDropDown_Open .MCDropDownHotSpot_
{
	padding-left: 0px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_
{
	padding-left: 0px;
	padding-right: 0px;
}

.dropDownHead
{
	background-image: none;
	font-size: 11pt;
	text-decoration: none;
}

.dropDownBody
{
	border-bottom: solid 0px #bed230;
	border: none;
}

div.breadcrumbsProxy_1
{
	border-bottom: none;
	font-style: italic;
	color: #ffffff;
	font-size: 0.85em;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: black;
	margin-bottom: 10px;
}

iframe.object_2
{
	display: inline-block;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('drop_down_open_red.png');
	padding-left: 0px;
	padding-right: 0;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('drop_down_closed_gray.png');
	padding-left: 0px;
	padding-right: 0;
}

.dropDownHead
{
	font-size: 11pt;
	text-decoration: none;
}

.dropDownBody
{
	border-bottom: solid 1px #bed230;
	border: none;
}

