/*
Theme Name: Afarber Theme
Theme URI: http://www.afarber.com
Description: Theme design by 9thsphere
Version: 1.0
Author: 9thsphere
Author URI: http://www.9thsphere.com
Tags: blue, custom header, fixed width, two columns, widgets

*/

body
{
	width: 763px;
	padding: 0;
	margin: auto;
	background-color: #f6f5f5;
	color: #737373;
	font-family: arial, sans-serif;
	font-size: 12px;
}

p
{
	margin: 0;
	padding: 0px 0px 10px 0px;
}

img
{
	display: block;
	border: none;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #52687A;
}


.container
{
	float: left;
	width: 761px;
	color: #737373;
	background-color: #FFFFFF;
	border: 1px solid #737373;
}

.secondary_container
{
	float: left;
	width: 748px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #849cb1;
}

.header
{
	float: left;
	width: 748px;
	color: #737373;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.print{
	position:relative;
	float:left;
	width:300px;
	height:20px;
	top:-25px;
	left:5px;
	font-weight:bold;
}

.print img{
	float:left;
	margin-right:10px;
}

.print a{
	color: #737373;
	text-decoration:underline;
}
.print a:hover{
	color: #737373;
	text-decoration:none;
}
.logo
{
	float: left;
	width: 223px;
	padding-left: 15px;
	padding-top: 33px;
	padding-bottom: 16px;
}

/* Start Main Navigation */
#navigation
{
	float: left;
	background-color: #E6E6E6;
	color: #737373;
	padding-left: 13px;
	width: 735px;
	margin: 0px;
}

ul.nav
{
	float: left;
	width: 723px;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.nav
{
	float: left;
	margin: 0;
	padding: 0;
}

#contain_company, #contain_services, #contain_support, #contain_newsroom
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	/*visibility: hidden;*/
	display: none;
	z-index:300;
}

* html #contain_services, #contain_newsroom
{
	float: left;
	padding-left: 1px;
}

#menu_s {
float: left;
font-size: 12px;
margin:0; /* this page only */
margin-left: 1px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AFB64C;
	padding-right: 1px;
}
#menu_c {
float: left;
font-size: 12px;
margin:0; /* this page only */
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c6b300;
	padding-right: 1px;
}
#menu_n {
float: left;
font-size: 12px;
margin:0; /* this page only */
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #718698;
	padding-right: 1px;
}
#menu_su {
float: left;
font-size: 12px;
margin:0; /* this page only */
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #60497b;
	padding-right: 1px;
}

* html #menu_s {
margin-left: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_s ul, #menu_c ul, #menu_n ul, #menu_su ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* style the list items */
#menu_s li, #menu_c li, #menu_n li, #menu_su li {
background:#d4d8bd url(shade.gif);
color: #737373;

/* for IE7 */
float:left;
}
#menu_s li.sub, #menu_c li.sub, #menu_n li.sub, #menu_su li.sub {background:#d4d8bd url(sub.gif) no-repeat right center; color: #737373;}

/* get rid of the table */
#menu_s table, #menu_c table, #menu_n table, #menu_su table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#menu_s a, #menu_c a, #menu_n a, #menu_su a, #menu_s a:visited, #menu_c a:visited, #menu_n a:visited, #menu_su a:visited {
display:block;
text-decoration:none;
width:149px;
background-color: #DADADA;
	color: #737373;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 4px;
	border-top: 1px solid #a7a7a7;
}

#menu_s a.sub, #menu_c a.sub, #menu_n a.sub, #menu_su a.sub, #menu_s a.sub:visited, #menu_c a.sub:visited, #menu_n a.sub:visited, #menu_su a.sub:visited {
display:block;
text-decoration:none;
width:149px;
background-color: #DADADA;
color: #737373;
padding-top: 10px;
padding-bottom: 8px;
padding-right: 6px;
padding-left: 4px;
border-top: 1px solid #a7a7a7;
background-image: url(../../../../images/btns/arrow_gray.gif);
background-repeat: no-repeat;
background-position: right center;
}
/* hack for IE5.5 */
* html #menu_s a, * html #menu_c a, * html #menu_n a, * html #menu_su a, * html #menu_s a:visited, * html #menu_c a:visited, * html #menu_n a:visited, * html #menu_su a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html #menu_s a:hover {background-color: #AFB64C;
	color: #ffffff; position:relative;}
