/*----------------------------------------------- 
 Start => Main CSS - 1.5 templates  
----------------------------------------------- */


/* START => common CSS styles
----------------------------------------------- */
body {
	background: #fff;
	color: #444;
	font: 12px Arial, Verdana, Helvetica, sans-serif;/*Global Font*/
	height: 100%;
	line-height: 1.166em;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover {
	color: #05479E;
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.Custom_Italic {
	font-style: italic;
}
.Custom_Bold{
	font-weight: bold;
}
sup {
	font-size: 90%;
}
img, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* 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;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 182px;/* width of the left sidebar -- can be set to any value including percentages */
}
	* html #gridLeftNoMenu {/*For IE6 - insert any styles to target LTE IE6*/
		overflow: visible;
	}
#gridLeft {
	background: #fff;
	float: left;
	margin: 16px 10px 0 0;	
	overflow: hidden;	
	padding: 0;
	width: 162px;
}
	* html #gridLeft { /*for IE6*/
		margin: 16px 7px 0 0;
		overflow: visible;
	}
#gridCenter {
	height: 100%;	
	min-height: 420px;
	overflow: hidden;	
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
	background: #fff url("aigt_bodybg_tcm261-241495.jpg") no-repeat top left;
}
	* html #gridCenter { /*for IE6*/
		overflow: visible;
		height: 420px;
	}
#gridRight {
	float: right;
	margin: 16px 0 0 25px;
	overflow: hidden;
	padding: 4px 12px;
	text-align: left;
	width: 220px;
	border-top: solid 2px #E3E3E3;
	border-bottom: solid 2px #E3E3E3;
	height: auto !important;
}
	* html #gridRight { /*for IE6*/
		margin: 16px 0 0 22px;
		overflow: visible;
	}
#body_wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#grid_wrapper {
	background: #fff;
	clear: both;
	float: left;
	height: auto !important;
	margin: 0;
	overflow: visible;
	padding: 0;
}
.aig800, .aig800 #grid_wrapper {
	width: 980px;/* Width of the #body_wrapper in 800/600 screen resolution */
}
.aig1024, .aig1024 #grid_wrapper {
	width: 980px;/* Width of the #body_wrapper in 1024/768 screen resolution */
}
#pageBanner {
	background: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	min-height: 20px;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	display: none;
}
	* html #pageBanner {
		height: 20px;
		overflow: visible;
	}
#PlaceHolderBanner {
	border: 1px solid #ccc;
	display: none;
	font-weight: bold;
	font-size: 14px;	
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}
/* END => Page Layout related styles
----------------------------------------------- */


/* START => Page Header related styles
----------------------------------------------- */
#mastHead {
	height: 105px;
	margin: 0;
	padding: 0;
	width: 322px;
	float: left;
}
	* html #mastHead {
		
	}
	*:first-child+html #mastHead {
		
	}
/*---- Global Navigation links styles ----*/
#topLinks {
	color: #fff;
	float: right;
	font-size: 10px;	
	margin: 0 20px 0 0;	
	padding: 0 0 2px 0;
	text-transform: uppercase;
	display: none;
}
	* html #topLinks {
		margin: 0 10px 0 0;
	}
	*:first-child+html #topLinks {
		margin: 0 10px 0 0;
	}
.topLinkSep img {
	background: #fff;
	float: left;
	height: 22px;
	margin: 0 5px;
}
#topLinks a, #topLinks a:visited {
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;	
	margin-top: 9px;
	padding-bottom: 3px;
	text-decoration: none;
	white-space: nowrap;
}
#topLinks a:hover {
	text-decoration: underline;
}
#topLinks .onPage {
	float: left;
	margin-top: 9px;
}
#topLinks form {
	text-decoration: none;
}

/* Top : Site Search styles */
#siteSearch {
	background: none;
	float: right;
	margin: 12px 20px 0 0;	
	padding: 0;
	text-align: right;
	vertical-align: top;
}
	* html #siteSearch {
		margin: 12px 10px 0 0;
	}
	*:first-child+html #siteSearch {
		margin: 12px 10px 0 0;
	}
#siteSearch .btn {
	background: none;
	float: left;
	margin-left: 2px;
}
#siteSearch .txtMedium {
	float: left;
	width: 132px;
	margin-top: 1px;
}
/* LOGO and LogoBanner section */
#logo {
	cursor: pointer;
	margin: 0;	
}
	* html #logo {
		
	}
	*:first-child+html #logo {
		
	}
