/*----------------------------------------------- 
 Start => Main CSS - 1.5 templates  
----------------------------------------------- */


/* START => common CSS styles
----------------------------------------------- */
body {
	background: #EAEBED url('aigb_bg_tcm1153-247385.gif');
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;/*Global Font*/
	height: 100%;
	line-height: 1.166em;	
	margin: 0;
	padding: 13px 0 0 0;
}
a:link{
	color: #003D7F;
	outline: 0;
	text-decoration: underline;
}
a:visited, a:active{
	color: #5D99D7;
	outline: 0;
	text-decoration: underline;	
}
a:hover {
	background: #E4F2FF;	
	outline: 0;
	text-decoration: underline;
}
#gridCenter a:hover {
	background: #E4F2FF;
	outline: 0;
	text-decoration: underline;
}
#gridCenter a.normal:hover, #gridRight a.normal:hover  {
	background: #FFF;
	outline: 0;
	text-decoration: underline;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.Custom_Italic {
	font-style: italic;
}
.Custom_Bold{
	font-weight: bold;
}
sup {
	font-size: 80%;
}
img, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* END => common CSS styles
----------------------------------------------- */


/* START => Page Layout related styles
----------------------------------------------- */

#gridLeftNoMenu { /* This style will be used when- left navigation:NO- Left Module:YES */
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0 0 0 14px;
	width: 206px;/* width of the left sidebar -- can be set to any value including percentages */
}
	* html #gridLeftNoMenu {/*For IE6 - insert any styles to target LTE IE6*/
		overflow: visible;	
	}
	*:first-child+html #gridLeftNoMenu {
		padding: 0 0 0 10px;
		width: 210px;	
	}	
#gridLeft {
	background: #FFF;
	float: left;
	margin: 0 10px 0 0;	
	overflow: hidden;	
	padding: 0 0 0 15px;
	width: 193px;/* width of the left sidebar -- can be set to any value including percentages */
}
	* html #gridLeft { /*for IE6*/
		margin: 0 7px 0 0;
		overflow: visible;		
	}
#gridCenter {
	background: transparent url('aigb_crv_mid_tcm1153-247388.gif') repeat-y 0 0;
	height: 100%;	
	font-size: 110%;
	line-height: 130%;
	min-height: 410px;
	overflow: hidden;	
	padding: 30px 248px 20px 48px;
	margin: 0 0 0 0;
}
	* html #gridCenter {
		padding: 30px 248px 20px 48px;
		width: 359px;
	}
/*Adjust padding for pages with right column*/
.noRightcol {
	padding: 30px 48px 20px 48px !important;
}
	* html .noRightcol {
		width: 559px !important;
		padding: 30px 48px 20px 48px !important;
	}
#gridCenter table td{
	border-bottom: 1px solid #1160A2;
	border-right: 1px solid #1160A2;
	padding: 5px;
	text-align: center;
}	
#gridCenter table td em, #gridCenter table td i {
	font-size: 36px;
	line-height: 36px;
	font-style: normal;
	font-weight: bold;
	color: #32993D;
}
#gridCenter table td em sup, #gridCenter table td i sup{
	font-size: 70%;
}
#gridCenter table td strong, #gridCenter table td b {
	font-weight: bold;
	color: #003673;
}
#gridCenter table th{
	border-bottom: 1px solid #1160A2;
	border-right: 1px solid #1160A2;
	padding: 5px;
	background: #1E65A5 url('aigb_tbl_bg_tcm1153-248723.gif') repeat-x;
	color: #fff;
	text-align: center;
}
#gridCenter table {
	border-top: 1px solid #1160A2;
	border-left: 1px solid #1160A2;
}
#gridCenter table thead td {
	background: #003673;
	font-weight: bold;
}	
#gridCenter table thead td strong{
	color: #fff;
}
#gridRight {
	float: right;
	margin: 0 0 0 661px;	
	overflow: visible;
	padding: 0;
	text-align: left;
	width: 202px;
	top: 300px;
	position: absolute;
	height: 50px !important;
}
	* html #gridRight {/*For IE6 - insert any styles to target LTE IE6*/
		margin: 0 0 0 445px;
	}
	*:first-child+html #gridRight {
		margin: 0 0 0 443px;
	}
#body_wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 889px;
	position: relative;
}
.aig800, .aig1024 {
	width: 889px;
}
#pageBanner {
	background: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	min-height: 20px;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
#PlaceHolderBanner {
	border: 1px solid #ccc;
	display: none;
	font-weight: bold;
	font-size: 14px;	
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}
/* END => Page Layout related styles
----------------------------------------------- */


/* START => Page Header related styles
----------------------------------------------- */
#mastHead {
	height: 79px;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 100%;
}
	* html #mastHead {
		margin: 0;
	}
	*:first-child+html #mastHead {
		margin: 0 0 40px 0;
	}
/*---- Global Navigation links styles ----*/
#topLinks {
	float: right;
	font-size: 10px;	
	margin: 0 19px 0 0;	
	padding: 0 190px 2px 0;
	line-height: 40px;
	color: #666;	
}
	* html #topLinks {
		margin: 0 10px 0 0;
	}
	*:first-child+html #topLinks {
		margin: 0 21px 0 0;
	}
.topLinkSep img {
	background: url('aigb_top_links_div_tcm1153-247392.gif') no-repeat 0px 13px;
	float: left;
	height: 53px;
	margin: 0 10px;
	vertical-align: middle;
}
#topLinks a, #topLinks a:visited {
	color: #666;
	float: left;
	font-size: 10px;	
	margin-top: 0;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 5px;
}
#topLinks a:hover {
	text-decoration: underline;
	color: #5899D8;
	background: none;
}
#topLinks .onPage {
	float: left;
	margin-top: 5px;
}
#topLinks form {
	text-decoration: none;
}
#topLinkLang {
	margin: 0;
	padding: 0;
	float: left;
}
#topLinkLang a {
	display: block;
	margin-left: 5px;
	overflow: visible;	
	padding: 0 0 0 5px;
}
	* html #topLinkLang a {
		overflow: hidden;
	}
#topLinkLang .topLinkSep {
	display: none;
}
/* Top : Site Search styles */
#siteSearch {
	background: none;
	float: right;
	margin: -40px 20px 0 0;	
	padding: 0;
	text-align: right;
	vertical-align: top;
	display: block;
}
	* html #siteSearch {
		margin: -40px 10px 0 0;
	}
	*:first-child+html #siteSearch {
		margin: -40px 20px 0 0;
	}
#siteSearch .btn {
	background: #5D99D7;
	padding: 2px 4px;
	float: left;
	margin-left: 2px;
	border: 0;
	font-weight: bold;
	color: #fff;
}
#siteSearch .txtMedium {
	float: left;
	width: 132px;
	margin-top: 1px;
}
/* LOGO and LogoBanner section */
#logo {
	cursor: pointer;
	float: left;
	margin: -2px 0 0 0;
	padding-left: 12px;	
}
#logo .tagLine {
	color: #fff;
	font-weight: bold;
	font-size: 15px;	
	text-transform: uppercase;
	vertical-align: middle;
}
#logobanner1, #logobanner2, #logobanner3, #logobanner4 {
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
#logobanner2 img {
	position: absolute;
	margin-top: -15px;
}
/* END => Page Header related styles
----------------------------------------------- */


/* START => Main Navigation related styles
----------------------------------------------- */
#topMenu, #topMenu_nonjs{
	color: #000;
	font-size: 11px;	
	margin: 0;
	text-align: left;
	top: 53px;
	left: 216px;
	width: 660px;
	position: absolute;
	z-index: 98;
	}
	#navContainer {
		padding: 0;
		margin: 0;
		width: 660px;
		display: block;
		clear: both;
		float: none;
		z-index: 99;
		}
