/* Atlas_v3_AgencyA-Z */
.alphabet-hold {
	width:100%;
	overflow:hidden;
	padding:29px 0 0;
}
.alphabet {
	margin:0;
	padding:7px 0 48px;
	list-style:none;
	width:675px;
	overflow:hidden;
}
.alphabet li {
	float:left;
	padding:0 2px 0 0;
}
.alphabet li span {
	float:left;
	width:22px;
	height:21px;
	line-height:20px;
	color:#EEE;
	text-align:center;
	text-transform:uppercase;
	background:url(images/bg-alphabet-num.gif) no-repeat 0 -21px;
}
.alphabet li a {
	float:left;
	width:22px;
	height:21px;
	line-height:20px;
	color:#666;
	text-align:center;
	text-transform:uppercase;
	background:url(images/bg-alphabet-num.gif) no-repeat 0 -21px;
}
.alphabet li a:hover {
	background-position:0 -42px;
	text-decoration:none;
	color:#fff;
}
.alphabet li.active a,
.alphabet li.active a:hover {
	color:#fff;
	background-position:0 0;
}
.alphabet-hold .box {
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
}
.alphabet-hold .box .title {
	display:block;
	font-size:20px;
	color:#333;
	font-weight:normal;
	border-bottom:1px solid #d5d5d5;
	padding:0 0 6px;
	margin:0 0 8px;
}
.alphabet-hold .box ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.alphabet-hold .box ul li {
	line-height:19px;
	padding:0 0 0 15px;
	background:url(images/bullet1.gif) no-repeat 0 50%;
}

/* factfile box */
.factfile-box
{
    width:434px;
	overflow:hidden;
	padding-top:16px;
	background: transparent url(images/bg-factfile-box-t.png) no-repeat scroll left top;
}

.factfile-box h2
{
    position:relative;
    left:10px;
}
.factfile-box .holder
{
    background: url(images/bg-factfile-box-b.gif) no-repeat 0 100%;
    padding-bottom:8px;
}
.factfile-box .inner-holder
{
    background:url(images/bg-factfile-box.png) repeat-y;
    padding-left:20px;
    height: 1%;
}

.factfile-box .info-bar
{
	overflow:hidden;
	margin:0;
	padding:8px 4px 3px 0;
	border-top:1px solid #e5e5e5;
}
.factfile-box .factfile-content
{

    margin-right:30px;
    padding-bottom:10px;
    
}
.listtable
{
    margin:0;
    border-top:1px solid #e5e5e5;
    padding: 10px 0px 0px 0px;
    list-style:none;
}

.listtable li
{
    padding:4px;
    margin:0;
    clear:both;
    height:18px;
}

.listtable li span
{
    float:right;
}

.listtable li img
{
    float:right;
    margin-left: 5px;
}

.listtable li span.first
{
    float:left;
}