#logo .tagLine {
	color: #fff;
	font-weight: bold;
	font-size: 15px;	
	text-transform: uppercase;
	vertical-align: middle;
}
#logobanner1, #logobanner2, #logobanner3, #logobanner4 {
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
#logobanner2 img {
	position: absolute;
	margin-top: -15px;
}
/* END => Page Header related styles
----------------------------------------------- */


/* START => Main Navigation related styles
----------------------------------------------- */
#navContainer {
	color: #000;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
	background: transparent url("nav_hover_tcm261-180904.gif") repeat-x top left;
}
#navContainer a {
	
}
#navContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navContainer li {
	float: left;
	border-right: solid 1px #6D7276; 		
	font-weight: bold;
	color: #6B7278;
 	height: 60px;  	
}
#navContainer li a {
	text-decoration: none;
	float: left;
 	padding: 50px 20px 0 6px;
 	background: #fff url() no-repeat 6px 6px;
}
	#navContainer li.li1 a {
		padding-left: 18px;
		background-image: url("nav_li1_tcm261-180905.gif");
		background-position: 18px 6px;
	}
	#navContainer li.li2 a {
		background-image: url("nav_li2_tcm261-180906.gif");
	}
	#navContainer li.li3 a {
		background-image: url("nav_li3_tcm261-180907.gif");
	}
	#navContainer li.li4 a {
		background-image: url("nav_li4_tcm261-180908.gif");
	}
	#navContainer li.li5 a {
		background-image: url("nav_li5_tcm261-180909.gif");
	}
	#navContainer li.li6 a {
		background-image: url("nav_li6_tcm261-180910.gif");
	}
#navContainer li a:hover {
	background-color: transparent;
}
#navContainer li#active a {
	background-color: transparent;
}
#navContainer li.tabOn a.navLink {
	cursor: default;
}
#navContainer a, #navContainer a span {
	
}
/* END => Main Navigation related styles
----------------------------------------------- */


/* START => Utility Navigation 
----------------------------------------------- */
#utilityNav {
	color: #666699;
	text-align: right;
	text-transform: uppercase;
}
#utilityNav a, #utilityNav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#utilityNav a:hover {
	color: #fff;
	text-decoration: none;
}
/* END => Utility Navigation 
----------------------------------------------- */
/* START => Left Navigation related styles
----------------------------------------------- */
#leftNavContainer {
	margin-bottom: 30px;
	width: 162px;
}
#leftNavContainer ul {
	margin: 10px 0 0 15px;
	padding: 0;
	list-style: none;
}
#leftNavContainer ul li {
	background: url("leftnav_listbg_tcm261-242293.gif") no-repeat 0 4px;
	padding: 0 0 14px 14px;
}
#leftNavContainer li a {
}
#leftNavContainer li a:hover {
}
#leftNavContainer li a.active {
	text-decoration: none;
	cursor: default;
}
#leftNavContainer li a.active:hover {
	color: #444444;
}
/* END => Left Navigation related styles
----------------------------------------------- */

/* START => Breadcrumb related styles
----------------------------------------------- */
#breadCrumb {
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 2px;
}
#breadCrumb span{
	font-size: 8px;
}
#breadCrumb a, #breadCrumb a:visited {
	color: #19318b;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
}
#breadCrumb a.drop, #breadCrumb a.drop:visited, #breadCrumb a.drop:hover {
	background: url('') 99% no-repeat;/* Adds arrow image at the right corner of the breadcrumb box */
	border: 1px solid #ccc;
	padding-right: 18px;
}
#breadCrumb a.drop:hover {
	background: #efefef;
}
#breadCrumb a:hover {
	text-decoration: none;
}
/* Start => BreadCrumb Dropdown */
#dropMenuDivAIG {
	position: absolute;
}

/* END => Breadcrumb related styles
----------------------------------------------- */


