html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serf;
	font-size: 13px;
	line-height: 16px;
	color: #616e75;
	background-color: #ffffff;
}

sup {
	font-size: 8px;
	vertical-align: text-top;
}

#container {
	position: relative;
	width: 997px;
	margin: 0 auto;
	padding: 0;
}

	#header {
	}
	
		#headerLeft {
			float: left;
			margin-top: 29px;
			width: 728px;
		}
		
			#logo {
				margin-bottom: 34px;
				font-size: 0px;
				line-height: 0px;
			}
			
			#topMenu {
				height: 24px;
				background-image: url(../images/navprimary_underline.gif);
				background-position: left bottom;
				background-repeat: no-repeat;
			}
			
				#menuItems {
					margin-left: 10px;
					height: 24px;
				}
			
					.topMenuItem {
						height: 24px;
						vertical-align: top;
						font-weight: bold;
						font-size: 12px;
					}
					
						.topMenuItem a {
							color: #336699;
							padding: 0px 9px 0px 9px;
							display: block;
							height: 24px;
						}
					
					.topMenuItemSelected {
						height: 24px;
						vertical-align: top;
						font-weight: bold;
						font-size: 12px;
					}
					
						.topMenuItemSelected a {
							color: #4badbb;
							padding: 0px 9px 0px 9px;
							display: block;
							height: 24px;
						}
					
					.topMenuItem a:hover, .topMenuItemSelected a:hover {
						padding: 0px 9px 0px 9px;
						background-image: url(../images/navprimary_highlight.gif);
						background-position: left bottom;
						background-repeat: repeat-x;
						color: #4badbb;
						cursor: pointer;
						text-decoration: none;
					}
	
		#headerRight {
			float: right;
			margin-top: 8px;
			width: 267px;
		}
		
			#regions {
				text-align: right;
				margin-bottom: 14px;
			}
			
				.region {
					color: #999999;
				}
				
				.language {
					color: #666666;
				}
				
				.regionChange {
					font-size: 11px;
				}
			
			#rightMenu {
				width: 267px;
				height: 51px;
			}
			
				.leftRightMenu {
					width: 5px;
					background-image: url(../images/navSecondary_left.gif);
					background-position: left top;
					background-repeat: no-repeat;
				}
				
				.middleRightMenu {
					width: 257px;
					background-image: url(../images/navSecondary_background.gif);
					background-position: left top;
					background-repeat: repeat-x;
					color: #ffffff;
				}
				
					.middleRightMenu a {
						color: #ffffff;
					}
				
					.middleRightMenu ul {
						margin: 0;
						padding: 0;
					}
					
					.middleRightMenu td {
						padding-left: 3px;
						padding-right: 3px;
						font-size: 12px;
					}
				
				.rightRightMenu {
					width: 5px;
					background-image: url(../images/navSecondary_right.gif);
					background-position: left top;
					background-repeat: no-repeat;
				}
			
			#search {
				width: 260px;
				height: 27px;
				padding: 4px 0px 0px 7px;
				background-image: url(../images/search_background.gif);
				background-position: left top;
				background-repeat: repeat-x;
			}
			
				#search a {
					color: #ffffff;
					font-weight: bold;
				}
				
				#search input {
					width: 188px;
					color: #cccccc;
				}
			
	#mainBody {
		width: 997px;
	}
	
		#left {
			float: left;
			width: 150px;
			font-size: 0px;
			line-height: 0px;
		}
		
			#leftMenu {
				width: 150px;
				padding: 10px 0px 20px 0px;
				background-image: url(../images/test_menu_background.gif);
				background-position: left top;
				background-repeat: repeat-y;
				color: #ffffff;
			}
			
				#leftMenu a {
					color: #ffffff;
				}
			
					#leftMenu sup {
						font-size: 7px;
					}
			
				.leftMenuItem {
					padding: 3px 7px 3px 7px;
					font-weight: bold;
					font-size: 11px;
					line-height: 13px;
				}
								
				.leftMenuSubItem {
					padding: 3px 7px 3px 7px;
					font-size: 11px;
					line-height: 13px;
				}
				
					.leftMenuSubItem ul, .leftMenuThirdLevel ul {
						margin: 0;
						padding: 0;
						margin: 0px 8px 0px 14px;
						list-style-position: outside;
					}
				
				.leftMenuSelected {
					background-image: url(../images/menu_highlight.gif);
					background-position: left top;
					background-repeat: repeat-y;
				}
				
				.leftMenuDivider {
					width: 138px;
					height: 2px;
					margin: 8px 0px 8px 0px;
					background-color: #ffffff;
				}
				.leftMenuThirdLevel {
					padding: 3px 0px 3px 20px;
					font-size: 11px;
					line-height: 13px;
				}
		
		#right {
			float: right;
			width: 267px;
			min-height: 514px;
			height: auto !important;
			height: 514px;
			padding-top: 2px;
			background-image: url(../images/divider_rightcolumn.gif);
			background-position: left top;
			background-repeat: no-repeat;
			font-size: 11px;
			color: #787368;
		}
			#rightShare {
				height: 20px;
				padding-left: 5px;
				visibility: hidden;
			}
			
				#rightShare img {
					margin: 0px 4px 0px 0px;
				}
		
			#rightContent {
				width: 232px;
				margin-top: 64px;
				padding: 0px 15px 0px 20px;
			}
			
				#rightContent table {
					margin-top: 7px;
				}
		
				#rightContent ul {
					margin: 0;
					padding: 0;
					margin: 7px 0px 12px 15px;
				}
				
				#rightContent table ul {
					margin: 5px 0px 5px 15px;
				}
				
				#rightContent td {
					padding: 0px 10px 10px 0px;
				}
		
		#middle {
			width: 570px;
			_width: 564px;
			margin: 0px 0px 0px 150px;
			padding: 2px 2px 0px 8px;
		}
		
			#crumbControls {
				width: 570px;
				_width: 564px;
			}
			
				#crumbs {
					padding-top: 3px;
					vertical-align: top;
					text-align: left;
					font-size: 10px;
					color: #54c4d4;
					font-weight: bold;
				}
				
					#crumbs a {
						font-weight: normal;
					}
				
				#pageControls {
					vertical-align: top;
					text-align: right;
					width: 160px;
				}
				
			#content {
				margin: 25px 22px 0px 21px;
				width: 527px;
				_width: 521px;
				overflow: visible;
			}
						
				#content strong {
					color: #386b79;
				}
				
				#content ul {
					margin: 0;
					padding: 0;
					margin: 7px 0px 7px 40px;
				}
				
				.callout {
					text-align: center;
					background-color: #dfe4e7;
					background-image: url(../images/table_column_shaded.jpg);
					background-position: left top;
					background-repeat: repeat-x;
					font-size: 0px;
					line-height: 0px;
					margin: 5px 0px 5px 0px;
				}
				
					.callout ul {
						font-size: 13px;
						line-height: 16px;
					}
				
					.calloutText {
						padding: 15px 20px 15px 20px;
						text-align: left;
						color: #625d5a;
						font-size: 13px;
						line-height: 16px;
					}
					
						.calloutText a {
							font-weight: bold;
							text-decoration: underline;
							color: #4badbb;
						}
						
						#content .callout .calloutText strong {
							color: #625d5a;
						}
					
					.calloutTable {
						text-align: left;
						color: #625d5a;
						padding: 0px 0px 0px 0px;
						font-size: 13px;
						line-height: 16px;
						width:100%;
						background-color: #dfe4e7;
						background-image: url(../images/table_column_shaded.jpg);
						background-position: left top;
						background-repeat: repeat-x;
					}
										
						.calloutTable a
						{
							font-weight: bold;
							text-decoration: underline;
							color: #4badbb;
						}
					
						.calloutTable tr td {
							padding: 10px 10px 10px 20px;
							vertical-align: top;
							border-bottom: dotted 1px #9fd7ee;
							border-right: solid 1px #d4ecf8;
						}
						
						.calloutTable tr td.rightTD {
							background-color: #f0f1f3;
							padding: 10px 20px 10px 15px;
							vertical-align: top;
							border-bottom: dotted 1px #85cbec;
						}
						
				.horizNavTable {
					width: 520px;
					height: 28px;
					margin: 10px 0px 10px 0px;
					font-size: 11px;
					font-weight: bold;
				}
				
					.horizNavTable td {
						text-align: center;
						vertical-align: middle;
					}
					
						.horizNavTable td a:hover {
							background-image: url(../images/navTabs_hover.png);
						}
						
							.horizNavTable td.selected a {
								color: #ffffff;
								background-image: url(../images/navTabs_selected.png);
							}
						
							.horizNavTable td.selected a:hover {
								background-image: url(../images/navTabs_selected.png);
							}
				
					.horizNavTable a {
						color: #46cfe2;
						text-decoration: none;
						height: 22px;
						display: block;
						padding: 6px 7px 0px 7px;
						background-image: url(../images/navTabs_background.png);
						background-repeat: repeat-x;
						background-position: left top;
					}
					
					.horizNavTable a:hover {
						text-decoration: none;
					}
					
				.Expand {
					margin: 0px 0px 10px 0px;
					cursor: pointer;
				}
					
				.BoxTitle {
					margin: 0px 0px 5px 0px;
					color: #46cfe2;
				}
				
					.BoxTitle:hover {
						text-decoration: underline;
					}
					
				.BoxContent {
					margin: 0px 0px 10px 0px;
				}
		
	#footer {
		margin: 25px 0px 8px 179px;
		color: #336699;
		font-size: 11px;
	}
	