#navList ul li#active a {
	background: url('aigb_nav_bg_tcm1153-247390.gif') no-repeat 0px -65px;
	color: #003366;
	}
#navContainer #navList {
	margin: 0 0 0 0;
}
#navContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navContainer ul#navList{
	clear:both;
	display: block;
	float: none;
	}
#navContainer ul li {
	position: relative;
	float: left;
	}
#navContainer ul li a{
	color: #036;
	display: block;
	font-size: 13px;	
	padding: 33px 0 0 0;
	text-decoration: none;
	width: 164px;
	background: url('aigb_nav_bg_tcm1153-247390.gif') no-repeat;
	height: 32px;
	text-align: center;
	line-height: 15px;
	z-index: 88;
	cursor: default;
	}
	*:first-child+html #navContainer ul li a {
		width: 165px;
		}
#navContainer ul li a:hover {
	background-position: 0px -65px;
	color: #003366;	
	}
	#navContainer ul li.tabOnActive a,
	#navContainer ul li.Added a{
		background-position: 0px -65px;
		color: #003366;	
		}	
#navContainer ul li div{
	position: absolute;
	left: 1px;
	top: 65px;
	z-index: 999;
	}	
	#navContainer ul li div ul li, 
	#navContainer ul li div ul li a{
		display: block;
		clear: both;
		float: none;
		}
	#navContainer ul li div ul li a, 
	#navContainer ul li div ul li.activeTT, 
	#navContainer ul li.tabOnActive ul li a,
	#navContainer ul li.Added ul li a{
		padding: 0 0 0 4px;
		margin: 0 0 0 0;
		height: 31px;
		border-bottom: 1px solid #fff;
		width: auto;
		font-weight: bold;
		font-size: 12px;
		line-height: 27px;
		text-align: left;
		color: #fff;
		background: #387CC1 url('aigb_nav_bg_tcm1153-247390.gif') no-repeat 0px -154px;
		cursor: pointer;
		width: 157px;
		}
		#navContainer ul li div ul li.activeTT{
			cursor: default;
			}
		#topMenu #navContainer ul li div ul li a:hover, 
		#topMenu #navContainer ul li div ul li.activeTT{
			background-position:  0px -130px;
			color: #036;
			}
ul li .display{
	display: block;
	}
ul li div.hide, ul li div.openTT {
	display: none;
	}
/* END => Main Navigation related styles
----------------------------------------------- */


/* START => Global Tabs 
----------------------------------------------- */
#globalNav {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#globalNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#globalNav a:hover, #globalNav li.tabOn a {
	color: #000;
	text-decoration: none;
}
/* END => Global Tabs 
----------------------------------------------- */


/* START => Utility Navigation 
----------------------------------------------- */
#utilityNav {
	color: #666699;
	text-align: right;
	text-transform: uppercase;
}
#utilityNav a, #utilityNav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#utilityNav a:hover {
	color: #fff;
	text-decoration: none;
}
/* END => Utility Navigation 
----------------------------------------------- */


/* START => Left Navigation related styles
----------------------------------------------- */
#leftNavContainer {
	font-size: 11px;	
	margin-bottom: 30px;
	width: 157px;
}
#leftNavContainer a.active {
	color: #000;
	font-weight: bold;
}
#leftNavContainer li li a.active {
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0 0 0 0;
}
#leftNavContainer li {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
#leftNavContainer li a { /* Ist Level Link */
	color: #15449E;
	display: block;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 5px 5px 4px 0;
	text-decoration: none;
	width: 122px;
}
#leftNavContainer li li a { /* IInd Level Link */
	color: #15449E;
	display: block;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	width: 107px;	
}
#leftNavContainer li li li a { /* IIIrd Level Link */
	color: #15449E;
	display: block;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-decoration: none;
	width: 97px;
}
#leftNavContainer li li li li a { /* IVth Level Link */
	color: #15449E;
	font-weight: normal;
	text-decoration: none;
}
/* Color and UI details of the I,II,III level of Navigation */	
#leftNavContainer li a.navTxt, #leftNavContainer li li a.navTxt, #leftNavContainer li li li a.navTxt {
	color: #15449E;
	cursor: default;
	display: block;
	width: 135px;/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
}
#leftNavContainer li li a.navTxt {
	width: 120px;
}
#leftNavContainer li li li a.navTxt {
	width: 100px;
}
#leftNavContainer a.active:hover, #leftNavContainer li a:hover {
	text-decoration: underline;
}
#leftNavContainer ul, #leftNavContainer ul ul, #leftNavContainer ul ul ul {
	margin: 0;
	padding: 0;
}
#leftNavContainer li li li a.active, #leftNavContainer li li li a.active:hover {
	color: #000;
	font-weight: bold;
}
#leftNavContainer ul li ul {
	padding-bottom: 10px;
}
/* END => Left Navigation related styles
----------------------------------------------- */	


/* START => Breadcrumb related styles
----------------------------------------------- */
#breadCrumb {
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 2px;
	display: none;
}
#breadCrumb span{
	font-size: 8px;
}
#breadCrumb a, #breadCrumb a:visited {
	color: #19318b;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
}
#breadCrumb a.drop, #breadCrumb a.drop:visited, #breadCrumb a.drop:hover {
	border: 1px solid #ccc;
	padding-right: 18px;
}
#breadCrumb a.drop:hover {
	background: #efefef;
}
#breadCrumb a:hover {
	text-decoration: none;
}
/* Start => BreadCrumb Dropdown */
#dropMenuDivAIG {
	position: absolute;
}

/* END => Breadcrumb related styles
----------------------------------------------- */


/* START => Page Title related styles
----------------------------------------------- */	
#pageTitle {
	float: none;
	font-size: 90%;
	font-weight: bold;
	/*margin: 10px 0;*/
	margin: 0px -48px;
	position: relative;
	width: 654px;
	padding:0;
	overflow: hidden;
}
	* html #pageTitle {	
	}
#pageTitle img {
	border: 0;
	padding: 0;
	/*margin: -10px -48px;
	position: relative;*/
}
	* html #pageTitle img {
		
	}
#pageTitle .pageName {
	color: #003D7E;
	font: bold 24px Georgia, "Time New Roman", Times, serif;
	margin: 0;
	padding: 24px 0 10px 48px;
	text-decoration: none;
}
#pageTitle .link {
	margin: 0 0 0 15px;
	padding-bottom: 5px;
}
.link a {
	color: #00f;
}
#pageTitle sup {
	font-size: 80%;
}
#pageSubTitle {
	margin: 5px 0 10px 0;
	padding: 0;
}
.pageSubTitle1 {
	font-weight: bold;
	font-size: 14px;
}
.pageSubTitle2 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
/* END => Page Title related styles
----------------------------------------------- */


