body {
	margin:0;
	padding:0;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
ul, li, p, h1, h2, h3, h4, h5, h6, form {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
#container{
	width:100%;
	padding:21px 0 0 0;
	margin:0px;
}
#wrapper{
	width:960px;
	margin:0 auto;
	padding:0px;
}
#topSection{
	float:left;
	width:960px;
}
.logo, .logo h1{
	float:left;
	width:117px;
	height:67px;
}
.topNavSection{
	float:right;
	width:600px;
}
.topNav{
	float:right;
	width:550px;
}
.topNav ul{
	padding:2px 0 0 0;
	margin:0px;
	text-align:right;
}
.topNav ul li{
	display:inline;
	padding:0px 10px 2px 0px;
	background:url(../images/bg_topNavDivider.gif) no-repeat right top;
	color:#264477;
	font-size:1em;
	list-style:none;	
}
.topNav ul li a.firstLink{
	background:url(../images/bg_topNavDivider.gif) no-repeat left top;
	padding:0 0 2px 0;

}
.topNav ul li a:link, .topNav ul li a:visited, .topNav ul li a:active{
	color:#264477;
	text-decoration:none;
	padding:0 0 2px 6px
}
.topNav ul li a:hover{
	color:#264477;
	text-decoration:underline;
}
.searchSection{
	float:right;
	width:auto;
	padding:25px 0 0 0;	
	background:url(../images/searchBgTile.gif) repeat-y left top;
}
input.searchInput{
	border:1px solid #264477;
	padding:2px 0 2px 2px;
	width:137px;
	color:#4f5c89;
	font-size:0.8em;
	margin:0 6px 0 0;
	display:inline;
	float:left;
}
input.searchBtn{
	font-size:0.7em;
	background:url(../images/btn_go.gif)  no-repeat left top;
	width:25px;
	height:18px;
	text-indent:-999em;
	border:none;
	float:left;
	line-height:0;/*to avoid text in ie 7*/
	display:block;
	overflow:hidden;
}
ul.mainNav{
	padding:0px;
	margin:16px 0 0 0;
	list-style:none;
	float:left;
	width:960px;
}
.mainNav li{
	padding:0px;
	float:left;
	margin:0px;
}

.mainNav li span{
	display:none;
	float:left;
}
a.navAbout,
a.navAbout:link,
a.navAbout:active,
a.navAbout:visited,
a.navAbout_selected
{
	
	float:left;
	width:134px;
	height:34px;
	margin:0;
	padding:0;
	background: url(../images/bg_Nav_aboutUs.gif) no-repeat left top;	
}
a.navAbout:hover,
a.navAbout_selected{
	background: url(../images/bg_Nav_aboutUs.gif) 0 -35px;
}
a.navServices,
a.navServices:link,
a.navServices:active,
a.navServices:visited,
a.navServices_selected{

	float:left;
	width:129px;
	height:34px;
	background: url(../images/bg_Nav_application.gif) no-repeat left top;
}
a.navServices:hover,
a.navServices_selected{
	background: url(../images/bg_Nav_application.gif) 0 -35px;
}
a.navMarket,
a.navMarket:link,
a.navMarket:active,
a.navMarket:visited,
a.navMarket_selected{
	
	float:left;
	width:152px;
	height:34px;
	background: url(../images/bg_Nav_Markets.gif) no-repeat left top;
}
a.navMarket:hover,a.navMarket_selected{
	background: url(../images/bg_Nav_Markets.gif) 0 -35px;
}
a.navPartner,
a.navPartner:link,
a.navPartner:active,
a.navPartner:visited,
a.navPartner_selected{
	
	float:left;
	width:124px;
	height:34px;
	background: url(../images/bg_Nav_Partners.gif) no-repeat left top;
	
	
}
a.navPartner:hover,a.navPartner_selected{
	background: url(../images/bg_Nav_Partners.gif) 0 -35px;
}
a.navMedia,
a.navMedia:link,
a.navMedia:active,
a.navMedia:visited,
a.navMedia_selected{

	float:left;
	width:153px;
	height:34px;
	background: url(../images/bg_Nav_MediaCentre.gif) no-repeat left top;
	
	
}
a.navMedia:hover,a.navMedia_selected{
	background: url(../images/bg_Nav_MediaCentre.gif) 0 -35px;
}
a.navCareers,
a.navCareers:link,
a.navCareers:active,
a.navCareers:visited,
a.navCareers_selected{
	
	float:left;
	width:125px;
	height:34px;
	background: url(../images/bg_Nav_Careers.gif) no-repeat left top;
	
	
}
a.navCareers:hover,a.navCareers_selected{
	background: url(../images/bg_Nav_Careers.gif) 0 -35px;
}

