/*----------------------------------------------- 
 Start => Main CSS - AIG American General - 080408
----------------------------------------------- */


/* START => common CSS styles
----------------------------------------------- */
body {
	background: #eceeef;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 927px;	
	height: 100%;
	width: 100%;
	}
	body.medium {
		font-size: 95%;
		}
	body.large {
		font-size: 105%;;
		}
a:link, a:visited, a:active{
	color: #3A3899;	
	outline: 0;
	}
a:link{
	text-decoration: underline;
	}	
a:hover{
	text-decoration: none;
	}	
a img{
	border: 0;
	}	
table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
	table td { 
		border: 1px solid #ccc; 
		}	
.Custom_Italic {
	font-style: italic;
	}
.Custom_Bold{
	font-weight: bold;
	}
sup {
	line-height: 5px;
	font-size: 70%;
	font-weight: normal;	
	}
	* html sup {/*For IE6*/
		font-size: 80%;
		}
	*:first-child+html sup {/*For IE7*/
		font-size: 80%;
		}	
form, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}	
#navContainer sup {
	line-height: 0px;
	}
#dropMenuDivAIG{
	padding: 0;
	margin: 0;
	position: absolute;
	}
.clear{
	clear:both;
    height:1px;
    overflow:hidden;
	}		
/* 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 !important;
	margin: 0 0 0 0;
	overflow: hidden !important;/* DO NOT REMOVE */
	overflow: visible;/* DO NOT REMOVE */
	padding: 20px 0 0 10px;
	width: 182px;/* width of the left sidebar -- can be set to any value including percentages */
	}
#gridLeft {
	background: #fff;
	float: left;
	margin: 0 10px 0 0 !important;
	margin: 0 7px 0 0;
	overflow: hidden !important;/* DO NOT REMOVE */
	overflow: visible;/* DO NOT REMOVE */
	padding: 0 0 0 0;
	width: 157px;/* width of the left sidebar -- can be set to any value including percentages */
	min-height: 200px;
	}
	* html #gridLeft {/*For IE6*/
		height: 200px;
		}
	*:first-child+html #gridLeft {/*For IE7*/
		height: auto;
		}	
#gridCenter {
	min-height: 200px !important;
	margin: 0 0 0 0;
	overflow: hidden !important;/* DO NOT REMOVE */
	overflow: visible;/* DO NOT REMOVE */
	padding: 0 0 0 0; 
	}	
	* html #gridCenter {/*For IE6*/
		height: 200px;
	}
#gridRight {
	float: right;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 -3px;
	overflow: hidden !important;
	overflow: visible;
	padding: 0 0 0 0;
	text-align: left;
	width: 182px;
	min-height: 200px !important;
	height: auto !important;
	height: 200px;
	}	
	* html #gridRight {/*For IE6*/
		height: 200px;
		}
*:first-child+html #gridLeft, *:first-child+html #gridRight, *:first-child+html #gridCenter{
	height: auto !important;
	} 
#body_wrapper {
	background: #fff;
	margin: 0px auto;
	text-align: left;
	width: 927px;
	padding: 0 10px;
	}
#pageBanner {
	background: #ccc;
	color: #000;
	line-height: 40px;
	height: 20px;
	height: 100% !important;
	margin: 0;
	min-height: 20px;/* This section can used for page level Banner / Breadcrumb / Page Title Section */
	overflow: visible;
	overflow: hidden !important;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}			
/* END => Page Layout related styles
----------------------------------------------- */


/* START => Page Header related styles
----------------------------------------------- */
#mastHead {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	}
/*---- Utility Naviagtion links styles ----*/
#topLinks {
	color: #666;
	float:right;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 2px 0;
	padding:0 0 2px 0 !important;
	text-transform:uppercase;
	}
#topLinks a, #topLinks a:visited {
	color:#666;
	display:block;
	float:left;
	font-size: 10px;
	margin-top:9px;
	padding-bottom:3px;
	text-decoration: underline;
	white-space:nowrap;
	}
	#topLinks a:hover{
		text-decoration: none;
		}
	.topLinkSep img {
		background-color: #999;
		float:left;
		height:22px;
		margin:0 5px;
		}
	#topLinks .onPage {
		float:left;
		margin-top:9px;
		}
#topLinkLang {
	margin: 0;
	padding: 0;
	float:left;
	}
	#topLinkLang a {
		border-left:1px solid #B1B5B8;
		display:block;
		height:13px !important;
		height:10px;
		margin-left:5px;
		overflow:visible !important;
		overflow:hidden;
		padding-bottom:0px;
		padding-left:5px;
		}
#topMenu {
	margin: 0 0 20px 0;
	padding: 0;
	background: #183089 url('aigag_navbar_tcm538-108287.gif') no-repeat;
	clear: both;
	width: 927px;
	height: 42px;
	color: #ffffff;
	float: left;
	overflow: hidden;
	border-bottom: 20px solid #A5C096;
	}
	*:first-child+html #topMenu{ /* IE7*/
		margin-top: 0;
		}