/* START => Center Column related styles
----------------------------------------------- */
.centerModule {
	margin: 0 0 10px 0;
}
#gridCenter .centerModule .module {
	margin: 0 0 10px 0;
	border: none;
}
.centerModule .moduleTitle {
	display: block;
	margin-bottom: 5px;
}
.centerModule .moduleTitle a {
	margin-bottom: 10px;
}
.centerModule .moduleSubTitle a:hover, .centerModule .moduleMore a:hover {
	text-decoration: none;
}
.centerModule .moduleTitle a:hover {
	text-decoration: underline;
}
.centerModule .moduleTitle img {
	float: none;
}
.centerModule .moduleSubTitle {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.centerModule img {
	float: left;
	padding: 5px;
}
.centerModule p a img {
	float: none;
	padding: 5px;
}
.centerModule p {
	display: block;
	margin: 0;
	padding-bottom: 10px;
}
.centerModule .moduleFooter {
	font-size: 10px;
	margin: 3px;
}
.centerModule .moduleMore {
	color: #003399;
	padding: 1px 0;
	text-align: right;
}
.centerModule #homeImage1 {
	float: left;
	margin: 0 0 10px 0;
}
.centerModule #homeImage2 {
	float: right;
	margin: 0 0 10px 0;
}
#imgSection {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.centerModule .moduleTitle, .moduleCat .moduleCont .moduleTitle {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.centerModule .moduleTitle a, .centerModule .moduleTitle a:visited, .centerModule .moduleTitle a:hover, .moduleCat .moduleCont .moduleTitle a {
	color: #3A3899;
	text-decoration: underline;
}
.moduleCat .moduleImage {
	margin: 0;
	padding: 0;
}
/* END => Center Column related styles
----------------------------------------------- */


/* START => All Module related styles
----------------------------------------------- */
.rightModule {
	padding-bottom: 7px;
	width: 180px;
}
.leftModule, .leftModuleAds {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.rightModule, .leftModule, .rightModuleAds, .leftModuleAds, #gridCenter .Module {
	text-align: left;
	margin-bottom: 22px;	
}
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited {
	white-space: normal;
}
.rightModuleAds, .leftModuleAds {
	border: 0;
	text-align: center;
}
.rightModule .moduleTitle, #gridCenter .Module .moduleTitle {
	color: #003874;
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 5px 14px;
	line-height: normal;
}
.leftModule .moduleTitle {
	color: #5D99D7;
	text-transform: uppercase;
	font-weight: bold;
}
.rightModule {
	text-align: center;
	color: #003874;	
}
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited, #gridCenter .Module a, .rightModule .moduleTitle a, .rightModule .moduleTitle a:visited, .leftModule .moduleTitle a, .leftModule .moduleTitle a:visited {
	color: #3A3899;
}
.rightModule .moduleTitle img, .leftModule .moduleTitle img {
	float: none;
	margin: -3px -10px;
	padding: 0;
}
.rightModule .moduleSubTitle, .leftModule .moduleSubTitle, #gridCenter .Module .moduleSubTitle {
	display: block;
	font-weight: bold;
	padding: 2px 10px;
}
.rightModule p, .leftModule p {
	margin: 5px 10px;
}
.rightModule .moduleFooter, .leftModule .moduleFooter {
	margin: 5px;
}
.rightModule .moduleMore p, .leftModule .moduleMore p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.rightModule .moduleMore a, .rightModule .moduleMore a:visited, .rightModule .moduleMore a:hover, .leftModule .moduleMore a, .leftModule .leftModule a:visited, .leftModule .moduleMore a:hover, #gridCenter .Module .moduleMore a {
	color: #8391be;
}
.rightModule div.boxAction, .leftModule div.boxAction {
	padding: 0 15px 5px 0;
}
.rightModule div.boxAction, .leftModule div.boxAction, #gridCenter .Module div.boxAction {
	text-align: right;
}
.leftModule {
	clear: left;
	width: 190px;
	margin: 10px 0;
}
.leftModule ul{
	display: none;
}
#gridCenter .Module {
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;	
	border: 1px solid #1F2883;	
}
#gridRight iframe {
	margin: 0;
	padding: 0;
	width: 300px;
}
.rightModule .moduleFooter, .leftModule .moduleFooter, .rightModule p.printEmail, .leftModule p.printEmail, #gridCenter .Module .moduleFooter, #gridCenter .Module p.printEmail {
	font-size: 90%;
}
.rightModule .moduleMore, .leftModule .moduleMore, #gridCenter .Module .moduleMore {
	background: #ccc;
}
.rightModule img, .leftModule img, .rightModule form, .leftModule form, .rightModuleAds img, .leftModuleAds img {
	padding: 0;
}
/* END => All Module related styles
----------------------------------------------- */	


/* START => Category Module related styles
----------------------------------------------- */
.moduleCat {
	margin: 0 0 20px 0;
	padding: 0;
}
.moduleCat .moduleImage {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.moduleCat .moduleCont {
	display: block;
	height: 100%;	
	margin: 0 0 0 0;
	min-height: 20px;
	overflow: hidden;	
	padding: 0 0 0 0;
}
	* html .moduleCat .moduleCont { /*for IE6*/
		height: 50px;
		overflow: visible;
	}
#gridCenter .moduleCat .moduleCont .moduleTitle {
	display: block;
	line-height: 100%;
	margin: 0 0 5px 0;
	background: none;
	padding-left:0;
}
/* END => Category Module related styles
----------------------------------------------- */


/* START =>List Item related styles
----------------------------------------------- */	
ul.bulleted {
	list-style-type: square;
	margin: 0 0 0 28px;
	padding: 5px 5px 0 0;
}
ul.bulleted li {
	padding: 2px 0 3px 0;
}
.rightModule ul.bulleted li {
	color: #3A3899;
}
ul.bigBulleted {
	list-style-type: square;
	margin: 0 0 0 28px;
	padding: 5px 5px 0 0;
}
ul.bigBulleted li {
	padding: 2px 0 3px 0;
}
ul.nonBulleted {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 5px 5px 0 0;
}
#gridRight ul.nonBulleted {
	margin: 0 ;
}
ul.nonBulleted a {
	font-weight: normal;
}
.centerModule ul.nonBulleted {
	margin: 0;
	padding: 0;
}
ul.imageBulleted {
	list-style-type: none;
	margin: 5px 5px;
	padding: 0;/* Cross check  the positions of the bullets in all browsers,when changed */
	background: #DDE7F1;
	text-align: left;
	width: 167px;
}
ul.imageBulleted li {
	clear: left;
	padding: 1px 0 10px 10px;
	color: #000;
}
ul.imageBulleted li img {
	padding-right: 5px;
}
ul.bigBulleted {
	list-style-type: none;
	margin: 5px 5px;
	padding: 0;/* Cross check  the positions of the bullets in all browsers,when changed */
	background: #DDE7F1;
	text-align: left;
	width: 167px;
}
ul.bigBulleted li {
	clear: left;
	padding: 1px 0 10px 10px;
	color: #000;
}
ul.bigBulleted li img {
	padding-right: 5px;
}
ul.bigBulleted li h2 {
	background-color: #005CA1;
	font-size: 13px;
	text-align: center;
	padding: 6px;
	margin-left: -10px;
	color: #fff;
}	
ul.bigBulleted li h3 {
	color: #002039;
	padding-right: 10px;
}
ul.bulleted b, ul.bigBulleted b, ul.nonBulleted b, ul.imageBulleted b {
	color: #000;
	font-weight: normal;
}
/* END =>List Item related styles
----------------------------------------------- */	


/* START =>Search Result page related styles
----------------------------------------------- */
#searchPageForm {
	height: 50px;
	margin: 10px 0 0 100px;
	padding-bottom: 10px;
	width: 400px;
}
#searchPageForm .boxAction a {
	display: block;
	width: 100px;
}
#helpLayer {
	background: #fff;
	border: 3px solid #ccc;
	display: none;
	left: 60%;
	margin: -25px -200px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 280px;
	width: 400px;
}
.searchHelpText {
	clear: left;
	display: block;
}
.searchResults {
	clear: left;
	margin: 0 0 20px 0;
}
.searchResults .searchTitle {
	float: left;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.searchResults p {
	display: block;
	margin: 0 0 6px 0;
}
.searchResults .pagination {
	float: right;
	font-weight: bold;
	margin: 5px 0 0 0;
	white-space: nowrap;
}
.searchResults ul {
	clear: left;
	margin: 5px 10px;
}
.searchResults ol li {
	clear: left;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 0;
}
.searchResults ol {
	clear: left;
}
.searchResults ul.nonBulleted li, .searchResults ol.nonBulleted li {
	clear: left;
	margin: 5px 2px 2px -10px;
	padding: 0 0 5px 0;
}
#noResultText {
	font-size: 12px;
	font-weight: bold;
}
/* END =>Search Result page related styles
----------------------------------------------- */	


