/*--ESSENTIAL--------------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #333237;
}

a img {
	border: none;
}

a {
	color: #2f96cd;
}

a:visited {
	color: #2f96cd;
}

a:active {
	color: #2f96cd;
}

h2, h3, h4, h5 {
	padding: 0;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	color: #000;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #2f96cd;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #456a7e;
}

h4, h5 {
	font-size: 1em;	
	margin: 0 0 0.5em 0;
}

b, strong {
	font-weight: bold;
}

p {
	line-height: 120%;
	margin: 0 0 1em 0;
	color: #000;
}

i, em {
	font-style: italic;
}

table {
	border: none;
	margin-bottom: 1em;
	background: #d4e3f5;
	border-left: 4px #d4e3f5 solid;
	border-top: 4px #d4e3f5 solid;
}

table tr th {
	border-right: 4px #d4e3f5 solid;
	border-bottom: 4px #d4e3f5 solid;
	padding: 3px 10px 3px 10px;
	text-align: left;
	background: #2f96cd;
	color: #fff;
}

table tr td {
	border-right: 4px #d4e3f5 solid;
	border-bottom: 4px #d4e3f5 solid;
	padding: 3px 10px 3px 10px;
	color: #88949d;
	background: #fff;
}

table tr.dark td {
	background: #eaf1fa;
	color: #000;
}

ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0.2em 0 0.2em 2em;
	background: url("../images/text_li.gif") 0 0.4em no-repeat;
	color: #000;
}

ul li ul {
	margin: 0 0 0 0;
	padding: 0;
}

ul li ul li {
	padding: 0.2em 0 0.2em 2em;
	background: url("../images/text_li_li.gif") 0 0.4em no-repeat;
	border: none;	
}

ul li ul li ul li {
	padding: 0.2em 0 0.2em 2em;
	background: url("../images/text_li_li_li.gif") 0 0.4em no-repeat;
	border: none;	
}

#main {
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
	overflow: hidden;
}

.break {
	height: 15px;
}

.noClassic li {
	border: none !important;
	background: none !important;
	padding: 2px 10px 2px 15px;
}

.noClassic li a {
	text-decoration: none;
}

table.noClassic, table.noClassic td, table.noClassic th {
	border: none;
	padding: 0;
}

hr {
	color: #d5ddd1;
	border: 0 none;
	border-top: 1px solid #d5ddd1;
	height: 1px;
	margin: 0 0 1em 0;
}

#pageHolder {
	width: 926px;
	margin: 0 auto 0 auto;
	padding-top: 35px;
	text-align: left;
	position: relative;
}

#content {
	padding-top: 11px;
}

#leftPart {
	width: 221px;
	float: left;
}

#rightPart {
	width: 680px;
	float: right;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

#text {
	padding: 15px 10px 15px 10px;
}

/*--HEADER-----------------------------------------------------------------*/

#header {
	height: 222px;
	border-top: 1px #000 solid;
	background: url("../images/HOME-PAGE.jpg") 0 0 no-repeat;
	position: relative;
	text-align: left;
}

#headerSp {
	height: 152px;
	border-top: 1px #000 solid;
	position: relative;
	text-align: left;
}

.claim {
	width: 257px;
	height: 77px;
	display: block;
	position: absolute;
	top: 47px;
	left: 196px;
	background: url("../images/header_claim.jpg") 0 0 no-repeat;
}

.claim span {
	display: none;
}

.successStories {
	background: url("../images/fin_header1.jpg") 0 0 no-repeat;
}

.aboutUs {
	background: url("../images/fin_header2.jpg") 0 0 no-repeat;
}

.aboutUsNew {
	background: url("../images/fin_header5.jpg") 0 0 no-repeat;
}

.globalOffices {
	background: url("../images/fin_header4.jpg") 0 0 no-repeat;
}

.becomeAMember {
	background: url("../images/fin_header3.jpg") 0 0 no-repeat;
}

.newsContact {
	background: url("../images/fin_header2.jpg") 0 0 no-repeat;
}

#header #logo, #headerSp #logo {
	width: 120px;
	height: 104px;
	display: block;
	position: absolute;
	left: 58px;
	top: 24px;
}

ul#staticMenu {
	position: absolute;
	right: 0;
	top: 8px;
}

ul#staticMenu li {
	float: left;
}

ul#staticMenu li a {
	font-size: 0.8em;
	color: #000;
	float: left;
	display: block;
	padding-left: 0.7em;
	background: url("../images/miniarrow_black.gif") 0 45% no-repeat;
}

