/*===============================================================*/
/* --- NEW BREAD CRUMB ---- */
.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	height: 29px;
	overflow: hidden;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 29px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	color: #7c7c7c;
	font-size:11px; 
	text-decoration: none;
	background: url(../images/modules/bread_arrow.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	text-indent:-1000em;
	width:16px;
	padding: 0;
	overflow: hidden;
	background:url(../images/modules/bread_home.gif) no-repeat 0 0;
}

.breadCrumb ul li.first a:hover
{
	/* background-position: 0 -16px; */
}
.breadCrumb ul li.subcat a
{
	color: #231f20;
	font-size:11px; 
	text-decoration: none;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
/*===============================================================*/
/*  SITE MAP  */
.sitemap-cont{
	width:100%;
}

.sitemap-main-cont{
	width:500px;
}

.sitemap-page-cont{
	height: 20px;
	width:500px;
	overflow:hidden; 
    display: inline-block; /*step one of hasLayout tripswitch*/
}
.sitemap-page-cont{
 	display: block; /*step two of tripswitch, regaining sanity*/
}
.sitemap-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#bfbfbf;
	line-height: normal;
	padding-top: 4px;
	float: left;
	display: inline;
	/*text-wrap: unrestricted;*/
}
.sitemap-bullet {
	float:left;
	padding: 7px 2px 0 15px;
}
.sitemap-sub-cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	line-height: 0.5cm;
	font-weight:bold;
	margin-top:5px;
}
.sitemap-sub-cat-1{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7c7c7c; line-height: 0.5cm; font-weight:bold; margin-left: 21px; margin-top:5px;}
.sitemap-sub-cat-2{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7c7c7c; line-height: 0.5cm; font-weight:bold; margin-left: 17px; margin-top:5px;}
.sitemap-sub-cat-3{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7c7c7c; line-height: 0.5cm; font-weight:bold; margin-left: 17px; margin-top:5px;}
.sitemap-sub-cat-4{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7c7c7c; line-height: 0.5cm; font-weight:bold; margin-left: 17px; margin-top:5px;}
.sitemap-sub-cat-5{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7c7c7c; line-height: 0.5cm; font-weight:bold; margin-left: 17px; margin-top:5px;}

/*-- site map links -- */

a.sitemap-link-page:link{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #231f20; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:visited{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #231f20; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:active{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #231f20; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:hover{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #f3c828; text-decoration: none; font-weight: normal; padding: 2px; background-color: #231f20; }

/*--------Case Studies-------------*/

#case li.case-study {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0.5cm;
	font-weight: normal;
	text-align: left; /* for IE */
}
#case ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.5cm;
	font-size:12px;
	font-weight: normal;
}
#case ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.5cm;
	font-weight: normal;
	font-size:12px;
	list-style-image:url(/images/list/bullet.gif);
}

#case a:link, #case a:visited, #case a:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #f3c828; 
	text-decoration: none; 
	font-weight: normal; 
	padding:2px;
}

#case a:hover {
	text-decoration:underline;
	padding:2px;
}