/*** Home ***/

#focal {
	width: 524px;
	height: 154px;
	background: white;
}
#focal ul {
	list-style: none;
}
li#focal1 a , li#focal2 a , li#focal3 a {
	float: left;
	display: block;
	width: 154px;
	height: 154px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background: inherit;
}
#focal a span.focalline {
	padding: 45px 10px 0 10px;
	display: block;
	font-size: 10px;
	line-height: normal;
}
#focal span.focalout {
	margin-top: 10px;
	padding: 0 5px;
	color: #002b70; 
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
li#focal1 , li#focal2 , li#focal3 {
	float: left;
	width: 154px;
	height: 154px;
	background: white;
}
li#focal1 {
	margin-left: 15px;
	background: white url(../images/focal.gif) no-repeat -15px 0;
}
li#focal2 {
	margin-left: 16px;
	background: white url(../images/focal.gif) no-repeat -185px 0;
}
li#focal3 {
	margin-left: 16px;
	background: white url(../images/focal.gif) no-repeat -355px 0;
}
li#focal1:hover {
	background: white url(../images/focal.gif) no-repeat -15px -154px;
}
li#focal2:hover {
	background: white url(../images/focal.gif) no-repeat -185px -154px;
}
li#focal3:hover {
	background: white url(../images/focal.gif) no-repeat -355px -154px;
}

/** Offerings **/
#offering {
	margin: 17px 0;
}
span.offeringtitle {
	display: block;
	font-weight: bold;
	margin-left: 5px;
	font-size: 1.2em;
	color: #595959;
	border-bottom: 1px solid #002b70;
}
.offeringbox {
	float: left;
	margin: 0 0 1em 5px;
	width: 165px;
	height: 9.5em;
	color: #595959; 
	background: inherit;
	font-size: .70em;
	line-height: 1.5em;
}
.offeringbox li {
	margin-left: 20px;
	list-style: inside;
	font-weight: normal;
}