/*----------------------------------------------- 
 Start => Consolidated CSS for AIG PCG - International English folder group
 
 Common Country - Australia
----------------------------------------------- */


/* START => common CSS styles
----------------------------------------------- */

a:link, a:visited, a:hover {
	color: #0000FD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	} 	
h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 110%;
	}
h3, h4 {
	font-size: 100%;
	}
.Custom_Bold, .bold {
	font-weight: bold;
	}
.Custom_Italic {
	font-style: italic;
	}
sup{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}
#centerAlign{
	text-align: center;
	}

/******************** Start => Page Layout Divs ********************/
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #000;	
	font: 11px verdana, arial,sans-serif;/*B: Global Font*/
	line-height: 1.466em;
	}
#body_wrapper {
	margin: 0 auto; 		/*To keep content of the body in the center of the page. */
	width: 760px;
	text-align: left;
	}
	.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;
	font-size: 1px;
	line-height: 0;
	}
div.clearer { 				/* Workaround CSS : Mendatory for the grid_wrapper to strech till the end */
	clear: left; 
	height: 0;
	line-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 */
	background-color: #fff;
	}
#pageBanner{						/* This section can used for page level Banner / Breadcrumb / Page Title Section SCR: 14886 */
	min-height: 20px;
	height: 100% !important;
	height: 20px;
	margin: 11px 0 0 0;
	padding: 0 0 0 10px;
	overflow: hidden !important;
	overflow: visible;
	color: #000;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	text-align: center;
	}
#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;
	margin: 0 0 10px 0;
	display: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;	
	font: bold 14px Arial, Helvetica, sans-serif;
	}
#PlaceHolderBanner span{		/* Banner Text Controller */
	vertical-align: top;
	font: bold 14px Arial, Helvetica, sans-serif;
	}
/******************** End => Page Layout Divs ********************/

/******************** Start => Form Elements ********************/
form { 
	margin: 2px;
	padding: 0;
	}
input, select, textarea {
	margin: 0;
	margin-bottom: 2px;
	background-color: #f2f0f1;
	color: #000;
	font: 10px verdana, arial, helvetica, sans-serif;
	}
form, input[disabled], select[disabled], textarea[disabled] { 
	color: #000;
	}
.disabledBtn {
	color: #fff;
	background: #ccc;
	border: 1px solid #000;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding: 0 4px;
	}
.disabledBox {
	background: #ccc;
	}
.formBtn {
	background: #d4d0c7;
	font: 11px verdana, arial, helvetica, sans-serif;	
	font-weight: bold;
	padding: 0 4px;
	}
.date {
	width: 68px;
	}	
.selSmall {
	width: 46px;
	margin: 5px 0;	
	}	
.selMedSmall {
	width: 118px;
	margin: 5px 0;	
	}	
.selMedium {
	width: 155px;
	margin: 5px 0;		
	}	
.selLarge {
	width: 283px;
	margin: 5px 0;	
	}
select.selNoBorder {
	border: 1px solid #69c;
	padding: 0;
	margin: 0;
	}
select.selNoBorder option {
	width: auto;
	}	
.txtSmall {
	width: 46px;
	}	
.txtMedium {
	width: 151px;
	}	
.txtLarge {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif ;
	width: 260px;
	}	
.txtLogin {
	width: 62px;
	}	
.txtAreaLarge {
	width: 280px;
	}	
.txtAreaMedium {
	width: 190px;
	}	
.txtAreaSmall {
	width: 100px;
	}
li {
	line-height: 14px;
	margin: 4px 0;	
	}
/******************** End => Form Elements ********************/

/******************** Start => Page Header ********************/
#mastHead{							/* Holds the header section */
	padding: 0;
	margin: 0;
	width: 100%;
	height: 77px;
	background-color: #002049;
	}
	/*---- global links styles ----*/
#topLinks {							
	float: right;	
	padding: 0 10px 2px 0;
	margin-top: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CBD1DD;
	text-transform: uppercase;
	}
	#topLinks span{
		padding: 0;
		}
