.title {
	background: url(../images/allsitesHeader.jpg) no-repeat left top;
	height: 42px;
	margin: 15px 0;
}
.leftNav {
	width: 212px;
	border-bottom: 1px solid #C6C6C6;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #000000;
    float: left;
	text-transform: capitalize;
}
.leftNav .parent,
.leftNav .parentSel,
.leftNav .child,
.leftNav .childSel {
	border: 1px solid #C6C6C6;
	border-bottom: none;
	padding: 8px 0 8px 12px;
	cursor: pointer;
}
.leftNav .parent {
	background-color: #DFDFDF;
}
.leftNav .parentSel {
	background: url(../images/allsitesParentSel.jpg) repeat-x left bottom;	
}
.leftNav .child {
	background-color: #FFFFFF;
	color: #555555;
	padding-left: 38px;
    display: none;
}
.leftNav .childSel {
	background: url(../images/allsitesChildSel.jpg) repeat-x left top;
	_background: #738A9C url(../images/allsitesChildSel.jpg) repeat-x left bottom;	
	color: #FFFFFF;
	padding-left: 38px;
    display: none;
}
.leftNav .expand,
.leftNav .collapse,
.leftNav .sel {
	float: right;
	height: 15px;
	width: 9px;
	margin-right: 10px;
}
.leftNav .expand {
	/*background: url(../images/allsitesExpand.gif) no-repeat right center;*/
}
.leftNav .collapse {
	background: url(../images/allsitesCollapse.gif) no-repeat right center;
}
.leftNav .sel {
	background: url(../images/allsitesSel.gif) no-repeat right center;
}
.tally {
	font-size: 12px;
	color: #666666;
}
#rightContent {
    float: left;
    width: 632px;
	text-align: right;
}
.lnkClientThumb {
    float:left;
    display:block;
    margin: 0 0 5px 8px;
	_margin: 0 0 5px 6px;	
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #C6C6C6;
}
.lnkClientThumb .clientTitle {
	border-top: 1px solid #C6C6C6;
	background: url(../images/allsitesChildSel.jpg) repeat-x left bottom;
	padding: 5px;
}
.lnkClientThumb img {
	border: none;
}
.mainImage img {
	border: none;	
	margin-right: 54px;
}

