@charset "utf-8";
/* CSS Document */
/* Begin main styles */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #d7d7dc;
	font-size: 12px;
	color: #2d2d2d;
	margin: 0px 0px 0px 0px;
	text-align: center;
  	}
	
a, a:visited {
	font-size: 12px;
	color: #355f8f;
	}
	
a:hover {
	color: #c32228;
	}
	
a.smallLink, a.smallLink:visited {
	font-size: 11px;
	color: #355f8f;
	}
	
a.smallLink:hover {
	font-size: 11px;
	color: #c32228;
	}
	
/* a p  (paragraph behavior inside links) */
/* is defined below, with a.accordSubNavDb. -CS */

img {
	border: none;
	}
	
li {
	/*list-style-image: url(../assets/bullet.gif); */
	list-style-type: square;
	color: #5d6684;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: -20px; 
	margin-right: 0px; 
	}	
	
li.homeBullets {
	list-style-image: url(../assets/home_bullet.gif);
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: -20px; 
/*	margin-right: 15px; */
/*	padding-top: 5px;*/
	padding-bottom: 5px;
	border-bottom: 1px dotted #bcccd3;
	color: #00417b;
	font-size: 11px;
	font-weight: bold;
	}	
	
li.checkBox {
	list-style-image: url(../assets/checkbox.gif);
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: -20px; 
/*	margin-right: 15px; */
/*	padding-top: 5px;*/
	padding-bottom: 5px;
	color: #264057;
	}	
	
	
.smallText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	}	
	
/* Begin header styles */
#headerNest {
	clear: both;
	margin: auto;
	width: 831px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 10px 0 10px;
	height: 53px;
	}
	
#logo {
	clear: left;
	float: left;
	vertical-align: top;
	}	
	
#language {
	clear: right;
	float: right;
	vertical-align: top;
	}	
	
/* Begin global navigation styles */
#navigationNest {
	clear: both;
	margin: auto;
	width: 851px;
	background-color: #FFFFFF;
	height: 34px;
	}
	
#navLeft {
	clear: left;
	float: left;
	width: 200px;
	border-right: 1px solid #FFFFFF;
	height: 34px;
	background-image: url(../assets/nav_bottom_limit.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
	}	
	
#navMain {
	clear: right;
	float: right;
	height: 34px;
	width: 640px;
	padding-right: 10px;
	text-align: right;
	background-image: url(../assets/nav_bottom_limit.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
	}	
	
/* Begin local navigation styles */
#bodyNest {
	clear: both;
	margin: auto;
	width: 851px;
	/*height: 750px;*/
	background-image: url(../assets/body_ground.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	}

#bodyNestHome { /*fix left background for mac font rendering*/
	clear: both;
	margin: auto;
	width: 851px;
	background-image: url(../assets/body_ground_home.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}	

#localNavNest {
	clear: left;
	float: left;
	width: 200px;
	border-right: 1px solid #FFFFFF;
	background-color: #507bb4;
	}
	
#localNavNestHome {
	clear: left;
	float: left;
	width: 200px;
	background-color: #507bb4;
	}
	
#homeLnavSplash {
	clear: left;
	float: left;
	width: 200px;
	vertical-align: bottom;
	text-align: center;
	margin-top: 25px; //changed from 175px, from 215px
	}	
	
#localNavHeader {
	position: relative;
	text-align: left;
	clear: both;
	background-image: url(../assets/lnav_hdr_ground.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px dotted #7d9fcd;
	padding: 20px 0 15px 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	}	
	
#LeftNavPanel {
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

#LeftNavPanelTab {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_2ndtier.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #24518c;
	text-decoration: none;
	text-indent:16px;
	}	

#LeftNavPanelTabOn {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #24518c;
	text-decoration: none;
	text-indent:16px;
	}	

a.localNav {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}	
	
a.localNavON, a.localNav:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_on.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.localNavSelected, a.localNavSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #507bb4;
	text-decoration: none;
	}	

a.localNavApproach {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}	
	
a.localNavApproachON, a.localNavApproach:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_on_approach.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.localNavApproachSelected, a.localNavApproachSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/lnav_ground_on_approach.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	padding: 2px 10px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}	

a.accordLeftNavTab {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #3f6ca7;
	text-decoration: none;
	text-indent:16px;
	}	

a.accordLeftNavTabON, accordLeftNavTab:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #3f6ca7;
	text-decoration: none;
	text-indent:16px;
	}	

