@charset "UTF-8";
#giving {
	height: 135px;
	width: 750px;
	background: #745B33;
}
ul#slider {
	list-style: none;
	padding: 0;
	width: 750px;
	margin-right: 0px;
	margin-left: 15px;
}
	
ul#slider li {
	padding: 0;
	margin:0;
	list-style:none;
	float: left;
	display: inline-block;
	height: 150px;
	width: 100px;
	line-height:200px;
	text-align:left;
}
ul#slider li p {
	overflow: hidden;
	padding: 0 0 0 105px;
	color:#ffffff;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.one  {
	background: url(../images/CCSteps/1.gif) no-repeat left top;
}
.two  {
	background: url(../images/CCSteps/2.gif) no-repeat left top;
}
.three  {
	background: url(../images/CCSteps/3.gif) no-repeat left top;
}
.four  {
	background: url(../images/CCSteps/4.gif) no-repeat left top;
}
.five  {
	background: url(../images/CCSteps/5.gif) no-repeat left top;
}
ul#slider li p strong.headline {
	color: #0099FF;
	font-size: 25px;
	text-transform: uppercase;
	font-style: italic;
}
ul#slider li p strong.headline2 {
	color: #0099FF;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
}
#givTop {
	background: #745B33;
	height: 15px;
	width: 750px;
}
#tab {
	margin-bottom: -5px;
	background: #745B33;
	padding-left: 25px;
	padding-top: 5px;
	margin-top: 15px;
}