/* Top : Site Search styles */
#siteSearch {
	padding: 0 10px 0 0;
	margin: 18px 0 0 0;
	float: right;
	text-align: right;
	z-index: 5;	
	}
	#siteSearch .btn {
		background: none;
		float: left;
		margin-left: -11px;
		}
		*:first-child+html .btn{ /* IE7*/
			margin-top: -4px;
			}
	#siteSearch .txtMedium {
		width: 172px;
		font-size: 12px;
		height: 15px;		
		}
		*:first-child+html .txtMedium{ /* IE7*/
			padding: 1px 0;
			}		
		
/* LOGO and LogoBanner section */		
#logo {
	padding: 0 0 0 25px;
	margin: 0;
	cursor: pointer;
	float: left;		
	}
	#logo .tagLine {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		vertical-align: middle;
		}
#logobanner1 {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	}
#logobanner2 {
	float: right;
	font-weight: bold;
	margin: 24px 0px 0 0px;
	position: relative;
	left: 300px;
	}
#logobanner3, #logobanner4 {
	color: #fff;
	float: left;
	font-weight: bold;
	margin: -5px 0 0 0;
	padding: 0;
	}
/* END => Page Header related styles
----------------------------------------------- */


/* START => Main Navigation related styles
----------------------------------------------- */
#navContainer {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#navContainer #navList {
	margin: 0 0 0 0;
	}
	#navList #active a {
		cursor: pointer;
		font-weight: bold;
		color: #A3BE94;
		}
	#navContainer ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 18px;
		white-space: nowrap;
		font-size: 13px;
		}
		#navContainer ul li {
			display: inline;
			}
			#navContainer ul li a {
				color: #fff;
				display: block;
				float: left;
				padding: 10px 30px 5px 10px;
				text-decoration: none;
				}
/* END => Main Navigation related styles
----------------------------------------------- */


/* START => Left Navigation related styles
----------------------------------------------- */
#leftNavContainer{
	background-color: #fff;
	font: 11px bold Arial, Helvetica, sans-serif;
	width: 150px;
	}	
	#leftNavContainer a.active{ 
		background:url('aigag-arrow-level2_tcm538-111578.gif') #fff no-repeat 3px 8px;
		color: #000;
		}
		#leftNavContainer a.active:hover{
			background-color: #fff;
			color: #000;
			}	
#leftNavContainer ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px #ddd solid;
	}
	#leftNavContainer ul ul, #leftNavContainer ul ul ul{
		margin: 0 0 0 0;
		padding: 0;
		border-top: 0px #ccc solid;
		}
#leftNavContainer li{
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	}	
	#leftNavContainer li li a.active{ 
		background: url('aigag-arrow-level2_tcm538-111578.gif') #fff no-repeat 3px 8px;
		color: #333;
		}
		#leftNavContainer li li a.active:hover{
		background-color: #fff;
		color: #333;
		}	
#leftNavContainer li li li a.active{ 
		background: url('aigag-arrow-level3_tcm538-111579.gif') #fff no-repeat 3px 8px;
		color: #333;
		}
		#leftNavContainer li li li a.active:hover{
		background-color: #fff;
		color: #333;
		}	
#leftNavContainer li a{			/* Ist Level Link */
	width: 133px;
	display: block;
	padding: 5px 0 5px 17px;
	margin: 0 0 0 0;
	color: #183089;
	background: url('aigag-arrow-level1_tcm538-111577.gif') #fff no-repeat 3px 8px;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	font-weight: bold;
	}	
	#leftNavContainer li li a{	/* IInd Level Link */
		width: 124px;
		padding: 5px 0 5px 17px;
		margin: 0 0 0 10px;
		color: #183089;
		background: url('aigag-arrow-level2_tcm538-111578.gif') #fff no-repeat 3px 8px;
		border-bottom: 1px #ddd solid;
		text-decoration: none;
		font-weight: normal;
		}		
		* html #leftNavContainer li li a {/*For IE6*/
			width: 123px;
			}				
		#leftNavContainer li li li a{ /* IIIrd Level Link */
			width: 116px;
			padding: 5px 0 5px 17px;
			margin: 0 0 0 17px;
			color: #61884b;
			background: url('aigag-arrow-level3_tcm538-111579.gif') #fff no-repeat 3px 8px;
			border-bottom: 1px #ddd solid;
			text-decoration: none;
			font-weight: normal;
			}
										
		#leftNavContainer li li li li a{ /* IVth Level Link */
			color: #61884b;
			background: url('aigag-arrow-level3_tcm538-111579.gif') #fff no-repeat 3px 8px;
			border-bottom: 1px #CCCCCC solid;
			text-decoration: none;
			font-weight: normal;
			}
