/* CSS Document */

/* Reset Trick */

html {
	height: 100%;
	margin-bottom: 1px;
}
a {
	color: #727272;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, img a {
	border: none;
}
ul {
	list-style-type: square;
	font-size: 1.1em;
}
ul li {
	padding-bottom: 3px;
}
ol li {
	font-size: 1.1em;
	padding-bottom: 3px;
}
p {
	color: #727272;
	font-size: 1.1em;
	margin: 0;
	text-align: justify
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
	padding-left:3px;
}
.floatnone {
	float:none;
}
.floatleftpadding {
	float:left;
	padding-right:4px;
}
.floatleftborder {
	float:left;
	border-right:solid 1px #000;
}
/* Clear Fixes */

.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}
/* Layout */

body {
	background: url(../images/bg_body.jpg) #eaecec repeat-x 0 0;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
#cms_container {
	background: url(../images/bg_body.jpg) #eaecec repeat-x 0 0;
}
#wrapper {
	background: url(../images/bg_wrapper.jpg) repeat-x 0 0;
	margin: 0 auto;
	padding: 9px 9px 50px 9px;
	width: 825px;
}
/* Header */

#header {
	border-bottom: 1px solid #bbc5c3;
	padding: 0 0 11px 0;
	width: 825px;
}
#header h1 {
	margin: 0;
}
#header img {
	float: left;
}
div.search {
	color: #000;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	padding: 13px 0 0 0;
}
div.search input {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	margin: 0 3px 0 5px;
	width: 135px;
}
div.search input.go_butn {
	background: none;
	border: none;
	width: 16px;
}
div.search a {
	color: #000;
}
/* /Header */

/* Nav */

div#primNav {
	border-bottom: 5px solid #bbc5c3;
	margin-bottom: 9px;
	width: 825px;
}
div#primNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#primNav ul li {
	float: left;
	padding: 0;
	margin: 0 64px 0 0;
	height: 27px;
	text-indent: -900em;
}
div#primNav ul li a:hover { background-position: 0 -20px !important; }
div#primNav ul li a:focus { outline: none; background-position: 0 -20px !important; }
div#primNav ul li a { display: block; height: 27px; }

div#primNav ul li#aboutus { width: 59px; }
div#primNav ul li#aboutus a { background: url(../images/nav_buttons/about_us.gif) 0 0 no-repeat; }
div#primNav ul li#ouroffices { width: 77px; }
div#primNav ul li#ouroffices a { background: url(../images/nav_buttons/our_offices.gif) 0 0 no-repeat; }
div#primNav ul li#ourservices { width: 79px; }
div#primNav ul li#ourservices a { background: url(../images/nav_buttons/our_services.gif) 0 0 no-repeat; }
div#primNav ul li#mediacentre { width: 85px; }
div#primNav ul li#mediacentre a { background: url(../images/nav_buttons/media_centre.gif) 0 0 no-repeat; }
div#primNav ul li#contactus { width: 69px; }
div#primNav ul li#contactus a { background: url(../images/nav_buttons/contact_us.gif) 0 0 no-repeat; }
div#primNav ul li#associatedsites { width: 101px; }
div#primNav ul li#associatedsites a { background: url(../images/nav_buttons/associated_sites.gif) 0 0 no-repeat; }
div#primNav ul li#charities { width: 59px;}
div#primNav ul li#charities a { background: url(../images/nav_buttons/charities.gif) 0 0 no-repeat; }


div#primNav ul li.lastItem {
	margin: 0;
}
/* /Nav */

/* Banner Area */

div#bannerArea {
	width: 825px;
}
div#bannerArea div.column1_2 {
	float: left;
	width: 580px;
}
div#bannerArea div.column2_2 {
	float: left;
	padding-left: 9px;
	width: 236px;
}
div#bannerArea div.column2_2 div.related_links {
	background: url(../images/bg_related_links.jpg) repeat-x 0 0;
	padding: 4px 0 0 9px;
	width: 227px;
	height:119px;
}
div#bannerArea div.column2_2 div.related_links h2 {
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
}
div#bannerArea div.column2_2 div.related_links ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 13px 0;
}
div#bannerArea div.column2_2 div.related_links ul li {
	background: url(../images/back_arrow.gif) no-repeat 0 5px;
	padding: 0 0 3px 9px;
}
div#bannerArea div.column2_2 div.related_links ul li a {
	color: #fff;
}
/* Breadcrumb */

