@charset "UTF-8";
/* CSS Document */

#left_home_section {
	width: 232px;
	height: 247px;
	padding-top: 60px;
	padding-right: 38px;
	padding-bottom: 0px;
	padding-left: 38px;
	float: left;
	background-image: url(../home_page_images/leftcolor_section.jpg);
	background-repeat: repeat-x;
}

#right_home_section {
	width: 433px;
	height: 307px;
	float: left;

}

#left_home_section h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

#left_home_section p {
	color: #FFFFFF;
}

#lower_left_home_section {
	width: 401px;
	height: 123px;
	float: left;
	padding-left: 38px;
	padding-right: 38px;

}

#lower_right_home_section {
	float: left;
	width: 158px;
	height: 123px;
	background-image: url(../home_page_images/customer_service.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 106px;

}

.callbold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}