/* This stylesheet contains height, width, margin, padding, overflow, float and other page layout related styles ) */

/************************************************* Important Notes ***************************************/
/* DO NOT REMOVE ANY -----!important------ ATTRIBUTES FROM THIS CODE AS IT IS FOR BROWSERS OTHER THAN IE */
/************************************************* Important Notes ***************************************/


/******************** Start => Page Layout Divs ********************/
body {
	margin: 0 ;
	padding: 0 ;
	height: 100%;
	}
#body_wrapper {  			/*For the adaptive CSS : All the child classes will behave depending on this IDs class change for different resolution*/
	margin: 0 auto; 		/*To keep content of the body in the center of the page. */
	width: 792px;
	}
	.aig800 {
		width: 772px; 		/* To adjust the width of the #body_wrapper in 800/600 screen resolution */
		}
	.aig1024 {
		width: 772px; 		/* To adjust the width of the #body_wrapper in 1024/768 screen resolution */			
		}	
#grid_wrapper { 			/* Wrapper for the content Divs e.g Left, Center and Right Grid */
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto !important;
	width: 776px;
	overflow: visible;	
	float: left;
	}
br.both {					/* Mendatory for the grid_wrapper to strech till the end */
	height: 0;
	clear: both;
	}
div.clearer { 				/* Workaround CSS : Mendatory for the grid_wrapper to strech till the end */
	clear: left; 
	height: 0;
	}
#gridLeftNoMenu { 			/* Left Grid/Column - Fluid with fixed right margin : Updated SCR:14886*/
	float: left;
	width: 182px; 					/* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 20px 0px 0 20px !important;
	margin: 20px -33px 0 10px;
	padding: 0 0 0 0;
	overflow: hidden !important; 	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	text-align: center;
	}	
#gridLeft { 						/* Left Grid/Column - Fluid with fixed right margin */
	float: left;
	width: 144px !important; 					/* witdh of the left sidebar -- can be set to any value including percentages */
	width: 136px;
	margin: 20px 0 0 0 !important;
	margin: 20px -3px 0 0;
	padding: 10px 0 0 0;
	overflow: hidden !important; 	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	}
#pageBanner{						/* This section can used for page level Banner / Breadcrumb / Page Title Section SCR: 14886 */
	min-height: 20px;
	height: 100% !important;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0 0 10 10px;
	overflow: hidden !important;
	overflow: visible;
	}
#gridCenter { 						/* Center Grid/Column - Fluid with fixed right margin */
	min-height: 450px;
	height: 100% !important;
	height: 450px;
	margin: 0 0 0 0;
	padding: 20px 20px 0 21px;
	overflow: hidden !important;	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	}			
#gridRight { 						/* Right Grid/Column */	
	float: right;
	width: 202px; 					/* width of the right sidebar -- can be set to any value including percentages */
	margin: 0 !important;
	margin: 0 0 0 -3px; 		/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 20px 0 0 0;	
	overflow: hidden !important;
	overflow: visible;
	}
#PlaceHolderBanner{					/* Banner Section controller*/
	height: 100px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	display: none;
	}
/******************** End => Page Layout Divs ********************/

/******************** Start => Page Header ********************/
#mastHead{							/* Holds the header section */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 99px;
	}
	/*---- global links styles ----*/
#topLinks {							
	float: right;	
	padding: 0 21px 2px 0 !important;
	padding: 0 21px 2px 0;
	margin-top: 0;
	}
	#topLinks span{
		padding: 0;
		}
.topLinkSep img	{ 
	margin: 0 5px 0 5px;		/* Margin between the seperators and links */
	height: 22px;					/* Height of the seperator images */
	}
	#topLinks a, #topLinks a:visited {
		padding-bottom: 3px;
		display: block; 
		float: left; 
		margin-top: 9px;			/* Description of link text position */
		}
	#topLinks .onPage{
		margin-top: 9px;
		float: left;
		}
	#topLinks img {
		float: left;
		}
#topLinkLang{
	margin: 0 0 0 -20px;  			/* Laguage section block */
	padding: 0 0 0 0;
	}
	#topLinkLang .topLinkSep{		/* Updated for Business Protection Site */
		display: none;
		}
	#topLinkLang a{					/* Updated for Business Protection Site */
		padding-left: 5px;
		padding-bottom: 0px;
		margin-left: 5px;
		height: 10px;
		}			
