@charset "UTF-8";
.smallFeaturedAdvertiser {
	float: right;
	width: 100%;
	margin-bottom: 2%;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#contentContainer #mainContent .smallFeaturedAdvertiser a img{
	float: left;
	width: 25%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentContainer #mainContent .smallFeaturedAdvertiser p {
	float: right;
	width: 70%;
	color: #333;
	margin: 0px;
	font-size: .75em;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.smallFeaturedAdvertiserName {
	font-weight: bold;
	color: #000;
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 3%;
	font-size: 1.1em;
}
#contentContainer #mainContent .smallFeaturedAdvertiser p a {
	font-weight: bold;
	color: #2C4E85;
	text-decoration: underline;
}
#contentContainer #mainContent .smallFeaturedAdvertiser p a:hover {
	font-weight: bold;
	color: #0C1941;
	text-decoration: underline;
}
.kincaid {
	float: right;
	width: 100%;
	margin-bottom: 2%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.kincaid a img  {
	float: left;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