div#breadcrumb {
	color: #4f4f51;
	padding: 3px 0 5px 4px;
}
div#breadcrumb a {
	background: url(../images/back_arrow_grey.gif) no-repeat right 4px;
	color: #81898b;
	padding: 0 9px 0 0;
	margin-right: 4px;
}
/* /Breadcrumb */

/* Content */

div#content {
	background: url(../images/bg_content.jpg) repeat-y 0 0;
	padding: 12px 0 30px 0;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	width: 825px;
}
div#content div.column1_2 {
	float: left;
	width: 126px;
}
div#content div.column1_2 ul {
	list-style: none;
	padding: 33px 9px 0 9px;
	margin: 0;
}
div#content div.column1_2 ul li {
	padding: 0 0 4px 0;
}
div#content div.column1_2 ul li a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 4px;
	color: #006b93;
	display: block;
	padding: 0 0 3px 10px;
}
div#content div.column1_2 ul li a.selected {
	background: url(../images/back_arrow_red.gif) no-repeat 0 4px;
	color: #e31818;
}
div#content div.column1_2 ul li ul {
	padding: 3px 0 0 4px;
}
div#content div.column1_2 ul li ul li {
	font-size: 0.9em;
	padding: 0 0 3px 0;
}
div#content div.column1_2 ul li ul li a {
	background: none;
	color: #e31818;
}
div#content div.column1_2 ul li ul li a.selected {
	background: none;
	font-weight: bold;
}
div#content div.column1_2 ul li ul li ul li {
	font-size: 0.8em;
}
div#content div.column1_2 ul li ul li ul li a {
	color: #000;
}
div#content div.column1_2 ul li ul li ul li a.selected {
	color: #000;
	text-decoration: underline;
}
div#content div.column2_2 {
	float: right;
	padding: 0 10px 0 20px;
	width: 669px;
}
div#content div.column2_2 a {
	text-decoration: underline;
}
div#content div.column2_2 h1 {
	color: #006b93;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div#content div.column2_2 h1 span {
	color: #727272;
	font-size: 0.8em;
}
div.contentBottom {
	background: url(../images/bg_bottom_area.jpg) no-repeat 0 0;
	height: 23px;
	width: 825px;
}
/* Login */

div#content div.column2_2 div.login {
	padding-top: 30px;
	width: 500px;
}
div#content div.column2_2 div.login div.field {
	clear: both;
	padding-bottom: 10px;
	width: 270px;
}
div#content div.column2_2 div.login label {
	color: #727272;
	font-size: 1.1em;
	float: left;
	width: 60px;
}
div#content div.column2_2 div.login input {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	float: left;
	width: 206px;
}
div#content div.column2_2 div.login input.login {
	border: none;
	margin-top: 10px;
	width: 47px;
}
/* Sitemap */