/* START => Page Title related styles
----------------------------------------------- */	
#pageTitle {
	/*background: #05479E;
	font-family: Times New Roman;
	position: absolute;
	top: 114px;
	width: 966px;
	height: 44px;
	border: solid 7px #e3e3e3;
	overflow: hidden;*/
	color: #444;
	text-transform: uppercase;
	padding: 10px;
	font: bold 22px/22px "Times New Roman";
}
#pageTitle img {
	border: 0;
	padding: 0 10px 0 0;
}
#pageTitle .pageName {
	color: #444;
	margin: 0;
	padding: 0;
}
#pageTitle .link {
	margin: 0 0 0 15px;
	padding-bottom: 5px;
}
.link a {
	color: #00f;
}
#pageTitle sup {
	font-size: 80%;
}
#pageSubTitle {
	margin: 5px 0 10px 0;
	padding: 0;
}
.pageSubTitle1 {
	font-weight: bold;
	font-size: 14px;
}
.pageSubTitle2 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
/* END => Page Title related styles
----------------------------------------------- */


/* START => Center Column related styles
----------------------------------------------- */
.centerModule {
	margin: 0 0 0 15px;
}
#gridCenter .centerModule .module {
	margin: 0 0 10px 0;
	border: none;
}
.centerModule .moduleTitle {
	background: none;
	color: #444;
	text-transform: uppercase;
	padding: 10px;
	font: bold 22px/22px "Times New Roman";
	margin-left: -15px;
}
.centerModule .moduleTitle a {
	margin-bottom: 10px;
}
.centerModule .moduleSubTitle a:hover, .centerModule .moduleMore a:hover {
	text-decoration: none;
}
.centerModule .moduleTitle a:hover {
	text-decoration: underline;
}
.centerModule .moduleTitle img {
	float: none;
}
.centerModule .moduleSubTitle {
	font-size: 12px;
	padding: 0 5px 0 15px;
}
.centerModule img {
	float: left;
	padding: 5px;
}
#gridCenter p {
	padding: 4px 15px 4px 15px;
	margin: 0;
}
.centerModule .moduleFooter {
	font-size: 10px;
	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;
	width: 100%;
}
.centerModule .moduleTitle a, .centerModule .moduleTitle a:visited, .centerModule .moduleTitle a:hover, .moduleCat .moduleCont .moduleTitle a {
	color: #3A3899;
	text-decoration: underline;
}
.moduleCat .moduleImage {
	margin: 0;
	padding: 0;
}
/* END => Center Column related styles
----------------------------------------------- */


/* START => All Module related styles
----------------------------------------------- */
.rightModule {
	
}
.leftModule, .leftModuleAds {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.rightModule, .leftModule, .leftModuleAds, #gridCenter .Module {
	text-align: left;
	/*margin-bottom: 30px;*/
}
.rightModuleAds {
	margin-bottom: 20px;
}
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited {
	white-space: normal;
}
.rightModuleAds, .leftModuleAds {
	border: 0;
}
.rightModule .moduleTitle, .leftModule .moduleTitle, #gridCenter .Module .moduleTitle {
	font: bold 12px/12px Verdana;
	padding-bottom: 5px;
	color: #05479E;
}
.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 a:visited {
	color: #05479E;
}
.rightModule .moduleTitle img, .leftModule .moduleTitle img {
	float: none;
	margin: -3px -10px;
	padding: 0;
}
.rightModule .moduleSubTitle, .leftModule .moduleSubTitle, #gridCenter .Module .moduleSubTitle {
	font-weight: bold;	
}
.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 .moduleMore a, .rightModule .moduleMore a:visited, .rightModule .moduleMore a:hover, .leftModule .moduleMore a, .leftModule .leftModule a:visited, .leftModule .moduleMore a:hover, #gridCenter .Module .moduleMore a {
	color: #8391be;
}
.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;
	float: left;
	border: 1px solid #1F2883;
	width: 180px;
}
#gridCenter .Module {
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;	
	border: 1px solid #1F2883;	
}
#gridRight iframe {
	margin: 0;
	padding: 0;
	width: 300px;
}
.rightModule .moduleFooter, .leftModule .moduleFooter, .rightModule p.printEmail, .leftModule p.printEmail, #gridCenter .Module .moduleFooter, #gridCenter .Module p.printEmail {
	font-size: 90%;
}
.rightModule .moduleMore, .leftModule .moduleMore, #gridCenter .Module .moduleMore {
	background: #ccc;
}
.rightModule img, .leftModule img, .rightModule form, .leftModule form, .rightModuleAds img, .leftModuleAds img {
	padding: 0;	
}

/* END => All Module related styles
----------------------------------------------- */	