a.navContact,
a.navContact:link,
a.navContact:active,
a.navContact:visited,
a.navContact_selected{

	float:left;
	width:143px;
	height:34px;
	background: url(../images/bg_Nav_ContactUs.gif) no-repeat left top;
	
	
}
a.navContact:hover,a.navContact_selected{
	background: url(../images/bg_Nav_ContactUs.gif) 0 -35px;
	
}
.breadCrumb{
	float:left;
	width:938px;
	padding:3px 0 0 22px;
}
.breadCrumb ul{
	padding:0px;
	margin:0px;
	
}
.breadCrumb ul li{
	list-style:none;
	display:inline;
	float:left;
	background:url(../images/icon_breadCrumb.gif) no-repeat left 5px;
	
	color:#666666;
	font-size:1em;
}
.breadCrumb ul li.noIcon{
	background:none;
	color:#26bcd6;
	padding:0 12px 0 12px;
	margin:0px;
	
}
.breadCrumb ul li a:link, .breadCrumb ul li a:visited, .breadCrumb ul li a:active{
	color:#666666;
	padding:0 12px 0 12px;
	text-decoration:none;
	
}
.breadCrumb ul li a:hover{
	color:#666666;
	text-decoration:underline;
}
#MidBanner{
	float:left;
	width:960px;
	margin:3px 0 0 0;
	border-top:1px solid #a7a9ac;
	z-index:100;
	position:relative;
}

.advantagesBanner{	
float:left;
position:relative;
width:960px;
z-index:100;
background-color:#CCC;
height:157px;

}
#ContentSection{
	float:left;
	width:960px;
	background:#92ddea url(../images/bg_leftNavBg.gif) repeat-x left bottom;

}
.leftNavBlock{
	width:234px;
	border-right:1px solid #e4f7fa;
	float:left;
}

.leftNavBlock ul ul{
	padding:0px;
	margin:0px;
}


.leftNavBlock ul li{
	list-style:none;
	background:#8acedf;
	font-size:1.2em;
	font-weight:bold;
	width:234px;
	float:left;

	
}
.leftNavBlock ul li.lastLinkNav{
		border-bottom:none;

	
}
.leftNavBlock ul li li.subNavBorder{
	border-bottom:0px;
}
.leftNavBlock ul li li{
	list-style:none;
	background:#8acedf;
	font-size:0.9em;
	
}


.leftNavBlock ul li li a:link, .leftNavBlock ul li li a:visited, .leftNavBlock ul li li a:active{
	color:#264477;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 20px;
		background:#8acedf url(../images/subBullet.gif) no-repeat 10px 7px;

}



.leftNavBlock ul li li a:hover{
	color:#264477;
	text-decoration:none;
	background:#97dfeb url(../images/subBullet.gif) no-repeat 10px 7px;	

}



.leftNavBlock ul li li a.levelThree{
	color:#264477;
	text-decoration:none;
	background:#97dfeb;
	padding:3px 0 3px 20px !important;
	background:#97dfeb url(../images/subBullet.gif) no-repeat 10px 7px;
}


li.events ul li a.levelThree{
	color:#264477;
	text-decoration:none;
	background:#97dfeb url(../images/subBullet.gif) no-repeat 20px 7px !important;
	padding:3px 0 3px 30px !important;
}


li.events ul li a:hover{
	color:#264477;
	text-decoration:none;
	background:#97dfeb url(../images/subBullet.gif) no-repeat 20px 7px !important;
}


/*.leftNavBlock ul li li a.levelFour{
	padding:3px 0 3px 30px !important;
	background:#97dfeb url(../images/subBullet.gif) no-repeat 20px 7px;
	
}

.leftNavBlock ul li ul.yearList li a:link, .leftNavBlock ul li ul.yearList li a:visited, .leftNavBlock ul li ul.yearList li a:active{
	color:#264477;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 20px;
	background:#8acedf url(../images/subBullet.gif) no-repeat 20px 7px;
}*/

li.events ul li a{
	padding-left:30px !important;
	background:#8ACEDF url(../images/subBullet.gif) no-repeat 20px 7px !important;

}

.leftNavBlock ul li a:link, .leftNavBlock ul li a:visited, .leftNavBlock ul li a:active{
	color:#264477;
	text-decoration:none;
	padding:3px 0 3px 12px;
	border-bottom:1px solid #fff;
	display:block;
}
.leftNavBlock ul li a:hover{
	color:#fff;
	text-decoration:none;
	background:#eb8900 url(../images/bg_leftNavHover.gif) no-repeat left 5px;

}
.leftNavBlock ul li a.LeftNavSelected{
	color:#fff;
	text-decoration:none;
	background:#eb8900 url(../images/bg_leftNavHover.gif) no-repeat left 5px;

}
.rightSection{
	float:left;
	background:#bdc7d6 url(../images/bg_rightGray.gif) repeat-x right bottom;
	width:725px;
}
.SearchSectionTwo{
	float:left;
	background:#bdc7d6 url(../images/bg_rightGray.gif) repeat-x right bottom;
	width:960px;
}
.searchBgTile{
	float:left;
	width:960px;
	background:url(../images/searchBgTile.gif) repeat-y left top;
}
.leftBlockContent{
	float:left;
	width:489px;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:auto !important;
	padding:0 0 95px 0;
}
.investors ul {
	padding:0 0 0 17px!important;
}
.investors ul li {
	padding:0 20px 10px 0!important;
	background:none!important;
}
.SearchBlockContent{
	float:left;
	width:724px;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:auto !important;

}
.SearchBlockContent h2{
	float:left;
	background:#85d2e5 url(../images/bg_h2_topImage.gif) no-repeat left top;
	font-size:1.1em;
	color:#264477;
	padding:3px 0 3px 22px;
	margin:0 0 15px 0;
	width:702px;
}
.glossaryContent{
	float:left;
	width:650px;
	padding:0 0 50px 23px;
}
.glossaryContent table{
	float:left;
	width:650px;
}
.glossaryContent td{
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #264477;
	vertical-align:top;
}
.glossaryContent th{
	padding:5px;
	border-bottom:1px solid #264477;
	font-weight:bold;
	color:#264477;
	text-align:left;
	vertical-align:top;
	width:100px;
}