#leftNavContainer li a.navTxt, #leftNavContainer li li a.navTxt, #leftNavContainer li li li a.navTxt{
	width: 140px; 			/* Width of the First Level - To Remember ==> Total width - left+rightPadding */	
	display: block;
	color: #666666;
	cursor: default;
	}	
	* html #leftNavContainer li a.navTxt {/*For IE6*/
		width: 133px;
		}
	#leftNavContainer li li a.navTxt{
		width: 135px;
		}		
		* html #leftNavContainer li li a.navTxt {/*For IE6*/
			width: 125px;
			}
		#leftNavContainer li li li a.navTxt{
			width: 130px;
			}			
			* html #leftNavContainer li li li a.navTxt {/*For IE6*/
				width: 115px;
				}		

/* END => Left Navigation related styles
----------------------------------------------- */

	
/* START => Breadcrumb related styles
----------------------------------------------- */
#breadCrumb {
	background: #fff;
	color: #000;
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 0 0;
	width: 70%;
	float:left;
	}
	#breadCrumb span {
		padding: 0 2px 0 2px;
		}
	#breadCrumb a{
		color: #183089;
		display: inline;
		font-weight: normal;
		text-decoration: underline;
		}
		#breadCrumb a:hover{
			text-decoration: none;
			}
/* END => Breadcrumb related styles
----------------------------------------------- */


/* START => Page Title related styles
----------------------------------------------- */
#pageTitle {
	float: none;
	margin: 0 0 10px 0;
	}
	#pageTitle img {
		border: 0px;
		padding: 0 10px 10px 10px;
		float: right;
		}
	#pageTitle .pageName {
		color: #183089;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 130%;
		}
	#pageTitle .link {
		margin: 0 0 0 15px;
		padding-bottom: 5px;
		}
#pageSubTitle {
	margin: 5px 0 10px 0;
	padding: 0 0 0 0;
	}
.pageSubTitle1 {
	font-weight: bold;
	}
.pageSubTitle2 {
	font-weight: bold;
	padding: 5px 0 0 0;
	}
.link a {
	color: #00f;
	}
/* END => Page Title related styles
----------------------------------------------- */


/* START => Center Column related styles
----------------------------------------------- */
#gridCenter .centerModule {
	margin: 0 10px 20px 0;	
	}
	#gridCenter p{
		font-size: 100%;
		line-height: 145%;
		}
	#gridCenter .centerModule #prodDesc {
		background: #fff url('aigag_prodbg_tcm538-108289.gif') no-repeat bottom left;
		padding: 0 0 10px 12px;
		}
	#gridCenter .centerModule .bodyFooters {
		clear: both;
		font-size: 90%;
		line-height: 130%;
		color: #667766;
		margin-top: 5px;
		}
		* html #gridCenter .centerModule .bodyFooters {/*For IE6*/
			font-size: 80%;
			}
		*:first-child+html #gridCenter .centerModule .bodyFooters {/*For IE7*/
			font-size: 80%;
			}
		#gridCenter .centerModule .bodyFooters sup{
			font-size: 100%;
			}		
#gridCenter .adaptiveCol .moduleImage {
	float: right;
	margin: 30px 0 10px 10px;
	display:block;
	}
	#gridCenter .adaptiveCol .moduleCont .moduleTitle {
		color: #183089;
		margin: 0 0 10px 0;
		padding: 5px 0;
		font-weight: bold;
		font-size: 120%;
		}
	#gridCenter .adaptiveCol .moduleCont .moduleText {
		font-weight: normal;
		font-size: 100%;
		line-height: 130%;
		}
.centerModule .moduleTitle {
	display: block;
	margin: 5px 0;	
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	}	
	.centerModule .moduleTitle a {
		margin-bottom: 10px;
		}
	.centerModule .moduleTitle img {
		float: none;
		}
.centerModule .moduleSubTitle {
	font-weight: bold;
	margin-bottom: 5px;
	}
.centerModule img {
	float: left;
	padding: 5px;
	}
.centerModule p{
	display: block;
	margin: 0;
	padding: 0;	
	}
.centerModule .moduleFooter {
	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;
	}
.centerModule .moduleTitle a, .centerModule .moduleTitle a:visited, .centerModule .moduleTitle a:hover {
	color: #3A3899;
	}
/* END => Center Column related styles
----------------------------------------------- */


/* START => All Module related styles
----------------------------------------------- */
#gridCenter .Module {
	margin: 0 0 10px 0px;
	padding: 0 0 5px 0;
	}
	#gridCenter .Module .moduleTitle {
		color: #fff;
		display: block;
		padding: 5px 0px 5px 14px;
		}		
.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: 5px;	
	font-size: 100%;
	}
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited {
	white-space: normal;/* This avoids the href to get wrapped in the Box */
	}
.rightModuleAds, .leftModuleAds {
	border: 0;
	margin-top: -20px;
	}
.rightModule .moduleTitle, .leftModule .moduleTitle {
	background: #909ba4 url('aigag_module_greytop_tcm538-112216.gif') no-repeat;
	color: #fff;
	display: block;/* Box Title */
	padding: 5px 0px 5px 0;
	text-align: center;
	font-weight: bold;
	}