/* START => Category Module related styles
----------------------------------------------- */
.moduleCat {
	margin: 0 0 20px 0;
	padding: 0;
}
.moduleCat .moduleImage {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.moduleCat .moduleCont {
	display: block;
	height: 100%;	
	margin: 0 0 0 0;
	min-height: 20px;
	overflow: hidden;	
	padding: 0 0 0 0;
}
	* html .moduleCat .moduleCont { /*for IE6*/
		height: 50px;
		overflow: visible;
	}
#gridCenter .moduleCat .moduleCont .moduleTitle {
	display: block;
	line-height: 100%;
	margin: 0 0 5px 0;
	background: none;
	padding-left:0;
}
/* END => Category Module related styles
----------------------------------------------- */


/* START =>List Item related styles
----------------------------------------------- */	
ul.bulleted {
	list-style-type: square;
	margin: 0 0 0 28px;
	padding: 5px 5px 0 0;
}
ul.bulleted li {
	padding: 2px 0 3px 0;
}
.rightModule ul.bulleted li {
	color: #3A3899;
}
ul.bigBulleted {
	list-style-type: square;
	margin: 0 0 0 28px;
	padding: 5px 5px 10px 0;
}
ul.bigBulleted li {
	padding: 2px 0 3px 0;
}
ul.nonBulleted {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
ul.nonBulleted a {
	font-weight: normal;
}
.centerModule ul.nonBulleted {
	margin: 10px 0;
	padding: 0 0 0 15px;
}
	.centerModule ul.nonBulleted li {
		padding: 0;
		/*background: url("list_bg_tcm261-181622.gif") no-repeat 0px 10px;*/
	}
	.centerModule ul.nonBulleted li a {
		/*padding: 0 0 0 15px;*/
	}
	
	.centerModule ul.nonBulleted li span.Custom_Italic {
		text-align: right;
		display: block;
		font-style: normal;
		padding: 5px 15px 0 0;
		background: url("list_bg_tcm261-181622.gif") no-repeat right 7px;
	}
	.centerModule ul.nonBulleted li span.Custom_Italic a {
		text-decoration: none;
	}
ul.imageBulleted {
	list-style-type: none;
	margin: 5px 5px;
	padding: 0;/* Cross check  the positions of the bullets in all browsers,when changed */
}
ul.imageBulleted li {
	clear: left;
	padding: 1px 0 1px 5px;
}
ul.imageBulleted li img {
	padding-right: 5px;
}
ul.bulleted b, ul.bigBulleted b, ul.nonBulleted b, ul.imageBulleted b {
	color: #000;
	font-weight: normal;
}
/* END =>List Item related styles
----------------------------------------------- */	


/* START =>Search Result page related styles
----------------------------------------------- */
#searchPageForm {
	height: 50px;
	margin: 10px 0 0 100px;
	padding-bottom: 10px;
	width: 400px;
}
#searchPageForm .boxAction a {
	display: block;
	width: 100px;
}
#helpLayer {
	background: #fff;
	border: 3px solid #ccc;
	display: none;
	left: 60%;
	margin: -25px -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 10px;
}
.searchResults ol li {
	clear: left;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 0;
}
.searchResults ol {
	clear: left;
}
.searchResults ul.nonBulleted li, .searchResults ol.nonBulleted li {
	clear: left;
	margin: 5px 2px 2px -10px;
	padding: 0 0 5px 0;
}
#noResultText {
	font-size: 12px;
	font-weight: bold;
}
/* 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;
	font-size: 11px;	
	list-style: none;
	margin: 0;
	padding: 10px 0 0 5px;
}
.sitemapV #sitemapContainer #navlist li a {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.sitemapV #sitemapContainer #navlist li ul {
	margin-left: 10px;
	padding: 0;
}
.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;	
}
.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;
}
.sitemapV #sitemapContainer #navlist li a:hover {
	text-decoration: none;
}
#navList #active a:hover {
	cursor: default;
}
.sitemapH .navlist li a {
	font-weight: bold;
}
/* END =>Site map page related styles
----------------------------------------------- */


/* START => Form related styles
----------------------------------------------- */
/* Start => Form Default properties */	
input, select, textarea {
	background: #f2f0f1;
	color: #000;
	font-size: 11px;
	margin: 0;
	margin-bottom: 2px;
}
/* End => Form Default properties */	
.disabledBtn {
	background: #ccc;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	padding: 0 4px 0 4px;
}
.formBtn {
	background: #d4d0c7;
	font-weight: bold;
	font-size: 11px;
	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;
}
/* Workaround for IE7  */
*: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;
}
form, input[disabled], select[disabled], textarea[disabled], #location {
	color: #000;
}
.requiredFields {
	color: #FF0000;
}
/* END => Form related styles
----------------------------------------------- */


