/* CSS Document */
body{
	margin:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.flash_area_bg{
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}

.content_area_bg{
	background-image: url(../images/content_area_bg.gif);
	background-repeat:repeat-y;
}

td{
	font:12px Arial, Helvetica, sans-serif;
	margin-top:0;
	color:#000000;
}
.whtbrd{
	border: solid;
	border-width: 10px;
	border-color: White;
}

.txt{
	font:12px Arial, Helvetica, sans-serif;
	line-height:21px;
	margin-top:0;
	padding:0;
	vertical-align:top;
	color:#000000;
}

	.greytxt{
		padding: 20px;
		font:12px Arial, Helvetica, sans-serif;
		color: #4F4F4F;
		line-height: 17px;
		
	}
		.greytxt1{
			padding: 10px;
			font:11px Arial, Helvetica, sans-serif;
			color: #4F4F4F;
			line-height: 17px;
		}
	
.index_content_width{
	width:533px;
}


.table-width{
	width:969px;
}
	.table1-width{
		width:890px;
	}

a, a:active, a:focus, a:link, a:visited{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	color: #F1800E;
	font-size: 12px;
}
	a:hover{
		text-decoration:underline;
		color: #000;
	}

/*8-3-11 Sanket - Issue 7311*/
/* index page menu links to prevent gap between menu items and flash nav below. */
table.menuHome a, 
	table.menuHome a:active, 
		table.menuHome a:focus, 
			table.menuHome a:link, 
				table.menuHome a:visited {
	line-height: 8px;
}
		/* removes line-height restriction for sub-menu links */
		table.menuHome div a, 
			table.menuHome div a:active, 
				table.menuHome div a:focus, 
					table.menuHome div a:link, 
						table.menuHome div a:visited {
							line-height: 19px;
						}

a.footerlink, a.footerlink:active, a.footerlink:focus, a.footerlink:link, a.footerlink:visited{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	color: #F1800E;
	font-size: 11px;
}
	a.footer:hover{
		text-decoration:underline;
		color: #000;
	}
	
a.link1, a.link1:active, a.link1:focus, a.link1:link, a.link1:visited{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #F1800E;
	font-size: 12px;
	font-weight: normal;	
	text-decoration: underline;	
	letter-spacing: 0;
}
	a.link1:hover{
		color: #000000;
		text-decoration: none;	
	}

a.footerlink1, a.footerlink1:active, a.footerlink1:focus, a.footerlink1:link, a.footerlink1:visited{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a.footerlink1:hover{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

.top_bg{
	background:url(../images/top_bg.jpg) no-repeat left;
	width:677px;
	height:60px;
}
	.top_bg_index{
		background:url(../images/top_bg_index.jpg) no-repeat left;
		width:714px;
		height:60px;
	}
	
.news_events h2{
	font-size:12px;
	padding:0;
	margin:0;
	font-weight:bold;
}

.right_menu_width{
	width:260px;
}
	.right_menu_txt{
		font-size:12px;
		line-height:14px;
		color:#4f4f4f;
	}
		.right_menu_txt a{
			color:#4f4f4f;
			line-height:18px;
			text-decoration:underline;
		}
			.right_menu_txt a:hover{
				color:#000000;
			}
			
	.right_menu_txt_bold{
		font-size:12px;
		line-height:16px;
		color:#333333;
		font-weight:bold;
	}
	.right_menu_txt_small{
		font-size:10px;
		line-height:12px;
		color:#333333;
	}
	
.footer{
	font-size:11px;
	margin-top:0;
	padding:0;
	vertical-align:top;
	color:#333333;
}
	.footer1{
		font-size:11px;
		color:#4f4f4f;
	}
		.footer1new{
			font-size:11px;
			color:#ffffff;
		}

hr {
	height: 1px;
	color: red;
	border: 0;
}

#topNav td, #topNav a {
	color: #fff;
	font-weight:bold;
}
	#topNav td{
		padding-left: 5px;
	}
	#topNav a:hover {
		color: #000;
		text-decoration:none;
	}

/* Facebook / LinkedIn icons */
	div.connect {
	}
		div.connect ul {
			margin-left: 25px;
			position: absolute;
		}
		.msie6 div.connect ul {
			padding-left: 20px;
			width: 225px;
		}
			

/* right rail formatting */
.rightRail ul {
	margin-left: 12px;
}

.rightRail span.label_text {
	margin-left: 24px;
}

div.accordion p {
	margin-top: 0;
	padding-left: 0;
}