.searchContent{
	float:left;
	width:650px;
	padding:0 0 0 23px;
}
.searchContent table{
	float:left;
	width:650px;
}
.searchContent span{
	width:100%;
	color:#000;
	font-weight:bold;
	padding:0 0 20px 0 !important;
}

.searchContent p{
	width:100%;
	border-bottom:1px solid #264477;
	padding:10px 0 10px 0;
}
.searchContent p span{
	width:100%;
	color:#264477;
	padding:0 0 5px 0;
}
.searchContent p a:link,
.searchContent p a:visited,
.searchContent p a:active{
		color:#264477;
	text-decoration:none;
}
.searchContent p a:hover{
	color:#264477;
	text-decoration:underline;
}
.leftBlockContent h2{
	float:left;
	background:#85d2e5 url(../images/bg_h2_topImage.gif) no-repeat left top;
	font-size:1.1em;
	color:#264477;
	padding:3px 0 3px 17px;
	margin:0 0 15px 0;
	width:472px;
}
.video h2{
	margin:0 0 9px 0;
}
.leftBlockContent h3{
	 clear:left;
	padding:0px 21px 10px 17px;
	font-size:1.1em;
	color:#d07433;
	width:auto;	
}
.orangeTxt h3{
	 clear:left;
	padding:0px 21px 0px 17px;
	font-size:1.1em;
	color:#d07433;
	width:auto;	
}
.orangeTxt img {
	margin:5px 0 0 17px;
}
.leftBlockContent h4{
	clear:left;
	padding:0px 21px 0px 18px;
	font-size:1em;
	color:#d07433;
	width:auto;
	
}
.contentHead{
	clear:left;
	padding:0px 21px 10px 21px;
	font-size:1.5em;
	width:auto;
	color:#264477;
	margin:0px;
	font-weight:bold;
}
.contentHead span
{
	font-size:.7em;
	color:#264477;
	font-weight:normal;
	line-height:30px;
}
.leftBlockContent p{
	clear:left;
	padding:0px 21px 10px 17px;
	font-size:1.1em;
	width:auto;
	color:#333333;
	margin:0px;
}
.leftBlockContent p a:link,
.leftBlockContent p a:visited,
.leftBlockContent p a:active{
	color:#85d2e5;
	text-decoration:none;
}
.leftBlockContent p a:hover{
	color:#85d2e5;
	text-decoration:underline;
}
.leftBlockContent ul{
	padding:10px 0 0 21px;
	margin:0px;
}
.leftBlockContent ul li{
	list-style:none;
	background:url(../images/icon_orange.gif) no-repeat left 5px;
	padding:0 20px 10px 12px;
	line-height:1.4em;
	font-size:1.1em;
	color:#333333;
}
.leftBlockContent ul ul{
	padding:10px 0 0 21px;
	margin:0px;
}
.leftBlockContent li li{
	list-style:none;
background:transparent url(../images/bg_scnd_level.gif) no-repeat scroll left 8px;
font-size:1em;
font-weight:normal;
		
	color:#333333;
}
.fourBlockContent{
	float:left;
	width:485px;
	padding:10px 0 0 0px;
}
.blockOne{
	float:left;
	width:234px;
	padding:0px 0 20px 0;
	margin:0px 0 0 7px;
	display:inline;
	background: url(../images/bg_smallBoxtile.gif) repeat-x left top;
	position:relative;
}
.blockOne h3{
	float:left;
	background:#85d2e5 url(../images/h3_boxTopImage.gif) no-repeat left top;
	font-size:1em;
	color:#264477;
	padding:3px 0 3px 10px;
	width:224px;
}
.blockOne h3 a:link,
.blockOne h3 a:visited,
.blockOne h3 a:active{
	color:#264477;
	text-decoration:none;
}
.blockOne h3 a:hover{
	color:#fff;
	text-decoration:none;
}

.blockSpace{
	margin:0 0 0 7px;
	display:inline;
}
.blockOne span{
	margin:0px;
	width:10px;
	float:left;
	width:74px;	
}
.blockOne span img{
	padding:0px 0 0 0px;
	float:left;
}
.blockOne p{
	padding:15px 0 0 8px;
	float:left;
	width:145px;
	margin:0px;
	color:#264477;
	clear:none;
}
.Pclass p{
	padding:20px 0 20px 13px;
	width:210px;
	margin:0px;
	color:#264477;
	float:left;
	clear:none;
}
.topPad{
	padding:20px 0 0 0;
}
.readMoreLink{
	clear:left;
	width:200px;
	padding:10px 0 0 15px;
}
.linkNoPad{
	padding:10px 0 0 4px;
}
.readMoreLink a:link, .readMoreLink a:visited, .readMoreLink a:active{
	font-size:0.9em;
	color:#404041;
	background:url(../images/bg_readMore.gif) no-repeat left top;
	padding:0 0 2px 33px;
	float:left;
	text-decoration:none;
}
.readMoreLink a:hover{
	font-size:0.9em;
	color:#404041;
	text-decoration:underline;
}
.aboutRead{
	float:left;
	width:140px;
	position:absolute;
	top:175px;
	left:80px;
}