/* START => General styles
----------------------------------------------- */
.column {
	float: left;
	width: 45%;
}
.listView ul.column, .tabView ul.column {
	width: 95%;
}
br.both {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0px;
}
html[xmlns*=""] body:last-child #mastHead br.both {
	display: none;
}
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;
	font-size: 11px;
	padding: 2px 5px;
}
.disabledBox {
	background: #ccc;
}
/* END => General styles
----------------------------------------------- */	


/* START => New Search Page styles
----------------------------------------------- */	
#searchWrapper {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.label {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
}
#mainSearchResult {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}
#viewAll_top {
	padding: 10px 0;
	text-align: right;
}
#viewAll_bottom {
	display: none;
	padding: 10px 0;
	text-align: right;
}
#searchHelpLabel {
	font-weight: normal;
	padding-left: 5px;
	vertical-align: bottom;
}
#searchResultsViewAll {
	clear: left;
	margin: 10px 0pt 0pt;
}
#searchResultsViewAll ul {
	clear: left;
	margin: 5px 0pt;
}
#searchResultsViewAll ul.nonBulleted li {
	clear: left;
	margin: 5px 2px 0pt -10px;
	padding: 0pt;
}
#searchResultsViewAll p {
	display: block;
	margin: 0pt;
}
.searchTitleNoPagination {
	font-weight: bold;
	margin: 15px 0pt 5px;
}
#searchResultsViewAll ul.nonBulleted li a, #searchResultsViewAll ol.nonBulleted li a, .searchSecure {
	font-weight: bold;
}
/* START => New Search Page styles
----------------------------------------------- */


/* START => LIST and TAB View related styles 
----------------------------------------------- */
#jumpLink {
	padding: 5px 0 3px 0;
}
.tabView, .listView {
	clear: left;
	margin-bottom: 10px;
	padding-top: 5px;
}
.tabView .sectionTitle, .tabView .moduleTitle {
	display: none;
}
.tabView ul.tabMenu {
	display: inline;
	list-style: none;
	list-style-type: none;
}
.listView li.tab a:hover, .listView li.tabOn a:hover, .listView li.tabLast a:hover, .listView li.tab a:hover, .listView li.tabLast a:hover, .listView li.tabOn a:hover, .listView li.tabLastOn a:hover {
	text-decoration: none;
}
.listView ul.tabMenu {
	margin-left: 10px;
	padding-left: 10px;
}
.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn {
	background: #19308D;
	float: left;
	margin-right: 2px;
}
.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: 5px 2px;
	text-align: center;
	text-decoration: none;
	width: 77px;
}
.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
.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;
	text-align: center;
	text-decoration: none;
}
.tabView li.tabLast a, .tabView li.tabLastOn a {
	background: #19308D;
	border: 1px solid #19308D;
	overflow: hidden;
	width: 77px;
}
.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;
	position: relative;
	text-decoration: none;
	top: 2px;
	z-index: 3;
}
.tabView li.tab a {
	border: 1px solid #19308D;
}
.tabView .tabDataContainer {
	background: #fff;
	border: 1px solid #19308D;
	clear: left;
	color: #000;
	display: none;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.listView .tabDataContainer {
	background: #fff;
	border-bottom: 1px solid #efefef;
	clear: left;
	color: #000;
	display: block;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}
.tabDataContainer {
	height: 100%;	
	min-height: 100px;
}
	* html .tabDataContainer {
		height: 100px;
	}
.listView .moduleTitle {
	display: block;
	padding-bottom: 10px;
	text-align: right;
}
.listView .sectionTitle {
	display: block;
	float: right;
	padding-bottom: 10px;
	text-align: right;
}
.sectionTitle {
	margin-bottom: 20px;
	width: 100%;
}
.sectionTitle span {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.sectionTitle a {
	color: #003399;
	float: right;
}
.sectionTitle a:hover {
	text-decoration: none;
}
.tabView a, .listView a, .centerModule .moduleSubTitle a, .centerModule .moduleMore a, .centerModule .moduleMore a:visited {
	color: #003399;
}
.listView li.tab, .listView li.tabOn, .listView li.tabLast, .listView li.tabLastOn, .listView li.tabSingle {
	list-style: square;
	padding-bottom: 1px;
}
/* END => LIST and TAB View related styles 
----------------------------------------------- */


/* START => Page and Site footer related styles 
----------------------------------------------- */
#pageFooter {
	background: #fff;
	clear: both;
	color: #000;
	font-size: 90%;
	margin: 10px auto;
	width: 90%;
}
#pageFooter .moduleTitle {
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#pageFooter p {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#pageFooter ul {
	margin: 0;
	padding: 0;
}
#siteFooter {
	background: #05479E;
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 0;
	padding: 4px 10px;
	border: solid 7px #e3e3e3;
}
#siteFooter a {
	color: #fff;
	padding: 0 0 0 0;
	text-decoration: underline;
}
#siteFooter a:visited {
	text-decoration: underline;
}
#siteFooter a:hover {
	text-decoration: none;
}
#siteFooter .grayText {
	color: #333;
}
#siteFooter hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	display: none;
	height: 1px;
	width: 100%;
}

