@charset "utf-8";

/* ADTYPES */

.info {
	margin: 5px 0 15px 10px;
	padding-left: 35px;
	background: top left no-repeat url(../images/i-info.gif);
	min-height: 50px;
	}

.demographics {
	margin: 5px 0 15px 10px;
	padding-left: 35px;
	background: top left no-repeat url(../images/i-demographics.gif);
	min-height: 50px;
	}

.opportunities {
	margin: 5px 0 15px 10px;
	padding-left: 35px;
	background: top left no-repeat url(../images/i-opportunities.gif);
	min-height: 50px;
	}

.btngothere {
	display: block;
	padding: 0;
	margin: 5px 0 5px 35px;
	height: 20px;
	width: 75px;
	overflow: hidden;
	}

.btngothere a {
	display: block;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 75px;
	text-indent: -1000px;
	background: #CCC top url(../images/btn-gothere.gif);
	}

.btngothere a:hover {
	background-position: bottom;
	}
	
.acordalt .info {
	background: top left no-repeat url(../images/i-info-p.gif);
}	

.acordalt .demographics {
	background: top left no-repeat url(../images/i-demographics-p.gif);
}

.acordalt .opportunities {
	background: top left no-repeat url(../images/i-opportunities-p.gif);
}

.iconfloat {
	float: left;
	padding: 5px;
}