.directoryMainContainer{
	font-family:Arial, Helvetica, sans-serif;
	width: 750px;
	margin-left: 105px;
}
.directoryMainContainer h1{
    margin-top: 13px;
	margin-bottom: 12px;
	color: #165485;
	font-size: 18px;
    font-weight: bold;
}
.mdContainer{
	background-color:#f2f2f2;
	padding-top: 12px;
	padding-bottom: 12px;
	float:left;
	width: 750px;
}
.anchorholder{
	width: 724px;
	height: 62px;
	background-color:#FFF;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 12px;
	text-align:left;
}
.mdSearch{
	width: 314px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
}
.mdSearch span{
	font-size:12px;
	color: #595959;
	font-weight: bold;
	width: 245px;
	display:block;
}
.mdFindByName{
	width: 385px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	clear:right;
}
.mdFindByName span{
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	width: 358px;
	display: block;
	margin-bottom: 7px;
}
.mdFindByName a{
	font-size: 12px;
	font-weight:bold;
	color: #165485;
	text-decoration:none;
	margin-right: 2px;
}
.mdFindByName a:hover{
	text-decoration:underline;
}
.mdSearchInput{
	height: 24px;
    width: 216px;
	padding-left: 3px;
	*padding-top: 3px;
	background-image: url(/images/mdSprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	border: 0;
	float:left;
	color: #aca899;
}
.mdSearchSubmit{
	width:25px;
	height: 24px;
	background-color: none;
	background-image: url(/images/mdSprite.png);
	background-position: -219px 0;
	background-repeat: no-repeat;
	display: block;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	float:left;
	font-size:0;
	line-height:0;
}
.manContainer{
	width: 724px;
	margin-left: 12px;
	margin-right: 12px;
	background-color:#fff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	float:left;
}
.sublayer{
	display: none;
	margin-bottom: 5px;
    margin-left: 12px;
    margin-top: 10px;
}
.nameholder{
	width: 698px;
	border-bottom:1px solid #e4e4e4;
	margin-left: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
a.manName{
	color:#165485;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/images/mdSprite.png);
	background-repeat:no-repeat;
	background-position: -245px 6px;
	padding-left: 13px;
	display:block;
}
a.manName h2{
	font-size: 1em;
	margin-bottom: 0;
}
.manPhone{
	font-size: 12px;
	color: #595959;
}
.manEmail{
	color:#165485;
}
.manEmail:hover{
	text-decoration: none;
}
.manUrl{
	color:#165485;
}
.manUrl:hover{
	text-decoration: none;
}
.manEmUrlContainer{
	font-size: 12px;
	color: #595959;
	width: 100%;
	margin-top: 10px;
}
.manNote{
	color: #595959;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
}
.mdShow{
	display:block;
}
.letterHolder{
	background-image: url(/images/mdSprite.png);
	background-position: 0 -35px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    text-align: center;
	float: left;
    width: 38px;
	text-shadow: #8f8e8e -1px -1px;
	margin-top: 25px;
	margin-left: 31px;
	text-transform: uppercase;
	padding-top:5px;
}
.manContainer .nameholder:last-child{
	border-bottom: none;
}

.mdNoSearchResults{
	margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px
}