* html #menu_s a:hover.sub {background-color: #AFB64C;
	color: #ffffff; position:relative; background-image: url(../../../../images/btns/arrow_services.gif); background-repeat: no-repeat; background-position: right center;}
* html #menu_c a:hover {background-color: #c6b300;
	color: #ffffff; position:relative;}
* html #menu_n a:hover {background-color: #718698;
	color: #ffffff; position:relative;}
* html #menu_su a:hover {background-color: #60497b;
	color: #ffffff; position:relative;}

#menu_s li:hover, #menu_c li:hover, #menu_n li:hover, #menu_su li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
#menu_s a:active, #menu_s a:focus {background-color: #AFB64C;
	color: #ffffff;}
#menu_c a:active, #menu_c a:focus {background-color: #c6b300;
	color: #ffffff;}
#menu_n a:active, #menu_n a:focus {background-color: #718698;
	color: #ffffff;}
#menu_su a:active, #menu_su a:focus {background-color: #60497b;
	color: #ffffff;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
#menu_s li:hover > a.sub {background-color: #AFB64C;
	color: #ffffff;
	background-image: url(../../../../images/btns/arrow_services.gif);
	background-repeat: no-repeat;
	background-position: right center;}
#menu_c li:hover > a.sub {background-color: #c6b300;
	color: #ffffff;
	background-image: url(../../../../images/btns/arrow_services.gif);
	background-repeat: no-repeat;
	background-position: right center;}
#menu_n li:hover > a.sub {background-color: #718698;
	color: #ffffff;
	background-image: url(../../../../images/btns/arrow_services.gif);
	background-repeat: no-repeat;
	background-position: right center;}
#menu_su li:hover > a.sub {background-color: #60497b;
	color: #ffffff;
	background-image: url(../../../../images/btns/arrow_services.gif);
	background-repeat: no-repeat;
	background-position: right center;}

#menu_s li:hover > a {background-color: #AFB64C;
	color: #ffffff;}
#menu_c li:hover > a {background-color: #c6b300;
	color: #ffffff;}
#menu_n li:hover > a {background-color: #718698;
	color: #ffffff;}
#menu_su li:hover > a {background-color: #60497b;
	color: #ffffff;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_s li ul, #menu_c li ul, #menu_n li ul, #menu_su li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:130px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
#menu_s li:hover > ul, #menu_c li:hover > ul, #menu_n li:hover > ul, #menu_su li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
#menu_s ul a:hover ul ul {
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#menu_s ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#menu_s ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
#menu_s ul a:hover ul, #menu_c ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
#menu_s ul a:hover ul a:hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
#menu_s ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#menu_s ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}

.search_container {
	margin: 0px;
	float: right;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 150px;
}

form.search
{
	float: right;
	margin: 0px;
	padding: 0px;
}

