@charset "UTF-8";
/* CSS Document */

#callout img {
	float:left;
}

#body_container {
	/*background-image:url(../images/tri_call_bg.jpg);*/
	/*background-repeat: */
	padding:28px 35px 0px 35px;
}

p.big_text {
	color:#58595b;
	font-size:15px;
	line-height:24px;
	padding-bottom:15px;
}

#box01 {
	float:right;
	padding-left:35px;
}

#tri_call #top {
	height:11px;
	background-image:url(../images/tricall_top.gif);
	background-repeat:repeat-x;
}

#tri_call #bottom {
	height:16px;
	background-image:url(../images/tricall_bottom.gif);
	background-repeat:repeat-x;
}

#tri_call #far_left {
	/*width:8px;*/
	background-image:url(../images/tricall_left.gif);
	background-repeat:repeat-y;
}

#tri_call #left {
	padding:0 15px 0 15px;
	background-color:#d4d4d4;
}

#tri_call #middle {
	padding:0 15px 0 15px;
	background-color:#d4d4d4;
}

#tri_call #right {
	padding:0 15px 0 15px;
	background-color:#d4d4d4;
}

#tri_call #far_right {
	/*width:10px;*/
	background-image:url(../images/tricall_right.gif);
	background-repeat:repeat-y;
}

#tri_call .divider {
	background-color:#6d6f71;
}

#tri_call h2 {
	padding-top:5px;
}

#tri_call input {
	margin-bottom:10px;
}

#tri_call.right_box {
	padding:0 20px 20px 5px;
}

.right_box {
	float:right;
}

.left_box {
	float:left;
}
