div.small_promo {
	float:left;
	background: url(/common/images/interface/skins/small_promo/box.gif) top left no-repeat;
	height:164px;
	padding:15px 5px 15px 17px;
	text-align:left;
	width:292px;
	margin:0 0 0 16px;
}
div.small_promo img{
	float:right;
	margin-right: -1px;
}
.homepage_promos .first_item{
	margin:0;
}
.homepage_promos .first_item img{
	margin-top: 12px;
}
.homepage_promos .last_item{
	float:right;
	margin:0;
}

div.small_promo .head {
	margin:0px 0 0 -1px;
}
div.small_promo .head h2{
	color: #424242;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:153.9%;
	font-weight:normal;
	letter-spacing: 0.02em;
	line-height:132%;
	margin:0px;
	padding: 0px 0px 10px 0px;

}
div.small_promo_body {
	color: #424242;
	margin:0;
	padding:0px 0px 15px 0px;
	font-size:100%;
}

div.small_promo_body p {
	line-height: 1.5em;
	font-size: 100%;
}
div.small_promo_body a{
	border-bottom:none;
	color: #505597;
}
div.small_promo_body a:hover {
	color: #000;
	border-bottom:none;
}

/* smaller icons as default */
.twitter, .facebook, .youtube, .feeds, .alerts, .linkedin{
	background: url(/common/images/interface/sprite__social_media_icons.png) no-repeat;
	display: block;
	height: 19px;
	padding:0px 0px 0px 25px;
}
.twitter{
	background-position:0px -50px;
}
.facebook{
	background-position:0px -150px;
}
.youtube{
	background-position:0px -250px;
}
.feeds{
	background-position:0px -350px;
}
.alerts{
	background-position:0px -450px;
}
.linkedin{
	background-position:0px -550px;
}

/* media icons on home page */

.small_promo_body .twitter,
.small_promo_body .facebook,
.small_promo_body .youtube,
.small_promo_body .feeds,
.small_promo_body .alerts,
.small_promo_body .linkedin{
	background: url(/common/images/interface/sprite__social_media_icons.png) top left no-repeat;
	color:#424242;
	float:left;
	font-size:93%;
	height:24px;
	margin: 14px 0px 7px 0px;
	padding:6px 0px 0px 33px;
}
.small_promo_body .twitter{
	background-position:0px 0px;
}
.small_promo_body .facebook{
	background-position:0px -100px;
}
.small_promo_body .youtube{
	background-position:0px -200px;
}
.small_promo_body .feeds{
	background-position:0px -300px;
}
.small_promo_body .alerts{
	background-position:0px -400px;
}
.small_promo_body .linkedin{
	background-position:0px -500px;
}
