html {
	height:100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*font-size:75%;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(/images/interface/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	height:100%;
}
.clear {
	clear:both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:1px;
}
.pdfBox {
	clear:both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:1px;
	border-top:1px #333 dotted;
}
img {
	background: none;
	border: none;
	padding: 0;
	outline: 0;
}
a{
	background: none;
	border: none;
	padding: 0;
	outline: 0;
}
a:hover{
	background: none;
	border: none;
	padding: 0;
	outline: 0;
}
.virtusalayout #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #005e94;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.virtusalayout #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
/* Upper header content */
.virtusalayout #upperheader {
	height: 70px;
}
.virtusalayout #upperheader img#logo {
	margin-top: 15px;
	margin-left: 15px;
}
.virtusalayout #headersubnav {
	float: right;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
}
.virtusalayout #headersubnav a {
	text-decoration:none;
	color:#2c67a7;
}
.virtusalayout #headersubnav a:hover {
	text-decoration:underline;
	color:#003366;
}
.virtusalayout #headersocialmedia {
	float:right;
	margin-top:10px;
	margin-right:10px;
	clear:both;
}
.virtusalayout #headersocialmedia span {
	line-height:22px;
	height:22px;
	font-size: 11px;
	padding-right: 8px;
	vertical-align: middle;
	margin-bottom:8px;
	display: block;
	float:left;
	color:#999;
}
.virtusalayout #headersocialmedia a {
	padding-left:2px;
	padding-right:2px;
}
.virtusalayout #headersocialmedia img {
}
/* End upper header content */


/* Main menu styling */
.virtusalayout #lowerheader {
	height: 40px;
	background-image: url(/images/interface/topmenu_bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f7941d;
	padding-bottom: 1px;
	padding-left: 22px;
}
/* End main menu styling */

.virtusalayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* side bar items */
.pdficon {
	background-image: url(/images/icons/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_media {
	background-image: url(/images/icons/ico_media.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.ico_media:hover {
	background-image: url(/images/icons/ico_media.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.ico_events {
	background-image: url(/images/icons/ico_events.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.ico_events:hover {
	background-image: url(/images/icons/ico_events.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.ico_press {
	background-image: url(/images/icons/ico_press_peleases.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_press:hover {
	background-image: url(/images/icons/ico_press_peleases.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_awards {
	background-image: url(/images/icons/ico_awards.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_awards:hover {
	background-image: url(/images/icons/ico_awards.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_blogs {
	background-image: url(/images/icons/blog_link.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_blogs:hover {
	background-image: url(/images/icons/blog_link.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color:#F4F7F7;
	color: #003366;
}
.ico_issue {
	background-image: url(/images/icons/issue.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.ico_issue:hover {
	background-image: url(/images/icons/issue.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color:#F4F7F7;
	color: #003366;
}
.ico_issue a{
	padding-left:20px;
}
.virtusalayout #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	_clear: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
.virtusalayout #sidebar1 #expansion {
}
.virtusalayout #sidebar1 .expandcontrols {
	display:block;
	color:#FFF;
	/*	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #85A3C2;*/



	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 6px;
	font-size: 11px;
	background-image: url(/images/interface/expandtab.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: bold;
	text-align: right;
}
.virtusalayout #sidebar1 #sidecomponent {
	margin-bottom: 10px;
}
.virtusalayout #sidebar1 #sidecomponent H3 {
	display:block;
	/*width:230px;*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2c67a7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2c67a7;
	line-height: 22px;
	height:22px;
	color: #2c67a7;
	padding-left: 10px;
	/*padding-left: 30px;*/
	font-weight: bold;
	font-size: 100%;
	background-color: #E8EBEB;
	letter-spacing: 1px;
}
.virtusalayout #sidebar1 #sidecomponent H3 a {
	color: #2c67a7;
	text-decoration:none;
}
.virtusalayout #sidebar1 #sidecomponent H3 a:hover {
	color: #2c67a7;
	text-decoration:underline;
}
H3#icon_casestudy {
	/*background-image: url(/images/interface/topic_cs.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_blogpost {
	/*background-image: url(/images/interface/topic_cs.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_datasheet {
	/*background-image: url(/images/interface/topic_ds.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_event {
	/*background-image: url(/images/interface/topic_events.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_people {
	/*background-image: url(/images/interface/icon-people.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_whitepaper {
	/*background-image: url(/images/interface/topic_wp.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_offerings {
	/*background-image: url(/images/interface/topic_offerings.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_award {
	/*background-image: url(/images/interface/topic_award.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_inthemedia {
	/*background-image: url(/images/interface/topic_news.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_news {
	/*background-image: url(/images/interface/topic_news.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_corporatebrochures {
	/*background-image: url(/images/interface/topic_cs.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
H3#icon_issue {
	/*background-image: url(/images/interface/topic_cs.png);*/
	background-image: url(/images/interface/subnav-bg.png);
	background-repeat: repeat-x;
}
.virtusalayout #sidebar1 #sidecomponent ul {
	display:block;
}
.virtusalayout #sidebar1 #sidecomponent ul li {
	border-bottom:1px dotted #2c67a7;
}
ul.dropdown ul li a {
	_display:inline-block;
}
#mainContent #flash {
	_display:block;
	_overflow:hidden;
}
a.pdficon:hover {
	background-image: url(/images/icons/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color:#F4F7F7;
	color: #003366;
}
.virtusalayout #sidebar1 #sidecomponent ul li a {
	display:block;
	padding:4px 8px 6px 30px;
	font-size: 11px;
	text-decoration:none;
	color: #2c67a7;
}

.virtusalayout #sidebar1 #sidecomponent ul li a:hover {
	background-color:#F4F7F7;
	color: #003366;
	display:block;
}
/* end side bar items */
.virtusalayout #breadcrumbs {
	width: 970px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 25px;
	/*border: 1px solid #D9D9D9;*/
	background-image: url(/images/interface/breadcrumb_bg.png);
	line-height: 25px;
	clear:both;
	display:block;
}
/* main content ----------- */
.virtusalayout #mainContent {
	padding:0px;
	margin-top: 5px;
	/*	margin-right: 280px;*/
	width:695px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2c67a7;
	font-family: Tahoma, Verdana;
	font-size:11px;
	_margin-right: 270px;
	_margin-left: 4px;
	_margin-bottom:10px;
}
#imagecount {
	font-size: 10px;
	font-weight: bold;
	background-image:url(/images/interface/img-imagecount.png);
	background-color: #000;
	text-align: right;
	color: #CCC;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	background-repeat: repeat-x;
}
#imagecount a {
	color: #CCC;
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration:none;
}
#bannernav a.Slide {
	color:#f7941d;
}
.virtusalayout #subnavbox {
	display:block;
	margin-left: 0px;
	margin-top: 0px;
	padding:0px;
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
	height: 22px;
	border: 1px solid #D9D9D9;
	background-image: url(/images/interface/subnav_bg.png);
	line-height: 22px;
	background-position: bottom;
}
#subnavbox ul {
	list-style: none;/*position: relative;*/
}
#subnavbox ul li {
	display:block;
	line-height:22px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
}
#subnavbox ul li a {
	font-size: 11px;
	display:block;
	text-decoration:none;
	color: #666;
	padding-left:8px;
	padding-right:8px;
	font-weight: bold;
}
#subnavbox ul li a:hover {
	color: #000;
}
#subnavbox a.subcurrent {
	font-weight: bold;
	background-image: url(/images/interface/subnav_sel.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color:#fff;
}
.bodycopy {
	display:block;
	clear:left;
	padding-left:8px;
	padding-right:8px;
	margin-top:15px;
}
/* end main content -------------------- */
.virtusalayout #footer {
	padding: 0;
	height: 52px;
	background-color: #ADBBBB;
	background-image: url(/images/interface/footer_bg.png);
	background-repeat: repeat-x;
	padding:5px 0 0 5px;
	margin-top:54px;
	_margin-top:54px;
	_display:block;
	clear:both;
}
.virtusalayout #component ul li a {
	_display:inline;/*_width:225px;*/
}
.virtusalayout #footer #statements {
	font-size:10px;
	color:#6C6C6C;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:0px;
	line-height:16px;
	float:left;
}
.virtusalayout #footer #statements b {
	color:#6C6C6C;
	font-weight:bold;
}
.virtusalayout #footer #links {
	color:#6C6C6C;
	font-size:10px;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:0px;
}
.footer-left{
	width:850px;
	float:left;
}
.virtusalayout #footer #links a {
	/*text-decoration:none;*/
	color:#333;
	text-decoration:none;
}
.virtusalayout #footer #links a:hover {
	color:#06C;
	text-decoration:none;
}
.virtusalayout #footer #footermainlinks {
	float:right;
	margin-right:6px;
	margin-top:2px;
}
.virtusalayout #footer #footermainlinks li {
	float:left;
}
.virtusalayout #footer #footermainlinks li a {
	display:block;
	/*	height:54px;
	width:74px;*/
	background-image: url(/images/interface/footer_link.gif);
	margin: 5px;
	padding:2px;
	border: 1px solid #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	height:1px;
	font-size: 1px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:4px 0 0 0;
	clear:left;
}
/* ----- copy formatting ------*/

