
/* the consultants box*/



.mainbox
	{
	margin-left:50px;
	
	
	width: 500px;
	height:auto;
	margin-bottom: 25px;
	}
	
#namebar
	{
	
	height:auto;
	background-image: url("consultants_tab.gif");
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 15px;
	overflow:hidden;
	border-bottom: 1px solid black;
	}
.namebar_sub
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202a4d;
	text-align: right;
	
	}
	.namebar_name
	{

	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	width: 330px;
	}
	
	
.contentdiv
	{
	margin-left: 35px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
	color: #202a4d;
	width:315px;
	
	
	}

