
#intro-container {
	position: relative;
}
#intro-content {
	padding: 0;
	width: 820px; 
}
#intro-content h3 {
	margin: 20px 0 5px;
}
.feature {
	float: left;
	width: 275px;
	font-size: 0.9em;
	text-align: justify;
	padding: 5px;
}
.feature img {
	width: 200px;
	height: 83px;
	margin: 0 auto 10px auto;
	display: block;
}

.feature p span {
	font-weight: bold;
}


#intro-content h2 {
	font-size: 2.2em;
	font-family: "Trebuchet MS";
	color: #3F3F3F !important;
	margin: 0;
}
#intro-content h2 a {
	color: #3F3F3F !important;
	text-decoration: none !important;
}

#ticc-points {
	margin: 0px 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#ticc-points li {
	margin: 0 0 20px 10px;
	padding-left: 35px;
	background: transparent url(/images/intro_ball.png) 0 0 no-repeat;
}
#ticc-points h3 {
	margin: 0 0 5px 0;
}

#have-ticc-up {
	width: 0;
	border-style:solid;
	border-width:20px;
	border-color:#fff #fff #ea5406;
	margin: 5px auto 0;
}
#have-ticc-info {
	margin-top: 0;
}
#have-ticc-info p { margin: 0; }


#howitworks {
	padding:0px 10px;
	margin:0px;
}

#howitworks li {
	list-style:none; 
	margin-bottom: 25px;
}

#howitworks li p {
	margin-left: 30px;
}

#howitworks li ul {
	border: 1px solid #6b6963;
	background-color: #e9e3d9;
	width:70%;
	min-width:500px;
	max-width:650px;
	margin-left:40px;
	padding:10px 10px 10px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#howitworks li ul li {
	list-style:disc;
	border-width: 0;
	margin-bottom: 12px;
}


#howitworks li.listmarker {
	padding-top:3px;
	min-height:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left top;

}

