@charset "utf-8";
/* CSS Document */

a.learnmore-button {
	text-indent:-9999px;
	background-position:0px 0px;
	height:25px;
	margin:8px 0 10px 0;
	display:block;
}
a.learnmore-button:hover {
	background-position:0px -25px;
}
h1.slider {
	padding:0px 0 10px 0;
	margin:0;
	font-size:24px;
	text-indent:0px;
}
p {
	font-size:12px;
	margin:0px;
	padding:0px 22px 0px 26px;
	vertical-align:top;
	text-align:left;
}

div.callout{
	width:485px;
	height:250px;
	margin-bottom:10px;
	display:block;
	float:left;
}

div.callBtm{
	background:url(../images/homepage/callout_bg.gif) no-repeat 0px 0px;
}

div.callRight{
	margin-left:10px;
}

div.callout .rollover-image {
	position:absolute;
	display:none;
}
div.callout:hover .rollover-image {
	display:block;
	z-index: 3;
}

div.callout:hover a.button {
    background-position: right -26px;
}

div.callout:hover a.button span {
    background-position: 0 -26px;
}

div.callout div.overlay{
	width:270px;
	padding:70px 0 0 20px;
	margin:0;
	position:absolute;
}

div.callout h2{
	color:#333;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px 0;
}

div.callout p{
	color:#333;
	font-size:16px;
	line-height:18px;
	padding:0;
	margin:0 0 10px 0;
}


div.callout div.content{
	width:275px;
	padding:0 20px 0 0;
	margin:20px 0 0 0;
	display:block;
	float:right;
}




/* bounceThumbs */
div.callout div#bounceThumb{
	width:150px;
	padding:0;
	margin:20px 0 0 20px;
	position:absolute;
}

#bounceThumb span {
	width:150px;
	display: block;
	position: absolute;
}

#bounceThumb a, #bounceThumbs a:visited, #bounceThumbs a:hover {
	width:150px;
	display: block;
	position: relative;
	z-index:2;
}

#bounceThumb span img.shadow{
	width:100%
	margin:0 auto;
	position: absolute;
	top:170px;
	left: 0px;
	z-index:1;
}