@charset "utf-8";
/* CSS Document */

#overview {
	padding: 25px;
	list-style-position: inside;
	list-style-type: decimal;
}

	#overview li {
		padding-left: 5px;
		padding-bottom: 0.3em;
		background:
			transparent
			url(../../../images/list_bullet.png)
			no-repeat
			left top;
		line-height: 1.2em; 
		font-size: 16px;
		font-weight: bold;
		color: white;
	}
	
		#overview li span {
			margin-left: 5px;
			font: 75% "Trebuchet MS", Helvetica, Arial, sans-serif;
			color: #4e4e4e;
		}
		
		#overview li ul {
			padding: 10px 25px 0 25px;
			list-style-type: none;
		}

			#overview li ul li {
				background: none;
				font: 75% "Trebuchet MS", Helvetica, Arial, sans-serif;
				color: #4e4e4e;
			}

	#welcomeContainer {
		display: none;
	}
