/********************* These are for the contact page *********/

.staff
{
	margin: 15px 0px 15px 0px;
}

.staff_name
{
	margin-bottom: 3px;
	font-weight: bold;
}

.staff_title
{
	margin-bottom: 3px;
}


/********************* These are for the "meet the gurus" page *********/

.guru
{
	margin: 0px 0px 20px 0px;
}

.guru_title
{
	margin-bottom: 3px;
	font-weight: bold;
}

.guru > a		/* I.E.:   "a href=mailto"    */
{
	display: block;
	padding-bottom: 4px;
}

.guru img
{
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
}

.guru p
{
}

.guru p a
{
}

.guru:after
{
	content: ".";
	height: 0px;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}






.advisory
{
}

.advisory_title
{
	font-weight: bold;
	text-transform: uppercase;
}

.advisory_member
{
}

