/*---------------------- Site map page ----------------------*/
.sitemap-page {
	width: 100%;
}
.breadcrumbs-page {
	float: right;
}
.breadcrumbs-page span {
	margin-right: 5px;
	font-size: 16px;
	color: #0000ff;
}
.breadcrumbs-page a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
h3.sitemap-title {
	font-family: HelveticaBold;
	color: #00006a;
	font-size: 40px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
p.sitemap-txt {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
}
.list-mainpages {
	width: 100%;
}
h4.bluetitle-page {
	float: left;
	width: 1125px;
	background: #088aff;
	padding-left: 15px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 26px;
	font-family: HelveticaBold;
	margin-top: 40px;
}
.list-mainpages ul {
	width: 515px;
	float: left;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 55px;
}
.list-mainpages ul li {
	margin-bottom: 15px;
}
.list-mainpages ul li a {
	font-weight: 600;
	color: #0000ff;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
.list-mainpages ul li a:hover {
	text-decoration: underline;
}
.list-mainpages ul li a span {
	font-weight: 400;
	font-style: italic;
}
.list-categoriespages ul {
	width: 540px;
	float: left;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
}
.list-categoriespages ul li {
	margin-bottom: 15px;
}
.list-categoriespages ul li a {
	font-weight: 600;
	color: #0000ff;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
.list-categoriespages ul li a:hover {
	text-decoration: underline;
}
.list-categoriespages ul li a span {
	font-weight: 400;
	font-style: italic;
}
.list-mostpopularpages ul {
	width: 540px;
	float: left;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
}
.list-mostpopularpages ul li {
	margin-bottom: 15px;
}
.list-mostpopularpages ul li a {
	font-weight: 600;
	color: #0000ff;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
.list-mostpopularpages ul li a:hover {
	text-decoration: underline;
}
.list-mostpopularpages ul li a span {
	font-weight: 400;
	font-style: italic;
}
.list-top100pages ul {
	width: 540px;
	float: left;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
}
.list-top100pages ul li {
	margin-bottom: 15px;
}
.list-top100pages ul li a {
	font-weight: 600;
	color: #0000ff;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
.list-top100pages ul li a:hover {
	text-decoration: underline;
}
.list-top100pages ul li a span {
	font-weight: 400;
	font-style: italic;
}