/* START => Page and Site footer related styles 
----------------------------------------------- */


/* START => Siteminder Login related styles 
----------------------------------------------- */
.pwd_rules {
	font-size: 11px;
}
#grid-center {
	border-right: none;
}
.lnk {
	color: #fff;
	float: right;
	height: 10px;
	padding: 2px;
}
.lnk a {
	color: #fff;
	font-size: 10px;
}
.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;
	font-size: 11px;
	height: 25px;
	padding: 7px;
}
	* html .lgn_tbl td {
		padding: 5px;
	}
	*:first-child+html .lgn_tbl td {
		padding: 5px;
	}
.lgn_tbl td.pass_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
	text-align: center;
}
.lgn_tbl td.warning {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.lgn_tbl td input.field {
	background: #fff;
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 11px;
}
.lgn_tbl td input {	
	background: #DCDCD6;
	border: 1px solid #666;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 11px;
	padding: 3px;
}
	* html .lgn_tbl td input {
		padding: 2px;
	}
	*:first-child+html .lgn_tbl td input {
		padding: 2px;
	}
.standards ul {	
	margin: 0 0 5px -20px;
}
	* html .standards ul {
		margin: 0 0 0 20px;
	}
	*:first-child+html .standards ul {
		margin: 0 0 0 20px;
	}
.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;
}
#loginErr1, #loginErr2 {
	display: none;
}
.standards {
	font-weight: bold;
	font-size: 10px;
	left: 59%;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 200px;
	width: 160px;
}
.loginError {
	color: #FF0000;
}
td.lgn_hdr_main, .lgn_tbl td.lgn_hdr {
	background: #001473;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;	
	padding: 5px;
}
/* END => Siteminder Login related styles 
----------------------------------------------- */


/* START => Login related styles 
----------------------------------------------- */
form a {
	color: #5568AC;
}
.loginModule {
	border: 1px solid #1F2883;
	display: block;
	padding-bottom: 5px;
	width: 180px;
}
.loginModule .loginModTitle {
	background: #1F2883;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px;
}
.loginModule .loginSubTitle {
	font-size: 11px;
	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 {
	font-size: 11px;
	margin: 3px 0;
}
#loginSubBlock {
	margin: 0 5px;
}
#loginSubBlock span {
	display: block;
}
#loginImg {	
	margin: -6px 3px 0 2px;
}
	* html #loginImg {
		margin: -8px 3px 0 2px;
	}
	*:first-child+html #loginImg {
		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;
	font-size: 11px;
	text-decoration: underline;
}
#welcomeMsg a:hover{
	text-decoration: none;
}
#welcomeMsg .welcomeLink a{
	padding: 0 5px 0 0;
	margin: 0;
}
.welcomeName{
	float: left;
	margin-right: 5px;
}
#welcomeMsg .welcomeLink{
	font-weight: bold;
	font-size: 11px;
	margin-top: -1px;
}
#loginRem input {
	margin-right: 10px;
}
/* END => Login related styles 
----------------------------------------------- */