.topLinkSep img	{ 
	margin: 0 5px;
	height: 17px;
	background: #7F8FA6;
	float: left;
	}
	#topLinks a, #topLinks a:visited {
		padding-bottom: 3px;
		display: block; 
		float: left; 
		margin-top: 4px;
		text-decoration: none;
		white-space: nowrap;
		font: 10px Verdana, Arial, Helvetica, sans-serif;	
		color: #CBD1DD;
		}
	#topLinks a:hover {
		text-decoration: underline;
		}
	#topLinks .onPage{
		margin-top: 4px;
		float: left;
		}
#topLinkLang{
	margin: 0 0 0 -20px;
	padding: 0;
	background-color: #fff;
	}
	#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;
	text-align: right;
	background: none;
	vertical-align:top;
	}
	#siteSearch a, #siteSearch a:visited {
		font-family: arial, helvetica, sans-serif;
		}
	#siteSearch input.txtMedium{ 
	margin: 0;
	width: 146px;	
	}
	#siteSearch .btn {
		vertical-align:middle;
		background: none;
		margin: 0;
		}
	* html #siteSearch .btn {
		margin-top: -4px;
		}
	*:first-child+html #siteSearch .btn {
		margin-top: -4px;
		}
#logo {
	float: left;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 10px;
	height: 36px;
	width: 74px;
	cursor: pointer;
	}
#logo .tagLine {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	vertical-align:middle;
	}
#logobanner1 {
	margin-left: 8px;
	margin-top: 13px;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
}
#logobanner2, #logobanner3, #logobanner4 {
	float: left;
	padding: 0;
	margin: 13px 0 0 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	}
#location {
	color: #fff;
	}
/******************** End => Page Header ********************/

/****************** Start => Top Navigation *****************/
#topMenu {
	font: bold 11px arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	}
#navContainer{				
	margin: 0;
	padding: 0;
	width: 100%;		
	float: left;
	background-color: #DDDDDD;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif ;
	}
#navContainer #navList{
	margin: 0 0 0 12px;		/* Position of the complete the menu section at the title bar */
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	}
#navContainer ul li { 
	display: inline;
	margin-left: -4px;
	}
#navContainer ul li a{
	display: block;
	float: left; 
	padding: 0 12px;
	height: 21px;
	text-decoration: none;
	color: #000;
	line-height: 20px;
	}
#navContainer ul li a:hover{
	color: #000;
	background-color:#CCCCCC;
	}
	#navList #active a{
		background-color:#FFFFFF;
		cursor:pointer;
		}
	#navList #active a:hover{
		cursor: default;
		}
/******************** End => Top Nav ********************/

/******************** Start => Left Navigation ********************/
.open {							/* Show the Submenu */
	display: block;
	}
.closed {						/* Hide the Submenu */
	display: none;
	}
#leftNavContainer{
	width: 115px;
	background-color: #fff;
	font: 11px verdana, Arial, Helvetica, sans-serif;
	}	
#leftNavContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#leftNavContainer li {
		padding: 0;
		margin: 2px 0 0 0;
		line-height: 14px;
		color: #000;
		}
	#leftNavContainer li li {
		padding: 0 0 0 15px;
		}
#leftNavContainer li a{			/* Ist Level Link */
	width: 100px;
	display: block;
	padding: 2px 0px 2px 16px;
	margin: 0;
	color: #000;
	text-decoration: none;
	background: url('pcg_leftmenu_bg_tcm107-11745.jpg') repeat-y;
	border-bottom:1px solid #ccc;
	}
	/* Hover section for Ist level if mentioned for other level */
	#leftNavContainer li a:hover{ 
		background-color: #e5e5e5;
		color: #000;
		}
	#leftNavContainer li li a{			/* 2nd Level Link */
		width: 85px;
		padding:0 0 4px 16px;
	}
	#leftNavContainer li li li a{ 
		width: 80px;
		padding:0 0 4px 16px;
		}
#leftNavContainer a.active{
	background-color: #D1D1D1;
	color: #000;
	}
