/* ABOUT US - STYLING FOR COMPANY DIRECTORY */
table#team_positions{
	border: 0;
	margin: 2px 0 20px 0;
	padding: 0;
}
table#team_positions td#title{
	width:225px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px dotted #CCCCCC;
}
table#team_positions td#division{
	padding-left:10px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px dotted #CCCCCC;
}

.arrow { font-size:12px; }
.link__sml_right { font-size:9px; text-transform:uppercase; text-align:right; }

blockquote.pull {
	text-align:justify;
	line-height:18px;
	float: right;
	width: 200px;
	padding: 12px 12px 12px 24px;
	margin: 2px 0 12px 12px;
	border-left: 1px dotted #999;
	font-size: 14px;
	font-weight: bold;
}
blockquote.small {
	text-align:justify;
	font-size:9px;
	line-height:16px;
	float: right;
	width: 200px;
	padding: 0 0 12px 24px;
	margin: 2px 0 12px 12px;
	background: url('../images/dotted_line.gif') repeat-y left;
}

ul.styled {
	list-style: none;
	}

ul.styled li {
	background: url(../images/left_arrow.gif) no-repeat 0 3px;
	padding: 0 0 6px 20px;
	line-height: 16px;
	}