.gradientBg .moduleTitle{
	background: #183089 url('aigag_module_bluetop_tcm538-108284.gif') no-repeat;
	color: #fff;
	display: block;
	padding: 5px 0px 5px 0;
	}
.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 avisited {
	color: #fff;/* Text paragraph title Link */
	}
.rightModule .moduleTitle img, .leftModule .moduleTitle img {
	float: none;
	margin: -5px -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 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;/* Additional properties of the left module */
	float: left;
	border: 1px solid #53619E;
	width: 180px;
	}
#gridCenter .Module {
	margin: 0 10px 10px 0;
	border: 1px solid #53619E;	
	}
#gridRight iframe {
	margin: 0;
	padding: 0;
	width: 300px;
	}
/* END => All Module related styles
----------------------------------------------- */


/* START =>List Item related styles
----------------------------------------------- */
.rightModule ul li{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	}
.rightModule ul li a, .rightModule ul li a:link, .rightModule ul li a:visited, .rightModule ul li a:active{
	color: #fff;
	}
	.rightModule ul li a:hover{
		color: #fff;
		}				
.rightModule ul.bigBulleted, .rightModule ul.nonBulleted, .rightModule ul.bulleted {
	background: #909ba4 url('aigag_module_greybtm_tcm538-112215.gif') bottom no-repeat;
	list-style-type: square;
	color: #fff;
	margin: 0;
	padding: 10px 0 10px 30px;
	border-top: 3px solid #fff;
	}
.gradientBg ul.bigBulleted{
	background: #183089 url('aigag_module_bluebtm_tcm538-108282.gif') bottom no-repeat;
		}
.rightModule ul.nonBulleted {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 6px 10px 10px 14px;
	}
ul.imageBulleted {
	list-style-type: none;
	margin: 5px 5px;
	padding: 0;/* Cross check in all browser the positions of the bullets,when changed */
	}
	ul.imageBulleted li {
		clear: left;
		list-style: none;
		padding: 1px 0 1px 5px;
		}
		ul.imageBulleted li img {
			padding-right: 5px;
			}
.centerModule ul.nonBulleted {
	margin: 0;
	padding: 0;
	}			
/* END =>List Item related styles
----------------------------------------------- */


/* START =>Search Result page related styles
----------------------------------------------- */
#searchPageForm {/* Controls the search form on the search Page */
	height: 50px;
	margin: 10px 0 0 100px;
	padding-bottom: 10px;
	width: 400px;
	}
	#searchPageForm .boxAction a {
		display: block;
		width: 100px;
		}
#helpLayer {/* Control the Search help layer */
	background: #fff;
	border: 3px solid #ccc;
	display: none;
	left: 60%;
	margin: -55px -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 0;
		}
	.searchResults ol li {
		clear: left;
		margin: 2px 0 2px 0;
		padding: 0 0 5px 0;
		}
#noResultText {
	font-weight: bold;
	font-size: 12px;
	}
/* END =>Search Result page related styles
----------------------------------------------- */

	
/* START =>Site map page related styles
----------------------------------------------- */
.sitemapH {
	margin-left: -38px;
	}
.sitemapH .navlist li {
	display: inline;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	}
.sitemapV #sitemapContainer #navlist {
	margin: 20px 0 40px 0;
	padding: 0;
	}
	.sitemapV #sitemapContainer #navlist li {
		color: #000;
		font-weight: bold;
		list-style: none;
		margin: 0;
		padding: 10px 0 0 5px;
		}
		.sitemapV #sitemapContainer #navlist li a {
			color: #000099;
			font-weight: bold;
			}
		.sitemapV #sitemapContainer #navlist li ul {
			margin-left: 10px;
			padding: 0 !important;
			}
			.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;
				padding: 0 !important;
				}
				.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;
						}
/* END =>Site map page related styles
----------------------------------------------- */


/* START => Form related styles
----------------------------------------------- */
input, select, textarea {
	color: #222222;
	margin: 0 14px 0 0;
	margin-bottom: 2px;
	padding: 0;
	float: left;	
	}
.disabledBtn {
	background: #ccc;
	border: 1px solid #000;
	color: #fff;
	padding: 0 4px 0 4px;
	}
.formBtn {
	background: #d4d0c7;
	font-weight: bold;
	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;
	}
/* IE7 Only */
*: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;
	}
.requiredFields, .loginError {
	color: #FF0000;
	}
form, input[disabled], select[disabled], textarea[disabled], #location {
	color: #000;
	}	
/* END => Form related styles
----------------------------------------------- */


/* START => General styles
----------------------------------------------- */
.column {
	float: left;
	width: 45%;
	}
br.both {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	}
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;
	padding: 2px 5px;
	}
.disabledBox {
	background: #ccc;
	}				
/* END => General styles
----------------------------------------------- */


/* START => LIST and TAB View related styles 
----------------------------------------------- */
#jumpLink {
	padding: 5px 0 3px 0;
	font-weight: bold;
	font-size: 90%;
	}	
