@charset "utf-8";
/* CSS Document */

#rightContentBg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: -4px;
	z-index: 102;
	background-image: url(../_images/backgrounds/other_services.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#rightContentMain {
	z-index: 199;
	position: relative;
	}
#rightContentMain ul {
	list-style: none;
	margin-bottom: 10px;
	}
#rightContentMain li {
	list-style-type: square;
	}
#rightContentMain li:before {
	content: "\00BB \0020";
	}