/* START =>Site map page related styles
----------------------------------------------- */	
.sitemapH {
	margin-left: -38px;
	font-size: 14px;
	font-weight: bold;
}
.sitemapH .navlist li {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	line-height: 36px;
}
.sitemapH .navlist img {
	height: 10px;
	display: none;
}
.sitemapV #sitemapContainer #navlist {
	margin: -22px 0 -10px -3px;
	padding: 0;
}
.sitemapV #sitemapContainer #navlist li {
	color: #000;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 5px;
	line-height: 36px;	
}
.sitemapV #sitemapContainer #navlist li a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;	
}
.sitemapV #sitemapContainer #navlist li ul {
	margin-left: 10px;
	padding: 0;
}
.sitemapV #sitemapContainer #navlist li ul li {
	border: 0;
	font-weight: bold;
}
.sitemapV #sitemapContainer #navlist li ul li a {
	background: none;
	border: 0;
	color: #000099;
	font-weight: bold;
}
.sitemapV #sitemapContainer #navlist li ul li ul {
	margin-left: 15px;	
}
.sitemapV #sitemapContainer #navlist li ul li ul li {
	border: 0;
	font-weight: normal;
}
.sitemapV #sitemapContainer #navlist li ul li ul li a {
	border: 0;
	color: #000099;
	font-weight: normal;
}
.sitemapV #sitemapContainer #navlist li a:hover {
	text-decoration: none;
}
#navList #active a:hover {
	cursor: default;
}
.sitemapH .navlist li a {
	font-weight: bold;
}
/* END =>Site map page related styles
----------------------------------------------- */


/* START => Form related styles
----------------------------------------------- */
/* Start => Form Default properties */	
input, select, textarea {
	background: #f2f0f1;
	color: #000;
	font-size: 11px;
	margin: 0;
	margin-bottom: 2px;
}
/* End => Form Default properties */	
.disabledBtn {
	background: #ccc;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	padding: 0 4px 0 4px;
}
.formBtn {
	background: #d4d0c7;
	font-weight: bold;
	font-size: 11px;
	padding: 0 4px 0 4px;
}
.date {
	width: 68px;
}
.selSmall {
	margin: 5px 0;
	width: 46px;
}
.selMedSmall {
	margin: 5px 0;
	width: 118px;
}
.selMedium {
	margin: 5px 0;
	width: 155px;
}
.selLarge {
	margin: 5px 0;
	width: 283px;
}
select.selNoBorder {
	border: 1px solid #69c;
	margin: 0;
	padding: 0;
}
select.selNoBorder option {
	width: auto;
}
.txtSmall {
	width: 46px;
}
.txtMedium {
	width: 151px;
}
/* Workaround for IE7  */
*:first-child+html .txtMedium {
	background: #fff;
	border: 1px solid #B3B4B8;
	height: 16px;
	margin-top: -4px;
	width: 176px;
}
.txtLarge {
	width: 260px;
}
.txtLogin {
	width: 62px;
}
.txtAreaLarge {
	width: 280px;
}
.txtAreaMedium {
	width: 190px;
}
.txtAreaSmall {
	width: 100px;
}
form, input[disabled], select[disabled], textarea[disabled], #location {
	color: #000;
}
form a:hover, a:hover {
	text-decoration: underline;
}
.requiredFields {
	color: #FF0000;
}
/* END => Form related styles
----------------------------------------------- */


/* START => General styles
----------------------------------------------- */
.column {
	float: left;
	width: 45%;
}
.listView ul.column, .tabView ul.column {
	width: 95%;
}
br.both {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0px;
}
div.clearer {

	clear: left;
	height: 0;
	line-height: 0;
}
#centerAlign {
	text-align: center;
}
.floatLeft {
	float: left;
}
.btnGlobal {
	background: #7993d7;
	border: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}
.disabledBox {
	background: #ccc;
}
/* END => General styles
----------------------------------------------- */	


/* START => New Search Page styles
----------------------------------------------- */	
#searchWrapper {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.label {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
}
#mainSearchResult {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}
#viewAll_top {
	padding: 10px 0;
	text-align: right;
}
#viewAll_bottom {
	display: none;
	padding: 10px 0;
	text-align: right;
}
#searchHelpLabel {
	font-weight: normal;
	padding-left: 5px;
	vertical-align: bottom;
}
#searchResultsViewAll {
	clear: left;
	margin: 10px 0pt 0pt;
}
#searchResultsViewAll ul {
	clear: left;
	margin: 5px 0pt;
}
#searchResultsViewAll ul.nonBulleted li {
	clear: left;
	margin: 5px 2px 0pt -10px;
	padding: 0pt;
}
#searchResultsViewAll p {
	display: block;
	margin: 0pt;
}
.searchTitleNoPagination {
	font-weight: bold;
	margin: 15px 0pt 5px;
}
#searchResultsViewAll ul.nonBulleted li a, #searchResultsViewAll ol.nonBulleted li a, .searchSecure {
	font-weight: bold;
}
/* START => New Search Page styles
----------------------------------------------- */


/* START => LIST and TAB View related styles 
----------------------------------------------- */
#jumpLink {
	padding: 5px 0 3px 0;
}
.tabView, .listView {
	clear: left;
	margin-bottom: 10px;
	padding-top: 5px;
}
.tabView .sectionTitle, .tabView .moduleTitle {
	display: none;
}
.tabView ul.tabMenu {
	display: inline;
	list-style: none;
	list-style-type: none;
}
.listView li.tab a:hover, .listView li.tabOn a:hover, .listView li.tabLast a:hover, .listView li.tab a:hover, .listView li.tabLast a:hover, .listView li.tabOn a:hover, .listView li.tabLastOn a:hover {
	text-decoration: none;
}
.listView ul.tabMenu {
	margin-left: 10px;
	padding-left: 10px;
}
.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn {
	background: #19308D;
	float: left;
	margin-right: 2px;
}
.tabView li.tab a, .tabView li.tabLast a, .tabView li.tabOn a, .tabView li.tabLastOn a {
	background: #19308D;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 39px;
	outline: 0;
	overflow: hidden;
	padding: 5px 2px;
	text-align: center;
	text-decoration: none;
	width: 77px;
}
.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a {
	color: #003399;
	text-decoration: underline;
}
.tabView li.tabSingle {
	background: #19308D;
	float: left;
	margin-right: 0;
}
.tabView li.tabSingle a {
	background: #19308D;
	color: #fff;
	display: block;
	font-weight: bold;
	outline: 0;
	padding: 5px 2px;
	text-align: center;
	text-decoration: none;
}
.tabView li.tabLast a, .tabView li.tabLastOn a {
	background: #19308D;
	border: 1px solid #19308D;
	overflow: hidden;
	width: 77px;
}
.tabView li.tab a:hover, .tabView li.tabOn a, .tabView li.tabLast a:hover, .tabView li.tabLastOn a {
	background: #fff;/*active and clicked tab properties*/
	border: 1px solid #19308D;
	border-bottom: 2px double #fff;
	border-top: 0 solid #fff;
	color: #000;
	margin: -1px 0 0 0;
	position: relative;
	text-decoration: none;
	top: 2px;
	z-index: 3;
}
.tabView li.tab a {
	border: 1px solid #19308D;
}
.tabView .tabDataContainer {
	background: #fff;
	border: 1px solid #19308D;
	clear: left;
	color: #000;
	display: none;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.listView .tabDataContainer {
	background: #fff;
	border-bottom: 1px solid #efefef;
	clear: left;
	color: #000;
	display: block;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}
.tabDataContainer .text{
	/*padding-top:1px;*/
	clear:both;
}

.tabDataContainer {
	height: 100%;	
	min-height: 100px;
}

	* html .tabDataContainer {
		height: 100px;
	}
.tabDataContainer p{
	*padding:0px; 
	*margin:0px;
}
.listView .moduleTitle {
	display: block;
	padding-bottom: 10px;
	text-align: right;
}
.listView .sectionTitle {
	display: block;
	padding-bottom: 10px;
	*padding-bottom: 12px;
}
.sectionTitle {
	/*margin-bottom: 20px;*/
	width: 100%;
}
.sectionTitle span {
	float: left;
	display:block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width:87%;
	margin-bottom:6px;

	
}
.sectionTitle a {
	color: #003399;
	float: right;
}
.sectionTitle a:hover {
	text-decoration: none;
}
.listView li.tab, .listView li.tabOn, .listView li.tabLast, .listView li.tabLastOn, .listView li.tabSingle {
	list-style: disc;
	padding-bottom: 1px;
}
/* END => LIST and TAB View related styles 
----------------------------------------------- */


/* START => Page and Site footer related styles 
----------------------------------------------- */
#pageFooter {
	background: #fff;
	clear: both;
	color: #000;
	font-size: 90%;
	margin: 10px auto;
	width: 90%;
	display: none;
}
#pageFooter .moduleTitle {
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#pageFooter p {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#pageFooter ul {
	margin: 0;
	padding: 0;
}
#siteFooter {
	background: #fff;
	clear: both;
	color: #666;
	font-size: 90%;
	margin: 0;
	padding: 10px 23px 10px 0;
	text-align: right;
	border-top: 1px solid #CCC;
	overflow: hidden;	
}
	* html #siteFooter {
		overflow: visible;
	}
	*:first-child+html #siteFooter {
		overflow: visible;
	}