.bodycopy h1 {
	/*	color:#7296B8;*/
	color:#437bb7;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #437bb7;
	letter-spacing: 1px;
	font-weight: bold;
	font-size:12px;
}
.bodycopy h2 {
	background-image: url(/images/interface/breadcrumb_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-bottom:10px;
	line-height:22px;
	padding:20px 0 0 0;
	font-size:12px;
}
.bodycopy h3 {
	display: block;/*margin-bottom:10px;
	line-height:22px;
	padding-left:4px;
	font-size:12px;*/
}
.bodycopy p {
	line-height:18px;
	padding:6px 0 0 0;
}
.bodycopy .blueitalictitle {
	color:#4f6f97;
	font-weight:bold;
	text-align:left;
	font-style: italic;
}
.bodycopy a {
	color:#2c67a7;
}
.bodycopy b.title {
	color:#437bb7;
}
.bodycopy a.readmore {
	font-size:11px;
}
.bodycopy a.nextpage {
	display:inline-block;
	float:right;
	line-height:28px;
	background-image: url(/images/interface/next_content.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position: right 2px;
	margin-right: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.bodycopy a.nextpage:hover {
	text-decoration:underline;
}
.bodycopy .floatleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.bodycopy .floatright {
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.clicktoenlarge {
	font-size:9px;
	color:#999;
	font-weight:bold;
	line-height:16px;
	margin-top:2px;
	padding-left:18px;
}
.bodycopy ul.bullet1 {
	dipslay:block;
	padding:14px 0 0 0;
}
.bodycopy ul.bullet1 ul {
	dipslay:block;
	margin-top:12px;
}
.bodycopy .bullet1 li {
	margin-bottom:8px;
	margin-left:5px;
	background-image: url(/images/interface/bullet_1.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left:15px;
	line-height:17px;
}
.bodycopy .bullet1 li li {
	margin-left:10px;
	background-image: url(/images/interface/bullet_2.png);
}
.bodycopy .bullet1 li p {
	padding-left:5px;
	display:block;
	line-height:18px;
}
.bodycopy .bullet1 li .title {
	color:#437bb7;
	margin-right:3px;
}
.bodycopy .bulletq li {
	margin-bottom:12px;
	margin-left:5px;
	background-image: url(/images/interface/bullet-q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:15px;
}
.bodycopy #flash {
	display:block;/*	position:relative;
	z-index:0;*/
}
/* content with a leftnav layout */

.bodycopy .leftnavlayout ul.list_ltitlescaption {
	width:180px;
	display:block;
	float:left;
	position:relative;
}
.bodycopy .leftnavlayout ul.list_ltitlescaption li {
	color: #666;
	display:block;
	font-size: 11px;
	line-height:14px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.bodycopy .leftnavlayout ul.list_ltitlescaption li a {
	text-decoration:underline;
	color:#2c67a7;
	font-size: 11px;
}
.bodycopy .leftnavlayout ul.list_ltitlescaption li b {
/*	color: #333;
		*/
}
.bodycopy .leftnavlayout ul.list_ltitlescaption li.current {
	background-color: #DAE9FE;
}
.bodycopy .leftnavlayout ul.list_ltitlescaption li.current a {
	color:#2c67a7;
}
.bodycopy .leftnavlayout div.member {
	width:480px;
	_width:470px;
	display:block;
	float:right;
	margin-left:5px;
	padding:5px;
	position:relative;
	border: 1px solid #EBEBEB;
	margin-bottom:5px;
}
.bodycopy .externalmember2 h2 {
	font-size:12px;
	color:#437bb7;
	padding-top:2px;
	padding-bottom:2px;
}
.bodycopy .externalmember2 p {
	padding-left:5px;
	padding-righ:5px;
}
/* end */

/* content with a topnav layout */
.bodycopy .topnavlayout div.controls {
	display:block;
	text-align:center;
}
.bodycopy .topnavlayout .list_ltitlescaption a {
	display:block;
	text-decoration:none;
	padding:4px;
	margin-right:4px;
	padding:4px;
	text-align:center;
	border: 1px solid #dfdfdf;
}
.bodycopy .topnavlayout .list_ltitlescaption b {
	color: #333;
	font-size: 12px;
	line-height:22px;
}
.bodycopy .topnavlayout .list_ltitlescaption .current a {
	background-color: #E1EBF5;
	border: 1px solid #999;
}
.bodycopy .topnavlayout .list_ltitlescaption li a span {
	display:none;
}
.bodycopy .topnavlayout div.member {
	/*width:480px;*/
	display:block;
	/*float:right;*/
	/*margin-left:5px;*/
	padding:5px;
	/*position:relative;*/
/*	border: 1px solid #dbdbdb;*/
	margin-bottom:5px;/*clear:both;*/
}
/* content with top horizontal nav 2 */

.bodycopy .topnavlayout2 .list_ltitlescaption table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodycopy .topnavlayout2 .list_ltitlescaption td {
	text-align:center;
	border: 1px solid #eee;
	padding:0px;
	margin:0px;
}
.bodycopy .topnavlayout2 .list_ltitlescaption a {
	font-size: 11px;
	display: block;
	vertical-align: middle;
	padding:5px;
	text-decoration:none;
	color: #666;
	background-color:#c1d6e8;
	font-weight: bold;
	border: 1px solid #fff;
}
.bodycopy .topnavlayout2 .list_ltitlescaption a:hover {
	background-color:#d7eaf3;
	color:#666;
}
.bodycopy .topnavlayout2 .list_ltitlescaption .current a {
	background-color:#7b9bc1;
	color:#FFF;
}
.bodycopy .topnavlayout2 .list_ltitlescaption .current {
	border: 1px solid #888;
}
.bodycopy .topnavlayout2 .list_ltitlescaption span {
	display:block;
	font-size:10px;
	color:#999;
	padding:4px;
}
.bodycopy .topnavlayout2 div.member {
	/*width:480px;*/
	display:block;
	/*float:right;*/
	/*margin-left:5px;*/
	padding:5px;
	/*position:relative;*/
	margin-bottom:5px;
}
.bodycopy .topnavlayout2 ul.list_ltitlescaption li a {
	_display:block;
	_background-image: url(/images/interface/roundedbox.gif);
}
/* content with top horizontal nav 3 - flexible */

.bodycopy .topnavlayout3 .list_ltitlescaption {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.bodycopy .topnavlayout3 .list_ltitlescaption div {
	margin: auto;
	margin-bottom:5px;
}
.bodycopy .topnavlayout3 .list_ltitlescaption table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodycopy .topnavlayout3 .list_ltitlescaption td {
	text-align:center;
	border: 1px solid #eee;
	padding:0px;
	margin:0px;
}
.bodycopy .topnavlayout3 .list_ltitlescaption a {
	font-size: 11px;
	display: block;
	vertical-align: middle;
	padding:5px;
	text-decoration:none;
	color: #666;
	background-color:#c1d6e8;
	font-weight: bold;
	border: 1px solid #fff;
}
.bodycopy .topnavlayout3 .list_ltitlescaption a:hover {
	background-color:#d7eaf3;
	color:#666;
}
.bodycopy .topnavlayout3 .list_ltitlescaption .current a {
	background-color:#7b9bc1;
	color:#FFF;
}
.bodycopy .topnavlayout3 .list_ltitlescaption .current {
	border: 1px solid #888;
}
.bodycopy .topnavlayout3 div.member {
	/*width:480px;*/
	display:block;
	/*float:right;*/
	/*margin-left:5px;*/
	padding:5px;
	/*position:relative;*/
	margin-bottom:5px;/*clear:both;*/
}
/* end */

/* careers page bounding box formatting */
.careers_details {
	display:block;
	padding:5px;
}
.careers_details .detailcontrols  {
	display:block;
	padding-top:8px;
	padding-bottom:2px;
}
.careers_details .detailcontrols a {
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	color:#2c67a7;
	font-weight:bold;
}
.careers_details .title {
	font-size:12px;
	font-weight:bold;
	color:#7494ba;
	margin-top:6px;
	margin-bottom:6px;
}
.careers_details .desc {
	color:#333;
	font-size:11px;
}
.careers_details .cvlink {
	font-size:12px;
	color:#7494ba;
	padding-top:6px;
	padding-bottom:10px;
}
/* end careers page bounding box formatting */
.pager_withleftnav {
	width:480px;
	display:block;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.dynamiclist ul {
	list-style:none;
}
.dynamiclist li {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	claer:both;
}
.dynamiclist .emptylist {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
.dynamiclist li:hover {
	/*background-color:#F3F3F3;*/
	background-image: url(/images/interface/dynamiclistbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.dynamiclist .title {
	display:block;
	margin-bottom:1px;
}
.dynamiclist .desc {
	display:block;
	font-size:11px;
	color:#666;
	float:left;
	position:relative;
	margin-right:10px;
}
.dynamiclist .attrib {
	display:block;
	font-size:11px;
	color:#666;
}
.newsarticle .articlecontrols {
	display:block;
}
.newsarticle .disclaimer_footer {
	font-size:11px;
	margin-top:6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2D579D;
	padding-top:6px;
	display:block;
}
.newsarticle .disclaimer_footer b {
}
.newsarticle h3 {
	font-size:12px;
	color:#437bb7;
	margin-bottom:10px;
}
.newsarticle .disclaimer {
	display:block;
	font-size: 11px;
	color: #FF8F6A;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #FF8F6A;
}
.slidingdiv {
	background-image: url(/images/interface/slide.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 20px;
	background-position: center top;
}
.slidingdivcaption {
	display:block;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A9BA8;
	background-image: url(/images/pages/partners/click-on-a-logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
}
/*accordion styles*/
.accordion .menu_head {
	cursor: pointer;
	margin:1px;
	font-weight:bold;
	background-image: url(/images/interface/acc_down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 22px;
	line-height:22px;
	background-color:#DFDFDF;
	border: 1px solid #DFDFDF;
	margin-bottom:2px;
}
.accordion .menu_body {
	display:none;
	margin:1px;
	padding: 5px 10px;
}
.accordion .menu_body a {
}
.accordion .menu_body a:hover {
}
.peoplequote {
	font-family:Tahoma, Verdana;
	clear:none;
	width:258px;
	_width:254px;
	display:block;
}
.peoplequote p {
	text-align:justify;
	font-size:11px;
	color:#636466;
	font-weight:595;
	line-height: 18px;
	font-style: italic;
	padding: 1px;
}
.peoplequote span {
	font-size:11.5px;
	color:#636466;
	font-weight:595;
	line-height: 18px;
	text-align:left;
	font-style: italic;
	padding: 4px;
	text-align: right;
	display:block;
	clear:right;
	margin-top: 4px;
}
.peoplequote span img {
	margin-top: 4px;
}
.peoplequote .profilepic {
	padding: 2px;
}
.peoplequote .title {
}
#banner {
	background-repeat: no-repeat;
	background-position: left;
	width:695px;
	height:60px;
}
#banner h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	line-height: 60px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#icontoolbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#icontoolbar a {
	color:#333;
	text-decoration:underline;
}
#icontoolbar a:hover {
	color:#666;
	text-decoration:none;
}
#rss {
	text-align: left;
	display:block;
}
#rss h3 {
	font-size: 14px;
	font-weight: bold;
	color: #437bb7;
}
#rss p {
	font-size: 11px;
	color: #7498C3;
}
#rss a {
	font-size: 11px;
	color: #f7941d;
	text-decoration:none;
}
#rss a:hover {
	font-size: 11px;
	color: #f8b564;
	text-decoration:underline;
}
#rss img {
	margin-right: 10px;
}
#rss .content {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.dropdown .disabled {
	cursor:default;
}
#aliencontent h3 {
	color:#437bb7;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #437bb7;
	letter-spacing: 1px;
	font-weight: bold;
	font-size:12px;
}
#careerscontent ul {
	dipslay:block;
	margin-top:12px;
}
#careerscontent li {
	margin-bottom:4px;
	margin-left:5px;
	background-image: url(/images/interface/bullet_1.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding:2px 0 0 15px;
	line-height: 16px;
	font-size:11px;
}
#careerscontent ul li span {
	font-size:11px;
}
/*Quote*/
#quote {
	display:block;
	padding: 2px;
}
#quote p {
	font-size:11px;
	font-style: italic;
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	color: #2c67a7;
	font-weight: normal;
	margin-bottom: 5px;
}
#quote span {
}
#quote span .quote66 {
	font-size:30px;
	font-weight:bold;
}
#quote span .quote99 {
	font-size:30px;
	font-weight:bold;
}
#quote cite p {
	display:block;
	text-align:right;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 2c67a7;
	color:#2c67a7;
}
#blockquote cite p {
}
#homeaward a:hover {
	background-color:#F4F7F7;
}
.newitem_home {
	width:23px;
	height:9px;
	background-image:url(/images/interface/new.gif);
	background-repeat:no-repeat;
	display:inline-block;
}
.newitem {
	width:23px;
	height:9px;
	background-image:url(/images/interface/new.gif);
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:5px;
}
h1 sup {
	font-size: 9px;
	font-family: Tahoma, Verdana;
}
li sup {
	font-size: 9px;
	font-family: Tahoma, Verdana;
}
/*---- Start BreadCrumbs -----*/
#breadcrumbs li {
	float:left;
	padding-right: 10px;
	padding-left: 6px;
	background-image: url(/images/interface/breadcrumb_sep.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
	margin-top:2px;
	height:25px;
}
#breadcrumbs li a {
	color:#2c67a7;
	text-decoration:none;
	padding:0;
	margin:0;
	top:0;
	left:0;
}
#breadcrumbs li a:hover {
	text-decoration:underline;
}
#breadcrumbs li a.home {
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 4px;
	overflow: hidden;
	background-image: url(/images/interface/IconHome.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#breadcrumbs li a.home:hover {
	background-position: 0 -16px;
}
#breadcrumbs li.currentpage {
	background: none;
	margin-right: 0;
	padding-right: 0;
	font-weight: bold;
	color: #666;
}
#breadcrumbs li a.disablelink {
	text-decoration: none;
	cursor: text;
	cursor:default;
}
/*---- end BreadCrumbs -----*/

