@charset "UTF-8";
/* CSS Document */

#callout_top_wrapper, #callout_body_wrapper, #callout_bottom_wrapper {
	display:block;
	margin:0 auto;
	width:696px;
	
	text-align:left;
}
#callout_top_content, #callout_body_content, #callout_bottom_content {
	padding:0px 18px;
}
#callout_top_content {
	height:11px;
	overflow:hidden;
	background-image:url("../images/head_call_top_bg.gif");
	background-repeat:repeat-y;
	background-position:top center;
}
#callout_body_wrapper {
	width:700px;
	background-image:url("../images/red-border-top.gif");
	background-position:center 50px;
	background-repeat:no-repeat;
}
#callout_body_content {
	background-image:url("../images/head_call_body_bg.gif");
	background-repeat:repeat-y;
	background-position:top center;
}

#callout_bottom_wrapper {
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-style:solid;
	border-color:#660000;
}
#callout_bottom_content {
	height:102px;
	background-image:url("../images/head_call_bott_bg.gif");
	background-repeat:repeat-y;
	background-position:top center;
}
.head_callout_box {
	display:block;
	width:33.33333%;
	float:left;
	
}
.head_callout_box_content {
	display:block;
	padding:1px 10px;
	margin:0px 6px;
}
.head_callout_box_content h3 {
	font-size:14px;
	color:#82302f;
}