a.accordLeftNavTabSelected, accordLeftNavTabSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_selected_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #3f6ca7;
	text-decoration: none;
	text-indent:16px;
	}	

a.accordLeftNavTab {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #3f6ca7;
	text-decoration: none;
	text-indent:16px;
	}	

a.accordNav, a.accordNav:visited {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:24px;
	}	
	
a.accordNavON, a.accordNav:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_on.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:24px;
	}
	
a.accordNavSelected, a.accordNavSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_on.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:24px;
	}	

a.accordSubNav, a.accordSubNav:visited {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}	
	
a.accordSubNavON, a.accordSubNav:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnav_ground_on.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}
	
a.accordSubNavSelected, a.accordSubNavSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accsubnav_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}	

a p, a:visited p, a:hover p {
	margin:0px;
	padding:0px;
	}

a.accordSubNavDb, a.accordSubNavDb:visited {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnavDb_ground_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}	
	
a.accordSubNavDbON, a.accordSubNavDb:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accnavDb_ground_on.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}
	
a.accordSubNavDbSelected, a.accordSubNavDbSelected:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/accsubnavDb_ground_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dotted #7d9fcd;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:32px;
	}	

a.TabBackRowLeft, a.TabBackRowLeft:visited {
	position: relative;
	top: 1px;
	height: 16px;
	left: 25px;
	float: left;
	padding: 2px 10px;
	margin: 0px 35px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-left: solid 1px #b1d3ff;
	border-top: solid 1px #b1d3ff;
	border-right: solid 1px #b1d3ff;

	display: block;
	text-decoration: none;
}

a.TabBackRowLeftAlt, a.TabBackRowLeftAlt:visited {
	position: relative;
	top: 1px;
	height: 16px;
	left: 25px;
	float: left;
	padding: 2px 10px;
	margin: 0px 55px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-left: solid 1px #b1d3ff;
	border-top: solid 1px #b1d3ff;
	border-right: solid 1px #b1d3ff;

	display: block;
	text-decoration: none;
}

a.TabBackRowLeftON, a.TabBackRowLeft:hover, a.TabBackRowLeftAltON, a.TabBackRowLeftAlt:hover {
	background-image: url(../assets/tab_groundbackrow.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #94a5c3;
	border-top: solid 1px #94a5c3;
	border-right: solid 1px #94a5c3;
}

a.TabBackRow, a.TabBackRow:visited {
	position: relative;
	top: 1px;
	height: 16px;
	float: left;
	padding: 2px 15px;
	margin: 0px 27px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-left: solid 1px #b1d3ff;
	border-top: solid 1px #b1d3ff;
	border-right: solid 1px #b1d3ff;
	vertical-align: baseline; 

	display: block;
	text-decoration: none;
}

a.TabBackRowON, a.TabBackRow:hover {
	background-image: url(../assets/tab_groundbackrow.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #94a5c3;
	border-top: solid 1px #94a5c3;
	border-right: solid 1px #94a5c3;
}

/* Begin body content styles */	
#bodyContentNest {
	clear: right;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../assets/right_ground_extender.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#bodyContentNestInactive {
	clear: right;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../assets/right_ground_extender_inactive.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#bodyContentNestHome {
	clear: right;
	float: left;
	width: 651px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
#homeFlashNest {
	position: relative;
	clear: both;
	float: left;
	width: 651px;
	}
	
#homeMIddleNest {
	clear: both;
	float: left;
	position: relative;
	width: 651px;
	background-image: url(../assets/flash_shadow_ground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

	
#homeMIddleLeftNest {
	clear: left;
	float: left;
	position: relative;
	width: 392px;
	top: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
	bottom: 13px;
	margin-left: 13px;
	border: 1px solid #507bb4;
	background-color: #FFFFFF;
	background-image: url(../assets/home_midleft_ground.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	padding: 10px;
	font-size: 11px;
	}
	
.homeBlueHeader {
	color: #00417b;
	font-size: 13px;
	font-weight: bold;
	}	
	
a.homeItemLink, a.homeItemLink:visited {
	color: #00417b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	}	
	
a.homeItemLink:hover {
	color: #00417b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-weight: bold;
	}	
	
#homeMIddleRightNest {
	clear: right;
	float: left;
	position: relative;
	width: 180px;
	border-left: 1px solid #cacaca;
	background-color: #f4f4f4;
	padding: 26px 15px 35px 15px; /* 3rd value (bottom) changed from 70px to 35px, because home page is getting long*/
	}

#contentMIddleNest {
	clear: none;
	float: left;
	position: relative;
	width: 474px;
	border-right: 1px solid #FFFFFF;
	}
	
#contentTabsBackRow {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-image: url(../assets/tabs_ground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contentRightNest {
	clear: right;
	float: left;
	position: relative;
	width: 175px;
	background-color: #fbf5e3;
	font-size: 11px;
	}	
	