div#content div.column2_2 div.sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#content div.column2_2 div.sitemap ul li a {
	color: #006b93;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	text-decoration: none;
	text-transform: uppercase;
}
div#content div.column2_2 div.sitemap ul li ul li a {
	color: #e31818;
	padding: 15px 0 0 0;
	text-transform: none;
}
div#content div.column2_2 div.sitemap ul li ul li ul {
	margin: 0px 0 0 12px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li a {
	color: #006b93;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul {
	margin: 3px 0 0 24px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul a {
	color: #727272;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li a {
	font-size: 10px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul {
	margin: 3px 0 0 12px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li a {
	color: #848383;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li ul li a {
	color: #959595;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li ul li ul li a {
	color: #afafaf;
}
div#content div.column2_2 div.hygineNav ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
div#content div.column2_2 div.hygineNav ul li a {
	color: #e31818;
	font-weight: bold;
	text-decoration: none;
}
/* Table Prices */
div#content div.column2_2 table
{text-align:left;}

div#content div.column2_2 table td.cell_1
{width:20%} 

div#content div.column2_2 table td.cell_2
{width:20%} 

div#content div.column2_2 table td.cell_3
{width:70%} 


div#content div.column2_2 table.tableData {
	font-size: 1.1em;
}
div#content div.column2_2 table.tableData tr th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #006b93;
	padding: 4px 10px;
	text-align: center;
}
div#content div.column2_2 table.tableData tr th.cell_1 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_2 {
	background-color: #c3cacb;
}
div#content div.column2_2 table.tableData tr th.cell_3 {
	background-color: #c4cccc;
}
div#content div.column2_2 table.tableData tr th.cell_4 {
	background-color: #c3cbcc;
}
div#content div.column2_2 table.tableData tr th.cell_5 {
	background-color: #c3cbcc;
}
div#content div.column2_2 table.tableData tr th.cell_6 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_7 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_8 {
	background-color: #c5cccd;
}
div#content div.column2_2 table.tableData tr td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #030000;
	padding: 4px 10px;
	text-align: center;
}
div#content div.column2_2 table.tableData tr td.cell_1 {
	background-color: #d9d7d9;
	text-align: left;
}
div#content div.column2_2 table.tableData tr td.cell_2 {
	background-color: #dee2e3;
}
div#content div.column2_2 table.tableData tr td.cell_3 {
	background-color: #e3e7e8;
}
div#content div.column2_2 table.tableData tr td.cell_4 {
	background-color: #e3e7e8;
}
div#content div.column2_2 table.tableData tr td.cell_5 {
	background-color: #e5e9e9;
}
div#content div.column2_2 table.tableData tr td.cell_6 {
	background-color: #dddadb;
}
div#content div.column2_2 table.tableData tr td.cell_7 {
	background-color: #e0ddde;
}
div#content div.column2_2 table.tableData tr td.cell_8 {
	background-color: #f1f3f3;
}

/* Coverage Table Style */

table.coverage_table_style {
    border:solid 0px #f00; }
    
table.coverage_table_style tr td {
    padding: 4px 0 4px 0; }       
    
table.coverage_table_style tr td.cell_1 {
    width:auto !important; }    


/* Structured Deals History */

div#content div.column2_2 div.strdeals_history h3 {
	color: #006b93;
	margin: 20px 0 10px 0;
	font-size: 1.1em;
}
div#content div.column2_2 div.strdeals_history p {
	padding-bottom: 20px;
}
div#content div.column2_2 div.strdeals_history img {
	border-bottom: 1px solid #d3d3d3;
	float: left;
	padding: 20px 85px 12px 0;
}
/* News */

div.news {
	padding: 20px 0 0 0;
}
div.news h3 {
	color: #444445;
	font-size: 1.1em;
	margin: 0;
}
div.news p {
	padding: 3px 0;
}
div.news a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #1f81a2;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
/* Press Coverage */

div#content div.column2_2 div.press_coverage h2 {
	color: #e31818;
	font-size: 1.5em;
	margin: 0;
}
div#content div.column2_2 div.press_coverage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content div.column2_2 div.press_coverage ul li {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 15px;
	color: #006b93;
	padding: 10px 0 0 10px;
}
div#content div.column2_2 div.press_coverage ul li a {
	color: #006b93;
	padding: 0 0 0 5px;
	text-decoration: underline;
}
/* Presentations */

div#content div.column2_2 div.presentations {
	padding: 20px 0 0 0;
}
div#content div.column2_2 div.presentations h2 {
	color: #e31818;
	float: left;
	font-size: 1.5em;
	margin: 0;
}
div#content div.column2_2 div.presentations h3 {
	font-size: 1.1em;
	font-weight: normal;
	float: right;
	margin: 10px 15px 0 0;
}
div#content div.column2_2 div.presentations_container {
	border: 1px solid #e5e9e7;
	margin: 5px 0 0 8px;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.row {
	background: url(../images/exotix_icon.gif) #fff no-repeat 20px 10px;
	clear: both;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.alt_row {
	background: url(../images/exotix_icon.gif) #f2f3f3 no-repeat 20px 10px;
	clear: both;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.row div.column1, div#content div.column2_2 div.presentations_container div.alt_row div.column1 {
	float: left;
	padding: 5px 0 5px 68px;
	width: 484px;
}
div#content div.column2_2 div.presentations_container div.row div.column1 h4, div#content div.column2_2 div.presentations_container div.alt_row div.column1 h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
div#content div.column2_2 div.presentations_container div.row div.column2, div#content div.column2_2 div.presentations_container div.alt_row div.column2 {
	border-left: 1px solid #e5e9e7;
	float: left;
	padding: 10px 0;
	width: 82px;
	text-align: center;
}
div#content div.column2_2 div.presentations_container div.row div.column2 a, div#content div.column2_2 div.presentations_container div.alt_row div.column2 a {
	color: #006b93;
	font-size: 1.1em;
	text-decoration: none;
}
/* Homepage */