#siteSearch{ 						/* Describe the position of the search field section */
	margin: 12px 20px 0 0 !important;
	margin: 12px 10px 0 0;
	padding: 0;
	float: right;
	}
	#siteSearch .btn {
		margin-left: 2px;
		float: left;
		}	
	#siteSearch .txtMedium  {
		width: 132px;
		float: left;
		}	
#logo {								/* Fix the Logo  */
	float: left;
	margin: -6px 0px 0px 21px !important;
	margin: -6px 0px 0px 11px;
	}
#logobanner2, #logobanner3, #logobanner4 {						/* The first Branding container - Can be Image or Text */
	float: left;
	padding: 0 0 0 0;
	margin: -5px 0 0 0;
	}
#logobanner1{						/* Second Branding container - Can be Image or Text */
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
/******************** End => Page Header ********************/

/****************** Start => Top Navigation *****************/
#topmenu {
position: absolute;
top: 0px;
}
#navContainer{				
	padding: 0;
	/*height: 21px;                    Removed the Height - SCR:14886 */ 
	float: left;
	position: absolute;
	top: 79px;
	width: 792px;
	}
#navContainer #navList{
	margin: 0 0 0 0px !important; 			/* Position of the complete the menu section at the title bar */
	margin: 0 0 0 0px;
	}
#navContainer ul{
	margin: 0;
	padding: 0;
	}
#navContainer ul li { 
	display: inline;
	margin-left: -4px;
	}
#navContainer ul li a{
	display: block;
	float: left; 
	padding: 0 7px 0 7px;
	height: 20px;
	}
/******************** End => Top Nav ********************/

/******************** Start => Left Navigation ********************/
.open {							/* Show the Submenu */
	display: block;
	}
.closed {						/* Hide the Submenu */
	display: none;
	}
#leftNavContainer{
	width: 143px;				/* Mention the Left Nav Width */
	margin-bottom: 30px;
	}	
#leftNavContainer ul{
	margin: 0px 0 0 0;
	padding: 0;
	}
	#leftNavContainer ul ul{
	margin: 0 0 0 0;
	padding: 0;
	width: 120px;
	}
	#leftNavContainer ul ul ul{
	margin: 0 0 0 0;
	padding: 0;
	}
#leftNavContainer ul li ul {
	padding-bottom: 10px;
}
	#leftNavContainer li{
		padding: 0px 0 0 0;	
		margin:0px 0 0 0;
		}
#leftNavContainer li a{			/* Ist Level Link */
	width: 112px;
	display: block;
	/*background: url(../images/arrow_level1.gif) #296691 no-repeat 3px 9px;*/
	padding: 5px 5px 4px 24px;
	margin: 0 0 0 0px;
	}
	
	#leftNavContainer li li a{	/* IInd Level Link */
		width: 102px;
		display: block;
		padding: 5px 5px 0px 27px;
		margin: 0 0 0 10px;
		}
								/* IIIrd Level Link */
		#leftNavContainer li li li a{ 
			width: 92px;
			display: block;
			padding: 5px 0 0px 32px;
			margin: 0 0 0 17px;
			}
								/* 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{
	width:140px; 			/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
	*width:114px;
	/*padding: 5px 0 5px 10px;
	margin: 0 0 0 0;*/
	display: block;
	}	
	#leftNavContainer li li a.navTxt{
		width: 135px;
		*width: 125px;
		/*width: 135px;*/	/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
		/*padding: 5px 0 5px 15px;*/
		}
	#leftNavContainer li li li a.navTxt{
		width: 130px;
		*width: 115px;
		/*width: 130px;*/	/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
		/*padding: 5px 0 5px 20px;*/
		}
/******************** End => Left Nav ********************/	

/******************** Start => BreadCrumb ********************/	
#breadCrumb{
	height: 20px;
	margin: 0 0 10px 0; 
	}
	#breadCrumb span{	
		padding: 0 2px 0 2px;
		}	
	#breadCrumb a, #breadCrumb a:visited{
		display: inline;		
		}		
	#breadCrumb a.drop, #breadCrumb a.drop:visited, #breadCrumb a.drop:hover {
		padding-right: 18px;
		}
								/* Start => BreadCrumb Dropdown */
#dropMenuDivAIG {
	position: absolute;
	z-index: 100;
	margin-top: -10px;
	}
#dropMenuDivAIG a {
	width: 100%;
	display: block;
	padding: 1px 0 ;
	}
/******************** End => BreadCrumb ********************/