.aboutRead a:link, .aboutRead a:visited, .aboutRead a:active{
	font-size:1em;
	color:#15588b;
	background:url(../images/bg_readMore.gif) no-repeat left top;
	padding:0 0 2px 33px;
	float:left;
	text-decoration:none;
}
.aboutRead a:hover{
	color:#15588b;
	text-decoration:underline;
}

.exRightContent{
	float:left;
	width:234px
}
.investorsLogo{
	float:left;
	width:224px;
	padding:0px 0 10px 0px;
}
.investorsLogo img{
	float:left;
	padding:10px 0 5px 7px;
}
.rightBlocks{
	float:left;
	width:234px;
}
.rightBlocks h4{
	background:#264477 url(../images/bg_h3_topImage.gif) no-repeat left top;
	color:#fff;
	padding:3px 0 4px 10px;
	border-bottom:1px solid #fff;
	font-size:1em;
}
.mediaContent{
	float:left;
	background:url(../images/bg_mediaContactImg.png) no-repeat left top;
	width:234px;
	/*height:148px;*/
	margin:0px 0 0 0;
}

.newVideoImg,/**style added for markets page video archive column**/
.inTouchLink{
	clear:left;
	width:200px;
	float:left;
	padding:145px 0 10px 15px;
}
.newVideoImg a:link, .newVideoImg a:visited, .newVideoImg a:active,/**style added for markets page video archive column**/
.inTouchLink a:link, .inTouchLink a:visited, .inTouchLink a:active{
	font-size:1em;
	color:#404041;
	float:left;
	background:url(../images/bg_readMore.gif) no-repeat left top;
	padding:0 0 2px 33px;
	text-decoration:none;
}

.newVideoImg a:link, .newVideoImg a:visited, .newVideoImg a:active{
	background:url(../images/bg_new_readMore.gif) no-repeat left top !important;/**style added for markets page video archive column**/
}

.newVideoImg a:hover,/**style added for markets page video archive column**/
.inTouchLink a:hover{
	color:#404041;
	text-decoration:underline;
}

.newVideoImg a.videoArchiveLink{
background:none !important;
padding:10px 0px;
}


.corVideo{
	background:url(../images/bg_corporateVideo.png) no-repeat left top;
}
.corVideoNew{
	background:url(../images/jean.png) no-repeat top;
}
.speedVideo{
	background:url(../images/bg_speedVideo.png) no-repeat left top;

}
.footer{
	float:left;
	width:960px;
	border-top:1px solid #7b7a7a;
	padding:0 0 10px 0;
	
}
.footerLinks{
	float:left;
	width:500px;
	padding:5px 0 0 0; 
}
.footerLinks ul{
	padding:0px;
	margin:0px;
}
.footerLinks ul li{
	list-style:none;
	display:inline;
	padding:0 20px 0 0;
	color:#28bed8;
}
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active{
	font-size:1em;
	color:#28bed8;
	text-decoration:none;
}
.footerLinks a:hover{
	color:#28bed8;
	text-decoration:underline;
}
.copyTxt{
	float:right;
	width:150px;
	color:#28bed8;
	text-align:right;
	padding:5px 0 0 0;
}
.ClickMap{
	float:left;
	width:445px;
	margin:10px 0 0 21px;
	display:inline;
}
.ClickMap h4{
	float:left;
	padding:3px 0 3px 0;
	margin:0px;
	color:#264477;
}
.ClickMap img{
	float:left;
	padding:0 0 15px 0;
}
.articlesBlock{
	float:left;
	width:216px;
	padding:0px 9px 20px 9px;
}
.articlesBlock ul{
	padding:0px;
	margin:0px;
}
.articlesBlock ul li{
	list-style:none;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 0;
	font-size:1em;
	color:#264477;
	font-weight:bold;
}
.articlesBlock ul li a:link, .articlesBlock ul li a:active, .articlesBlock ul li a:visited{
	text-decoration:none;
	color:#264477;
	display:block;
}
.articlesBlock ul li a:hover{
	text-decoration:underline;
	color:#264477;
}

.articlesBlock ul li span{
	font-weight:normal;
}
.articlesBlock ul li.articleLast{
	border-bottom:none;
}
/*Accordian class starts*/
#kui-accordion {
	clear: both;
	float: left;
	width:460px;
	padding:0 0 30px 15px;
}

#kui-accordion h3 {
	cursor: pointer;
	display: block;
	margin-bottom: 25px;
}
#kui-accordion h3 span{
	font-weight:normal;
	
}