a {
	color: #4badbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 30px;
	color: #1c6e82;
	font-weight: normal;
}

	h1 sup {
		font-size: 12px;
	}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #b1aa99;
	font-weight: normal;
}

	h2 sup {
		font-size: 10px;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

	h3 sup {
		font-size: 8px;
	}

.floatClear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



#Form{}
#Form p {padding: .2em 0; margin: 0 0 .2em 0;}
#Form label {float: left; width: 20%; text-align: left; margin: 0; padding: 0 .5em 0 0; line-height: 1.8;}
#Form label:hover{cursor: pointer;}
#Form Input{width: 250px;}

#regionModal {
	display: none;
}

	.ui-dialog-titlebar-close {
		display: none;
	}
	
	.ui-widget-overlay {
		background-color: #000000;
		opacity: .50;
		filter:Alpha(Opacity=50);
	}
	
	.ui-widget-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#regionBackground {
		position: absolute;
		top: 0;
		left: 0;
		width: 977px;
		height: 142px;
		background-color: #000000;
		padding: 9px 10px 9px 10px;
	}

		#regionSelector {
			height: 132px;
			background-image: url(../images/RegionSelectorBg.gif);
			background-repeat: no-repeat;
			background-position: left top;
			padding: 10px 29px 0px 28px;
		}
		
			#regionSelector h1 {
				color: #ffffff;
			}
			
			#regionSelector p {
				text-align: right;
			}
			
			#regionSelector ul {
				width: 920px;
				height: 32px;
				padding: 0;
				margin: 0;
				padding-top: 10px;
			}
			
			#regionSelector li {
				display: inline;
				text-align: center;
				float: left;
				margin-right: 2px;
				line-height: 32px;
			}
	
				#regionSelector li a {
					background-color: #000000;
					background-image: url(../images/LightBoxTabInactiveBg.gif);
					background-repeat: repeat-x;
					color: #ffffff;
					width: 228px;
					height: 32px;
					display: block;
				}
				
				#regionSelector li a.selectedRegion {
					background-color: #ffffff;
					background-image: url(../images/LightBoxTabSelectedBg.gif);
					background-repeat: repeat-x;
					color: #000000;
				}
				
				#regionSelector li a:hover {
					background-color: #000000;
					background-image: url(../images/LightBoxTabActiveBg.gif);
					background-repeat: repeat-x;
					color: #ffffff;
					text-decoration: none;
				}
				

