/******************** Start => Page Layout Divs ********************/

.bold {
	font-weight: bold;
	}
#grid_wrapper { /* Wrapper for the content Divs e.g Left, Center and Right Grid */
	background-color: #fff;
	}	
/******************** Start => Form Elements ********************/

	
.disabledBtn {
	color: #fff;
	background: #ccc;
	border: 1px solid #000;
	font-size: 11px;	
	}
.disabledBox {
	background: #ccc;
	}
/******************** End => Form Elements ********************/	
	
/************ Start ==> Global Button Classes ********/	
.formBtn {
	background: #d4d0c7;
	font-size: 11px;
	font-weight: bold;
	}
.btn {
	background-color: #495DBE;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	}
.btnGlobal {
	border: 1px;
	background-color: #7993d7;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	}		
/************ Start ==> Global Button Classes ********/		

/******************** Start => Page Layout Divs ********************/

br.both { /* Workaround CSS: : Mendatory for the grid_wrapper to strech till the end */
	font-size: 1px;
	}
/******************** End => Page Layout Divs ********************/


/******************** Start => Page Header ********************/
/* Start => Current AIG.com Header */
.topLinks {
	color: #fff;
	}
	.topLinks a:link,.topLinks a:visited ,.topLinks a:active{
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		}
	.topLinks a:hover {
		text-decoration: underline;
		}
	.topLinkSep img, #topLinkUni .topLinkSep img { 	/* Top Link Seperator Image */
		background: #7993d7;
		}
	.langLinkSep img{ 	/* Language Seperator Image */
		background-color: #fff;
		}		
	.topLinks .onPage{ /* Active Page Link */
		font-size: 11px;
		color: #fff;
		font-weight:bold;
		}

#globalNav {
	background: url('glbBodyBg_tcm20-15799.gif') repeat-x;
	text-align: center;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	 width:764px;
	}
	#globalNav .navLink {
		color:#FDFBCE;	
		font-weight: bold; 
		text-decoration: none;
		line-height: 110%;
		}
	#globalNav .navLink:hover{ /* Normal Mouse over on the tabs */
		background: #fff;
		color: #0db14b;
		text-decoration: underline;
		}		
	/*----  For the tab layout ----*/
	#globalNav li.tabOn .navLink{
		background: url('glbnav_tab2_tcm20-15801.gif') #fff no-repeat;
		color: #000;
		text-decoration: none;
		}
	#globalNav li.tabOnLink .navLink{
		background: url('glbnav_tab2_tcm20-15801.gif') #fff no-repeat;
		color: #000;
		text-decoration: none;
		}
	/*---- Tab background image update ------*/	
	#globalNav #li1, #globalNav #li2, #globalNav #li3, #globalNav #li4 { 
		background: url('glbnav_tab1_tcm20-15800.gif') #fff no-repeat;
		}
	#globalNav #li1 a:hover, #globalNav #li2 a:hover, #globalNav #li3 a:hover, #globalNav #li4 a:hover {
		background: url('glbnav_tab2_tcm20-15801.gif') #fff no-repeat;
		}
#utilityNav {
	color: #666699;
	text-align: right;
	text-transform: uppercase;
	}
	#utilityNav a, #utilityNav a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
	#utilityNav a:hover {
		color: #fff;
		text-decoration: underline;
		}