#siteFooter a {
	color: #003D7F;
	padding: 0 0 0 0;
	text-decoration: underline;
}
#siteFooter a:visited {
	text-decoration: underline;
	background: none;
}
#siteFooter a:hover {
	text-decoration: none;
	background: none;	
}
#siteFooter br {
	display: none;
}
#siteFooter .grayText {
	color: #333;
}
#siteFooter hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	display: none;
	height: 1px;
	width: 100%;
}

/* START => Page and Site footer related styles 
----------------------------------------------- */


/* START => Siteminder Login related styles 
----------------------------------------------- */
.pwd_rules {
	font-size: 11px;
}
#grid-center {
	border-right: none;
}
.lnk {
	color: #fff;
	float: right;
	height: 10px;
	padding: 2px;
}
.lnk a {
	color: #fff;
	font-size: 10px;
}
.lgn_tbl_main {
	background: #F2F1EC none repeat scroll 0%;
	border: 1px solid #001473;
	width: 600px;
}
.lgn_tbl {
	background: #F2F1EC;
	border: 1px solid #001473;
	margin: auto;
	width: 500px;
}
.lgn_tbl td {	
	color: #000;
	font-size: 11px;
	height: 25px;
	padding: 7px;
}
	* html .lgn_tbl td {
		padding: 5px;
	}
	*:first-child+html .lgn_tbl td {
		padding: 5px;
	}
.lgn_tbl td.pass_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
	text-align: center;
}
.lgn_tbl td.warning {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.lgn_tbl td input.field {
	background: #fff;
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 11px;
}
.lgn_tbl td input {	
	background: #DCDCD6;
	border: 1px solid #666;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 11px;
	padding: 3px;
}
	* html .lgn_tbl td input {
		padding: 2px;
	}
	*:first-child+html .lgn_tbl td input {
		padding: 2px;
	}
.standards ul {	
	margin: 0 0 5px -20px;
}
	* html .standards ul {
		margin: 0 0 0 20px;
	}
	*:first-child+html .standards ul {
		margin: 0 0 0 20px;
	}
.warning {
	color: #f00;
}
#err1, #err2, #err3, #err4, #errA1, #errA2, #errA3, #errA4, #errB1, #errB2, #errB3, #errB4, #errC1, #errC2, #errC3, #errC4, #errD1, #errD2, #errD3, #errD4, #errE1, #errE2, #errF1, #errF2, #errG1, #errG2 {
	color: #f00;
	display: none;
}
#loginErr1, #loginErr2 {
	display: none;
}
.standards {
	font-weight: bold;


	font-size: 10px;
	left: 59%;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 200px;
	width: 160px;
}
.loginError {
	color: #FF0000;
}
td.lgn_hdr_main, .lgn_tbl td.lgn_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;	
	padding: 5px;
}
/* END => Siteminder Login related styles 
----------------------------------------------- */


/* START => Login related styles 
----------------------------------------------- */
form a {
	color: #5568AC;
}
.loginModule {
	border: 1px solid #CCC;
	display: block;
	padding-bottom: 5px;
	width: 196px;
	background: #E7E7E7;
}
.loginModule .loginModTitle {
	color: #036;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 8px;
}
.loginModule .loginSubTitle {
	font-size: 11px;
	margin-left: 5px;
}
.loginModule .loginSubTitle p {
	margin: 5px 0 0 0;
	padding: 0;
}
#loginFlds {
	display: block;
	margin: 0px 0 0 7px;
	padding: 0px 0 0 2px;
	position: relative;
}
#loginRemBlock {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 5px;
	padding: 0 0 3px 0;
}
#loginForgot {
	border-top: 1px solid #ccc;
	margin: 2px 0 0 5px;
	padding: 5px 0 0 2px;
	width: 181px;
}
#loginRemBlock #loginRem {
	float: none;
	padding: 5px 0 0 5px;
}
.loginFirstField {
	padding: 2px 0 0 0;
	width: 55px;
}
.loginSecondField {
	clear: right;
	margin: 0;
	width: 105px;
}
.loginSecondField input {
	font-size: 11px;
	margin: 3px 0;
	background: #fff;
	border: 1px solid #7F9DB9;
	width: 153px;
}
#loginSubBlock {
	margin: 0 5px;
}
#loginSubBlock span {
	display: block;
}
#loginImg {	
	margin: -6px 3px 0 2px;
}
	* html #loginImg {
		margin: -8px 3px 0 2px;
	}
	*:first-child+html #loginImg {
		margin: -8px 3px 0 2px;
	}
#loginSubBlock #loginSubmit {
	margin: 4px 0 4px 5px;
	width: 110px;
}
.loginModule #loginSubmit input {
	background: url('aigb_btn_bg_tcm1153-247386.gif');
	width: 104px;
	height: 37px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}
#loginFooter {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 7px;
	padding: 5px 0 0 2px;
	width: 181px;
}
.loginInfoFld {
	display: block;
	margin: 0 0 0 0;
}
#loginRem a {
	margin-left: 4px;
}
#welcomeMsg{
	margin: 8px 0 0 0;
	padding: 0 5px 2px 0;
	float: left;
}
#welcomeMsg a,#welcomeMsg a:visited{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
#welcomeMsg a:hover{
	text-decoration: none;
}
#welcomeMsg .welcomeLink a{
	padding: 0 5px 0 0;
	margin: 0;
}
.welcomeName{
	float: left;
	margin-right: 5px;
}
#welcomeMsg .welcomeLink{
	font-weight: bold;
	font-size: 11px;
	margin-top: -1px;
}
#loginRem input {
	margin-right: 10px;
	background: #E7E7E7;
	vertical-align: middle;
}
/* END => Login related styles 
----------------------------------------------- */