.tabView, .listView {
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 5px;
	}
	.tabView ul.tabMenu {
		display: inline;
		list-style: none;
		list-style-type: none;
		}
	.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn {
		background: #19308D;
		float: left;
		margin-right: 2px;
		}
	.tabView li.tabLast a, .tabView li.tabLastOn a {
		background: #19308D;
		border: 1px solid #19308D;
		overflow: hidden;
		width: 77px;
		}
		.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: 3px 2px 8px 2px;/* For the auto wrapping of the text withiin the tabs: Ram 07Feb*/
			text-align: center;
			text-decoration: none;
			width: 90px;/* Needs to reduce as icreased the padding: Ram 07Feb */
			font-size: 12px;			
			}
			.tabView li.tab a {
				border: 1px solid #19308D;
				}
		.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;
			height: 40px;
			position: relative;
			text-decoration: none;
			top: 2px;/* Important to push the tab little down to remove bottom border in IE */
			z-index: 3;/* Important to get the selected tab on the top of all */
			}				
.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;/* For the auto wrapping of the text withiin the tabs: Ram 07Feb*/
		text-align: center;
		text-decoration: none;
		}		
	.tabView .tabDataContainer {
		background: #fff;
		border: 1px solid #19308D;
		clear: left;/* common properties of the container inrelavant of the screen resolutions */
		color: #000;
		display: none;
		margin: 0;
		padding: 10px;
		text-align: left;	
		}
.listView ul.tabMenu {
	margin-left: 10px;
	padding-left: 10px;
	display: none;
	}		
	.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a {
		color: #003399;
		font-weight: bold;
		}	
	.listView .tabDataContainer {
		background: #fff;
		border-bottom: 1px solid #efefef;
		clear: left;/* common properties of the container inrelavant of the screen resolutions */
		color: #000;
		display: block;
		margin-top: 5px;
		padding: 5px;
		text-align: left;
		font-size: 100%;
		line-height: 140%;
		}	
	.listView .moduleTitle {
		display: block;
		padding-bottom: 10px;
		text-align: right;
		}
	.listView .sectionTitle {
		display: block;
		color: #183089;
		padding: 0 0 5px 0;
		clear: both;
		}
.tabDataContainer {
	min-height: 40px;/*this adjust the container height*/
	height: auto !important;
	height: 40px;
	}
	.tabDataContainer  ul{
		padding: 0;
		margin: 0;
		margin: 10px 0 0 10px;
		}
.sectionTitle {
	margin-bottom: 20px;
	}
.sectionTitle span {
	float: left;
	font-weight: bold;
	}
.sectionTitle a {
	color: #003399;
	float: right;
	display: none;
	}
.sectionTitle span a{
	float: left;
	display: block;
	}
.text{
	display: block;
	clear: both;
	}
	.text p{
		margin: 20px 0 5px 0;
		padding: 0;
		}
	.text ul li{
		margin: 0 0 5px 0		
		}		
.tabView .sectionTitle, #loginErr1, #loginErr2, #topLinkLang .topLinkSep, .closed, legend, .tabView .moduleTitle {
	display: none;
	}

/* END => LIST and TAB View related styles 
----------------------------------------------- */


/* START => Page and Site footer related styles 
----------------------------------------------- */
#pageFooter {
	background: #fff;
	clear: both;
	color: #000;
	margin: 10px auto;
	width: 100%;	
	}
#pageFooter .moduleTitle {
	color: #000099;
	font-weight: bold;
	text-transform: uppercase;
	}
#pageFooter p {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	}
#siteFooter {
	background: #fff;
	clear: both;
	color: #8A959E;
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	}
#siteFooter a {
	color: #8A959E;
	padding: 0 0 0 0;
	}
#siteFooter .grayText {
	color: #333;
	}
#siteFooter hr {
	background: #A5C096;
	border: 0;
	color: #A5C096;
	height: 1px;
	width: 100%;
	}
#hr hr{
	display: none;
		}
/* END => Page and Site footer related styles 
----------------------------------------------- */


/* START => Login related styles 
----------------------------------------------- */
form a {
	color: #5568AC;
	}
.loginModule {
	border: 1px solid #94A3CA;
	display: block;
	padding-bottom: 5px;
	width: 180px;
	}
	.loginModule .loginModTitle {
		background: #94A3CA;
		color: #fff;
		font-weight: bold;
		padding: 5px 5px;
		}
	.loginModule .loginSubTitle {
		margin-left: 5px;
		}
		.loginModule .loginSubTitle p {
			margin: 5px 0 0 0;
			padding: 0;
			}
#loginFlds {
	display: block;
	margin: 5px 0 0 7px;
	padding: 5px 0 0 2px;
	position: relative;
	}
#loginRemBlock {
	border-bottom: 1px solid #94A3CA;
	border-top: 1px solid #94A3CA;
	margin: 5px;
	padding: 0 0 3px 0;
	}
