.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 {
	color: #fff;
	font-size:22px;
	margin: 0px;
	margin-bottom:0px;
}

.callouts h2 {
	margin:0;
}

.callout2 h2 {
	color: #fff;
	font-size:21px;
	margin: 0px;
	margin-bottom:0px;
}

#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;
}

.featuredContent {
	margin-left: 265px;
	margin-right: 7px;
	padding-top:10px;
	color: #cd6d1c;
}

.featuredContent a {
	color: #cd6d1c;
	text-decoration:none;
}

#callout1 .featuredContent h1 {
	color: #fff;
}

#callout1 .featuredContent p {
	line-height:12px;
}

#callout2 {
	background-image:url(/assets/images/callouts/callout2.gif);
}

#callout2 .content {
	height:100px;
	background-image:url(/assets/images/callouts/wood.jpg);
	color:#fff;
	font-family:"Times New Roman", Times, serif;
}

#callout2 h2{
	color: #fff;
	margin: 0px;
}

#callout2 .content, #callout3 .content {
	padding-left:8px;
	padding-top:9px;
}

#callout3 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
}

#callout3 .content p, #callout3 .content a {
	line-height: 14px;
	color: #fff;
	text-decoration:none;
}

#callout3 {
	background-image:url(/assets/images/callouts/callout3.gif);
	padding-right:16px;
}