/*---- Start Top Navigation---*/
#lowerheader {
	margin: 0;
	padding: 0;
	position: relative;
	z-index:10;
	height:41px;
}
.sf-menu{
	margin:0;
	padding:0;
	list-style:none;
	height:41px;
	float:left;
	margin-bottom:1em;
}
.sf-menu ul {
	height:40px;
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li{
	height:40px;
	float:left;
	position:relative;
	border-right:1px solid #fff;
}
.sf-menu li a{
	padding:13px 12px 0 12px;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;
	height:28px;
	float:left;
}
.sf-menu li a:hover{
	padding:13px 12px 0 12px;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;
	background-image: url('/images/interface/topmenu_bg_hover.png');
	background-repeat: repeat-x;
	background-position: center center;
	color:#000;
	outline:0;
}
.sf-menu li li a:visited {
	color: #000;
	letter-spacing:normal;
	display:block;
	margin:0;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#ffffff;
	font-weight: bold;
}
.sf-menu li.sfHover a {
	color:#000;
}
.sf-menu a:active{
	background-image: url('/images/interface/topmenu_bg_hover.png');
	background-repeat: repeat-x;
	background-position: center center;
	color:#000;
	outline:0;
	padding:13px 12px 0 12px;
	margin:0;
}
.sf-menu a:focus{
	background-image: url('/images/interface/topmenu_bg_hover.png');
	background-repeat: repeat-x;
	background-position: center center;
	color:#000;
	outline:0;
	padding:13px 12px 0 12px;
	margin:0;
}
.sf-menu li.sfHover{
	background-image: url('/images/interface/topmenu_bg_hover.png');
	background-repeat: repeat-x;
	background-position: center center;
	color:#000;
	outline:0;
	padding:0;
	display:block;
	margin:0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:3.3em; /* match top ul list item height */
	z-index:99;
	height:40px;
}
.sf-menu li li {
	height:26px;
	padding:0;
	margin:0;
	position:relative;
}
.sf-menu li li a{
	padding:6px 8px 0 8px;
	height:22px;
	text-decoration:none;
	letter-spacing: 1px;
	color:#000;
}
.sf-menu li li a:hover{
	text-decoration:none;
	display:block;
	background-image: url('/images/interface/topmenu_bg_hover.png');
	background-repeat: repeat-x;
	background-position: center center;
	color:#000;
	outline:0;
	padding:6px 8px 0 8px;
	height:20px;
	_height:22px;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
.sf-menu li li {
	background-color:#E8EBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sf-menu li li li {
	background-color:#E8EBEB;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sf-menu a.disabled {
	cursor:default;
}
.sf-menu li.current {
	background-image: url('/images/interface/topmenu_bg_sel.png');
	background-position: center center;
	height:40px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	_background: url('/images/menu/arrows-ffffff.gif') no-repeat -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:1.25em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator,  {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
	top:0.8em;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('/images/menu/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*---- end Top Navigation---*/

/*---- Start Search ----------*/
.suggestionsBox {
	position: absolute;
	z-index:121;
	width: 150px;
	background-color: #212427;
	border: 2px solid #000;
	color: #fff;
	padding: 0px;
	margin-top: 29px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-width:0px;
	left:0px;
	top:1px;
}
/*Search List Properties*/
.suggestionList {
	margin: 0px 0px 0px 0px;
	padding:0px;
}
/*  Individual Search Results  */
.suggestionList li {
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	list-style-type: none;
	padding:0px;
	padding-left:4px;
	_padding-left:0px;
	line-height:18px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
/*  Hover effect  */
.suggestionList li:hover {
	background-color: #EEE;
	color:#000000;
}
/*------styles for form alignment----------------*/

/*search content div */
#search_div {
	border-width: 0px;
	float:right;
	z-index:120;
	padding-right:0px;
	width:200px;
	position:relative;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display:block;
}
/*Applying Effects to form*/
 #search_div Form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-width: 0px;
}
/*Input Box*/
#inputString {
	width: 150px;
	padding:1px 0 0 2px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	height:19px;
	line-height:18px;
	float:left;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align:middle;
}
/*Submit button*/
#inputButton {
	width: 24px;
	padding: 0px;
	border-width: 0px;
	height:20px;
	float:left;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*---- end Search ----------*/

/*----- Start Subnav drop----*/
.sf-bcmenu {
	background-image: none;
	position: relative;
	_vertical-align:middle;
}
.bcsub_menu {
	background-image: none;
}
/*** ESSENTIAL STYLES ***/
#lowerheader {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
.sf-menu, .sf-bcmenu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-bcmenu a.disabled {
	cursor: default;
}
.sf-bcmenu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-bcmenu ul li {
	width: 100%;
}
.sf-bcmenu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-bcmenu li {
	float: left;
	position: relative;
	padding-left:5px;
}
.sf-bcmenu a {
	display: block;
	position: relative;
}
.sf-bcmenu li:hover ul, .sf-bcmenu li.sfHover ul {
	left: 0;
	top: 20px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-bcmenu li:hover li ul, ul.sf-bcmenu li.sfHover li ul {
	top: -999em;
}
ul.sf-bcmenu li li:hover ul, ul.sf-bcmenu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-bcmenu li li:hover li ul, ul.sf-bcmenu li li.sfHover li ul {
	top: -999em;
}
ul.sf-bcmenu li li li:hover ul, ul.sf-bcmenu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** DEMO SKIN ***/
.sf-bcmenu {
	float: left;
	margin-bottom: 0px;
}
.sf-bcmenu a {
	padding: 0px;
	text-decoration: none;
}
.sf-bcmenu li li a {
	letter-spacing: normal;
	display: block;
}
.sf-bcmenu a, .sf-bcmenu a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
	font-weight:normal;
}
.sf-bcmenu li ul {
}
.sf-bcmenu li ul li {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#000;
}
.sf-bcmenu li li a:hover {
}
.sf-bcmenu li li li {
	background-color: #E8EBEB;
}
.sf-bcmenu li.sfHover a {
	color: #000;
}
.sf-bcmenu li:hover, .sf-bcmenu li.sfHover, .sf-bcmenu a:focus, .sf-bcmenu a:hover, .sf-bcmenu a:active {
	color: #000; /*background:		#CFDEFF;*/
	outline: 0;
	background-position: center center;
}
/*** arrows **/
.sf-bcmenu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	_background: url('/images/menu/arrows-ffffff.gif') no-repeat -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:1.25em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-bcmenu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-bcmenu ul a > .sf-sub-indicator {
	background-position: 0 0;
	top: 0.8em;
}
/* apply hovers to modern browsers */
.sf-bcmenu ul a:focus > .sf-sub-indicator, .sf-bcmenu ul a:hover > .sf-sub-indicator, .sf-bcmenu ul a:active > .sf-sub-indicator, .sf-bcmenu ul li:hover > a > .sf-sub-indicator, .sf-bcmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-bcmenu img {
	vertical-align: middle;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*``````````````````````````````````````````````````````````````````````````````````````````````````````````*/
#breadcrumbs_list ul li {
	padding: 0px 0px 0px 0px;
	background-image: none;
	margin: 0px 0px 0px 0px;
}
#breadcrumbs_list ul li li {
	padding: 0px 0px 0px 0px;
	background-image: none;
	margin: 0px 0px 0px 0px;
}
#breadcrumbs_list li a:hover {
	text-decoration:none;
}
#breadcrumbs_list li li a:hover {
	text-decoration:none;
	background-color:#ffcc00;
	color:#000;
}
#breadcrumbs_list li li a {
	padding: 0px 0px 0px 5px;
	padding-right:5px;
	background-color:#e8ebeb;
	color:#000;
}
.bc_arrow {
	width:8px;
	height:25px;
	background-image: url('/images/menu/arrow.png');
	_background-image: url('/images/menu/arrow.gif');
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:0 0 0 8px;
	margin:0;
	display:inline-block;
	float:left;
}
.sf-shadow a:hover > .bc_arrow {
	width:8px;
	height:25px;
	background-image: url('/images/menu/arrow.png');
	_background-image: url('/images/menu/arrow.gif');
	background-repeat:no-repeat;
	background-position:-16px 7px;
	padding:0 0 0 8px;
	margin:0;
	display:inline-block;
	float:left;
}
.bcsub_menu {
	margin-top:4px;
	_margin-top:6px;
	margin-left: 6px;
}
/*-----end subnav drop Fancybox----*/

