﻿#callout-producer 
{
	position: relative;
	/*float: left; */
	width: 627px; 
	height: 200px; 
	background-image: url(../images/home/producer_callout.jpg); 
	background-repeat: no-repeat;
}

#callout-producer ul
{
	position: absolute;
	top: 40px;
	right: 25px;
	width: 200px;
	background-color: #4590D3;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

#callout-producer ul li { color: #FFF; border-top: solid 1px #306EA9; padding: 3px 5px; }
#callout-producer ul li:first-child, #callout-producer ul li.first { border-width: 0px !important; }
#callout-producer ul li a { color: #FFF; text-decoration: none; }
#callout-producer ul li a:hover { color: #FFF3C6; }

#callout-producer .text { position: absolute; left: 29px; top: 55px; color: #FFF; width: 320px; height: 90px; overflow: hidden; }
#callout-producer .text p { margin: 0px; padding: 0px; }

#callout-producer .visit-link { position: absolute; left: 28px; top: 157px; width: 188px; height: 19px; }

#headshot { float: right; width: 279px; height: 200px; }

#callouts { width: 583px; margin: 0 auto; }

#callouts .callout
{
	position: relative;
	background-image: url(../images/home/callout_tile.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	float: left;
	width: 282px;
	height: 280px;
	margin-right: 19px;
	overflow: hidden;
}

#callouts h1 
{
	font-size: 120%; 
	color: #467BAD; 
	border: dashed 1px #000; 
	border-left: none;
	border-right: none;
	padding: 7px 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}

#callouts p 
{
	padding: 10px;
	padding-top: 0px;
	margin: 0;
}

#callouts .btn { width: 166px; position: absolute; bottom: 10px; left: 58px; }
#callouts .btn a
{
	display: block;
	background-image: url(../images/home/button.jpg);
	background-repeat: no-repeat;
	width: 166px;
	height: 18px;
	color: #467CAA;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
}