/******************** Start => Page Title ********************/	/* Modified for SCR: 14886 */
#pageTitle{
	height: 60px;
	float: none; 
	margin:0px 0 10px 0; 
	}	
	#pageTitle img{ 	
		padding: 0 10px 0 0;
		height: 60px;
		}
	#pageTitle .pageName {
		margin: 0 0 0 0;
		padding-top: 10px;
		padding-left: 5px;
		}
	#pageTitle .link {
		margin: 0 0 0 15px;
		padding-bottom: 5px;		
		}
/******************** End => Page Title ********************/	
/******************** Start => Page Sub titles ********************/
#pageSubTitle{
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	}
	.pageSubTitle2{
		padding: 5px 0 0 0;
		}
/******************** Start => Page Sub titles ********************/

/************** Start => Left/Right Column Standard Module *****************/
	
.rightModule, .rightModuleAds, #gridCenter .Module {
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		}
.leftModule, .leftModuleAds{
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		}		
	.rightModule .moduleTitle, .leftModule .moduleTitle, #gridCenter .Module .moduleTitle { /* Box Title */
		display: block;
		padding: 3px 10px 3px 10px;
		}
	.rightModule .moduleTitle img, .leftModule .moduleTitle img {
		float: none;
		padding: 0;
		}
	.rightModule .moduleSubTitle, .leftModule .moduleSubTitle, #gridCenter .Module .moduleSubTitle{ 
		display: block;
		padding: 2px 10px;
		}
	.rightModule img, .leftModule img, .rightModule form, .leftModule form, .rightModuleAds img, .leftModuleAds img {
		padding: 0;
		}
	.rightModule p, .leftModule p{
		margin: 5px 10px;
		}
	.rightModule .moduleFooter, .leftModule .moduleFooter {
		margin: 5px;
		}
	.rightModule .moduleMore p, .leftModule .moduleMore p {
		padding: 5px 10px 5px 10px;
		margin: 0;
		}		
	.rightModule div.boxAction, .leftModule div.boxAction {
		padding: 0 15px 5px 0;
		}
.leftModule { /* Additional properties of the left module */
	clear: left;
	float: left;
	margin-right: 15px;
	}
.rightModule, .rightModuleAds {
	width: 190px; /* Fixed width Left and Right Modules*/
	}
.leftModule, .leftModuleAds {
	width: 178px; /* Fixed width Left and Right Modules*/
	}
#gridCenter .Module{
	margin: 0 10px 10px 0;
	}
/************** End => Left/Right Column Standard Module *****************/	

/************** Start => List items for the whole page *****************/	
ul.bulleted{
	margin: 0 0 0 25px;
	padding: 5px 5px 0 0;
	}
	ul.bulleted li{
	padding: 2px 0 3px 0;
	}	
ul.bigBulleted{
	/*list-style-image: url("li_square_tcm301-4124.gif");*/
	/*list-style-image: url("../images/li_navySml.gif");*/
	padding: 0;
	margin: 0;
	padding-left: 20px;
	}
	ul.bigBulleted li{
		padding: 0 0 5px 0;
		}
ul.nonBulleted{
	margin: 0;
	padding: 5px 10px 0 10px;	
	}
	.centerModule ul.nonBulleted {
		margin: 0;
		padding: 3px 0 0 0;
		}
ul.imageBulleted {
	margin: 5px 5px;
	padding: 0; 					/* Cross check in all browser the positions of the bullets, when changed */
	}
	ul.imageBulleted li {
		clear: left;
		padding: 1px 0 1px 5px;
		}
	ul.imageBulleted li img {
		padding-right: 5px;
		}
.column { /* To create column within the content */
	float: left;
	width: 45%;
	}
/************** End => List items for the whole page *****************/		
/* Start => Center Column Standard Module*/
.centerModule, .centerModule .module { 					/* Center Module properties: It has all the component which Left and Right Module has */
	margin: 0 0 10px 0;
	}
	.centerModule .moduleTitle { 
		margin-bottom: 5px;
		display: block;
		}
	.centerModule .moduleTitle a { 	/* Module Title as a link */
		margin-bottom: 10px;
		}		
	.centerModule .moduleTitle img {
		float: none; 			
		}
	.centerModule .moduleSubTitle { 
		margin-bottom: 5px;
		}
	.centerModule img { 			/* Center Module Image */
		float: left;		
		padding: 5px;
		}
	.centerModule p {
		padding-bottom: 10px;
		margin: 0;
		display: block;
		}
	.centerModule .moduleFooter {
		margin: 3px;
		}
	.centerModule .moduleMore {
		padding: 1px 0;
		}
	.centerModule #homeImage1{
		float: left;
		margin: 0 0 10px 0;
		}
		.centerModule #homeImage2{
			float: right;
			margin: 0 0 10px 0;
			}