form#search {
	padding: 0;
	position: absolute;
	top: 175px;
	left: 25px;
}

#headerSp form#search {
	top: -28px;
	left: 28px;
}

form#search input {
	width: 160px;
	height: 15px;
	margin-right: 0.3em;
	padding: 2px 0 2px 2px;
	vertical-align: top;
	font-size: 0.8em;
	border: 1px #C1C1BF solid;
	background: #fff;
}

form#search input.button {
	width: auto;
	height: auto;
	_margin-top: 1px;
	padding: 0;
}

/*--MENU---------------------------------------------------------------------*/

#menu {
	width: 221px;
	margin: 0;
	padding: 8px;
	background: #fff url("../images/menu_bg.jpg") no-repeat;
}

#menu li {
	margin: 0 0 3px 0;
	padding: 0;
}

#menu li a {
	width: 176px;
	padding: 12px 15px 12px 30px;
	margin: 0;
	background: #2F96CD url("../images/menu_li.gif") 1px 1px no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
}

#menu li a.active {
	background: #2F96CD url("../images/menu_li_active.gif") 1px 1px no-repeat;
}

#menu li li {
	margin: 0;
	padding: 0;
}

#menu li li a {
	width: 171px;
	padding: 12px 15px 12px 35px;
	background: #EAF3F7 url("../images/menu_li_li.gif") 3px 50% no-repeat;
	border-top: 1px #CED6DB solid;
	color: #4E6575;
	font-weight: normal;
}

#menu li li a.active {
	background: #EAF3F7 url("../images/menu_li_li.gif") 3px 50% no-repeat;
	font-weight: bold;
}

#firmFocus {
	width: 221px;
	margin: 0px 0 0 8px;
	padding: 0px;
	position: relative;
	background: #2E96CD url("../images/firm_in_focus.jpg") no-repeat;
	
	/*border: 1px #0C7CB9 solid;
	background: #739AC9;*/
}

#firmFocus .logo {
	/* height: 65px; */
	display: block;
	text-align: center;
	padding-top: 12px;
	/* background: #2E96CD url("../images/firm_in_focus_logo_holder.jpg") no-repeat; */
	position: relative;
	left: -11px;
}

#firmFocusContent{
	padding: 12px 12px 8px 20px;
	/*background: #739AC9;*/
}

#firmFocus h3 {
	color: #ffffff;
}

#firmFocus h3 a {
	color: #ffffff;
}

.leftBox {
	width: 221px;
	margin: 8px 0 8px 8px;
	padding: 0px;
	position: relative;
	background: #2E96CD url("../images/firm_in_focus.jpg") no-repeat;
	
}

.leftBox-content {
	padding: 12px 12px 8px 20px;
}

.leftBox h3, .leftBox h3 a, .leftBox b {
	color: #ffffff;
}

.leftBox p.center {
	text-align: center;
}

.leftBox p.center img {
	padding: 10px;
	background: #fff;
	margin-top: 10px;
}	

/*--HP-INFO-----------------------------------------------------------------*/

#hpInfo {
	width: 440px;
	float: left;
}

#hpInfo h1 {
	display: none;
}

#flashMap {
	margin-bottom: 15px;
}

.hpList li {
	margin-bottom: 10px;
	padding: 0 0 0 24px;
	background: url("../images/hp_li.gif") 0 0.3em no-repeat;
}

/*--NEWS-BOX----------------------------------------------------------------*/

#newsBox {
	width: 215px;
	padding: 9px;
	float: right;
	background: #0D84C3;
	border: 1px #81939D solid;
}

#newsBox .miniHead {
	margin: 0 0 7px 0;
	height: 14px;
}

#newsBox h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #fff;
}

#newsBox .miniHead a.archive {
	padding: 0 15px 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: right;
	background: url("../images/arrow_archive.gif") right 2px no-repeat;
}

#newsBox ul {
	padding: 10px 0 0 0;
	border: 1px #0B71A8 solid;
	background: #fff;
	margin: 0 0 8px 0;
}

#newsBox ul li {
	margin-bottom: 10px;
}

#newsBox ul li h4 {
	padding: 0;
}

#clients, #rsearches {
	padding: 12px;
	border: 1px #0C7CB9 solid;
	background: #739AC9;
}

#rsearches {
	margin-top: 9px;
}

#rsearches ul {
	border: 0px;
	padding: 10px;
	margin: 0px;
	padding-bottom: 0px;
}

#rsearches ul li {
	background: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	display: none;
}

