/* 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: 760px;
	}
	.aig800 {
		width: 760px; 		/* To adjust the width of the #body_wrapper in 800/600 screen resolution */
		}
	.aig1024 {
		width: 760px; 		/* 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: 760px;
	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: 125px; 					/* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 10px 10px 0 0 !important;
	margin: 10px -23px 0 0;
	padding: 0 0 0 0;
	overflow: hidden !important; 	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	}	
#gridLeft { 						/* Left Grid/Column - Fluid with fixed right margin */
	float: left;
	width: 125px; 					/* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 10px 10px 0 0 !important;
	margin: 10px 7px 0 0;
	padding: 0 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: 0px 0px 0px 0px;
	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: 15px 0 0 0;
	overflow: hidden !important;	/* DO NOT REMOVE */
	overflow: visible;				/* DO NOT REMOVE */
	}			
#gridRight { 						/* Right Grid/Column */	
	float: right;
	width: 215px; 					/* 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: 15px 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: 77px;
	}
	/*---- global links styles ----*/
#topLinks {							
	float: right;	
	padding: 0 10px 2px 0;
	margin-top: 0;
	}
	#topLinks span{
		padding: 0;
		}
.topLinkSep img	{ 
	margin: 0 5px 0 5px;		/* Margin between the seperators and links */
	height: 17px;					/* Height of the seperator images */
	}
	#topLinks a, #topLinks a:visited {
		padding-bottom: 3px;
		display: block; 
		float: left; 
		margin-top: 4px;			/* Description of link text position */
		}
	#topLinks .onPage{
		margin-top: 4px;
		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 10px 0 0 !important;
	margin: 12px 3px 0 0;
	padding: 0;
	float: right;
	}
	#siteSearch input.txtMedium{ 
	margin-top: 1px !important;
	margin-top: 0;
	width: 160px;
	}
	#siteSearch .btn {
		margin-top: -3px !important;
		vertical-align:middle;
		margin-top: 0;
		}	
#logo {								/* Fix the Logo  */
	float: left;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 10px;
	height: 36px;					/* Logo image height */
	width: 74px;					/* Log Image Width */
	}
#logobanner1 {						/* The first Branding container - Can be Image or Text */
	margin-left: 8px;
	margin-top: 13px;
	float: left;
}
#logobanner2, #logobanner3, #logobanner4 {		/* Second Branding container - Can be Image or Text */			
	float: left;
	padding: 0 0 0 0;
	margin: 13px 0 0 0px;
	}
/******************** End => Page Header ********************/

/****************** Start => Top Navigation *****************/
#navContainer{				
	margin: 0;
	padding: 0;
	width: 100%;		
	/*height: 21px;                    Removed the Height - SCR:14886 */ 
	float: left;
	}
#navContainer #navList{
	margin: 0 0 0 12px;		/* Position of the complete the menu section at the title bar */
	}
#navContainer ul{
	margin: 0;
	padding: 0;
	}
#navContainer ul li { 
	display: inline;
	margin-left: -4px;
	}
#navContainer ul li a{
	display: block;
	float: left; 
	padding: 0 12px 0 12px;
	height: 21px;
	}
/******************** End => Top Nav ********************/

/******************** Start => Left Navigation ********************/
.open {							/* Show the Submenu */
	display: block;
	}
.closed {						/* Hide the Submenu */
	display: none;
	}
#leftNavContainer{
	width: 115px;				/* Mention the Left Nav Width */
	}	
#leftNavContainer ul{
	margin: 0;
	padding: 0;
	}
	#leftNavContainer li{
		padding: 0 0 0 0;
		margin: 2px 0 0 0;		
		}
	#leftNavContainer li li{
		padding: 0 0 0 15px;
		margin: 2px 0 0 0;
		}
