/* CSS Document */
/* ==================================================== */
/*	New CSS style list
/* ==================================================== */
.page_content_wrapper {
	background:url('/images/connecting.jpg') no-repeat;
}
div#sitemap {
	display:block;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.leftList, div.rightList {
	width: 45%;
	float:left;
	margin:0 20px 0 4px;
	border: none;
	height:auto;
}
div.leftList h2,
div.rightList h2 {
	background-color:#fff;
	display: block;
	width: auto;
	margin: 1px;
	padding:4px 4px 4px 8px;
	background-image:url(/images/h3_gradient.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-variant: normal;
	text-transform: none;
	/*color: #666666;*/
}
div.linkList {
	border: 1px solid #B1B1B1;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	background-color: #fff;
}
div.linkList p {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	background-image: url('/images/line_hr.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 5px;
}
div.linkList p:hover,
div.linkList p.hover {
	background-color:#E7E8FF;
}
div.linkList p.last {
	background-image:none;
}
div.linkList p.indent {
	padding-left:15px;
}
span.explanation {
	padding-left:15px;
	font-size:0.86em;
	display: block;
	font-style: italic;
	padding-right: 15px;
	line-height: 1.4em;
	margin-top: 6px;
}
div.leftList a:hover,
div.rightList a:hover {
	background-image: url(/images/marker.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	text-decoration:none;
	color:#333366;
	font-weight:bold;
}
div.clearFloat {
	margin:0;
	padding:0;
	height:1px;
	clear:left;
	background-color: transparent;
	line-height: 1px;
}
div.leftList a,
div.rightList a {
	display:block;
	padding-left:12px;
	margin-left: 3px;
	text-decoration:none;
	font-weight:bold;
}