/* START => Home page component related 
----------------------------------------------- */
.btmTab {
	border:0px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	margin:0px;
	padding:15px 0px 10px 0px;	
	color: #000;
}
.tabs a, .tabDispOn a {
	font-size: 11px;
	color: #04349a;
	text-decoration:none;
}
.tabs a:hover, .tabDispOn a:hover {
	text-decoration:underline;
}
.tabs ul, .tabDispOn ul {
	padding:0px;
	margin:0;
}
.tabs li, .tabDispOn li {
	padding:0;
	margin:0;	
}
.tabs li p, .tabDispOn li p {
	margin:0px;	
}
.btmTabBar {
	border-bottom:1px solid #dbdbdb;
	font-weight:bold;
	list-style-type:none;
	margin:0px;
	padding:0px 20px 32px 20px;
}
.btmTabBar li.active {
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.btmTabBar li {
	background-color:#f2f2f2;
	border:1px solid #dbdbdb;
	float:left;
	height:29px;
	margin:1px 2px 0px 2px;	
}
.btmTabBar li a {
	color:#666666;
	display:block;
	float:left;
	padding:8px;
	text-decoration:none;
}
.btmTabBarDiv {
	border:0px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	padding-top:10px;
	background-color:#e9e9e9;
	width: 556px;
}
.btmBarMainDiv {
	width:557px;
}
.btmTabBarDiv {	
 	width:556px;
}
.btmTab {
	display:block;
	height:auto;
 	width:556px;
}
.btmTabRight {
	float:right;
	padding-left:10px;
}
.btmTab1, .btmTab2, .btmTab3 {
	height:150px;
	overflow:auto;
	padding:0px 15px 0px 25px;
}
.tabs, .tabDispOn {
	height:130px;
	overflow:auto;
	padding:0px 15px 0px 25px;
}
.btmTabLeft{
	font-size: 100%;
	}
.btmTabRightImg {
	padding:5px 5px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
}
.btmTabRightHTML {
	padding:5px 5px;
}
.btmBarTopImg {
	padding:0px;
	margin:0px;
	height:4px;
	width:557px;	
}
.btmBarBottomImg {
	padding:0px;
	margin:0px;
	height:5px;
	width:557px;	
}
.homePageHdr{
	display: none;
	}
/* END => Home page component related 
----------------------------------------------- */

/* START => Styles specific for R3.1
----------------------------------------------- */
img {
	border: 0px;
}
#gridCenter #pageTitle {
	clear: both;
}
#gridCenter #LabelId {
	display: none;
}
.printCenter {
	margin: 0 0 5px 0;
	float: right;
	width: 50%;
}
.printCenter p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	float: right;
}
.printCenter p a {
	margin-right: 0;
}
.printCenter p img {
	margin-left: 15px;
	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;
}
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 #dropMenuDivAIG, 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;
}	
/*---- for error messages ----*/
#share .error {
	color: #f00;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	display: none;
}
.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;	
	background-color: #FE0000;
}
	* html .emsBanner1 {
		overflow: visible;
	}
	*:first-child+html .emsBanner1 {
		overflow: visible;
	}
.emslabel1{
	background-color: #fe0000;
	color: #FFFFFF;
	font: bold 12px verdana, arial;
	float: left;
	width: 180px;
	padding: 5px;
	overflow: hidden;
}
	* html .emslabel1 {
		overflow: visible;
	}
	*:first-child+html .emslabel1 {
		overflow: visible;
	}
.emslabel2 {
	color: #000;
	font: bold 12px verdana, arial;
	float: left;
	width: 315px;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
}
	* html .emslabel2 {
		overflow: visible;
	}
	*:first-child+html .emslabel2 {
		overflow: visible;
	}
.emslabel2 a {
	color: #00117C;
}
/*---- styles added for share this page layout ----*/

body#share #body_wrapper, body#share #grid_wrapper {
	width: 500px;
}
body#share #gridCenter {
	padding: 0;
	margin: 0;
	min-height: 100px;
}
.contModule {
	background: #FFFFFF 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 3.1  
----------------------------------------------- */

/* START - styles for Sign up Form */
#signup {
	margin: 10px 0 20px 0;
	float: left;
	clear: both;
}
#signup h3 {
	color: #05479E;
	margin: 0 0 10px 0;
	font: normal 20px/20px "Times New Roman";
}
#signup .error {
	display: none;
	color: #f00;
}
#signup p {
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
	width: 154px;
	padding: 0;
}
	#signup p#btn {
		width: auto;
	}
#signup p label {
	display: block;
	text-transform: uppercase;
}
#signup p input {
	background-color: #D2DFF2;
	height: 25px;
	line-height: 25px;
	width: 145px;
	border: solid 1px #6894D5;
}
	#signup p#btn input {
		margin-top: 13px;
		width: auto;
		height: auto;
		line-height: normal;
		border: 0;
	}
/* END - styles for Sign up Form */
