
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */


/* LAYOUT: Width */

/* Width of MainNav, Title Bar sections - sum of all but 764px = 764px */

/* 800 x 600 */

/* 1024 x 768 */
/*
--- ScreenWidth "1024"
--- PageWidth "988px"

--- RightRoundedEdgeLeftPos "978"

--- TitleBarLogoWidth "138px"
--- TitleBarMiddleSpaceWidth "590px"
--- TitleBarSearchWidth "260px"
*/

/* Items inside main sections of MainNav Title Bar */
/* Language Section */

/* Width of Main Menu Area */ /* Must be 100% / [number-of-menu-headers] */


/* LAYOUT: Height */

/* Height of MainNav components (sum = 121px) */ /* TitleBarHeight + TitleBarAccessibilityLinksHeight + (extra pixels for perfection) */ /* MainNavHeight + some pixels perhaps */

/* Adds up to TitleBarHeight */


/* POSITIONING */


/*** Title Bar ***/

#MainNavLayout {
	width: 764px;
}
#MainNavLayout td {
	white-space: nowrap;
}
div.MainNavLayoutBG {}
#TitleBarLayout {
	table-layout: fixed;
	height: 72px;
}
#TitleBarAccessibilityLinks {
	height: 15px;
	margin: 0px;
	padding: 2px 0px 0px 8px;
	vertical-align: top;
	font-size: 9px;
	color: #bababa;
}
#TitleBarAccessibilityLinks a {
	font-size: 9px;
	color: #bababa;
}
#TitleBarLogo {
	width: 138px;
	margin-top: 0px;
	padding-left: 10px; padding-top: 10px;
	vertical-align: top;
}
#TitleBarMiddleSpace {
	width: 366px;
}
#TitleBarLinks {
	height: 30px;
	padding-top: 15px; padding-bottom: 0px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
}
#TitleBarSearch {
	width: 260px; height: 42px;
	padding-top: 3px;
	vertical-align: top;
}
#SearchText { width: 100%; }


/*** Menu Bar ***/

div.MainMenuBarContainer, div.NoMainMenuBarContainer {
	padding: 0px;
	background-color: #990000;
}

div.NoMainMenuBarContainer {
	height: 5px;
}
.MainMenuBar {
	width: 100%;
	background-color: transparent;
}
.MainMenuBar_headerCurrent, .MainMenuBar_header, .MainMenuBar_headerCurrent a, .MainMenuBar_header a {
	font-size: 10px;
	letter-spacing: 0.04cm;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.MainMenuBar_headerCurrent {
	width: 20%;
	background-color: #003366;
}
.MainMenuBar_header {
	width: 20%; height: 15px;
	background-color: #990000;
	border-right: 1px solid white; 
}
.MainMenuBar_topTrim {
	background-color: transparent;
	height: 7px;
}
.MainMenuBar_bottomTrim {
	background-color: transparent;
	height: 7px;
}
.MainMenuBar_menu {
	z-index: 11;
	border-bottom: 1px solid #bababa; border-right: 1px solid #bababa;
	background-color: #990000;
}
.MainMenuBar_menuItem, .MainMenuBar_menuItemSelected {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
.MainMenuBar_menuItem a, .MainMenuBar_menuItemSelected a { color: white; }
.MainMenuBar_EdgeL, .MainMenuBar_EdgeR {
	position: absolute;
	z-index: 4;
	top: 89px;
}
.MainMenuBar_EdgeL {
	left: 0;
}
.MainMenuBar_EdgeR {
	left: 754;
}


/*** Below the Menu Bar ***/

#MainNavBottomBorder {
	height: 5px;
	border-bottom: 1px solid #939393;
	background-color: white;
}