/*Content starts*/
div#main_content {
	float:left;
	width:580px;
}
div#main_content img {
	float: left;
}

div#main_content p {
	background-color:#FFFFFF;
	color: #00437a;
	float: left;
	font-size:1.4em;
	line-height: 1.4em;
	margin: 8px 0 0 0;
	padding:11px 5px 11px 11px;
	text-align: left;
	width:564px;
}
div#main_content p a {
	background: url(../images/back_arrow_grey.gif) no-repeat 0 7px;
	color: #4a4a4c;
	padding: 0 0 0 7px;
}
div#main_links {
	float:right;
	width:227px;
}
div.mrkt_content {
	margin-top:1px;
	background:url(../images/market_background.jpg) repeat-x;
	padding: 9px 0 0 9px;
	width:571px;
	float:left;
}
div.equity_content {
	background-color: #f0a230;
	padding-bottom:13px;
	margin-right: 9px;
	min-height: 87px;
	height: auto!important;
	height: 87px;
	float:left;
	width:174px;
}
div.equity_content h3 {
	color:#feffff;
	font-size:2.4em;
	padding: 3px 0 5px 5px;
	margin: 0;
	font-weight:normal;
}
div.equity_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.equity_content ul li {
	background:url(../images/equity_bullet.jpg) no-repeat 6px 3px;
	color: #ffffff;
	padding-left:15px;
	font-weight:bold;
}
div.equity_content ul li a {
	color: #fff;
}
/*RHS*/

div#links {
	float: left;
	padding: 0 0 7px 9px;
	width: 227px;
}
/*Login*/
div#links div.login {
	background:url(../images/login_background.jpg) #8ebdcc repeat-x 0 0;
	padding: 0 0 0 9px;
	width:227px;
	min-height: 174px;
	height: auto!important;
	height:174px;
}

* html div#links .login  {
	min-height: 173px;
	height: auto!important;
	height:173px;
}

*:first-child+html div#links  {
	min-height: 173px;
	height: auto!important;
	height:173px;
}

/* RJ - New Home */
div#homeside { float: right; width: 186px; }