/*for careers*/

bodycrs {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.paddingcrs{padding-left:14px;
padding-top:136px;}
.style1crs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #267488;
	font-weight: bold;
	line-height: 24px;
}
.style2crs {
	font-family: Arial, Helvetica, sans-serif;
	color: #b1aa99;
	font-size: 18px;
	line-height: 21px;
}
.style3crs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616e75;
	
	padding-right: 12px;
}
.style6crs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #386b79;
	font-size: 12px;
}
.bottcrs{border-bottom: 1px solid #cccccc;}
.headcrs{ padding-left:10px;
border-bottom: 2px solid #386b79;}
.bgcrs{background-repeat: no-repeat;}
.style7crs {font-family: Arial, Helvetica, sans-serif}
.style8crs {font-size: 12px}
.style10crs {
	color: #386b79;
	font-weight: bold;
}
.bgcrs{background-repeat: no-repeat;}
.style12crs {font-size: 12px; color: #18a6cc; }
.style13crs {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #18a6cc; padding-left: 10px; padding-right: 12px; }
.style14crs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616e75;
}
.style16crs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616e75;
}
.breadcrumbscrs{padding-left: 8px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #18a6cc;
	line-height: 18px;
}
.style18crs {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #386b79; font-size: 12px; }

.menucrs{padding-left: 7px;
padding-top:15px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;}
	
	.menu-itemcrs{padding-left: 9px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
	}
	
	.linkcrs{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
	}
.style22crs {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}		

.style23crs {color: #386b79}
.head1crs {padding-left:10px;
border-bottom: 2px solid #068daa;}
.style19crs {color: #18a6cc; font-weight: bold; }		
