/*===============================================================*/
/* --- 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: #2e97c1;
	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: #2f5580;
	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: #0d8184;
	line-height: 0.5cm;
	font-weight:bold;
	margin-top:5px;
}
.sitemap-sub-cat-1{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ed1c24; 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: #586d95; 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: #ed1c24; 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: #ed1c24; 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: #ed1c24; 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: #3a3c5e; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:visited{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3a3c5e; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:active{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3a3c5e; text-decoration: none; font-weight: normal; padding: 2px ;}
a.sitemap-link-page:hover{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: normal; padding: 2px; background-color: #b3c3e0; }