#contentRightNestInactive {
	clear: right;
	float: left;
	position: relative;
	width: 175px;
	background-color: #f4f4f4;
	font-size: 11px;
	}	
	
#contentBanner {
	height: 102px;
	text-align: right;
	background-image: url(../assets/banner_ground.jpg);
	background-repeat: repeat-x;
	background-color: #678fc4;
	border-bottom: 1px solid #FFFFFF;
	}	
	
#graySolidSeparator {
	clear: both;
	height: 0px;
	border-bottom: 1px solid #b4b4bd;
	}	
	
#whiteSolidSeparator {
	clear: both;
	height: 0px;
	border-bottom: 1px solid #FFFFFF;
	}	
	
#rightTeaserContact {
	clear: both;
	float: left;
	padding: 15px 0 15px 5px;
	background-color: #fbf5e3;
	font-size: 11px;
	width: 170px;
	}	

#rightTeaser {
	clear: both;
	float: left;
	padding: 15px 10px 15px 15px;
	background-color: #fbf5e3;
	font-size: 11px;
	width: 150px;
	}	
	
#rightTeaserInactive {
	clear: both;
	float: left;
	padding: 15px 10px 15px 15px;
	background-color: #f4f4f4;
	font-size: 11px;
	width: 150px;
	}	
	
#rightImgFloat {
	clear: left;
	float: left;
	width: 35px;
	padding-right: 5px;
	}
	
#rightTxtFloat {
	clear: right;
	float: left;
	width: 110px;
	}	
	
.rightHdr {
	text-transform: uppercase;
	font-size: 13px;
	}	
	
/* Begin innser content styles */	

#tabTopDescription {
	position: relative;
	clear: both;
	float: left;
	padding: 0 20px 10px 10px;
	}
	
#tabHighlightedSectionsBlue {
	width: 434px;
	clear: both;
	/* Disbaled per Doug's Request 08/20/08 - Nikolay 
	background-image: url(../assets/tab_deepblue_highlight.jpg);
	background-repeat: repeat-x;
	*/
	padding: 10px 10px 0px 10px;
	/*border-bottom: 1px dotted #e4e4e7;*/
	margin-top: 1px;
	}
	
#tabHighlightedSectionsPurple {
	width: 434px;
	clear: both;
	/* Disbaled per Doug's Request 08/20/08 - Nikolay 
	background-image: url(../assets/tab_deeppurple_highlight.jpg);
	background-repeat: repeat-x;
	*/
	padding: 10px 10px 15px 10px;
	margin-top: 1px;
	}
	
.blueHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00417b;
	}	
	
#whiteHeaderContainer {
	float: left;
	clear: both;
	width: 425px;
	height: 20px;
	background-color: #507bb4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	}
	
#featuredHeaderContainer {
	float: left;
	clear: both;
	width: 425px;
	height: 20px;
	background-color: #626e7e;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	}
	
#platformAppHdrContainer {
	float: left;
	clear: both;
	width: 449px;
	height: 20px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
	
#platformAppHdrContainer:hover, #platformAppHdrContainerOn {
	float: left;
	clear: both;
	width: 449px;
	height: 20px;
	background-color: #b1d3ff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	cursor: pointer;
	}
	
#platformAppHdrContainerOn:hover {
	float: left;
	clear: both;
	width: 449px;
	height: 20px;
	background-color: #e49ea2;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	cursor: pointer;
	}
	
.whiteHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	}	
	
#descriptionTXTFloat {
	clear: right;
	float: left;
	vertical-align: top;
	}
	
#descriptionIMGFloat {
	clear: right;
	float: left;
	padding: 0 5px 0 0;
	}
	
#descriptionTXT {
	clear: both;
	float: left;
	width: 100%;
	}
	