/*-----Start infinite carousl----*/
#viewport {
	width: 695px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
	position:relative;
}
#viewport ul {
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
#viewport li {
	width: 695px; /* Defines the size of inner element */
	height: 200px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	/* Cosmetic */
	background-color: #DFDFDF;
	margin: 0 0px;
	padding: 0px;
	text-align:center;
}
/* Cosmetic */
#previous, #next {
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: none;
}
/*-----end Start infinite carousl----*/

.top-tab {
	border-bottom:1px dotted #2C67A7;
	border-top:3px solid #2C67A7;
	background-image:url("/images/interface/subnav-bg.png");
	background-repeat:repeat-x;
	color:#2C67A7;
	display:block;
	font-size:100%;
	height:22px;
	line-height:22px;
	padding-left:10px;
}
a.top-tab-hover {
	color:#2C67A7;
	display:block;
	text-decoration:none;
	cursor:pointer;
	padding:0 10px 0 8px;
	margin:0;
	float:left;
	height:22px;
}
a.top-tab-hover:hover {
	display:block;
	cursor:pointer;
	padding:0 10px 0 8px;
	margin:0;
	float:left;
	height:22px;
	color: #2c67a7;
	text-decoration:underline;
}
.top-tab label{
	float:left;
	font-size: 12px;
	font-weight:bold;
}
.top-tab label.active {
	border-top:1px dotted #2C67A7;
	border-left:1px dotted #2C67A7;
	border-right:1px dotted #2C67A7;
	border-bottom:none;
	display:block;
	text-decoration:none;
	height:22px;
	cursor:pointer;
	height:22px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#5F95EF;
	top:1px;
	
}
.top-tab label.inactive {
	border-bottom:1px solid #2C67A7;
	color:#2C67A7;
	display:block;
	text-decoration:none;
	height:22px;
	cursor:pointer;
	height:22px;
	padding:0;
	margin:0;
	border-bottom:0 none;
	color:#5F95EF;
	top:1px; 
}

