/***** 
BEGIN TABBED MEGA MENUS 
MODIFIED THE DEFAULT JQUERY UI TAB MENUS TO CREATE THE MEGA MENU FORMAT
*****/

/*** Initially hide the mega menus to prevent flicker ***/
.ui-tabs-hide {
	display:none;	
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-tabs-nav {
	background: transparent;
	/*border-width: 0px 0px 1px 0px;*/
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	position: relative;
	z-index: 2;
}

.ui-helper-reset {
    line-height: 1.4;
}

.ui-widget-content {
    background: white;
    border: 1px solid #79B7E7;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.3em 0;
}

#main-content-text .ui-tabs .ui-tabs-nav li {
    list-style-image: none;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-content a:hover {
	/*color: #b9d9eb;*/
}

/***** 
TABBED MEGA MENU CSS STYLES
*****/

/*** NOTES:
1. The .mega-main-tabs-container and .mega-sub-tabs-container is equivalent to .ui-tabs class 
***/

/*** Creates a placeholder for the menu since it sits above the site content ***/
#tabSpacer {
	height: 36px;
	width: 213px;
	float: left;
	/*font: 62.5% Arial, Helvetica, sans-serif;*/
}

#tabs {
	margin: 0px;
	padding: 0px;
}

/*** Allows the contents of the menu to display over other content ***/
.mega-main-tabs-container {
	position: absolute;
	z-index:1000;	
	/* right:0; */
    background: none;
    border: none;
}

.mega-main-tabs {
	font-size: 1.21em;	
}

.tabs-nested-left {
	/*position: relative;
	padding-left: 6.5em;*/
    border: none;
}

.mega-main-tabs-content li {
	padding: 8px 0px;
}

.mega-main-tabs-container .ui-tabs-nav li a.sub-content-arrow {
    padding-right: 2.2em;
}

.mega-main-tabs .ui-icon {
    right: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.mega-sub-tabs {
	top: 1px;
	border-bottom: 1px solid #79B7E7;
	font-size: 1.21em;
}

.mega-sub-tabs-container {
	color: #222222;
	padding: 0;
	overflow: hidden;
}

.mega-sub-tabs-container .mega-sub-tabs-content {
	/*padding: 0 1.4em 0 0;
	margin-right: 25px;
	*/
	padding: 10px 25px 10px 0;
}

.menu-list-layout {
	float: left;
} 

div.clearer {clear: both; line-height: 0; height: 0;}

/*****
BEGIN VERTICAL TABS WITHIN TABBED MEGA MENUS
CREATE A 3RD LEVEL VERTICAL LIST OF TABS
*****/

.tabs-nested-left {
	/*position: relative;
	padding-left: 6.5em;*/
}
.tabs-nested-left .ui-tabs-nav {
	/*position: absolute;
	left: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	*/
	width: 200px;
	padding: 5px 0px 9px;
	float: left;
	border:none;
    border-right: 1px solid #79B7E7;
    left: 1px;
}
.tabs-nested-left .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	border-right: none;
	border-bottom-width: 1px;
	/*border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;*/
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	overflow: hidden;
}
.tabs-nested-left .ui-tabs-nav li.ui-tabs-selected {
	border-right: 1px solid transparent;
}

.tabs-nested-left .ui-tabs-nav li a {
	float: right;
	width: 100%;
	text-align: right;
}

.tabs-nested-left .ui-tabs-nav li.last {
	border-bottom: 1px solid #79B7E7;
}

.tabs-nested-left > div {
	/*
	min-height: 250px;
	overflow: auto;
	*/
}

.mega-sub-tabs-container .mega-vertical-tabs-container {
	/*padding: 0 1.4em 0 0;
	margin-right: 25px;
	*/
}

.ui-tabs .mega-vertical-tabs-content {
    float: left;
	border-left: 1px solid #79B7E7;
	border-radius: 0px;
	/*margin-right: 10px;*/
    padding: 10px 25px 10px 0;
}

.mega-vertical-tabs-content li {
	padding: 8px 0px;
}

/***** 
BEGIN CONTENT TABS CODE
MODIFIED THE DEFAULT JQUERY UI TAB MENUS TO CREATE THE CUSTOM CONTENT TABS
***
**/

.content-main-tabs {
}

.ui-tabs .content-tabs-content {
    border: 1px solid #79B7E7;
	background-color: #FCFDFD;
	padding: 0px;
}

.ui-tabs .content-tabs-content a, .ui-tabs .content-tabs-content a:visited {
	color: #005195;
    text-decoration: underline;
}


/*** 
BEGIN CONTENT TABS TABLE LAYOUT
***/

	.table-list {
		margin-left: 25px;	
	}
	
	.table-list td {	
		padding: 10px;		
	}
	
	.table-border-bottom td {
		border-bottom: 1px solid #333;
	}
	
	.table-list .subheading {
		font-weight: bold;	
	}
	
	.table-list a, .table-list a:visited {
    	color: #2E6E9E;
    	text-decoration: none;
	}
	
	.table-list a:hover, .table-list a:active {
    	text-decoration: underline;
	}

    .menuitem a {
        color: #004b87;
        text-decoration: none;
    }

    .menuitem a:hover, .menuitem a:active {
        /*color: #E17009;*/
   	    text-decoration: underline;
    }