/*----------------------------------------------------------
Callouts
----------------------------------------------------------*/
#callout-tile{
	width: 328px;
	float: right;
	margin: 32px 0 0 0;
	background-image: url(/images/company-callout-tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#callout-container{
	background-image: url(/images/company-callout-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 20px 0;
}
#callout-header{

}
#callout-content{
	padding: 6px 29px 0 32px;
}
#callout-content a{
	display: block;
	padding: 5px;
	margin: 0 0 20px 0;
	cursor: pointer;
}
#callout-content a:link,
#callout-content a:visited,
#callout-content a:hover,
#callout-content a:active{
	text-decoration: none;
}
#callout-content a:hover,
#callout-content a:active{
	background-color: #DDE1E8;
}
#callout-content span{
	display: block;
}
.callout-photo{
	width: 85px;
	float: left;
}
.callout-text{
	width: 168px;
	float: left;
	font-size: 10px;
	color: #000000;
}
.callout-text strong{
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	display: block;
}
.callout-text em{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	display: block;
	padding: 0 0 .5em 0;
}