.report-icon{
	padding:0 0 12px 0;
	margin:0;
	width:98%;
	height:30px;
	float:left;
}
.report-icon li{
	padding:2px 4px;
	margin:0;
	float:left;
	display:block;
}
.report-icon li.report-problem{
	float:right;
	text-decoration: none;
	padding-top:6px;
}
.report-icon li.report-problem a{
	width:110px;
	height:21px;
	background-image:url(../images/icons/issue.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:right;
	text-decoration: none;
	border:0;
	outline: 0;
}
.report-icon li.report-problem a:hover{
	width:110px;
	height:21px;
	background-image:url(../images/icons/issue.png);
	background-repeat:no-repeat;
	background-position:0 -21px;
	display:block;
	float:right;
	text-decoration: none;
}
.report-problem-home{
	width:110px;
	height:21px;
	display:block;
	float:left;
	padding-top:14px;
}
.report-problem-home a{
	width:110px;
	height:21px;
	background-image:url(../images/icons/issue.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:right;
	text-decoration: none;
	border:0;
	outline: 0;
}
.report-problem-home a:hover{
	width:110px;
	height:21px;
	background-image:url(../images/icons/issue.png);
	background-repeat:no-repeat;
	background-position:0 -21px;
	display:block;
	float:right;
	text-decoration: none;
}
/************************
document_library
**************************/
.bodycopy #menu li ul.doc-library{
	padding:0;
	margin:0;
}
.bodycopy #menu li ul.doc-library li{
	padding:2px 0;
	margin:0;
	background-color:#EEF2F3;
}
.bodycopy #menu li ul.doc-library li a{
	border-top:none;
	border-bottom:1px dotted #999;
	display:block;
	margin:0 16px 0 20px;
	padding:5px 0 9px 26px;
	text-decoration:none;
}
.search-result{
	padding:0;
	margin:0;
}
.search-result-li{
	padding:0;
	margin:0;
}
.search-result-li a{
	border-top:none;
	border-bottom:1px dotted #999;
	display:block;
	margin:0 16px 0 20px;
	padding:5px 0 9px 26px;
	text-decoration:none;
}
.search-result-li a:hover{
	border-top:none;
	border-bottom:1px dotted #999;
	display:block;
	margin:0 16px 0 20px;
	padding:5px 0 9px 26px;
	text-decoration:none;
	color:#000;
}
.search-h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:12px 0 8px 26px;
	font-weight:bold;
}
/**************************************************************************
Virtusa is an equal opportunity employer committed to workplace diversity. 
***************************************************************************/

