/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WStaff-1 */
.AV-WStaff-1
{
	
}
	.AV-WStaff-1 .staffmember-full
	{
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
		padding-top: 10px;
		text-align: center;
		position: relative;
	}
		.AV-WStaff-1 .staffmember-full .photo
		{
			margin: 0 auto;
			text-align: left;
			float: left;
			width: 200px;
			margin-right: 10px;
		}
			.AV-WStaff-1 .staffmember-full .photo img
			{
				width: 200px;
			}
		.AV-WStaff-1 .staffmember-full .info
		{
			text-align: left;
			width: 550px;
			float: left;
		}
		.AV-WStaff-1 .staffmember-full .name
		{
			font-style: italic;
			font-size: 16px;
			margin-bottom: 0px;
		}
		.AV-WStaff-1 .staffmember-full .bio
		{
			font-size: 12px;
		}
	.AV-WStaff-1 .staffmember
	{
		padding: 0px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		width: 160px;
		height: 250px;
		text-align: left;
		position: relative;
		cursor: pointer;
	}
		.AV-WStaff-1 .staffmember .title
		{
			font-style: italic;
			font-size: 11px;
			margin-bottom: 0px;
		}
		.AV-WStaff-1 .staffmember .name
		{
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 4px;
		}