div.side_news { background: #9aa2a1 url(../images/latestnews.jpg) repeat-x; width: 168px; padding: 5px 9px; min-height: 176px; }
div.side_news h3 { color: #feffff; font-size: 2em; margin: 0; font-weight: normal; }
div.side_news strong { font-size: 1.1em; font-weight: bold; color: #010000; margin-top: 4px; display: block; }
div.side_news p { color: #fff; }
div.side_news a { color: #fff; font-weight: bold; }

div#charity { background: #f0a130; margin-top: 8px; overflow: hidden; }
div#charity p { margin: 0 0 10px 10px; display: block; color: #feffff; font-size: 1.8em; text-decoration: none; background: url(../images/charityarrow.gif) 0 7px no-repeat; padding-left: 15px; text-align:left; }
div#charity p span { font-weight: bold; }
div#charity a { color: #fff; }

div#home_content { width: 630px; float: left; }
div#home_content div.welcome { background: #eaecec url(../images/welcome.gif) 0 0 repeat-x;; margin-top: 8px; padding: 11px 0 0 9px; overflow: hidden; }
div#home_content div.welcome h1 { font-size: 2em; font-weight: normal; margin: 0; color: #00437a; }
div#home_content div.welcome p { font-size:1.4em; color: #00437a; margin-top: 5px; padding-right: 10px; }
div#home_content div.homebox { width: 109px; height: 89px; float: left; background: #123258 url(../images/home_boxes.gif) 0 0 repeat-x; margin: 15px 2px 0 0; color: #fff; padding: 6px; }
div#home_content div.homebox h3 { margin: 2px 0 0 0; height: 35px; font-size: 1.2em; }
div#home_content div.homebox a { color: #fff; font-size: 0.8em; font-weight: bold; }

div#login { background: #3b91ae url(../images/loginbottom.gif) 0 0 repeat-x; height: 53px; padding: 5px 12px; color: #fff; }
div#login strong { font-size: 2em; font-weight: normal; float: left; }
div#login form { margin: 4px 0 0 10px; }
div#login form label { color: #baebfb; font-weight: bold; font-size: 1.1em; vertical-align: middle; margin-right: 5px; }
div#login form .field { float: left; margin-left: 15px; }
div#login form .field input { width: 148px; height: 17px; border: 1px solid #22576a; margin-right: 5px; padding: 0; vertical-align: middle; }
div#login .forgot { float: left; background: url(../images/forgot.gif) 0 4px no-repeat; float: left; color: #fff; width: 68px; padding-left: 7px; margin: -4px 0 0 30px; }
div#login .submit_butn { float: left; }
div#login .newuser { float: right; text-decoration: underline; color: #fff; font-size: 1.1em; background: url(../images/new.gif) 0 4px no-repeat; margin-left: 5px; padding-left: 8px; }
div#login .newuser span { font-weight: bold; }
div#login .results, div#login .error { width: 800px; color: #000; clear: both; padding-top: 15px; font-weight: bold; text-align: center; display: block; }
div#login .results p { text-align: center; }

div#links div.login h3 {
	color: #feffff;
	font-size: 2.4em;
	margin: 0;
	padding-top: 3px;
	font-weight: normal;
}
div#links .login div.field {
	margin: 0 0 5px 0;
	width: 218px;
}
div#links .login label {
	color:#9edffd;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	width:66px;
}
div#links .login input {
	border:1px solid #2c4d4d;
	float: left;
	background:url(../images/login_input_bg.jpg) no-repeat;
	width:140px;
}
div#links .login input.submit_butn {
	background: none;
	border: none;
	margin: 3px 0 4px 66px;
	float: none;
	width: 54px;
}
div#links .login form {
	margin: 0;
}
div#links .login form a {
	background: url(../images/back_arrow.gif) no-repeat 0 5px;
	color: #fff;
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 0px 66px;
}
div#links .login form a img {
	margin-left: -10px;
}
div#links .login form p {
	color: #fff;
}
div#links .login form p a {
	text-decoration: underline;
}
/*News*/

div.news_hm {
	background:url(../images/news_background.jpg) repeat-x;
	margin-top:1px;
	width:227px;
	height:93px;
	min-height:93px;
	max-height:93px;
	overflow:hidden;
	border:solid 0px #f00;
	padding:5px 0 4px 9px;
}
div.news_hm h3 {
	color:#feffff;
	font-size:2.4em;
	padding:0 0 3px 0;
	margin: 0;
	font-weight:normal;
}
div.news_hm h4 {
	color: #444445;
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
div.news_hm h5 {
	color: #444445;
	font-size:1.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
/* Modified by Priya on 5/9/2008 */
div.news_hm p {
	color: #1f81a2;
	font-size:1.0em;
	padding: 0 10px 5px 0;
	text-align: left;
}
div.news_hm p a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #1f81a2;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 10px;
}
/*Featured Links*/
div.featured_link {
	background:url(../images/feature_background.jpg) #8d9796 repeat-x;
	margin-top:17px;
	padding-left:9px;
	min-height: 99px;
	height:99px;	
	width:227px;
}
div.featured_link h3 {
	color:#feffff;
	font-size:2.4em;
	padding-top:3px;
	margin: 0;
	font-weight:normal;
}
div.featured_link ul {
	margin:3px 0 0 0;
	padding: 0 0 6px 0;
}
div.featured_link ul li {
	background:url(../images/bullets.jpg) no-repeat 0px 4px;
	color:#FFFFFF;
	display:block;
	padding: 0 0 3px 10px;
}
div.featured_link ul li a {
	color: #fff;
}
/* Our Team */

div#content div.column2_2 div.leftCol {
	float: left;
	width: 423px;
}
div#content div.column2_2 div.leftCol div.fifthNav {
	background: url(../images/bg_fifthlevel_nav.jpg) #a3adac repeat-x 0 0;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	width: 423px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li {
	float: left;
	padding: 0;
	width: 190px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li a {
	background: url(../images/back_arrow.gif) no-repeat 0 4px;
	color: #fff;
	padding: 0 0 0 10px;
	text-decoration:none;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li a.selected {
	font-weight: bold;
}
div#content div.column2_2 div.leftCol h2 {
	color: #006b93;
	font-size: 1.3em;
	margin: 0;
}
div#content div.column2_2 div.leftCol h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 10px 0;
}
div#content div.column2_2 div.leftCol p {
	margin: 0;
}
div#content div.column2_2 div.rightCol {
	float: right;
	width: 227px;
}
div#content div.column2_2 div.rightCol img {
	margin-bottom: 5px;
}
div#content div.column2_2 div.rightCol p {
	padding: 0 0 3px 0;
	text-align: left;
}
div#content div.column2_2 div.rightCol p a {
	color: #006b93;
	font-weight: bold;
	text-decoration: underline;
}
/* Charity */