.posd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:12px 0 8px 2px;
	font-weight:bold;
}
/**************************************************************************
resource styles
***************************************************************************/
.txtBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.02em;
	padding:0;
	float:left;
	display:block;
	width:200px;
	min-height:60px;
	line-height:16px;
	text-decoration:none;
}
.txtBox a{
	width:186px;
	min-height:65px;
	height:100%;
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
	display:block;
	padding:10px 60px 4px 8px;
}
.txtBox a:hover{
	cursor:pointer;
	color:#f8f8f8;	
	text-decoration:underline;
	display:block;
}
.pdfDS{
	width:256px;
	min-height:80px;
	height:auto;
	clear:both;
	padding:0;
	margin:6px 0;
	border:none;
	background-image:url(../images/icons/imgDS.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	border:1px solid #cccccc;
	background-color:#333399;
}
.pdfWP{
	width:256px;
	min-height:80px;
	height:auto;
	clear:both;
	padding:0;
	margin:6px 0;
	border:none;
	background-image:url(../images/icons/imgWP.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	border:1px solid #cccccc;
	background-color:#333333;
}
.pdfCS{
	width:256px;
	min-height:80px;
	height:auto;
	clear:both;
	padding:0;
	margin:6px 0;
	border:none;
	background-image:url(../images/icons/imgCS.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	border:1px solid #cccccc;
	background-color:#eb8e0a;
}
.pdfPR{
	width:256px;
	min-height:80px;
	height:auto;
	clear:both;
	padding:0;
	margin:6px 0;
	border:none;
	background-image:url(../images/icons/imgPR.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	border:1px solid #cccccc;
	background-color:#005500;
}
.pdfPOV{
	width:256px;
	min-height:80px;
	height:auto;
	clear:both;
	padding:0;
	margin:6px 0;
	border:none;
	background-image:url(../images/icons/imgPOV.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	border:1px solid #cccccc;
	background-color:#333333;
}
#footer .txtSeo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:24px 0 10px 0;
	width:900px;
	text-align:center;
	line-height:14px;
	margin:0 auto;
}
#footer .txtSeo a{
	color:#1d6dcf;
}
#footer .txtSeo a:hover{
	color:#093e7f;
}