#imgSection{
	float: left;
	display: block;
	clear: both;
	}		
/************** End => Center Column Standard Module ************/

/******************** Start => Search Result  ********************/
								/* Updated for SCR: 14886 */
#searchPageForm{				/* Controls the search form on the search Page */		
	margin: 0 0 0 100px;
	padding-bottom: 10px;
	width: 400px;
	height: 50px;
	}
	#searchPageForm	.boxAction a{
		display: block;
		width: 100px;
		}
#helpLayer{						/* Control the Search help layer */
	display: none;
	position: absolute;
	width: 400px;
	top: 280px;
	left: 60%;
	margin: -25px -200px;
	padding: 10px;
	}
.searchHelpText	{
	display: block;
	clear: left;	
	}
.searchResults{
	margin: 0 0 20px 0;
	clear: left;
	}
	.searchResults .searchTitle{
		float: left;
		margin: 5px 0 5px 0;
		}
	.searchResults p{
		margin: 0 0 6px 0;
		display: block;
		}
	.searchResults .pagination{
		margin: 5px 0 0 0;		
		white-space: nowrap;
		float: right;
		}
	.searchResults ul{
		margin: 5px 0;
		clear: left;
		}
	.searchResults ol {
		clear: left;
		}	
	.searchResults ul.nonBulleted li {
		clear: left;
		margin: 5px 2px 2px -10px;
		padding: 0 0 5px 0;
		}
	.searchResults ol.nonBulleted li{
		clear: left;
		margin: 5px 2px 2px -10px;
		padding: 0 0 5px 0;
		}
	.searchResults ol li{
		clear: left;
		margin: 2px 0 2px 0;
		padding: 0 0 5px 0;
		}		
/******************** End => Search Result ********************/	

/***************Start Site Map Section *****************/	
.sitemapH{
	margin-left: -38px;
	}
.sitemapH .navlist li{
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	}
.sitemapV #sitemapContainer #navlist{
	padding: 0;
	margin: 20px 0 40px 0;
	}
	.sitemapV #sitemapContainer #navlist li{
		margin: 0;
		padding: 10px 0 0 5px;
		}
	.sitemapV #sitemapContainer #navlist li ul{
		margin-left: 10px;
		padding: 0 !important;		
		}
	.sitemapV #sitemapContainer #navlist li ul li ul{
		margin-left: 15px;
		padding: 0 !important;		
		}
/***************End Site Map Section *****************/

/***************Start Form Section *****************/
#contFormFldSet{
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0;
	}
legend {
	display: none;
	}
#contactForm label {
	display: block;
	padding: 0 0 12px 0;
	}
#contFormFldSet input {
	display: block;
	margin-top: 3px;
	}
#contFormFldSet select {
	float: left;
	display: block;
	}
#contactForm label.field-first {
	clear: left;
	}
#contactForm label.field-first, #contactForm label.field-last {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	}
#contFormFldSet textarea {
	display: block;
	}
#contactForm textarea {
	margin-top: 3px;
	}
.description{
	float: left;
	}
/***************End Form Section *****************/	

/******************** Start => Footer ********************/
#pageFooter {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 95%;
	}
	#pageFooter p{
		color: #9B9A96;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		}
		#pageFooter ul{
			margin: 0;
			padding: 0;
			}
#siteFooter {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	}
#siteFooter a {
	padding: 0 0 0 0;
	}
#siteFooter hr {
	width: 100%;
	height: 1px;
	}		
/******************** End => Footer ********************/

/******************** Start Category Module ****************/
.moduleCat{
	margin: 0 0 20px 0;
	padding: 0;
	}
.moduleCat .moduleImage{
	float: left;
	width: 105px; 				/* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	overflow: hidden !important;
	overflow: hidden;
	}	
.moduleCat .moduleCont{
	display: block;
	min-height: auto;
	height: 100% !important;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden !important;
	overflow: visible;
	}
.moduleCat .moduleCont .moduleTitle{
	display: block;
	margin: 0 0 2px 0;
	}	
	.moduleCat .moduleImage img{
		margin: 0;
		padding: 0;						
		}		
/******************** End Category Module ****************/