div#content div.column2_2 div.charity {
	margin-top: 20px;
}
div#content div.column2_2 div.charity h2 {
	color: #006b93;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
div#content div.column2_2 div.charity h2 a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #006b93;
	padding: 0 0 0 10px;
}
div#content div.column2_2 div.charity h2 a:hover {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #006b93;
	padding: 0 0 0 10px;
	text-decoration: underline;
	cursor:pointer;
}
div#content div.column2_2 div.charity div.charity_detail {
	background-color: #f4f6f6;
	padding: 11px;
	margin: 0 0 15px 0;
	width: 641px;
}
div#content div.column2_2 div.charity div.charity_detail div.charity_detail_container {
	padding-bottom: 15px;
	width: 641px;
}
div#content div.column2_2 div.charity div.charity_detail h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div#content div.column2_2 div.charity div.charity_detail div.column1 {
	float: left;
	padding-right: 30px;
	width: 473px;
}
div#content div.column2_2 div.charity div.charity_detail div.column2 {
	float: left;
	padding-top: 20px;
	width: 130px;
}
/* Research Center */

div#content div.column2_2 div.research_center {
	float: left;
	width: 668px;
}
div#content div.column2_2 div.research_center h3 {
	color: #1f81a2;
	font-size: 1.3em;
	margin: 0px 0 3px 0;
}
div#content div.column2_2 div.research_center div.fifthLevel ul {
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	float: left;
	padding: 0px 0 10px;
	margin: 0;
	width: 663px;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li {
	float: left;
	width: 125px;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 4px;
	color: #006b93;
	padding: 0 0 0 10px;
	text-decoration: none;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li a.selected {
	font-weight: bold;
}
div#content div.column2_2 div.research_center div.column1_2 {
	border-right: 1px solid #e6e6e6;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	width: 415px;
}
div#content div.column2_2 div.research_center div.column1_2 h2 {
	color: #e31818;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 5px;
}
div#content div.column2_2 div.research_center div.column1_2 ul {
	border: none;
	padding: 10px 0 0 0;
}
div#content div.column2_2 div.research_center div.column1_2 ul li {
	padding-bottom: 7px;
}
div#content div.column2_2 div.research_center div.column1_2 ul li a {
	background: none;
	color: #727272;
	padding: 0;
	text-decoration: underline;
}
div#content div.column2_2 div.research_center div.column2_2 {
	float: left;
	padding: 15px 0 0 20px;
	width: 205px;
}
div#content div.column2_2 div.research_center div.column2_2 h3 {
	color: #4a4a4c;
	font-size: 1.1em;
}
div#content div.column2_2 div.research_center div.column2_2 select {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	width: 200px;
}
/* Feedback Form */

div.CMS_notice {
	margin: 0 0 10px 0;
}
div.formelement {
	margin-bottom: 10px;
	width: 400px;
}
div.formelement div.caption {
	float: left;
	font-size: 1.1em;
	padding-right: 10px;
	width: 100px;
}
div.formelement div.input {
	float: left;
	width: 205px;
}

div.formelement div.input select {
	float: left;
	width: 205px;
}