#leftNavContainer a.active:hover{
	background-color: #D1D1D1;
	color: #000;
	}
								/* 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;
	display: block;
	}
	#leftNavContainer li a.navTxt{
		color: #081A6B;
		background-color:#fff;
		text-decoration: none;
		cursor: default;
		}	
	#leftNavContainer li a.navTxt:hover{
		background-color:#999999;
		}	
	#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;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	}
	#breadCrumb span{	
		padding: 0 2px 0 2px;
		font-size: 11px;
		}	
	#breadCrumb a, #breadCrumb a:visited{
		display: inline;
		color: #19318b;
		font-weight: normal;
		text-decoration: underline;
		}		
	#breadCrumb a.drop, #breadCrumb a.drop:visited, #breadCrumb a.drop:hover {
		padding-right: 18px;
		border: 1px solid #ccc;
		}
	#breadCrumb a.drop:hover {
		background-color: #efefef;		
		}

/* Start => BreadCrumb Dropdown */
#dropMenuDivAIG {
	display: none;
	}
/* End => BreadCrumb Dropdown */
/******************** End => BreadCrumb ********************/

/******************** Start => Page Title ********************/	/* Modified for SCR: 14886 */
#pageTitle{
	margin:0px 0 10px 0;
	background-color: #d1d1d1;
	font-weight: bold;
	font-size: 90%;
	height: 41px;
	}
	*:first-child+html #pageTitle {
		height: auto;
		}
	#pageTitle img{ 	
		margin: 0 10px 0 0;		
		padding:2px 0px 0px 2px;
		height: 37px;
		width: 37px;
		border: 0;
		}
		* html #pageTitle img {
			margin: 0 5px 0 0;
			}
		*:first-child+html #pageTitle img {
			margin: 0 5px 0 0;
			}
	#pageTitle .pageName {
		margin: 0;
		padding: 0 0 0 5px;
		line-height: 25px;	
		font-family: arial, helvetica, sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: bold;
		height: 41px;
		}		
	#pageTitle .link {
		margin: 0 0 0 15px;
		padding-bottom: 5px;		
		}
		#pageTitle .link a {
		color: #00f;
		}
/******************** End => Page Title ********************/	
/******************** Start => Page Sub titles ********************/
#pageSubTitle{
	padding: 0;
	margin: 5px 0 10px 0;
	}
.pageSubTitle1{
	font-weight: bold;
	font-size: 14px;
	}
.pageSubTitle2{
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 0 0;
	}
#hmgPageSection {
	display: none;
	}
/******************** Start => Page Sub titles ********************/

/************** Start => Left/Right Column Standard Module *****************/
.rightModuleAds, .leftModuleAds  {
	border: 0;
	}	
.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 {
		display: block;
		padding: 5px 10px 3px 10px;
		height: 20px;
		background-color: #CCCCCC;
		color: #000;
		font-weight: bold;
		font-size: 11px;
		}
	.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited {
		white-space: normal;
		}
	.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;
		font-weight: bold;
		}
	.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;
		font-size: 10px;
		}
	.rightModule .moduleMore, .leftModule .moduleMore, #gridCenter .Module .moduleMore {
		background: #ccc;
	}
	.rightModule .moduleMore p, .leftModule .moduleMore p {
		padding: 5px 10px 5px 10px;
		margin: 0;
		}		
	.rightModule div.boxAction, .leftModule div.boxAction, #gridCenter .Module div.boxAction {
		padding: 0 15px 5px 0;
		text-align: right;
		}
	.rightModule p.printEmail, .leftModule p.printEmail, #gridCenter .Module p.printEmail {
		font: 90% arial, helvetica, sans-serif;
		}
.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;
	}
.rightModule, .leftModule, .rightModuleAds, .leftModuleAds,  #gridCenter .Module {
	border: 1px solid #CCCCCC;
	text-align: left;
	font-size: 11px;
	}
/************** End => Left/Right Column Standard Module *****************/	

/************** Start => List items for the whole page *****************/	
ul.bulleted, ul.bigBulleted, ul.nonBulleted, ul.imageBulleted {
	list-style-type: none;
}
ul.bulleted{
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
	}
	ul.bulleted li{
	padding: 0px 0 3px 0;
	}	