/* START => Home page component related 
----------------------------------------------- */
#btmTab {
	border: 1px solid #dbdbdb;
	border-top: none;	
	color: #000000;
	font-size: 11px;
	margin: 0;
	padding: 15px 0 10px 0;
}
#btmTabBar li a.active {
	cursor: default;
}
#btmTab1 a, #btmTab2 a {
	color: #04349a;
	font-size: 11px;
	text-decoration: none;
}
#btmTab2 li, #btmTab1 li, #btmTab3 li {	
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
	* html #btmTab1 li, * html #btmTab2 li, * html #btmTab3 li {
		list-style-position: outside;
	}
	*:first-child+html #btmTab1 li, *:first-child+html #btmTab2 li, *:first-child+html #btmTab3 li {
		list-style-position: outside;
	}
#btmTabRight {
	float: right;
	padding-left: 10px;
}
.btmTabRightImg {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 5px;
	text-align: center;
}
.btmTabRightHTML {
	padding: 5px 5px;
}
#btmTab1 ul, #btmTab2 ul, #btmTab3 ul, .tabs ul {	
	margin: 0;
	padding: 0;
}
	* html #btmTab1 ul, * html #btmTab2 ul, * html #btmTab3 ul, * html .tabs ul {
		padding-left: 18px;
	}
	*:first-child+html #btmTab1 ul, *:first-child+html #btmTab2 ul, *:first-child+html #btmTab3 ul, *:first-child+html .tabs ul {
		padding-left: 18px;
	}
#btmTabLeftMainSection, #btmTabLeftTblItem, #btmTabLeftRichText, #leftNavContainer ul li ul, #btmTabLeftMainSection, #btmTabLeftTblItem, #btmTabLeftRichText {
	padding-bottom: 10px;
}
#btmTab1 a, .tabs a, .tabs a, #btmTab2 a {
	color: #04349a;
	font-size: 11px;
	text-decoration: none;
}
.tabs li p {
	font-size: 11px;
	margin: 0;
}
 .tabs li {
	list-style: square;
	margin: 0 0 0 10px;
	padding: 0;
}
#btmTabBar {
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 32px 20px;
}
#btmTabBar li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#btmTabBar li {
	background: #f2f2f2;
	border: 1px solid #dbdbdb;
	float: left;
	height: 29px;
	margin: 2px 2px 0 2px;
}
#btmTabBar li a {
	color: #666666;
	display: block;
	float: left;
	padding: 8px;
	text-decoration: none;
}
#btmTabBarDiv {
	background: #e9e9e9;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	padding-top: 10px;
}
#btmBarMainDiv {
	width: 557px;
}
	* html #btmTabBarDiv {
		width: 556px;
	}
	*:first-child+html #btmTabBarDiv {
		width: 556px;
	}
#btmTab {	
	display: block;
	height: auto;
}
	* html #btmTab {
		width: 556px;
	}
	*:first-child+html * html #btmTab {
		width: 556px;
	}
#btmTab1, #btmTab2, #btmTab3 {
	height: 150px;
	overflow: auto;
	padding: 0 15px 0 25px;
}
.tabs {
	height: 130px;
	overflow: auto;
	padding: 0 15px 0 25px;
}
#btmBarTopImg {
	height: 4px;
	margin: 0;
	padding: 0;
	width: 557px;
}
#btmBarBottomImg {
	height: 5px;
	margin: 0;
	padding: 0;
	width: 557px;
}
#btmTab a:hover {
	text-decoration: none;
}
/* END => Home page component related 
----------------------------------------------- */

/* START => Styles specific for R3.1
----------------------------------------------- */
img {
	border: 0px;
}
#gridCenter #pageTitle {
	clear: both;
}
#gridCenter #LabelId {
	display: none;
}
.printCenter {
	margin: 0 0 5px 0;
	float: right;
	width: 50%;
}
.printCenter p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	float: right;
}
.printCenter p a {
	margin-right: 0;
}
.printCenter p img {
	margin-left: 15px;
	margin-top: 2px;
}	
ul.printRight {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 5px 0 0;
}
ul.printRight li {
	padding: 2px 0 3px 0;
	color: #3A3899;
}
ul.printRight li img {
	border: none;
	margin-right: 4px;
}
body#share {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
}
body#share #topLinks, body#share #topMenu, body#share #siteSearch, body#share #mastHead, body#share #gridLeft, body#share #gridRight, body#share #siteFooter, body#share #pageFooter, body#share #globalNavContainer {
	display: none;
}
#share #container {
	width: 470px;
	margin: 0 auto;		
}
#share #container h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
}
#share #container p {
	margin: 0;
	padding: 8px 0;
	font-size: 12px;
}
#share #container label, #share #container em {
	font-size: 12px;
}
#share #fieldText{
	padding: 10px 0 0 0;
}
#share #fieldText label {
	float:left;
	width: 100px;
	margin: 4px 0 4px 0;
}
#share #fieldText input {
	width: 250px;
	float: left;
	margin: 0 0 4px 0;
}
#share #fieldTextarea {
	clear: both;
	margin: 20px 0 0 0;
	float: left;
}
#share #fieldTextarea label {
	display: block;
	float: left;
}
#share #fieldTextarea textarea {
	width: 350px;
	margin: 5px 10px 15px 0;
}
#share #fieldTextarea em {
	float: right;
	width: 100px;
	font-style: normal;
	font-size: 100%;
	padding-top: 20px;
}
#share #fieldSubmit {
	clear: both;
	display: block;
}
#share #fieldSubmit a {
	display: inline-block;
	line-height: 20px;
	margin-left: 10px;
}	
/*---- for error messages ----*/
#share .error {
	color: #f00;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	display: none;
}
.emsBanner {
	border: 2px solid #FE0000;
	font-family: arial,helvetica,sans-serif;
	text-align: left;


	width: 250px;
}
.emsTitle {
	background-color: #FE0000;
	color: #FFFFFF;
	padding: 8px 5px;
	font: bold 12px verdana, arial;
	text-align: center;
}
.emsLinkSection {
	list-style-type: none;
	margin: 0;
	padding: 5px 25px 10px 25px;
}
.emsLinkSection  li a {
	color: #00117C;
	text-decoration: underline;
	font: bold 12px verdana, arial;
}
.emsBanner1 {
	border: 2px solid #FE0000;
	font-family: arial,helvetica,sans-serif;
	width: 515px;
	overflow: hidden;	
	background-color: #FE0000;
}
	* html .emsBanner1 {
		overflow: visible;
	}
	*:first-child+html .emsBanner1 {
		overflow: visible;
	}
.emslabel1{
	background-color: #fe0000;
	color: #FFFFFF;
	font: bold 12px verdana, arial;
	float: left;
	width: 180px;
	padding: 5px;
	overflow: hidden;
}
	* html .emslabel1 {
		overflow: visible;
	}
	*:first-child+html .emslabel1 {
		overflow: visible;
	}
.emslabel2 {
	color: #000;
	font: bold 12px verdana, arial;
	float: left;
	width: 315px;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
}
	* html .emslabel2 {
		overflow: visible;
	}
	*:first-child+html .emslabel2 {
		overflow: visible;
	}
.emslabel2 a {
	color: #00117C;
}
/*---- styles added for share this page layout ----*/

body#share #body_wrapper, body#share #grid_wrapper {
	width: 500px;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
