@charset "utf-8";
h1 {
	background-image: url(../img/h1Bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 825px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 30px;
	padding-left: 10px;
	color: #000;
	clear: both;
}
div#business {
	clear: both;
	padding-top: 10px;
}
div.content {
	clear: both;
	width: 800px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8b8789;
	margin-top: 10px;
	padding-bottom: 10px;
}
div.leftCol {
	float: left;
	width: 480px;
	margin-right: 10px;
}
div.rightCol {
	float: left;
	width: 300px;
}
div#business div.leftCol h2 {
	background-image: url(../img/h2_business.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 470px;
	line-height: 24px;
	padding-left: 10px;
	color: #000;
	font-size: 1em;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
div#business div.leftCol h3 {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}
div#business div.leftCol a {
	margin-left: 10px;
}
div#business div.leftCol p {
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 25px;
}
div#business hr {
	border: 1px solid #dddadb;
	clear: both;
	height: 1px;
}