input.search
{
	float: left;
	margin-right: 1px;
	background-image: url(../../../../images/back/search_input.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #9a9a9a;
	width: 102px;
	font-size: 10px;
}
/* End Main Navigation */

#header_img
{
	float: left;
	width: 748px;
	margin: 0px;
	height: 167px;
	background-color: #FFFFFF;
}

.header_img_main
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.secondary_nav_header {
	float: left;
	width: 175px;
	background-image: url(../../../../images/nav/secondary_nav_svcs_personal.gif);
	background-repeat: no-repeat;
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_contain
{
	float: left;
	width: 748px;
	background-color: #FFFFFF;
	color: #545454;
	background-image: url(../../../../images/back/secondary_nav_repeat.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#secondary_nav
{
	float: left;
	width: 164px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#secondary_nav ul
{
	float: left;
	width: 152px;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0;
	padding: 0;

}

#secondary_nav li {
	float: left;
	width: 152px;
	display: block;
	margin: 0px;
	list-style-type: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:15px 0px 0px 0px;
}

#secondary_nav ul li ul
{
	float: left;
	display: block;
	width: 152px;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;

}

#secondary_nav ul li ul li {
	float: left;
	width: 152px;
	display: block;
	margin: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
}

#secondary_nav a
{
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../../../../images/back/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#secondary_nav a:hover
{
	background-color: transparent;
	color: #737373;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#secondary_nav .on {
	background-color: transparent;
	color: #737373;
	margin: 0px;
	padding-left: 10px;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;

}

#secondary_nav .nb {
	border-bottom-style: none;
	padding: 6px 0px 4px 10px;
	background-color: transparent;
	background-image: url(../../../../images/back/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#secondary_nav .farberLink{
	top:20px;
	position:relative;
	float:left;




}
#secondary_nav .farberLink a{
	top:30px;
	margin-left:-15px;
	font-size:14px;
	color:white;
	font-weight:bold;

	border-bottom:none;
	background-image: none;
}
#secondary_nav .farberLink a:hover{

	margin-left:-15px;
	font-size:14px;
	font-weight:bold;
	color: #737373;
	border-bottom:none;
	background-image: none;
}
#secondary_nav .nb_on {
	border-bottom-style: none;
	color: #737373;
	padding: 6px 0px 4px 10px;
	background-color: transparent;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#secondary_nav .on_down_a_level
{
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #737373;
	border-bottom: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#secondary_nav ul li ul li a
{
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	border-bottom: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(../../../../images/back/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#secondary_nav ul li ul li a:hover
{
	background-color: transparent;
	color: #737373;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.secondary_nav_sec_level a {
	background-image: url(../../../../images/back/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	text-align: right;
}
#secondary_nav .third_level_nav {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav:hover {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav_on {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav_on:hover {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav_home {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_hm_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav_home:hover {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_hm_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
.page_content_container
{
	float: left;
	width: 562px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.page_content_header {
	background-image: url(../../../../images/headers/page_content_header.gif);
	width: 544px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 46px;
}

.page_content_header_full {
	background-image: url(../../../../images/headers/page_content_header_full.gif);
	width: 544px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

.svcs_appointment {
	background-image: url(../../../../images/svcs/planner.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 65px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-position: right top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #718698;
	float: right;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.svcs_page_content {
	width: 538px;
	background-image: url(../../../../images/back/p_content_repeat_left.gif);
	background-repeat: repeat-y;
	float: left;
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
}

.news_header {
	width: 219px;
	height: 43px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #52687a;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

.news_header div {
	width: 198px;
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	height: 21px;
}

.events_header {
	float: right;
	width: 216px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #52687a;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 19px;
	clear: right;
}

.events_header div {
	width: 197px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	float: right;
	height: 21px;
}

.curr_engagements_header {
	width: 216px;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #52687a;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 19px;
	clear: right;
}

.curr_engagements_header div {
	width: 198px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	float: right;
	height: 21px;
}

.page_content_repeat_right {
	background-image: url(../../../../images/back/p_content_repeat_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 544px;
	float: left;
}

.page_content {
	width: 536px;
	background-image: url(../../../../images/back/p_content_repeat_left.gif);
	background-repeat: repeat-y;
	float: left;
	padding-left: 6px;
}

.main_content {
	float: left;
	width: 252px;
	padding-left: 32px;
	padding-top: 24px;
	padding-right: 32px;
	background-image: url(../../../../images/headers/p_content_header_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.main_content_home {
	float: left;
	width: 252px;
	padding-left: 32px;
	padding-top: 24px;
	padding-right: 32px;
	background-image: url(../../../../images/headers/p_content_header_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b7b7b7;
}
.main_content_full {
	float: left;
	width: 472px;
	padding-left: 32px;
	padding-top: 14px;
	padding-right: 32px;
	background-image: url(../../../../images/headers/p_content_header_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	margin: 0px;
}
.main_content_full ul{
	margin-top:0;
}

.main_content_full ul.glossary li{
	list-style:none;
	padding-bottom:15px;
}

.main_content_full ul.sitemap{
	list-style:disc;
}

.main_content_full ul.sitemap li{
	list-style:disc;
	padding:5px;
}
.main_content_full_sec {
	float: left;
	width: 472px;
	padding-left: 32px;
	padding-top: 0px;
	padding-right: 32px;
	background-image: url(../../../../images/headers/p_content_header_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	margin: 0px;
}

img.titleImg
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.bold {
	font-weight: bold;
}

.news_content {
	float: right;
	width: 188px;
	background-image: url(../../../../images/headers/news_header_bottom.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-right: 12px;
	padding-top: 6px;
	font-size: 12px;
	color: #595959;
	background-color: transparent;
	padding-bottom: 24px;
}

.events_content {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	width: 187px;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 19px;
	padding-bottom: 27px;
	margin: 0px;
	font-size: 12px;
	color: #737373;
	clear: right;
}

.curr_engagements_content {
	float: right;
	width: 188px;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 19px;
	padding-bottom: 27px;
	margin: 0px;
	font-size: 12px;
	color: #737373;
	background-color: #FFFFFF;
	clear: right;
}

.page_content_footer {
	background-image: url(../../../../images/back/p_content_footer.gif);
	background-repeat: no-repeat;
	width: 544px;
	margin: 0px;
	color: #737373;
	background-color: #FFFFFF;
	padding: 0px;
	height: 10px;
	font-size: 10px;
	background-position: left top;
	clear: both;
}

.secondary_logo
{
	float: right;
	padding-top: 32px;
	width: 544px;
	padding-right: 19px;
}

.s_logo {
	float: right;
}

.footer_container
{
	float: right;
	width: 544px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer_nav {
	float: left;
	font-size: 10px;
	color: #737373;
	width: 256px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
	background-color:#FFFFFF;
}

#footer_nav ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#footer_nav li
{
	float: left;
	border-right: 1px solid #737373;
	padding: 0px 10px 0px 9px;
}

#footer_nav li.nb
{
	float: left;
	border-right: none;
}

#footer_nav a {
	text-decoration: none;
	color: #737373;
	background-color:#FFFFFF;
}

#footer_nav a:hover {
	text-decoration: none;
}

#footer_nav .sitemap_padding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
	list-style-type: none;
	list-style-image: none;
}

.footer_copy
{
	float: right;
	font-size: 10px;
	margin: 0px;
	width: 288px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
}

.footer a:hover
{
	text-decoration: none;
}

.svcs_secondary_container
{
	float: left;
	width: 748px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #AFB64C;
}

.svcs_cons_advs_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_services.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
	padding: 0px;
}

.svcs_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_services.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
	padding: 0px;
}

.svcs_sm_bus_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_svcs_sm_bus.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
	padding: 0px;
}

.svcs_creditors_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_svcs_creditors.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
	padding: 0px;
}

.svcs_secondary_nav_header {
	float: left;
	width: 175px;
	background-image: url(../../../../images/nav/secondary_nav_services2.gif);
	background-repeat: no-repeat;
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.svcs_page_content_container
{
	width: 562px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}

.svcs_page_content_header {
	background-image: url(../../../../images/headers/svcs_page_content_header.gif);
	width: 544px;
	background-repeat: no-repeat;
	float: left;
}

.svcs_content_contain
{
	float: left;
	width: 748px;
	background-color: #ffffff;
	color: #545454;
	background-image: url(../../../../images/back/svcs_secondary_nav_repeat.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

.blog_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_blog_primary.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.lang_contain {
	float: left;
	clear: left;
	width: 110px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.lang
{
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../../../../images/btns/arrow_lang.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #C6B300;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chinese {
	float: left;
	margin: 0px;
	padding: 0px;
}
.spanish {
	float: right;
}

a.svcs_more
{
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../../../../images/svcs/arrow_svcs_body.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #989D61;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.company_more
{
	text-decoration: underline;
	background-color: #ffffff;
	background-image: url(../../../../images/btns/arrow_lang.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #989D61;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.news_events_more
{
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../../../../images/btns/arrow__blue_company.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #506b85;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.svcs_banner_contain {
	float: left;
	width: 261px;
	background-image: url(../../../../images/svcs/personal_credit.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #737373;
	background-color: #FFFFFF;
	height: 138px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.svcs_main_content {
	float: left;
	width: 281px;
	padding-left: 20px;
	padding-right: 15px;
	background-image: url(../../../../images/headers/p_content_header_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	color: #737373;
	background-color: #FFFFFF;
}

.secondary_col_contain {
	width: 219px;
	float: right;
}

.svcs_chat {
	background-image: url(../../../../images/svcs/laptop.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 208px;
	height: 74px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-position: right top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #718698;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.svcs_sidebar_links
{
	text-decoration: none;
	color: #52687A;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.svcs_arrow
{
	text-decoration: none;
	background-image: url(../../../../images/svcs/arrow__blue_services.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #52687A;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.svcs_arrow a {
	text-decoration: none;
	color: #52687A;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

.small_blue
{
	text-decoration: none;
	color: #52687A;
	background-color: transparent;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.svcs_call {
	background-image: url(../../../../images/svcs/phone.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 208px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-position: right top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #718698;
	height: 82px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.med_blue
{
	text-decoration: none;
	color: #52687A;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

.svcs_locations {
	background-image: url(../../../../images/svcs/woman_blue_shirt.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 208px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-position: right top;
	height: 115px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
		border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #718698;
}
.svcs_blog {
	background-image: url(../../../../images/back/blogBG.gif);
	background-repeat: no-repeat;
	float: right;
	width: 208px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	background-position: right top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #718698;
	height: 82px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.page_content_footer_contain {
	float: left;
	width: 544px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

.page_content_footer_left {
	background-image: url(../../../../images/back/p_content_footer_left.gif);
	background-repeat: no-repeat;
	color: #737373;
	width: 325px;
	float: left;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	height: 10px;
	font-size: 10px;
	background-position: left top;
	clear: both;
}

.page_content_footer_right {
	background-image: url(../../../../images/back/p_content_footer_right.gif);
	background-repeat: no-repeat;
	width: 219px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 10px;
	font-size: 10px;
	background-position: right top;
}
.p_content_heading {
	margin: 0px;
	float: left;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	width: 291px;
}

.p_content_heading_comp {
	margin: 0px;
	float: left;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 32px;
	width: 291px;
}

.p_content_heading_full, .p_content_heading_full_comp, .p_content_heading_full_cont, .p_content_heading_full_news {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9ad78;
	width: 512px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}

.p_content_heading_full_comp {
	border-bottom-color: #c6b300;
}

.p_content_heading_full_cont {
	border-bottom-color: #60497b;
}

.p_content_heading_full_news {
	border-bottom-color: #506b85;
}

.p_content_heading_full_sec {
	border-bottom-color: #a9ad78;
}

.p_content_heading_full_sec {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9ad78;
	width: 512px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #AFB64C;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	color: #AFB64C;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

.svcs_banner_contain a
{
	background-color: transparent;
	color: #FFFFFF;
	background-image: url(../../../../images/svcs/arrow_svcs_banner.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;


}

.svcs_banner_contain a:hover
{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

.svcs_banner_arrow
{
	text-decoration: none;
	background-image: url(../../../../images/svcs/arrow_svcs_banner.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #52687A;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.svcs_banner_contain div {
	margin: 0px;
	padding-top: 77px;
	padding-left: 123px;
}
h3 {
	clear: both;
	margin: 0;
	color: #52687a;
	background-color: transparent;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* company page start*/

.comp_secondary_container
{
	float: left;
	width: 748px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #C6B300;
}

.comp_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_company.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.comp_secondary_nav_header {
	float: left;
	width: 175px;
	background-image: url(../../../../images/nav/secondary_nav_company.gif);
	background-repeat: no-repeat;
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.comp_content_contain
{
	float: left;
	width: 748px;
	background-color: #ffffff;
	color: #545454;
	background-image: url(../../../../images/back/comp_secondary_nav_repeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
}


/* newsroom page start*/

.news_secondary_container
{
	float: left;
	width: 748px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #718698;
}

.news_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_news.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.news_secondary_nav_header {
	float: left;
	width: 175px;
	background-image: url(../../../../images/nav/secondary_nav_news.gif);
	background-repeat: no-repeat;
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.news_content_contain
{
	float: left;
	width: 748px;
	background-color: #ffffff;
	color: #545454;
	background-image: url(../../../../images/back/news_secondary_nav_repeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.blog_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_blog_primary.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.blog_secondary_nav_header {
	float: left;
	width: 175px;
	/*background-image: url(../../../../images/nav/secondary_nav_news.gif);
	background-repeat: no-repeat;*/
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.contact_secondary_container
{
	float: left;
	width: 748px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #60497b;
}

.contact_header_img
{
	float: left;
	width: 748px;
	background-image: url(../../../../images/headers/header_contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;
	margin: 0px;
}

.contact_secondary_nav_header {
	float: left;
	width: 175px;
	background-image: url(../../../../images/nav/secondary_nav_contact.gif);
	background-repeat: no-repeat;
	margin-top: 127px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.cont_content_contain
{
	float: left;
	width: 748px;
	background-color: #ffffff;
	color: #545454;
	background-image: url(../../../../images/back/cont_secondary_nav_repeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.sidebar {
	width: 219px;
	float: right;
}

.sidebar_heading_contain {
	width: 196px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B59D0A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	padding-left: 0px;

}

.sidebar_heading_contain_sec {
	width: 196px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B59D0A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	clear: right;

}

.sidebar_header_first {
	width: 218px;
	height: 46px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

.sidebar_header_second {
	width: 216px;
	height: 46px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

.sidebar_header_last {
	width: 216px;
	height: 46px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	padding-right: 2px;
	font-size: 16px;
	color: #52687a;
	background-color: transparent;
	margin: 0px;
	padding-bottom: 29px;
	padding-left: 0px;
	clear: both;
}

.company_h2 {
	font-size: 18px;
	color: #c6b300;
	background-color: transparent;

}

.promo_nav {
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
	float: right;
	width: 218px;
	padding-top: 6px;
	padding-bottom: 11px;
}

.promo_nav li {
	margin: 0px;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.sidebar_heading {
	color: #B59D0A;
	background-color: transparent;
	font-size: 14px;
	background-image: url(../../../../images/back/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;

}

.promo_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sidebar_heading a {
	text-decoration: none;
	color: #B59D0A;
	background-color: transparent;
	font-size: 14px;

}
.promo_nav a {
	text-decoration: none;
	color: #737373;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 12px;

}
.news_heading {
	color: #506b85;
	background-color: transparent;
}
.contact_heading {
	color: #60497b;
	background-color: transparent;
}
.our_services a {
	color: #737373;
	background-color: transparent;
}
.our_services li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.our_services ul {
	margin: 0px;
	padding: 0px;
}
.our_services {
	margin: 0px;
	padding-top: 10px;
}
.main_content_full a {
	color: #737373;
	background-color: transparent;
	text-decoration: underline;
}

.main_content_full a:hover {
	color: #737373;
	background-color: transparent;
	text-decoration: none;
}

.svcs_subheading {
	font-size: 12px;
	font-weight: bold;
	color: #52687A;
	background-color: transparent;
	margin: 0;
	padding: 0px 0px 10px 0px;

}
.comp_subheading {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #c6b300;
	background-color: transparent;
	clear: both;
	padding: 0px;
}

.svcs_subheading a {
	font-size: 12px;
	font-weight: bold;
	color: #52687A;
	background-color: transparent;
}
.top {
	float: left;
	clear: both;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
}
.float_right {
	float: left;
}
.top {

}
.no_list_style li {
	list-style-type: none;
}

.contacts_main {
	float: left;
	width: 224px;
	color: #737373;
	background-color: #F7F7F3;
	border: 1px solid #737373;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 76px;
	padding-left: 5px;
	padding-top: 5px;
}

.contacts_full {
	float: left;
	width: 467px;
	color: #737373;
	background-color: #F7F7F3;
	border: 1px solid #737373;
	margin-bottom: 10px;
	height: 76px;
	padding-top: 5px;
	padding-left: 5px;
}

.contacts_main_sec_col {
	float: right;
	width: 224px;
	color: #737373;
	background-color: #F7F7F3;
	border: 1px solid #737373;
	margin-bottom: 10px;
	height: 78px;
	padding-top: 5px;
	padding-left: 5px;
}

.gta_locations {
	float: left;
	width: 231px;
	padding-right: 10px;
}
.nthrn_on {
	float: left;
	width: 231px;
}
.other_locations {
	float: left;
	clear: both;
	width: 236px;
	padding-top: 20px;
}
.locations_headings {
	width: 472px;
	margin: 0px;
	float: left;
	padding: 0px;
}
.nrthn_on_heading {
	float: right;
	width: 231px;
	margin: 0px;
	padding: 0px;
}
.gta_heading {
	width: 231px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.main_contacts_contain {
	float: left;
	width: 472px;
	margin: 0px;
	padding: 0px;
}
.td_bg_on {
	color: #737373;
	background-color: #F7F7F3;
}
.regions {
	color: #737373;
	background-color: #FFFFFF;
	padding: 10px;
	width: 320px;
}
.regions a {
	color: #737373;
	background-color: #FFFFFF;
}
.td_date_col {
	width: 125px;
}
.p_float_right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.team_img {
	float: left;
	padding-right: 10px;
	margin: 0px;
}
.team_title {
	float: left;
	padding-top: 10px;
	width: 472px;
}
.team_bio {
}
.team_bio {
	width: 472px;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.team_title img {
	float: left;
	padding-right: 3px;
}
.team_memb_contain {
	float: left;
	width: 472px;
	font-size: 10px;
}
.team_memb_contain ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.team_memb_contain li {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}
.team_memb_col1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #737373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	width: 96px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.team_memb_col2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	width: 108px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.team_memb_col3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	width: 118px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.team_memb_col4 {
	border: 1px solid #737373;
	width: 125px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tb_contain {
	float: left;
	clear: none;
	width: 472px;
	font-size: 11px;
}
.tb_img_title_contain {
	float: left;
	width: 116px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 129px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-left-color: #737373;
}

.tb_img_title_contain_all {
	float: left;
	width: 116px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 129px;
	border: 1px solid #737373;
}

.tb_img_none {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-left-color: #737373;
}

.tb_img_none_bottom {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

.tb_img_none_all {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border: 1px solid #737373;
}

.tb_img_none_n_top {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #737373;
	border-left-color: #737373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

.tb_img_none_left {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-right-color: #737373;
	border-left-color: #737373;
}

.tb_img_none_n_right {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-left-color: #737373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

.tb_img_none_n_sides {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 92px;
	padding-bottom: 5px;
	height: 42px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

.tb_img strong, .tb_img_none_all strong, .tb_img_none_bottom strong, .tb_img_none_n_right strong {
	font-size: 10px;
}
.tb_img_none strong {
	font-size: 10px;
}
.tb_grid_contain {
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
}
.tb_img {
	width: 75px;
	padding-left: 19px;
}
.txt_centre {
	text-align: center;
	font-size: 10px;
}
.txt_centre a {
	font-size: 10px;
}
.txt_centre strong {
	font-size: 10px;
}
.main_nav_contain {
	float: left;
	width: 563px;
}
.search_btn {
	float: right;
	width: 42px;
}
.search_box {
	float: left;
	width: 105px;
}
.main {
	color: #52687a;
}
#secondary_nav .on {
	color: #737373;
}

#secondary_nav .current_page_item a, #secondary_nav .current-cat a {
	color: #737373;
	background-image: url(../../../../images/back/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#secondary_nav .third_level_nav_blog {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_blog_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
#secondary_nav .third_level_nav_blog:hover {
	border-bottom-style: none;
	background-image: url(../../../../images/back/sec_nav_blog_sec_level_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
.spacer {
	padding-bottom: 200px;
}
.spacer_p {
	padding-bottom: 100px;
}
.next_step_link {
	padding-top: 40px;
	padding-bottom: 10px;
}
.home_h2 {
	font-size: 19px;
	color: #626099;
	/*font-weight:bold;*/
}

a#nogo {
	cursor:default;
}

a#no_hand {
	cursor:default;
}
.creditor {
	float: left;
	position:relative;
	width: 261px;
	margin-top: 10px;
	margin-bottom: 10px;
}
* html .creditor {
	float: left;
	width: 261px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.alphabet {
	letter-spacing: 2px;
}
.top_li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
.purple {
	color: #60497b;
	font-weight: bold;
	font-size: 14px;
}
#afarber .team_memb_contain .team_memb_col1 {
	width: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#afarber .team_memb_contain .team_memb_col3 {
	width: 99px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#afarber .main_content_full .team_memb_contain {
	border: 1px solid #737373;
	width: 467px;
	padding-left: 5px;
}
#afarber .team_memb_col2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#afarber .team_memb_col4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.big_text {
	font-size: 14px;
}

p.indent{
	margin-left:30px;
}

.isearch_highlight
{
	background-color:#CCC;
}

.debug
{
	margin:0;
	padding:0;
	clear:both;
	border: 1px blue solid;
	height:400px;
	width:500px;
	overflow:auto;
	background-color:white;
	color: black;
}

.entry
{
	margin-top: 15px;
}

h4
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .95em;
}
.alignleft
{
	float: left;
}
.alignright
{
	float:right;
}