#kui-accordion h3.active, .h-first-elm {
	font-size: 105%;
	font-weight: bold;
	width: 460px;
	color: #fff;
	background:url(../images/bg_acrdn-default.gif) 0% 0% no-repeat;
	
	padding:2px 0 3px 10px;
}

#kui-accordion h3, #kui-accordion h3.inactive {

	font-weight: bold;
	width: 460px;
	color: #fff;
	padding:2px 0 3px 10px;
		background:url(../images/bg_acrdn-current.gif) 0% 0% no-repeat;

	margin-bottom: 1px;
}

.acc-content{
	float:left;
	width:460px;
	background:url(../images/bg_portfolio_topCover.gif) no-repeat left top;
	margin:1px 0 0 0;
}
.photoBlock{
	float:left;
	background:url(../images/bg_portfolio_tile.gif) repeat-x left 3px;
	width:451px;
	padding:7px 0 0px 9px;
	border-bottom:1px solid #28bed8;
	margin:0 0 14px 0;
	
}
.photoBlock span{
	float:left;
	width:299px;
	font-size:1em;
	padding:0px;
	margin:0px;
	color:#264477;
}
.photoBlock img{
	float:right;
	padding:0 15px 0 0;
}
.blueBor{
	border-bottom:none;
}
.photoBlock table{
	width:445px;
	color:#333333;

	
}
.photoBlock table td{
	padding:5px 0 5px 0;
	border-bottom:1px solid #cccccc;
	
}
.photoBlock table th{
	text-align:left;
	width:150px;
	border-bottom:1px solid #cccccc;
}
.photoBlock table td a:link,
.photoBlock table td a:visited,
.photoBlock table td a:active{
	color:#26bcd7;
	text-decoration:none;
}
.photoBlock table td a:hover
	{
	color:#26bcd7;
	text-decoration:underline;
}

.portFolioContent{
	float:left;
	width:460px;
}
.portFolioContent p{
	float:left;
	width:450px;
	color:#58585a;
	padding:0 0px 10px 0;
	line-height:1.4em;
	font-size:1em;
}
/*Accordian class ends*/
.pressRelease{
	float:left;
	width:459px;
	/*padding:10px 0 25px 18px;*/
	padding:10px 0 0 14px;
	/*background:url(../images/bg_pressTopImage.gif) no-repeat 13px 9px;*/

}

.pressRelease h3{
	float:left;
	font-size:1em;
	padding:5px 0 5px 10px;
	color:#264477;
	background:#85d2e5 url(../images/pressTopImg.gif) no-repeat left top;
	width:448px;
}
.pressRelease p{
	float:left;
	width:458px;
	padding:15px 0 15px 3px;
	font-size:1.1em;
	color:#333333;
	line-height:1.4em;
	border-bottom:1px solid #85d2e5;
	margin:0px;
}