div.formelement div.input input, div.formelement div.input textarea {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	width: 198px;
}
input.submit {
	margin: 0 0 10px 110px;
}
div.formelement div.valid {
	float: left;
	width: 15px;
}
/* End of Feedback form */

/* Search */

div#content div.column2_2 form#ctl00 {
	font-size: 1.1em;
}
div#content div.column2_2 form#ctl00 a {
	color: #1f81a2;
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
div#content div.column2_2 form#ctl00 table tr td table tr td a {
	background:url(../images/bg_search_paging.gif) no-repeat right center;
	color: #727272;
	font-weight: normal;
	padding: 0 4px 0 2px;
}
div#content div.column2_2 form#ctl00 table tr td table tr td span {
	background:url(../images/bg_search_paging.gif) no-repeat right center;
	font-weight: bold;
	padding: 0 4px 0 2px;
}
div#content div.column2_2 form#ctl00 span#lblMessage {
	color: #006b93;
	font-weight: bold;
}
div#content div.column2_2 form#ctl00 h3 {
	color: #1f81a2;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 3px 0;
}
/* End of Search */

.error {
	color: #fff;
}

/* Footer */
div#footer {
	border-top: 1px solid #999;
	margin: 14px 0 0 0;
	text-align: center;
	width: 825px;
}
div#footer ul {
	list-style: none;
	padding: 5px 0 3px 0;
	margin: 0;
}
div#footer ul li {
	background: url(../images/bg_footer.gif) no-repeat 0 center;
	display: inline;
	padding: 0 5px;
}
div#footer ul li.firstItem {
	background: none;
}
div#footer ul li a {
	color: #4f4f51;
}
div#footer ul li a.selected {
	font-weight: bold;
}
div#footer p {
	color: #999;
	font-size: 1.0em;
	text-align: center;
}
div#footer p a
{
	font-style:normal;
	color:#003399;
}


#gvPriceResults td{ width:20%;}

/***********Our Team***************/

div#content_team div.column2_2 {
	float: right;
	padding: 0 10px 0 20px;
	width: 669px; 
    /*background:url(../images/team_background.jpg) no-repeat 0 0;*/
}
div#content_team div.column2_2 a {
	text-decoration: underline;
}
div#content_team div.column2_2 h1 {
	color: #006b93;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div#content_team div.column2_2 h1 span {
	color: #727272;
	font-size: 0.8em;
}
div.contentBottom {
	background: url(../images/bg_bottom_area.jpg) no-repeat 0 0;
	height: 23px;
	width: 825px;
}

div#content_team {
	background: url(../images/bg_content.jpg) repeat-y 0 0;
	padding: 12px 0 30px 0;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	width: 825px;
}
div#content_team div.column1_2 {
	float: left;
	width: 126px;
	min-height:400px;
}
div#content_team div.column1_2 ul {
	list-style: none;
	padding: 33px 9px 0 9px;
	margin: 0;
}
div#content_team div.column1_2 ul li {
	padding: 0 0 4px 0;
}
div#content_team div.column1_2 ul li a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 4px;
	color: #006b93;
	display: block;
	padding: 0 0 3px 10px;
}
div#content_team div.column1_2 ul li a.selected {
	background: url(../images/back_arrow_red.gif) no-repeat 0 4px;
	color: #e31818;
}
div#content_team div.column1_2 ul li ul {
	padding: 3px 0 0 4px;
}
div#content_team div.column1_2 ul li ul li {
	font-size: 0.9em;
	padding: 0 0 3px 0;
}
div#content_team div.column1_2 ul li ul li a {
	background: none;
	color: #e31818;
}
div#content_team div.column1_2 ul li ul li a.selected {
	background: none;
	font-weight: bold;
}
div#content_team div.column1_2 ul li ul li ul li {
	font-size: 0.8em;
}
div#content_team div.column1_2 ul li ul li ul li a {
	color: #000;
}
div#content_team div.column1_2 ul li ul li ul li a.selected {
	color: #000;
	text-decoration: underline;
}
div#content_team div.column2_2 {
	float: right;
	padding: 0 10px 0 20px;
	width: 669px; 
    
}
div#content_team div.column2_2 a {
	text-decoration: underline;
}
div#content_team div.column2_2 h1 {
	color: #006b93;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div#content_team div.column2_2 h1 span {
	color: #727272;
	font-size: 0.8em;
}
div.contentBottom {
	background: url(../images/bg_bottom_area.jpg) no-repeat 0 0;
	height: 23px;
	width: 825px;
}
/***********Our Team Ends***************/