#loginForgot {
	border-top: 1px solid #94A3CA;
	margin: 2px 0 0 5px;
	padding: 5px 0 0 2px;
	width: 165px;
	}
#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 {
		margin: 3px 0;
		}
#loginSubBlock {
	margin: 0 5px;
	}
#loginImg {	
	margin: -6px 3px 0 2px;	
	}	
	* html #loginImg {/*For IE6*/
		margin: -8px 3px 0 2px;
		}
#loginSubBlock #loginSubmit {
	margin: 4px 0 4px 5px;
	width: 110px;
	}
#loginFooter {
	border-top: 1px solid #94A3CA;
	margin: 10px 0 0 7px;
	padding: 5px 0 0 2px;
	width: 165px;
	}
.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;
		}
	#welcomeMsg .welcomeLink{
		font-weight: bold;
		margin-top: -1px;
		}
		#welcomeMsg .welcomeLink a{
			padding: 0 5px 0 0;
			margin: 0;
			}
.welcomeName{
	float: left;
	margin-right: 5px;
	}
#loginRem input {
	margin-right: 10px;
	}
/* END => Login related styles 
----------------------------------------------- */


/* START => Siteminder Login related styles 
----------------------------------------------- */
#grid-center {
	border-right: none;
	}
.lnk {
	color: #fff;
	float: right;
	height: 10px;
	padding: 2px;
	}
	.lnk a {
		color: #fff;
		}
.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;
			height: 25px;
			padding: 7px;
			}			
			* html .lgn_tbl td {/*For IE6*/
				padding: 5px;
				}
			.lgn_tbl td.pass_hdr {
				background: #001473;
				color: #FFFFFF;
				font-weight: bold;
				padding: 1px;
				text-align: center;
				}
		.lgn_tbl td.warning {
			color: #FF0000;
			font-weight: bold;
			padding: 5px;
			}
		.lgn_tbl td input.field {
			background: #fff;
			border: 1px solid #aaa;
			font-weight: bold;
			}
		.lgn_tbl td input {
			background: #DCDCD6;
			border: 1px solid #666;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			padding: 3px;
			}			
			* html .lgn_tbl td input {/*For IE6*/
				padding: 2px;
				}
td.lgn_hdr_main, .lgn_tbl td.lgn_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	}
#stds, .stds {
	background: #F2F1EC;
	width: 160px;
	}
.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;
	}
.standards {
	left: 59%;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 200px;
	width: 160px;
	}
	.standards ul {
		margin: 0px 0 5px -20px;
		}		
		* html .standards ul {/*For IE6*/
			margin: 0px 0 0 20px;
			}
/* END => Siteminder Login related styles 
----------------------------------------------- */


/* START => Home page component related - Overwrite
----------------------------------------------- */
#btmBarMainDiv {
	clear: both;
	margin-right: 10px;
	overflow: hidden;
	height: 0px;
	}
	#btmBarBottomImg {
		display: none;
		}
	#btmTabBarDiv {
		background: #fff;
		border: 0px;
		}
		#btmTabBar {
			font-weight: bold;
			list-style-type: none;
			margin: 0px;
			padding: 0px 0px 32px 0px;
			clear: right;
			border: 0px;
			}
			#btmTabBar li {
				background: #A5C096;
				border-right: 3px solid #fff;
				border-bottom: 3px solid #fff;
				float: left;
				height: 29px;
				margin: 0;
				width: 33%;
				}
				#btmTabBar li a {
					color: #fff;
					display: block;
					float: left;
					padding: 8px;
					text-decoration: none;
					cursor: default;
					}
					#btmTabBar li.active {
						cursor: default
						}				
	#btmTab {
		display: block;			
		width: 100%;		
		float: left;
		border: 0;
		color: #000;
		margin: 0;
		padding: 0;
		}
	#btmTab1, #btmTab2, #btmTab3 {
		padding: 0;
		margin: 0;
		}
		.tabs, .tabDispOn, .tabDispOff {
			overflow: visible;
			padding: 10px 0 0 0;
			display: inline !important;
			float: left;
			width: 33%;
			min-height: 16em;
			height: auto !important;
			height: 16em;	
			border-right: 3px solid #fff;
			background: #A5C096;
			}
		 	.tabs li, .tabDispOn li, .tabDispOff li {
				margin: 0 0 0 10px;
				padding: 0;
				}
			.tabs p, .tabs li p, .tabDispOn p, .tabDispOn li p, .tabDispOff p, .tabDispOff li p {
				color: #000;
				padding:0 5px 0 0;
				}
			#btmTabRight {
				float: none;
				}
			#btmTabLeftMainSection{
				padding: 0 0 0 10px;
				}
.btmTabRightImg{
	text-align: center;
	}
ul#column1{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	}
/* END => Home page component related - Overwrite
----------------------------------------------- */


