/* Home */
#company-info {
	height: 310px;
	background: #00419E url(../images/sun-water-lg.jpg) no-repeat 0 0;
}
#company-info h2 {
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 390px;
	height: 90px;
	background: url(../images/home-h2.png) no-repeat;
	text-indent: -9999px;
}
#company-info address {
	display: block;
	position: absolute;
	top: 80px;
	left: 151px;
	font-style: normal;
	color: #ccc;
}
#content {
	position: relative;
}
#intro {
	font-size: 1.1em;
	margin-right: 360px;
}
#intro strong {
	font-style: italic;
	color: #007BE2;
	font-size: 1.2em;
}
#callout {
	position: absolute;
	top: 20px;
	right: 20px;
	float: right;
	padding: 10px;
	margin: 0 0 0 20px;
	background: url(../images/home-callout-bg.png) no-repeat 50% 50%;
}
#callout ul {
	position: relative;
	margin: 0;
	width: 330px;
	height: 180px;
	overflow: hidden;
}
#callout ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 180px;
	list-style: none;
	background: #fff no-repeat 50% 50%;
	text-indent: -9999px;
}
#callout .napoleon {
	background-image: url(../images/home-callout-logistics.png);
}
#callout .welch {
	background-image: url(../images/home-callout-welch.png);
}
#callout .patton {
	background-image: url(../images/home-callout-patton.png);
}
#content {
	color: #666;
}