#rsearches ul li.first {
	display: block;
}

.clientTable {
	float: left;
}

.mRight {
	margin-right: 15px;
}

#clients h3 a, #rsearches h3 a {
	color: #ffffff;
}

#clientsContent, #rsearchesContent {
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
	background: #fff;
}

#clientsContent table {
	width: 148px;
	margin: 0 8px 0 8px;
}

#clientsContent table td {
	padding: 2px 0 2px 0;
	border-top: 1px #DEE6EA solid;
	text-align: left;
	color: #8D8D8D;
}

#clientsContent table tr.first td {
	border: none;
}

/*--FOOTER------------------------------------------------------------------*/

#footer {
	border-top: 1px #000 solid;
	line-height: 1.8em;
	color: #898989;
	padding-bottom: 15px;
	margin-top: 10px;
}

#footer a {
	color: #898989;
}


/*--BREAD-CRUMBS------------------------------------------------------------*/

#breadCrumbs {
	margin-top: 3px;
	border-bottom: 1px #000 solid;
	padding-bottom: 4px;
}

#breadCrumbs ul {
	margin: 0;
	padding: 0;
}

#breadCrumbs ul li {
	padding: 0 15px 0 15px;
	float: left;
	color: #0B83C3;
	font-weight: bold;
	background: url("../images/miniarrow_grey.gif") 0 50% no-repeat;
}

#breadCrumbs ul li.first {
	padding: 0 15px 0 0;
	background: none;
}

#breadCrumbs ul li a {
	margin: 0;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/*--OTHERS------------------------------------------------------------------*/
table tr td.align_right {
	text-align:right;
}
.td_align_right {
	padding-right:10px;
	text-align:right;
}
.td_align_left {
	text-align: left;
	padding-left: 10px;
}

/** ---- extended search ------ **/

div.frmRow {
	width: 18em;
	text-align: right;
	padding: 0.2em;
}

div.frmRow label {
	float: left;
}


/*--GLOBAL-OFFICES-----------------------------------------------------------*/

.black {
	color: #000000;
}

.cont {
	padding-right: 25px !important;
}

table.tableNoBorder {
	border:0px;
	background:0;
}

table.tableNoBorder td {
	border:0;
	background:0;
	
}

table.formatingtable {
	border:0px;
	background:0;
	line-height: 120%;
	color: #000;
}

table.formatingtable td {
	border:0;
	background:0;
	color: #000;
	
}

#blueStrip {
  width: 918px; 
  color: #fff; 
  padding: 6px 0 2px 0;
  border: 4px solid #D4E3F5; 
  background: #0082C6;
  font-size: 1.8em; 
  font-weight: bold; 
  text-align: center;
}

.noClassic li {
	border: none !important;
	background: none !important;
	padding: 2px 10px 2px 15px;
}

.noClassic li a {
	text-decoration: none;
}

#login {
	width: 221px;
	margin: 0;
	padding: 8px;
	background: #fff url("../images/menu_bg.jpg") no-repeat;
}

#login li {
	margin: 0 0 3px 0;
	padding: 0;
}

#login li a {
	width: 176px;
	padding: 12px 15px 12px 30px;
	margin: 0;
	background: #739AC9 url("../images/menu_li.gif") 1px 1px no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
}

#login li a.active {
	background: #739AC9 url("../images/menu_li_active.gif") 1px 1px no-repeat;
}

#login li li {
	margin: 0;
	padding: 0;
}

#login li li a {
	width: 171px;
	padding: 12px 15px 12px 35px;
	background: #EAF3F7 url("../images/menu_li_li.gif") 3px 50% no-repeat;
	border-top: 1px #CED6DB solid;
	color: #4E6575;
	font-weight: normal;
}

#login li li a.active {
	background: #EAF3F7 url("../images/menu_li_li.gif") 3px 50% no-repeat;
	font-weight: bold;
}

.noBg {
	background: none;
	border: 1px #D4E3F5 solid;
}

.noBg td {
	background: none;
	border: none;
}

.noBg td input {
	margin-right: 12px;
}

.grey p {
	font-size: 0.95em !important;
	color: #666666 !important;
}

.goToTop {
	text-align: right;
}

.rss img {
	vertical-align: middle;
	margin-right: 4px;
}

.height300 { min-height:70px; _height:70px; }
/* jpriskin */
.height500 { min-height:500px; _height:500px; }
table tr td.nopad {padding: 3px 0;}

.noStyle { 
	text-decoration: none;
	font-weight: normal;
}