.contModule {
	background: #FFFFFF none repeat scroll 0%;
	border: 3px solid #CCCCCC;
	font-weight: normal;
	height: auto;
	margin: 10px 0pt 0pt 15px;
	padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 100;
	display: none;
}
.contModule .content {
	margin: 4px 0;
}
.contModule .content p {
	margin: 0;
	padding: 0;	
}
.contModule .close {
	text-align: right;
}
.contModule .moduleMore {
	font-weight: bold;
	text-align: right;
}
/* END => Styles specific for 3.1  
----------------------------------------------- */
#gridCWrap1 {
	background: transparent url('aigb_crv_top_tcm1153-247389.gif') no-repeat scroll left top;
	height: 30px;
	margin: -30px -48px;
	width: 655px;
}
#gridCWrap2 {
	background: transparent url('aigb_crv_btm_tcm1153-247387.gif') no-repeat scroll left bottom;
	height: 43px;
	display: block;
	width: 655px;
	float: right;
	margin: -22px 16px 0 0;
	z-index: 100;
}
* html #gridCWrap2 {
		margin: -19px 3px 0 0;
	}
	*:first-child+html #gridCWrap2 {
		height: 43px;	
		margin: -9px 16px 0 0;
	}
#gcHdr {
	background: url('aigb_crv_top_tcm1153-247389.gif') no-repeat top left;
	height:100%;
	margin:0;
	min-height:450px;
	overflow:hidden;
}
#gcFtr {
	background: url('aigb_crv_mid_tcm1153-247388.gif') repeat-y;
	height:100%;
	margin:0;
	min-height:450px;
	overflow:hidden;
}
.lgnList{
	list-style: none;
	width: 175px;
	background: #E7E7E7;
	border: 1px solid #ccc;
	padding: 8px 8px 3px 8px;
	margin: 0 0 5px 0;
}
.lgnList2 {
	list-style: none;
	width: 205px;
	padding: 8px;
	margin: 0 0 5px 0;
}
.lgnList a:hover, .lgnList2 a:hover{
	background: #E4F2FF;
}
.lgnList li.sbtn a:hover, .lgnList2 li.sbtn a:hover{
	background: none;
}
.lgnList img, .lgnList2 img {
	border: none;
}
.lgnList .hdg, .lgnList2 .hdg {
	font-weight: bold;
	font-size: 12px;
	color: #036;
	width: 185px;
}
.lgnList .sbtn, .lgnList2 .sbtn {
	margin: 3px 0  0 0;
}
.lgnList .fld, .lgnList2 .fld {	
	width: 153px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #7F9DB9;
	background: #fff;
}
#gridRight #lgnContents {
	display: none;
}
#gridLeft #lgnContents .lgnList a:link, #gridLeft #lgnContents .lgnList a:visited, #gridLeft #lgnContents .lgnList a:hover {
	color: #003D7E;
}		
#lgnContents {
	padding: 0 0 5px 0;
	overflow: visible;
}
.lgnHdg {
	color: #5D99D7;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px 10px 15px;
}	
.lgnList .errMsg, .lgnList2 .errMsg {
	color: #f00;
	margin-bottom: 3px;
	display: none;
}
.footerLogo {
	float: none;
	margin: 10px 0;
}	
.footerLogo img{
	margin-left: 10px;
}	
#bg {
	position:absolute; 
	z-index: 99; 
	width: 100%; 
	display: none; 
	height: 100%; 
	left: 0; 
	top: 0; 
	bottom:0; 
	background: #000; 
	opacity:0.4; 
	filter:alpha(opacity=40);
	background-color: #000; 
	margin:0; 
	overflow:visible;
}
#content {
	position: absolute; 
	display:none; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	overflow: visible; 
	z-index: 100;
	top: 0px;
	left: 0px;
}
#content iframe{
	margin-right: 632px;
}
.popTbl  {
	width: 365px;
	height: 206px;	
	padding: 16px;
	padding-top: 7px;
	padding-bottom: 55px;
	text-align: left;
	background: url('updated_tcm1153-382033.png') no-repeat; 
	margin: 300px auto 0 auto;
}
#loginPopup .hdg .popClose, #emailexclusive .excluTxt .popClose {
	float: right;
	font-weight: normal;
	margin-top: -15px;
} 
#loginPopup .hdg a.popClose:hover {
	background: none;
}
#loginPopup .lgnList2 label {
	font-weight: normal;
	display: inline;
}
.popTbl p {
	margin: 7px 0;
	color: #003D7E;
}
.popTbl h3 {
	margin: 5px 0 10px 0;
	color: #003D7E;
	font: 18px "Times New Roman", Times, serif;
}

/*Styles for sub disclosure*/
#gridCenter div.adaptiveCol {
	display: none;
}
div.adaptiveCol {
	background: #fff;
	float: right;
	width: 100%;
	margin: -10px 0 0 0;
}
div.adaptiveCol .moduleTitle{
	display: none;
	}
div.adaptiveCol .module {
	float: right;
	margin: 0 25px;
	font-size: 9px;
	display: inline;
	color: #666;
}
div.adaptiveCol .moduleText p {
	margin: 0;
	padding: 0 0 10px 0;
}
div.adaptiveCol .desCont{
	margin-bottom: 10px;
	}
#emailexclusive {
	width: 197px;
	height: 285px;
	background: url('aigb_exclusivesbg2_tcm1153-251876.gif') no-repeat;
	padding: 0 15px 0 15px; 
	margin: 300px auto 0 auto;	
	font-size: 11px;
	text-align: left;
	}
	* html span #emailexclusive {
		width: 227px;
	}	
	* :first-child+html #emailexclusive {
		width: 227px;
	}	
#emailexclusive form {
	padding-top: 15px;
		}
#emailexclusive form label {
	font-weight: bold;
	padding-top: 3px;
}
#emailexclusive form input {
	margin-bottom: 2px;
	height: 17px;
	}
	#emailexclusive form label {
	display: block;
	}
	#emailexclusive .error {
	color: #f00;
	display: none;
	}
#emailexclusive .mandt {
	color: #f00;

	}
#emailexclusive form input.btn {
	background:url('aigb_submit_tcm1153-250653.jpg') no-repeat;
	width: 67px;
	height: 27px;
	border: none;
	margin-top: 3px;
	}
#loginPopup {
	width: 203px;
	height: 244px;
	background: url('aigb_login_bg_tcm1153-252850.gif') no-repeat;
	padding: 10px 10px 0 15px;
	margin: 300px auto 0 auto;	
	font-size: 11px;
	text-align: left;
	}
#loginPopup form label {
	font-weight: bold;
}
#loginPopup form input {
	margin-bottom: 7px;
	height: 17px;
	}
#loginPopup form li.sbtn input {
	height: auto;
	}	
	#loginPopup form label {
	display: block;
	}
#loginPopup form input.btn {
	background:url('aigb_submit_tcm1153-250653.jpg') no-repeat;
	width: 67px;
	height: 27px;
	border: none;
	margin-top: 3px;
	}
.excluTxt {
	padding: 0 0 5px 0;
	font: bold 12px arial;
	color: #003D7E;
	}
#useTerms {
	height: 580px;
	overflow: auto;
	font-size: 9px;
	border: 1px solid #ccc;
	padding: 10px;
	}
#useTerms b {
	font-size: 12px;
	font-weight: bold;
	color: #003D7E;
	}
#useTerms b a {
	color: #5D99D7;
	}
#useTerms em {
	font-style: italic;
}
#useTerms #bold {
	font-weight: bold;
}
.printUse a:hover{
	background: #E4F2FF;
	}
.printUse {
	text-align: center;
	font-size: 12px;
	}
#homeFlashBanner {
	margin: -30px 0 0 -48px;
	position: absolute;
	}	