ul.bigBulleted{
	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;
		text-align: left;
		font-size: 11px;
		font-weight: bold;
		}
	.centerModule .moduleTitle a { 	/* Module Title as a link */
		margin-bottom: 10px;
		color: #0001FE;
		}		
	.centerModule .moduleTitle img {
		float: none; 			
		}
	.centerModule .moduleSubTitle { 
		margin-bottom: 5px;
		font-size: 11px;
		font-weight: bold;
		}
	.centerModule .moduleSubTitle a {
		color: #003399;
		}
	.centerModule .moduleSubTitle a:hover{
		text-decoration: none;				
		}
	.centerModule img { 			/* Center Module Image */
		float: left;		
		padding: 5px;
		}
	.centerModule p {
		padding: 0 0 10px 0;
		margin: 0;
		display: block;
		}
	.centerModule .moduleFooter {
		margin: 3px;
		font-size: 10px;
		}
	.centerModule .moduleMore {
		padding: 1px 0;
		color: #003399;
		text-align: right;
		}
	.centerModule .moduleMore a {
		color: #003399;
		}
	.centerModule .moduleMore a:hover{
		text-decoration: none;
		}
	.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 */
	position: absolute;
	display: none;
	width: 400px;
	top: 280px;
	left: 60%;
	margin: -50px -200px 0 -200px;
	padding: 10px;
	text-align: left; 
	background-color: #fff; 
	border: 3px solid #ccc; 
	}
.searchHelpText	{
	display: block;
	clear: left;	
	}
.searchResults{
	margin: 0 0 20px 0;
	clear: left;
	}
	.searchResults .searchTitle, #mainSearchResult .searchTitle {
		float: left;
		margin: 5px 0 5px 0;
		font-weight: bold;
		}
	.searchResults p, #mainSearchResult p {
		margin: 0 0 6px 0;
		display: block;
		}
	.searchResults .pagination, #mainSearchResult .pagination {
		margin: 5px 0 0 0;		
		white-space: nowrap;
		float: right;
		font-weight: bold;
		}
	.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;
		}
#noResultText{
	font-weight: bold;
	font-size: 12px;
	}
/******************** End => Search Result ********************/	

/***************Start Site Map Section *****************/	
.sitemapH{
	margin-left: -38px;
	}
.sitemapH .navlist li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
	font-weight: bold;
	}
	.sitemapH .navlist li a{
		font-weight: bold;
		}
.sitemapV #sitemapContainer #navlist{
	padding: 0;
	margin: 20px 0 40px 0;
	}
	.sitemapV #sitemapContainer #navlist li{
		margin: 0;
		padding: 10px 0 0 5px;
		list-style: none;
		font: bold 11px Arial, Helvetica, sans-serif;
		color: #000;
		}
	.sitemapV #sitemapContainer #navlist li a { 
		text-decoration:underline;
		color: #0000FD;
		font-weight: bold;
		}
		.sitemapV #sitemapContainer #navlist li a:hover { 
			text-decoration: none;
			}
	.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{
			border: 0;
			font-weight: bold;
			color: #0000FD;
			background-color: #fff;
			}
	.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: #0000FD;
			font-weight: normal;			
			}
/***************End Site Map Section *****************/

/***************Start Form Section *****************/
#contFormFldSet{
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	}
legend {
	display: none;
	}
#contFormFldSet input {
	display: block;
	margin-top: 3px;
	}
#contFormFldSet select {
	float: left;
	display: block;
	}
#contFormFldSet label.field-first {
	clear: left;
	}
#contFormFldSet label.field-first, #contFormFldSet label.field-last {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	}
#contFormFldSet label {
	padding: 0 0 12px 0;
	}	
#contFormFldSet textarea {
	display: block;
	margin-top: 3px;
	}
.requiredFields {
	color: #f00;
}

#contactForm {
	width: 450px;
}
	#contactForm .requiredFields {
		width: 140px;
	}
#contactForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#contactForm ul li {
		float: left;
		margin: 0 10px 26px 0;
		padding: 0;
	}
	#contactForm ul li label {
		width: auto;
		padding: 0;
		margin: 0 0 2px 0;
		line-height: normal;
		display: block;
	}
	#contactForm ul li input {
		margin: 0;
		padding: 1px 0;
	}
	#contactForm ul li select {
		margin: 1px 0;
	}
	* html #contactForm ul li select#reason {
		width: 274px;
	}
	*:first-child+html #contactForm ul li select#reason {
		width: 274px;
	}
	#contactForm ul li textarea {
		float: left;
		margin-top: 2px;
	}
.description{
	float: left;
	}
#fn, #ln, #comp, #eml, #t1, #state1{
	display: none;
	color: #f00;
	}
#contFormFldSet #fn, #contFormFldSet #ln, #contFormFldSet #eml, #contFormFldSet #t1 {
	position: static;
	margin: 0 !important;
}
#fn, #ln, #eml, #t1 {
	position: absolute;
}
	* html #fn, * html #ln, * html #eml, * html #t1 {
		margin: 16px 0 0 -159px;
	}
	*:first-child+html #fn, *:first-child+html #ln, *:first-child+html #eml, *:first-child+html #t1 {
		margin: 16px 0 0 -159px;
	}
/***************End Form Section *****************/	

/******************** Start => Footer ********************/
#pageFooter {
	clear: both;
	margin: 20px auto;
	width: 90%;
	font: 90% arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
#pageFooter .moduleTitle{
		font: bold 13px Arial, Helvetica, sans-serif;
		color: #000099;
		text-transform: uppercase;
		}
	#pageFooter p{
		padding: 10px 0 0 0;
		margin: 0;
		}
		#pageFooter ul{
			margin: 0;
			padding: 0;
			}
#siteFooter {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	font: 90% arial, helvetica, verdana;
	color: #000;
	background: #fff;
	}
#siteFooter a {
	padding: 0;
	color: #0000CC; 
	text-decoration: underline;
	}
	#siteFooter a:hover {
	text-decoration: none;
	}
#siteFooter hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	}
#siteFooter .grayText {
	color: #333;
	}
/******************** 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: 40px;
	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;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	}
	.moduleCat .moduleCont .moduleTitle a{
		margin: 0;
		padding: 0 4px 0 0;
		color: #0001FE;
		}
.moduleCat .moduleCont .moduleText{
	display: inline;
	font-size: 11px;
	}
	.moduleCat .moduleCont .moduleText p{
	margin:0px;
	}
	.moduleCat .moduleImage img{
		margin: 0;
		padding: 0;
		border:1px solid #000000;
		}		
/******************** 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;
}
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;
}

#share #fieldText {
	padding: 10px 0 0 0;
	display: block;
	clear: both;
	height: 20px;
}
#share #fieldText label {
	float:left;
	margin: 0 10px 0 0;
}
#share #fieldText input {
	width: 220px;
	float: left;
	margin: 0 0 4px 0;
}
#share #fieldTextarea {
	clear: both;
	margin: 20px 0 0 0;
	display: block;	
}
#share #fieldTextarea label {
	display: block;
	clear: both;
}
#share #fieldTextarea textarea {
	width: 300px;
	margin: 5px 0 15px 0;
	padding: 0 0 0 0;
}
#share #fieldTextarea em {
	float: right;
	width: 150px;
}
#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: 470px;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
body#share .centerModule {
	clear: both;
}
/* 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 => Product Details Tab view ********************/
#jumpLink {
	padding: 5px 0 3px 0;
	}
.tabView, .listView {
	clear: left;
	padding-top: 5px;
	margin-bottom: 10px;
	}
.tabView a, .listView a{
	color: #003399;					
	}	
.tabView ul.tabMenu {
	list-style: none;
	display: inline;
	}
.listView ul.tabMenu {
	margin-left: 10px;
	padding-left: 10px;
	}
.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn{
	float: left;
	margin: 0 2px 0 0;
	background: #212021;
	line-height: 14px;	
	}
	.listView li.tab, .listView li.tabOn, .listView li.tabLast, .listView li.tabLastOn {
		list-style: square;		
		padding-bottom: 1px;
		}
