
#columns{
	padding: 0;
	margin: 3px 0 3px 0;
	color: #000;
}

#seeinaction, #signupnow, #learnmore{
 float: left;
	width: 233px;
	height: 360px;
}

#seeinaction p, #signupnow p, #learnmore p{
 padding: 5px 5px 0 5px;
}

#seeinaction h2, #signupnow h2, #learnmore h2{
 font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}

#seeinaction h2 a, #signupnow h2 a, #learnmore h2 a{
 display: block;
	height: 41px;
}

#seeinaction h2{
 background:url('seeinaction_header.gif') no-repeat;
	height: 41px;
	text-indent: -9999px;
}

#signupnow h2{
 background:url('signupnow_header.gif') no-repeat;
	height: 41px;
	text-indent: -9999px;
}

#learnmore h2{
 background:url('learnmore_header.gif') no-repeat;
	height: 41px;
	text-indent: -9999px;
}

#seeinaction h3, #signupnow h3, #learnmore h3{
 font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 0 5px 0 5px;
	margin: 0;
}

#seeinaction{
	border: 1px solid #d47403;
	background:url('home_seeinaction_bgd.jpg') 0 41px no-repeat;
}

#signupnow{
 border: 1px solid #800001;
	margin: 0 0 0 7px;
	background:url('home_signupnow_bgd.jpg') 0 41px no-repeat;
}

#learnmore{
 border: 1px solid #01106F;
	margin: 0 0 0 7px;
	background:url('home_learnmore_bgd.jpg') 0 41px no-repeat;
}

.clear{
 clear: both;
}