.pressRelease p strong{
	color:#85d2e5;
	font-size:1.1em;
}
.pressRelease p a:link, .pressRelease p a:visited, .pressRelease p a:active{
	color:#264477;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}
.pressRelease p a:hover{
	color:#264477;
	text-decoration:underline;
}
.pressMoreLink{
	float:left;
	width:462px;
	border-bottom:1px solid #85d2e5;
	padding:8px 0 8px 0;
}
.pressMoreLink a:link, .pressMoreLink a:visited, .pressMoreLink a:active{
	background:url(../images/bg_readMore.gif) no-repeat left top;
	padding:0 0 5px 33px;
	color:#404041;
	text-decoration:none;
}
.pressMoreLink a:hover{
	text-decoration:underline;
		color:#404041;

	}
.noSpace p{
	padding:10px 0 15px 3px;
	margin:0px;
}
.careerBlock{
	float:left;
	width:459px;
	padding:5px 0 0 0;
}
.careersSec{
	float:left;
	width:459px;
	padding:0 0 2px 0;
	color:#264477;
	font-weight:bold;
}
.careersSec a:link, .careersSec a:visited, .careersSec a:active{
	color:#264477;
	text-decoration:none;
	background:#fff url(../images/bg_downloadImage.gif) no-repeat top right;
	display:block;
	padding:4px 0 2px 4px;
}
.careersSec a:hover{
	color:#264477;
	text-decoration:underline;
}
.careerLink{
	float:left;
	width:459px;
	padding:0px 0 0 0;
}
.careerLink p{
	float:left;
	font-size:1.2em;
	border-bottom:0px;
	color:#8c8c8c;
}
.careerLink p a:link, .careerLink p a:visited, .careerLink p a:active{
	text-decoration:underline;
	color:#85d2e5;
	font-size:1.2em;
	font-weight:normal;
}
.careerLink p a:hover{
	text-decoration:none;
	color:#85d2e5;
}
.videoArchive{
	float:left;
	width:479px;
	padding:0 0 0 10px;
}
.videoBLock{
	float:left;
	width:468px;
	border-bottom:1px solid #40c8f4;
	margin:0 0 11px 0px;
	display:inline;
	padding:0 0 10px 0px;
}
.videoDescription{
	float:left;
	width:226px;
	padding:0 0 0 5px;
}
.videoDescription p span{
	color:#26bcd7 !important;
		font-size:1em !important;
	font-weight:bold !important;

}
.videoDescription p{
	float:left;
	padding:3px 0 0 5px;
	color:#264477;
	font-size:1em;
	line-height:15px;
	font-weight:bold;
	width:220px;
}


.videoBLock img{
	float:left;
}
.videoBLock p span{
	
	color:#333333;
	font-weight:normal;
	font-size:0.8em;
	
}
.factsBlock{
	float:left;
	width:465px;
	padding:0 0 0 12px;
}
.factsBlock p{
	padding:12px 0 10px 0px;
	margin:0px;
	width:465px;
	color:#264477;
	font-weight:bold;
	font-size:1.2em;
	float:left;
	border-bottom:1px solid #40c8f4;
}
.factsBlock table{
	width:465px;
	float:left;
	padding:0px;
	margin:0px;
}
.factsBlock table td{
	padding:7px 0 7px 0px;
	vertical-align:top;
}
.factsBlock table tr.alt td{
	background-color:#a5e3ee;
}

.emailAlerts{
	width:300px;
	margin:0px 20px;
	padding:24px 0px 27px 0px;

}
.emailAlerts h1{
	width:auto;
	color:#264477;
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 0px 0;
}

.emailAlerts label{
	float:left;
	color:#264477;
	width:auto;
	padding:0 0 3px 0;
}
.emailAlerts input, textarea{
	float:left;
	width:292px;
	margin:0 0 10px 0;
	border:1px solid #264477;
	/*font-size:1em;*/
	padding:3px 0 3px 3px;
}


.emailAlerts span{
	float:left;
	color:red;
	padding:0 0 0 2px;
}
.emailAlerts select{
	float:left;
	width:296px;
	margin:0 0 10px 0;
	border:1px solid #264477;
	font-size:1em;
	padding:3px 3px 3px 3px;
	margin:0 0 15px 0;
}
/*.emailAlerts input.checkBoxOne{
	float:left;
	width:10px;
	height:10px;
	margin:2px 0 0 0;
	border:0px !important;
}
*/
/*Form Css Starts*/
#formBlock{
	width:auto;
	background:#fff;
}
.emailBlock{
	width:324px;
		border:4px solid #51c9de;
	margin:20px auto;
		padding:27px 0px 27px 27px;

}
.emailBlock h1{
	width:auto;
	color:#264477;
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 22px 0;
}
.emailBlock label{
	float:left;
	color:#264477;
	width:auto;
	padding:0 0 3px 0;
}
.emailBlock input{
	float:left;
	width:292px;
	margin:0 0 10px 0;
	border:1px solid #264477;
	font-size:1em;
	padding:3px 0 3px 3px;
}
.emailBlock span{
	float:left;
	color:red;
	padding:0 0 0 2px;
}
.emailBlock select{
	float:left;
	width:296px;
	margin:0 0 10px 0;
	border:1px solid #264477;
	font-size:1em;
	padding:3px 3px 3px 3px;
	margin:0 0 15px 0;
}
.emailBlock input.checkBoxOne{
	float:left;
	width:10px;
	height:10px;
	margin:2px 0 0 0;
	border:0px !important;
}