.tabView li.tab a, .tabView li.tabLast a, .tabView li.tabOn a, .tabView li.tabLastOn a{ 
	text-align: center;
	color: #fff;
	background: #212021;
	display: block;
	height: 39px;	 
	width: 87px; /* Needs to reduce as icreased the padding : Ram 07Feb */
	padding: 5px 2px; /* For the auto wrapping of the text withiin the tabs : Ram 07Feb*/
	text-decoration: none;
	outline:0;
	overflow: hidden;
	}
	.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a { 
		text-decoration: underline;
		font-weight: bold;
		color: #003399;
		}
	.listView li.tab a:hover, .listView li.tabLast a:hover, .listView li.tabOn a:hover, .listView li.tabLastOn a:hover { 
		text-decoration: none;
		height: 39px;
		}		
.tabView li.tabSingle{
	float: left;
	margin-right: 0;
	background: #212021;
	}
	.listView li.tabSingle {
		list-style: square;		
		padding-bottom: 1px;
		}
.tabView li.tabSingle a{ 
	text-align: center;
	color: #fff;
	background: #212021;
	display: block;
	padding: 5px 2px; /* For the auto wrapping of the text withiin the tabs : Ram 07Feb*/
	text-decoration: none;
	font-weight: bold;
	outline:0;
	}
.tabView li.tabLast a, .tabView li.tabLastOn a {
	width: 87px;
	background-color:#212021;
	border: 1px solid #212021;
	overflow: hidden;
	height: 39px;
	}				
.tabView li.tab a:hover, .tabView li.tabOn a, .tabView li.tabLast a:hover, .tabView li.tabLastOn a{ /*active and clicked tab properties*/
	background: #fff;
	border: 1px solid #212021;
	border-bottom: 2px double #fff;
	border-top: 0 solid #fff; 
	color: #000;	
	margin: 0;
	position: relative;
	top: 1px; /* Important to push the tab little down to remove bottom border in IE */
	text-decoration: none;
	z-index: 3; /* Important to get the selected tab on the top of all */	
	}
	.listView li.tab a:hover, .listView li.tabOn a:hover, .listView li.tabLast a:hover { /*active and clicked tab properties*/	
		text-decoration: none;
		}
.tabView li.tab a {
	border: 1px solid #212021;
	}
.tabView li.tabOn a, .tabView li.tabLastOn a {
	cursor: default;
}
.tabView .tabDataContainer { /* common properties of the container inrelavant of the screen resolutions */
	clear: left;
	background: #fff;
	border: 1px solid #212021;
	margin: 0;
	padding: 10px;
	color: #000;
	text-align: left;
	display: none;
	}
.listView .tabDataContainer { /* common properties of the container inrelavant of the screen resolutions */
	clear: left;
	background: #fff;
	border-bottom: 1px solid #212021;
	margin-top: 5px;
	padding: 5px;
	color: #000;
	text-align: left;
	display: block;
	}
.tabDataContainer { /*this adjust the container height*/
	min-height: 100px;
	height: 100% !important;
	height: 100px;
	}
	.tabDataContainer .text table {
		width: 100%;
		clear: both;
	}
.tabView .moduleTitle {
	display: none;
	}
.listView .moduleTitle {
	text-align: right;
	padding-bottom: 10px;
	display: block;
	}
.tabView .sectionTitle {
	display: none
	}
.listView .sectionTitle {
	text-align: right;
	padding: 0 0 10px 0;
	margin: 0;
	display: block;	
	}
.sectionTitle span {
	font-weight: bold; 
	font-size: 12px;
	float: left;
	}
.sectionTitle a {
	float: right;
	color: #003399;
	}
	.sectionTitle a:hover {
		text-decoration: none;
		}

.floatLeft{ /* Controls the form field alignment and also a class for float left */
	float: left;
	}
/******************** End => Product Details Tab view ********************/

/**********Login Form ****************/
.FormModule{
	width: 405px; 
	border: 1px solid #ccc;
	}
.FormModule div.moduleTitle{
	background-color: #ccc; 
	color: #000; 
	font-weight: bold; 
	padding: 5px 0; 
	margin-bottom: 20px;
	}
.frmCheckBox{
	float: left; 
	width: 20px;
	}
.marginTop{	
	margin-top: 5px;
	}