/* Begin footer styles */	
#footer {
	clear: both;
	margin: auto;
	width: 841px;
	background-image: url(../assets/footer_ground.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 150%;
	}	
	
a.smallFooterLink, a.smallFooterLink:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.smallFooterLink:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* Begin Solutions Popout menu styles */

#popsNest { /*fix left background for mac font rendering*/
	clear: both;
	margin: auto;
	width: 851px;
	text-align: left;
	}

#menuSolutions {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 256px;
	width: 180px;
	text-align: left;
	/*background-image: url(../assets/97pt_ground.png);
	background-repeat: repeat;*/
	}
	
#sMenuNest {	
	position: relative;
	width: 162px;
	height: 207px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}

/*platform menu items*/

#menuPlatform {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 345px;
	width: 180px;
	text-align: left;
	}
	
#pMenuNest {	
	position: relative;
	width: 162px;
	height: 60px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}
	
/*customers menu items*/

#menuCustomers  {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 436px;
	width: 180px;
	text-align: left;
	}
	
#cMenuNest {	
	position: relative;
	width: 162px;
	height: 75px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}
	
/*news menu items*/

#menuNews   {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 505px;
	width: 274px;
	text-align: left;
	}
	
#nMenuNest {	
	position: relative;
	width: 162px;
	height: 45px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}
	
/*about menu items*/

#menuAbout   {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 574px;
	width: 274px;
	text-align: left;
	}
	
#aMenuNest {	
	position: relative;
	width: 162px;
	height: 120px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}
	
/*Careers menu items*/

#menuCareers    {	
	position: absolute;
	clear: none;
	z-index: 1;
	display: none;
	margin-top: 0;
	margin-left: 573px;
	width: 274px;
	text-align: left;
	}
	
#caMenuNest {	
	position: relative;
	width: 162px;
	height: 60px;
	padding: 0 9px;
	background-color: #FFFFFF;
	border-right: 2px solid #d0d0d0;
	border-left: 2px solid #d0d0d0;
	}
	
#menuSolutionsCatHdr {	
	position: relative;
	clear: both;
	float: left;
	width: 162px;
	height: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #2d2d2d;
	}
	
#menuSolutionsCatHdrMid {	
	position: relative;
	clear: both;
	float: left;
	width: 162px;
	height: 13px;
	border-top: 1px dotted #d0d0d0;;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #2d2d2d;
	}
	
#menuSolutionsMainClickItem {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 15px;
	padding-left: 10px;
	border-top: 1px dotted #d0d0d0;;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #5982ba;
	}
	
#menuSolutionsMainClickItem:hover {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 15px;
	padding-left: 10px;
	border-top: 1px dotted #d0d0d0;;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5982ba;
	cursor: pointer;
	}
	
#menuSolutionsItem {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #5982ba;
	}
	
#menuSolutionsItem:hover {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5982ba;
	cursor: pointer;
	}
	
#menuSolutionsItemDb {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 30px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #5982ba;
	}
	
#menuSolutionsItemDb:hover {	
	position: relative;
	clear: both;
	float: left;
	width: 152px;
	height: 30px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5982ba;
	cursor: pointer;
	}
	
#sMenuBottom {	
	position: relative;
	clear: both;
	float: left;
	width: 162px;
	height: 5px;
	margin: 0;
	padding: 0;
	}
	
	
#navMainNew {
	clear: right;
	float: right;
	width: 640px;
	padding-right: 10px;
	text-align: right;
	background-image: url(../assets/nav_bottom_limit.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
	}	
	
	/*sh*/	

#bodyNestSH { /*fix left background for mac font rendering*/
	clear: both;
	margin: auto;
	width: 851px;
	background: #FFFFFF;
	}	
	
#bodyContentNestSH {
	clear: right;
	float: left;
	width: 651px;
	background-color: #FFFFFF;
	text-align: center;
	height: 450px;
	}

#shMIddleNest {
	clear: both;
	float: left;
	position: relative;
	width: 651px;
	background-image: url(../assets/flash_shadow_ground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#shMIddleLeftNest {
	clear: none;
	float: left;
	position: relative;
	width: 549px;
	margin: 40px;
	border: 1px solid #507bb4;
	background-color: #FFFFFF;
	background-image: url(../assets/home_midleft_ground.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	padding: 10px;
	font-size: 11px;
	}
	
td.shLogin {
	padding: 5px 10px;
	}	
	
.redHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	}	