/************Map*********************/


div#content_team div.column2_2 div.map
{
    position:relative;
    background: url(../images/team_background4.gif) no-repeat scroll 0px 0px;
    width:660px;
    height:490px;
}

div#content_team div.column2_2 div.map div ul 
{
    visibility:hidden;
    margin:-1px 0 0 -40px;
    *margin:0px 0 0 0px;
    position:relative;
    z-index:2;
}

div#content_team div.column2_2 div.map div a
{ 
    background:url(../images/map_arrow2.gif) no-repeat 0px 3px;
    padding-left:15px;
    color:#1b708d;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    cursor:default;
    position:relative;
    z-index:1;
 }
div#content_team div.column2_2 div.map div ul li
{
    background:#A3ADAC url(../images/back_arrow.gif) no-repeat scroll 6px 8px;
    width:233px;
    height:16px;
    list-style-type:none;
    margin:2px 0 0 15px;
    padding:3px 0 1px 6px; 
 }
 
div#content_team div.column2_2 div.map div ul li a
{
    background:none;
    padding-left:8px;
    color:#ffffff;
    font-size:12px;
    font-weight:normal;
    text-decoration:none; 
 }
 
div#content_team div.column2_2 div.map div ul li:hover
{
    background-color:#657171;
    width:233px;
    height:16px;
    list-style-type:none;
    margin:2px 0 0 15px;
    padding:3px 0 1px 6px; 
 }

div#content_team div.column2_2 div.map div#london 
{
    position:absolute;
    top:95px;
    left:279px;
    *z-index:10;
}

div#content_team div.column2_2 div.map div#newyork
{    
    position:absolute;
    top:127px;
    left:135px;
    *z-index:10;
}

div#content_team div.column2_2 div.map div#buenosaires
{    
    position:absolute;
    top:306px;
    left:164px;
 }

div#content_team div.column2_2 div.map div#dubai
{   
    position:absolute;
    top:159px;
    left:392px;
}


div.block {float:left; display:block; width:128px; height:95px; background:#006B93; overflow:hidden; margin:0 5px 5px 0; position: relative;}
div#content div.column2_2 div.block div.title h1 {font-size:1.1em; color:#ffffff;padding:4px;}
div#content div.column2_2 div.block div.title h1 a{color:#fff;font-size:16px; font-weight:bold;}
div.block div.summary {float:left; display:block; clear:both;padding:6px 12px 12px 12px;color:#ffffff;font-size:11px;}
div.block div.summary p { color: #fff; font-size:11px; }
div.block div.summary a { position: absolute; bottom: 5px; left: 12px; }
p.backto { margin-top: 10px !important; }


.faqs_main
{
	border-top: #f4f3ea 1px solid;
	float:left;
	margin: 0 0 0 0px;
	padding: 20px 0 0 0;
	width:518px;
}

.faqs_main p
{
	color: #202221;
	font-size: 1.1em;
	margin: 0;
	padding: 0 15px 10px 0;
}

.faqs
{
	
	float:left;
	width:670px;
}

.faqs_top
{
	margin: 0;
	padding: 0;
	width: 670px;
}

.faqs_2
{
	background: none;
	float:left;
	width:670px;
}

.question_box
{
	float: left;
	width: 518px;
	padding: 0;
}

.question_icon
{
	color:#000;
	
	margin: 0;
	padding-right:3px;
}

.question_line
{
	margin: 0;
	padding: 0 0 0 0;
	width : 470px;
}

div#content div.column2_2 .question_box .question_line a {
	text-decoration: none;
}

div#content div.column2_2 .question_box .question_line h3 {
	margin:0;
	padding:0;
}

.question_line p a
{
	border: none;
	margin: 10px 0;
	padding: 0;
}





.answer
{
	margin: 0;
	float:left;
	padding: 0 0 0 3px;	
	width:670px;
}

.answer p
{
	border: none;
	margin: 0;
	padding: 0;
}
.answer p a {color: #597826; text-decoration:none;}
