/*
	This is a set of reset styles by Eric Meyer.
	
	The goal of reset styles is to make the default rendering more
	consistent accross web browsers, and to get rid of some annoying
	default styles. Only problem is you will have to create new styles
	for everything in your website, and won't be able to rely on default
	styles as a solution for things you didn't think of.
	
	Source: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	font-family: Arial;
	color:#646567;
	font-size:12px;
	
}

.contentBzd{
	float:left;
	clear:both;
}



.tx_bzdstaffdirectory_detail tr td.header{
	float:left;
	margin-bottom:15px;
	margin-left:15px;
	margin-top:15px;
	#padding-bottom:15px;
	#padding-left:15px;
	#padding-top:15px;
}


.tx_bzdstaffdirectory_detail TR TD.right {
	float:left;
	text-align: left;
	vertical-align:top;
	padding-left: 15px;
	padding-right:10px;
	margin-right:10px;
}


.tx_bzdstaffdirectory_detail TR TD.left {
	float:left;
	text-align: left;
	vertical-align:top;
	padding-left: 15px;
	padding-right:10px;
	margin-right:10px;
}

.tx_bzdstaffdirectory_detail TR TD.left table tr  {
	padding-bottom:10px;
	clear:both;
	height:auto;
}


.tx_bzdstaffdirectory_detail TR TD.left table tr td {
	margin-right:5px;
	padding-bottom:5px;
	
}

.tx_bzdstaffdirectory_detail TR TD.left table tr td.biography {
	vertical-align:top;
	
}.tx_bzdstaffdirectory_detail TR TD.left table tr td.contentBiography {
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;
}

.tx_bzdstaffdirectory_detail TR TD.left table tr td ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
	list-style:disc;
	color:#545454;
	#padding-left:15px;
}

.tx_bzdstaffdirectory_detail TR TD.left table tr td.contentBiography p{
	font-family: Arial;
	color: #646567;
	font-size: 13px;
	padding-bottom:2px;
	#margin-bottom:2px;
}

iframe{
	border:0px;
	border:none;
	background:none;
}