/* start => HTML Component Related styles
----------------------------------------------- */
/* eService Login Section */
#eServiceLogin{
	margin: 0 13px 0 0px;
	width: 220px;
	overflow: hidden;
	float: left;
	background:url('aigag_subfeaturesbg_tcm538-108290.gif') no-repeat bottom;
	min-height: 250px;	
	height: auto !important;
	height: 250px;
	}
	#eServiceLogin img{
		clear: both;
		float: none;
		display: block;
		}
	#eServiceLogin fieldset legend{
		margin: 0 0 10px -6px;
		padding: 0;
		color: #000;
		display: block;
		}
	#eServiceLogin fieldset label{
		float: left;
		width: 5em;
		}
	#eServiceLogin fieldset input{
		width: 9em;
		}
	#eServiceLogin fieldset.submit{
		margin: 0 0 10px 0;
		}
	#eServiceLogin fieldset.submit input{
		width: auto;
		padding: 0 .31em;
		margin: .7em 0 0 5em;
		}	
	fieldset.eSlogin li{
		height: 20px;
		}
	label strong {  
		display: block;  
		color: #C00;  
		font-size: 85%;  
		font-weight: normal;  
		}		
	#eServicelogin, #eServicePass{
		display: none;
		}
	fieldset{	
		margin: 0 0 0 5px;
		padding: 0;
		border: 0px;
		}
	fieldset span{
		font-size: 0.95em
		}
	fieldset ul{
		list-style: none;
		margin: 0;
		padding: 0;
		}
		fieldset ul li{
			margin: .25em 0 0 0;
			display: block;
			clear: both;
			}	
/* How much insurance I need */
#LF_copyright{
	display: none;
	}	
	#lifeInsuranceHome fieldset{
		margin: 0;
		padding: 0;
		}	
		#lifeInsuranceHome fieldset li{
			height: 40px;
			}
	#lifeInsuranceHome fieldset input{
		background-color:#BCC8B5;
		border:1px solid #CCDBC3;
		margin:3px 0pt;
		clear: right;
		width: 9em;
		height: 1.50em;	
		}
	#lifeInsuranceHome fieldset label{
		width: 13em;
		float: left;
		}
		#lifeInsuranceHome fieldset.submit input{
			margin: 40px 0 0 60px;			
			padding: 0;
			height: auto;
			width: auto;
			border: 0;
			}
			/*For IE6*/
			* html #lifeInsuranceHome fieldset.submit input{
				margin: 28px 0 0 60px;
				}
			/*For IE7*/
			*:first-child+html #lifeInsuranceHome fieldset.submit input {
				margin: 28px 0 0 60px;
				}

/* Flash Overlay Movie */ 
#flashImage{
	text-align: center;
	width: 100%;
	}
	#flashImage span{
		display: block;
		}		
/* LightBox styles */
.overLay {
	left: 0;
	top: 0;
	z-index: 1000;	
	position: absolute;
	background-color: #000;	
	}
.outerBox {
	padding: 8px;
	border: 2px solid #0731D9;
	position: absolute;
	z-index: 2000;
	background-color: #fff;
	width: 320px;
	}
.overLay1 {
	background-repeat:repeat;
	left:0px;
	position:absolute;
	top:0px;
	z-index:1000;
	width: 100%;	
	}
#flashContentSection{
	width:421px; 
	padding:10px; 
	border:1px solid #183089; 
	position:absolute;
	z-index: 2000;
	background-color:#fff;
	text-align: center;
	}
/* Font Resizer */	
#FontResizer{
	text-align: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #6E777E;
	height: 1px;
	width: 150px;
	float: right;
	}
#gridRight #FontResizer{
	float: none;
	height: auto;
	margin: 0 2px 6px 25px;	
	}
	#FontResizer span{
		font-weight: bold;
		}
#FontResizer a:active{
	text-decoration: none;
	}		
#FontResizer a:link{
	font-weight: bold;
	text-decoration: none;	
	}
#FontResizer a:visited{
	font-weight: bold;
	text-decoration: none;
	}
a.link1{
	font-size: 11px;
	text-decoration: underline;
	}
a.link2{
	font-size: 14px;
	text-decoration: underline;
	}
a.link3{
	font-size: 17px;
	text-decoration: underline;
	}	
/* Flash Sections */
#flashContainer{
	display: block;
	clear: both;
	}
.flashSection{
		float: left;
		margin: 0 10px 10px 0;
		}
/* Funds and Indices Container*/
iframe{
	margin: 0;
	padding: 0;
	}
/* Video Section */
.videoModule{
	margin: 0 10px 10px 0;
	background-color: #b8bfc5;
	width: 30%;
	float: left;
	height: 325px;
	}	
	.videoTitle h5{
		color: #000066;
		padding: 0 5px 5px 5px;
		height: 35px;
		}		
.videoDesc p{
	margin: 0 0 0 0;
	padding: 0 5px;
	height: 150px;
	}
.videoImgCont{
	width: 150px;
	margin: 0 auto;
	padding: 10px 0;
	}
	.videoImgCont a .videoImg{
		border: 3px solid #8b939e;
		}
		.videoImgCont a:hover .videoImg, .videoImgHover{
			border: 3px solid #fff;
			}