#btmLnks a{
	font-size: 12px;
	font-weight: bold;
	color: #003D7E;
	padding-left: 20px;
	}
#btmLnks .imgHolder a {
	padding-left: 0;
}	
#btmLnks .imgHolder {
	border-top: 1px solid #ccc;	
	padding: 5px 0 0px 15px;
	margin-top: 10px;
	}	
/* START => Right Navigation related styles
----------------------------------------------- */
.gradientBg {

}
.gradientBg ul.bigBulleted {
	background: #EEEEEE url('colnav-bg_tcm1153-251880.gif') repeat-y top right;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gradientBg ul.bigBulleted li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;	
}
.gradientBg ul.bigBulleted li a {
	color: #00569C;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0;	
}
.gradientBg ul.bigBulleted li a:hover {
	background: #DDDDDD url('colnav-bg-over_tcm1153-251881.gif') repeat-y top right;
	color: #003371;
	text-decoration: none;
}
.gradientBg ul.bigBulleted li a.active {
	background-color: #fff;
	background-image: none;
	color: #003371;
	cursor: default;
	text-decoration: none;
}


/* END => Right Navigation related styles
----------------------------------------------- */			
#contactContainer {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#contactContainer .cntLft, #contactContainer .cntRht {
	float: left;
}
#contactContainer .cntLft h2, #contactContainer .cntRht h2, #contactContainer h3{
	font-size: 14px;
	color: #003D7E;
}
#contactContainer .cntBox {
	width: 250px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 120px;
}
#contactContainer .cntBox h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
/*#contactContainer a {
	color: #003D7E;
} */
#contactContainer a.blLnk {
	color: #5D99D7;
}
p.backTop {
	float: right;
}
#faqglosSec3 p.backTop, #faqglosSec2 p.backTop, #faqglosSec1 p.backTop {
	display: none;
}
#faqglosSec3 div p.backTop, #faqglosSec2 div p.backTop, #faqglosSec1 div p.backTop {
	display: block;
}
#loginClose {
	top: 330px;
	position: absolute;
	margin-left: 195px;
}
	* html #loginClose {
			top: 315px;
	}
	*:first-child+html #loginClose {
			top: 315px;	
	}	
/* Calculator page styles */
.calcApps{
	color: #333333;
	}
#appletgrid h2, .calcApps #prodDtlsIntro h2{
	color: #003D7E !important;
	font-size: 14px !important;
	padding-top: 10px !important; 	
	}
	.calcApps ul{
		margin: 0 0 0 30px;
		padding: 0 0 0 0;
		list-style: none;
		}
	.calcApps ul ul{
		margin: 0 0 0 30px;
		padding: 0 0 0 0;
		list-style: disc;
		}		
		.calcApps ol{
		margin: 0 0 0 60px;
		padding: 0 0 0 0;
		}
.errorMessage{
	display: block;
	float: left;
	}
/* Home page section */		
.btmBarMainDiv {
	margin: 5px 0 0 0;
	}
.btmBarTopImg, .btmBarBottomImg, .btmTab {
	background: none;
	}
.btmTab {
	border: none;
	}
.btmTabRight {
	float: none;
	}
.btmTabBarDiv {
	display: none;
	}
.tabDispOn, .tabDispOff {
	margin-bottom: 30px;
	}
.tabDispOff {
	display: block !important;
	}
.btmTabLeftTblItem ul.column1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.btmTabRightHTML {
	padding: 15px 0;
	}
.homePageHdr {
	color: #003D7E;
	margin: 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
#home, #mortgages, #money, #deposit {
	margin: 5px 0 15px 0;
	}
.homeTd, td.homeTd em{
	text-align: left !important;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	color: #003673 !important;
	}
	.btmTabRightHTML table#hometable, .btmTabRightHTML table#mortTable, .btmTabRightHTML table#moneyTable, .btmTabRightHTML table#depositTable{
		width: 80%;
		}



/* Start - print,pdf,email related CSS */

.rightModule.printModule {
	position: absolute;
	width: 136px;
	left: 516px;
	top: 101px;
	border: 0px;
	}
#printTop.printCenter {
	position: absolute;
	width: 120px;
	left: 510px;
	top: 125px;
	border: 0px;
	z-index: 2;
	}
#printTop {
	font: 11px arial;
	}
body:last-child:not(:root:root) .rightModule.printModule {
	width: 143px !important;
	left: 512px !important;
	}
.printModule .moduleTitle {
	display: none;
	}
.printModule ul li{ 
	float: left;
	}
#textResizer {
	position: absolute;
	top: 123px;
	right: 155px;
	font: 11px arial;
	width: 90px;
	z-index: 2;
	}
#textResizer #link1 {
	font: 11px arial;
	}
#textResizer #link2 {
	font: bold 14px arial;
	}
#textResizer #link3 {
	font: bold 18px arial;
	}


#gridCenter #LabelId {
	display: none;
}
.printCenter {
	margin: 0 0 5px 0;
	float: right;
	width: 50%;
}
.printCenter p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	float: right;
}
#printBot {
	display: none;
	}
.printCenter p a {
	margin-right: 5px;
	font: 11px arial;
}
	
ul.printRight {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 5px 0 0;
}
ul.printRight li {
	padding: 2px 9px 3px 0;
	color: #3A3899;
}
ul.printRight li img, ul.emailImgR li img, ul.pdfImgR li img {
	border: none;
	vertical-align:middle;
	margin: 0 ;
}
#printTop p img {
	border: none;
	vertical-align:middle;
	margin: 0 ;
}

#soboCont {
	position: absolute;
	width: 130px;
	left: 744px;
	top: 128px;
	margin: 0;
	z-index: 2;
}
#soboControl {
	height: 14px;
	padding-top: 3px;
}
#soboControl a.soboAnchor {
	background: url("aigb_sobo_btn_tcm1153-335228.gif") no-repeat top left;
	padding: 2px 63px 2px 17px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#soboControl a:hover {
	text-decoration: none;
	color: #666;
}		
ul#bookmarkList {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 14px;
	left: 0;
	border: solid 4px #ccc;
	background: #fff;
}
.hover ul#bookmarkList {
	visibility: visible;			
}
ul#bookmarkList li {
	background: url('aigb_sob_icons_tcm1153-334964.gif') no-repeat 0 0;
	float: left;
	width: 40%;
	margin: 4px 0 4px 8px;
	padding: 4px 0;
	display: block;
}
ul#bookmarkList li#soboTitle {
	float: none;
	width: 90%;
	display: block;
	background-image: none;
	background: #ccc;
	color: #fff;
	margin: 0;
	padding: 4px 10px;
}
li#soboTitle h4 {
	font-size: 120%;
	margin: 0;
}
ul#bookmarkList li#sobo-fb {
	background-position: -8px 3px;
}
ul#bookmarkList li#sobo-tw {
	background-position: -8px -28px;
}
ul#bookmarkList li#sobo-li {
	background-position: -8px -58px;
}
ul#bookmarkList li#sobo-del {
	background-position: -8px -115px;
}
ul#bookmarkList li#sobo-ms {
	background-position: -8px -88px;
}
ul#bookmarkList li a {
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 4px 0 4px 3px;
	width: 75%;
	font-size: 12px;
	font-weight: bold;
}
ul#bookmarkList li a:hover {
	background: #ddd;
}

#gridCenter #pageTitle {
    clear: none;
}
#gridRight {
		top: 336px;
}
body.normal #gridCenter {	
	font-size: 91%;
}
body.medium #gridCenter {
	font-size: 110%;
}
body.large #gridCenter {
	font-size: 120%;
}
#gridCenter {
	margin-top: 36px;
}
	*:first-child+html #gridCenter {
		margin-top: 75px;
	}
		