.submitSec{
	float:left;
	width:297px;
	
}
.submitSec label{
	float:left;
	width:auto !important;
	margin:0px 0 0 2px;
	padding:2px 0 0 0;
	display:inline;
}
.submitSec input{
	float:left;
	width:auto;
	height:auto;
	margin:2px 0 0 0;
	border:0px !important;
}
.btns{
	float:right;
	width:139px;
}
.btns input{
	border:0px !important;
	width:66px !important;
	height:22px;
	float:left;
	padding:0px 0 0 3px !important;
	margin:0px !important;
}
.SubmitBtn{
	float:right;
	
}
.SubmitBtn input{
	border:0px !important;
	width:66px !important;
	height:22px;
	float:left;
	padding:0px 0 0 3px !important;
	margin:0px !important;
}
/*Form Css Ends*/
#homeContentBlock{
	float:left;
	width:960px;
	padding:0 0 30px 0;
}
.homeBlockOne{
	float:left;
	width:243px;
}
.homeBlockOne h2{
	float:left;
	width:224px;
	background:#58c6de url(../images/bg_blueCure_left.gif) no-repeat left bottom;
	padding:4px 0 5px 19px;
	color:#264477;
	font-size:0.9em;
}
.homeBlockOne h2 a:link,
.homeBlockOne h2 a:visited,
.homeBlockOne h2 a:active{
	color:#264477;
	display:block;
		background:#58c6de url(../images/bg_whiteDiv.gif) no-repeat right 0px;

	text-decoration:none;
}
.homeBlockOne h2 a:hover{
	color:#fff;
	text-decoration:none;
}
.h2Refined h2{
	padding:4px 0 5px 15px;
}
.managementLinks{
	float:left;
	padding:0px;
	position:absolute;
	bottom:0px;
	left:10px;

}
.blockOneCont{
	float:left;
	width:223px;
	padding:0px 0 0 18px;
	margin:12px 0 0 0;
	height:218px;
	/*background:url(../images/bg_homeImage_01.gif) no-repeat left top;
	background:url(../images/bg_new_founderinsight_video_small.gif) no-repeat left -10px;*/
	background:url(../images/03b_newsletter_graphic.gif) no-repeat left -10px;	
	border-right:2px solid #aeb0c9;
	position:relative;
}
.blockOneCont a:link,
.blockOneCont a:visited,
.blockOneCont a:active{
	float:left;
	
	background:url(../images/bg_readMore.gif) no-repeat left top;
	color:#404041;
	font-size:0.9em;
	padding:0 0 3px 34px;
}
.blockOneCont a:hover{
	color:#404041;
	text-decoration:underline;
}
.blockOneCont p{
	color:#31bddc;
	float:left;
	width:200px;
	/*padding:95px 0 34px 0;*/
	padding:134px 0 34px 0;
}
.blockOneCont p a:link,
.blockOneCont p a:visited,
.blockOneCont p a:active{
	color:#31bddc;
	text-decoration:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size:1em;
}
.blockOneCont p a:hover{
	color:#31bddc;
	text-decoration:underline;
}
.blockOneCont ul{
	padding:0px;
	margin:0px;
}
.blockTwoCont{
	float:left;
	width:229px;
	padding:0px 0 0 13px;
	height:218px;
	margin:12px 0 0 0;
	border-right:2px solid #aeb0c9;
	position:relative;
}
.blockTwoCont a:link,
.blockTwoCont a:visited,
.blockTwoCont a:active{
	float:left;
	
	background:url(../images/bg_readMore.gif) no-repeat left top;
	color:#404041;
	font-size:0.9em;
	padding:0 0 3px 34px;
	margin:25px 0 0 0;
}
.blockTwoCont a:hover{
	color:#404041;
	text-decoration:underline;
}
.blockTwoCont p{
	color:#31bddc;
	float:left;
	width:200px;
	padding:114px 0 20px 0;
}
.blockTwoCont p a:link,
.blockTwoCont p a:visited,
.blockTwoCont p a:active{
	color:#31bddc;
	text-decoration:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size:1em;
}
.blockTwoCont p a:hover{
	color:#31bddc;
	text-decoration:underline;
}

.blockTwoCont ul li{
	list-style:none;
	float:left;
	width:220px;
	color:#31bddc;
	padding:0 0 10px 0;
}
.blockTwoCont ul li a:link,
.blockTwoCont ul li a:visited,
.blockTwoCont ul li a:active{
	color:#8c8c8c;
	text-decoration:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size:1em;
}
.blockTwoCont ul li a:hover
{	color:#8c8c8c;
	text-decoration:underline;
}
.bgImage{
			background:url(../images/bg_homeImage_02.gif) no-repeat left top;

}
.homeBlockTwo{
	float:left;
	width:244px;
}


.homeBlockTwo h2{
	float:left;
	width:231px;
	
	padding:4px 0 5px 13px;
	color:#264477;
	font-size:0.9em;
	background:#58c6de url(../images/bg_whiteDiv.gif) no-repeat right 3px;
}
.homeBlockTwo h2 a:link,
.homeBlockTwo h2 a:visited,
.homeBlockTwo h2 a:active{
	color:#264477;
	display:block;
	text-decoration:none;
}
.homeBlockTwo h2 a:hover{
	color:#fff;
	text-decoration:none;
}

.homeBlockThree{
	float:left;
	width:240px;
}

.homeBlockThree h2{
	float:left;
	width:227px;
	
	padding:4px 0 5px 13px;
	color:#264477;
	font-size:0.9em;
	background:#58c6de url(../images/bg_whiteDiv.gif) no-repeat right 3px;
}
.homeBlockThree h2 a:link,
.homeBlockThree h2 a:visited,
.homeBlockThree h2 a:active{
	color:#264477;
	display:block;
	text-decoration:none;
}
.homeBlockThree h2 a:hover{
	color:#fff;
	text-decoration:none;
}


.blockThreeCont{
	float:left;
	width:225px;
	padding:0px 0 0px 13px;
	margin:12px 0 0 0;
	height:218px;
	position:relative;
	border-right:2px solid #aeb0c9;
}
.blockThreeCont a:link,
.blockThreeCont a:visited,
.blockThreeCont a:active{
	float:left;
	
	background:url(../images/bg_readMore.gif) no-repeat left top;
	color:#404041;
	font-size:0.9em;
	padding:0 0 3px 34px;
	margin:11px 0 0 0;
}
.blockThreeCont a:hover{
	color:#404041;
	text-decoration:underline;
}
.blockThreeCont p{
	color:#31bddc;
	float:left;
	width:200px;
	padding:134px 0 10px 0;
}
.blockThreeCont p a:link,
.blockThreeCont p a:visited,
.blockThreeCont p a:active{
	color:#31bddc;
	text-decoration:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size:1em;
}
.blockThreeCont p a:hover{
	color:#31bddc;
	text-decoration:underline;
}

.homeBlockFour{
	float:left;
	width:219px;
}
.homeBlockFour h2{
	float:left;
	width:100%;
	padding:4px 0 5px 13px;
	color:#264477;
	font-size:0.9em;
	background:#58c6de url(../images/bg_blueCure_right.gif) no-repeat right bottom;
}
.homeBlockFour h2 a:link,
.homeBlockFour h2 a:visited,
.homeBlockFour h2 a:active{
	color:#264477;
	display:block;
	text-decoration:none;
}
.homeBlockFour h2 a:hover{
	color:#fff;
	text-decoration:none;
}