.videoPlay a{
	margin: 0 auto;
	display: block;
	background: url('aigag_play_tcm538-112929.gif') no-repeat;
	width: 46px;
	height: 28px;
	padding: 5px 0 0 43px;
	font-size: 14px;
	font-weight: bold;
	}
.vdoDisclaimer{
	text-align: center;
	font-size: 80%;
	}
.vdoFooter{
	color: #003366;
	font-weight: bold;
	font-size: 11px;
	}
.vdoClose{
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	}

		
/* END => HTML Component Related styles
----------------------------------------------- */

/* START => Styles specific for R3.1
----------------------------------------------- */
img {
	border: 0px;
	}
#gridCenter #pageTitle {
	clear: both;
	}
#gridCenter #LabelId {
	display: none;
	}
.printCenter {
	margin: 0 0 5px 0;
	padding-right:10px;
	float: right;
	width: 150px;
	}
	.printCenter p {
		margin: 0;
		padding: 0;
		font-size: 100%;
		float: right;
		}
		.printCenter p a {
			margin-right: 0;
			margin-left: 15px;
			text-decoration: none;
			}
		.printCenter p img {			
			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;
	min-width: 480px;
	}
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;
		background:#495DBE;
		color:#fff;
		padding:0px 3px;
		font:bold 11px Arial, Helvetica, sans-serif;
		height:17px !important;
		margin:0 0 0 0 !important;
		text-transform:uppercase;
		text-decoration:none;
		padding:2px 3px 3px 3px !important;
		padding:2px 3px 0px 3px;
		cursor:default;
	}	
#share input,#share select, #share textarea{
	float:none;
}
#share .btn,#share .btnGlobal {
	background:#495DBE;
	border:0;
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	height:19px !important;
	height:19px;
	margin:0px 0 0 0;
	margin:0 0 0 0 !important;
	text-transform:uppercase;
	vertical-align:top;
	padding:0px 3px;
}
/*for error messages*/
#share .error {
	color: #f00;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	display: none;
	}
body#share #body_wrapper, body#share #grid_wrapper {
	width: 480px;
	margin: 0;
	padding: 0;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
.contModule {
	background: #fff 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 ebb/gra share this article functionality*/
.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 !important;
	overflow: visible;
	background-color: #FE0000;
	}
.emslabel1{
	background-color:#FE0000;
	color:#FFFFFF;
	font: bold 12px verdana, arial;
	float: left;
	width: 180px;
	padding: 5px;
	overflow: hidden !important;
	overflow: visible;
	}
.emslabel2{
	color:#000;
	font: bold 12px verdana, arial;
	float: left;
	width: 315px;
	padding: 5px;
	overflow: hidden !important;
	overflow: visible ;
	background-color: #fff;
	}
.emslabel2 a {
	color: #00117C;
	}
/*styles added for share this page layout*/
/*----------------------------------------------- 

/* Changed id to classes in Home page component Section 
----------------------------------------------- */
.btmBarMainDiv {
	clear: both;
	margin-right: 10px;
	overflow: hidden;
	height: 0px;
	}
	.btmBarBottomImg {
		display: none;
		}
	.btmTabBarDiv {
		background: #fff;
		border: 0px;
		}
		.btmTabBar {
			font-weight: bold;
			list-style-type: none;
			margin: 0px;
			padding: 0px 0px 32px 0px;
			clear: right;
			border: 0px;
			}
			.btmTabBar li {
				background: #A5C096;
				border-right: 3px solid #fff;
				border-bottom: 3px solid #fff;
				float: left;
				height: 29px;
				margin: 0;
				width: 33%;
				}
				.btmTabBarDiv .btmTabBar li a {
					color: #fff;
					display: block;
					float: left;
					padding: 8px;
					text-decoration: none;
					cursor: default;
					}
					.btmTabBar li.active {
						cursor: default
						}				
	.btmTab {
		display: block;			
		width: 100%;		
		float: left;
		border: 0;
		color: #000;
		margin: 0;
		padding: 0;
		}
	.btmTab1, .btmTab2, .btmTab3 {
		padding: 0;
		margin: 0;
		}
		.tabs {
			overflow: visible;
			padding: 10px 0 0 0;
			display: inline !important;
			float: left;
			width: 33%;
			min-height: 16em;
			height: auto !important;
			height: 16em;	
			border-right: 3px solid #fff;
			background: #A5C096;
			}
		 	.tabs li {
				margin: 0 0 0 10px;
				padding: 0;
				}
			.tabs p, .tabs li p {
				color: #000;
				padding:0 5px 0 0;
				}
			.btmTabRight {
				float: none;
				}
			.btmTabLeftMainSection{
				padding: 0 0 0 10px;
				}
.btmTabRightImg{
	text-align: center;
	}
ul.column1{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	}
.homePageHdr{ 
            display:none;
            }
----------------------------------------------- */
/* END => Main CSS - AIG American General 
----------------------------------------------- */
