.callouts {
	/* 	Callouts were given a drop shadow that extends beyond
		the site's defined width, as such, as set negative margins
		to allow a bit of extra space. */
	position:relative;
	left: -6px;
	width: 970px;
}

.callouts h1 {
	font-size:22px;
	margin: 0px;
	margin-bottom:5px;
}
.callouts h2 {
	margin:0;
}
#content .callouts p {
	margin: 0
}

#callout1, #callout2, #callout3 {
	
	width:220px;
	height: 109px;
	padding: 11px 12px 17px 12px;
	
	overflow:hidden;
	background-repeat: no-repeat;
	
	float:left;
}

#callout1 {
	background-image:url(/assets/images/callouts/callout1.gif);
	width:451px;
}

#callout1 img {
	float:left;
}
#callout1 .content {
	height: 100%;
	background-color:#770e29;
}

#callout1 a {
	text-decoration:none;
}

.featuredContent {
	margin-left: 265px;
	margin-right: 7px;
	padding-top:10px;
}

#callout1 .featuredContent p {
	line-height:12px;
}

#callout2 {
	background-image:url(/assets/images/callouts/callout2.gif);
}

#callout2 h3{
	font-size:17px;	
}
#callout2 h4{
	font-size:15px;	
	padding-top:10px;
}



#callout2 .content {
	height:100px;
	background-image:url(/assets/images/callouts/wood.jpg);
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
}


#callout2 .content, #callout3 .content {
	padding-left:8px;
	padding-top:9px;
}

#callout3 h2 a,#callout3 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #770E29;
	text-decoration:none;
}

#callout3 .content p, #callout3 .content p a, #callout3 .content a {
	line-height: 14px;
	text-decoration:none;
}

#callout3 {
	background-image:url(/assets/images/callouts/callout3.gif);
	padding-right:16px;
}