.homeBlockFour p{
	color:#31bddc;
	float:left;
	width:210px;
	padding:0px 0 10px 0px;
	line-height:14px;
}
.homeBlockFour p a:link,
.homeBlockFour p a:visited,
.homeBlockFour p a:active{
	color:#31bddc;
	text-decoration:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size:1em;
}
.homeBlockFour p a:hover{
	color:#31bddc;
	text-decoration:underline;
}
.blockFourCont{
	float:left;
	width:210px;
	padding:0px 0 0 13px;
	margin:12px 0 0 0;
	height:218px;
	position:relative;
}
.blockFourCont img{
	float:left;
	padding:0px 9px 6px 0;
}




.blockFourCont a:link,
.blockFourCont a:visited,
.blockFourCont a:active{

	float:left;
	background:url(../images/bg_readMore.gif) no-repeat left top;
	color:#404041;
	font-size:0.9em;
	padding:0 0 3px 34px;
	margin:11px 0 0 0;
	width:auto;
}
.blockFourCont a:hover{
	color:#404041;
	text-decoration:underline;
}

.flashPlayer{
	float:left;
	width:226px;
	height:141px;
	padding:5px 0 0 0;
}
.siteMapBlock{
	float:left;
	width:400px;
	padding:0 0 30px 20px;
}
.siteMapBlock ul{
	padding:0px;
	margin:0px;
}

.siteMapBlock ul li{
	background:transparent url(../images/icon_orange.gif) no-repeat scroll left 5px;
	color:#333333;
	font-size:1.1em;
	/*text-transform:uppercase;*/
	line-height:1.4em;
	list-style-type:none;
	padding:0 20px 10px 12px;
	font-weight:bold;
}
.siteMapBlock ul ul{
	padding:10px 0 0 10px;
	margin:0px;
}
.siteMapBlock li li{
	background:transparent url(../images/bg_scnd_level.gif) no-repeat scroll left 8px;
	font-size:1em;
	font-weight:normal;
}
.siteMapBlock li li li{
	background:transparent url(../images/bg_trd_level.gif) no-repeat scroll left 8px;
	font-weight:normal;
	font-size:0.9em;
}
.siteMapBlock ul li a:link,
.siteMapBlock ul li a:visited,
.siteMapBlock ul li a:active{
	color:#333333;
	text-decoration:underline;
}
.siteMapBlock ul li a:hover		{
	color:#333333;
	text-decoration:none;
}


/*naresh--------*/
.servermsg
{
	color:Red;
}
.servermsg1
{
	color:#264477;
}
.paginationContainer{
	float:left;
	width:350px;
	padding:10px 0 0 20px;
	font-size:0.9em;
}
.paginationContainer a:link,
.paginationContainer a:visited,
.paginationContainer a:active{
	color:#333333;
	text-decoration:none;
}
.paginationContainer a.activePageLink{
	color:#333333;
	text-decoration:underline;
}
.paginationContainer a:hover{
	color:#333333;
	text-decoration:underline;
}
.paginationContainer p
{
	font-size:1em;
}
.paginationContainer a.pageSelected{
	color:#85d2e5;
	text-decoration:underline;
}
/*----------*/
.contactList{
	float:left;
	width:480px;
	padding:10px 0 20px 0;
}
.contactEngg{
	float:left;
	width:250px;
	padding:10px 0 20px 0;
}
.contactList span{
	padding:7px 0 0 0 !important;
}
.contactCorp{
	float:left;
	width:200px;
	padding:10px 0 20px 0;
}
.contactCorp span{
	padding:7px 0 0 0 !important;
	float:left;
}


.whiteBgImage{
	float:left;
	width:725px;
	background:url(../images/whiteBgTile.gif) repeat-y left top;
}


/**newly added style on july 14th and 15th 2010**/

/**style changed for markets founder insgith video JULY 15**/
.newFounderVideo{
	background:url(../images/bg_new_founderinsight_video.png) no-repeat left top;
}


/****calendar events page style****/

/*.factsBlock table{
	border-bottom:0px solid #85D2E5;
	background-color:#f1f1f1;
}
.factsBlock td{
	
	border:1px solid #85D2E5;
	border-width:0px 0px 1px 0px;
	padding:10px !important;
}

.factsBlock td.dateCol{	
	border:1px solid #85D2E5;
	border-width:0px 0px 1px 0px;
	padding:10px !important;
	font-weight:bold;
	color:#EB8900;
}

.factsBlock p{
	padding:10px;
}

.factsBlock table tr.alt td{
	background-color:#f1f1f1;
}

.factsBlock table tr.alt td.dateCol{
background-color:#f1f1f1;
}


.factsBlock a:link, .factsBlock a:visited, .factsBlock a:active{	
	color:#264477;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}*/

/***home page style**/

.flash-container{
	float:left; /*this style is for ie7* to avoid gap*/
	position:relative;
	width:960px;
}