#leftNavContainer li a{			/* Ist Level Link */
	width: 100px;
	display: block;
	/*background: url(../images/arrow_level1.gif) #296691 no-repeat 3px 9px;*/
	padding: 2px 0px 2px 16px;
	margin: 0 0 0 0;
	}
	#leftNavContainer li li a{			/* 2nd Level Link */
		width: 85px;
		display: block;
		/*background: url(../images/arrow_level1.gif) #296691 no-repeat 3px 9px;*/
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
								/* 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:100px; 			/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	display: block;
	}	
	#leftNavContainer li li a.navTxt{
		width: 85px;	/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
		padding: 0 0 0 15px;
		}
	#leftNavContainer li li li a.navTxt{
		width: 80px;	/* Width of the First Level - To Remember ==> Total width - left+rightPadding */
		padding: 0 0 0 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: 41px;
	float: none; 
	margin:0px 0 10px 0; 
	}	
	#pageTitle img{ 	
		margin: 0 10px 0 0;
		padding:2px 0px 0px 2px;
		height: 37px;
		width: 37px;
		}
	#pageTitle .pageName {
		margin: 0 0 0 0;
		padding-top: 0;
		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 10px;
		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: 5px 10px 3px 10px;
		height: 20px;
		}
	.rightModule .moduleTitle img, .leftModule .moduleTitle img {
		float: none;
		padding: 0;
		margin: -3px -10px;
		}
	.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, .leftModule, .leftModuleAds {
	width: 200px; /* 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 10px;
	padding: 0 5px 0 0;
	}
	ul.bulleted li{
	padding: 0px 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: 44%;
	}
/************** 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;
	border: 0;
	}
legend {
	display: none;
	}
#contactForm {
	width: 400px;
	}
#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;
	}
#fn, #ln, #comp, #eml, #t1{
	display: none;
	}
/***************End Form Section *****************/	

/******************** Start => Footer ********************/
#pageFooter {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	}
	#pageFooter p{
		padding: 10px 0 0 0;
		margin: 0 0 0 0;
		}
		#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{
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	}
.moduleCat .moduleImage{
	float: left;
	width: 39px; 				/* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0 5px 0 0;
	padding: 0 0 10px 0 !important;
	padding: 0;
	overflow: hidden !important;
	overflow: hidden;
	}	
.moduleCat .moduleCont{
	display: block;
	min-height: auto;
	height: 100% !important;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden !important;
	overflow: visible;
	}
	
.moduleCat .moduleCont .moduleTitle{
	display: inline;
	margin: 0 0 0 0;
	}
	.moduleCat .moduleCont .moduleTitle a{
		margin: 0;
		padding: 0 4px 0 0;
		}
.moduleCat .moduleCont .moduleText{
	display: inline;
	}
	.moduleCat .moduleCont .moduleText p{
	margin:0px;
	}
	.moduleCat .moduleImage img{
		margin: 0;
		padding: 0;						
		}		
/******************** End Category Module ****************/

/**** START CSS styles for ToolBox ****/
img {
	border: 0px;
}
#gridCenter #pageTitle {
	clear: both;
}
#gridCenter #LabelId {
	display: none;
}
.printCenter {
	margin: 0 0 5px 0;
	float: right;
	width: 50%;
}
#printBot{
	display: block;
	clear: both;
	float: none;
	width: 100% !important;
	}
.printCenter p {
	margin: 0;
	padding: 0;
	float: right;
}
.printCenter p a {
	margin-left: 10px;
}
.printCenter p img {
	margin-top: 2px;
	margin-right: 3px;
}
ul.printRight {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 5px 0 0;
}
ul.printRight li {
	padding: 2px 0 2px 0;
	color: #3A3899;
	position:relative;
}
ul.printRight li img {
	border: none;
	margin-right: 4px;
}
/**** END CSS styles for ToolBox ****/
/**** Start CSS Email to friend ****/
body#share {
	background: none;
	font-size: 12px;
}
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 10px 0;
}
#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;
}
#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 {
		padding:2px 3px 0px 5px;			
		display: inline-block;
		line-height: 20px;
		background:#495DBE;
		color:#fff;
		font:bold 11px Arial, Helvetica, sans-serif;
		height:17px !important;
		text-transform:uppercase;
		text-decoration:none;
		cursor:default;
		margin: 0px 0 0 10px !important;
		float: left;
}
#share #fieldSubmit .btn{
	float: left;
	padding: 0 4px;
	}
/*---- 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: 500px;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
/* END => Styles specific for 3.1  
----------------------------------------------- */

/* specific to 3.2 release */
/* Text Resizer */	
#textResizer {
	text-align: right;
	font-size: 75%;
	margin: 4px 10px 0 0;
	padding: 0;
	color: #6E777E;
	height: auto;
	width: 120px;
	float: right;
}
#gridRight #textResizer {
	float: none;
	height: auto;
	margin: 0 2px 6px 25px;
}
#textResizer span {
	font-weight: bold;
}
#textResizer a:active {
	text-decoration: none;
}
#textResizer a:link {
	font-weight: bold;
	text-decoration: none;
}
#textResizer a:visited {
	font-weight: bold;
	text-decoration: none;
}
a.link1 {
	font-size: 85%;
	text-decoration: underline;
}
a.link2 {
	font-size: 105%;
	text-decoration: underline;
}
a.link3 {
	font-size: 125%;
	text-decoration: underline;
}
a.normal {
	font-size: 85%;
	text-decoration: underline;
}
a.medium {
	font-size: 105%;
	text-decoration: underline;
}
a.large {
	font-size: 125%;
	text-decoration: underline;
}
/**** End CSS Email to friend ****/
/******************** Start Category Module ****************/
/*.moduleCat{
	margin: 0 0 20px 0;
	padding: 0;
	}
.moduleCat .moduleImage{
	float: left;
	width: 69px; 				/* 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 5px 0;
	
	}	
	.moduleCat .moduleImage img{
		margin: 0;
		padding: 0;
						
		}		*/
/******************** End Category Module ****************/
