@charset "utf-8";

#skiplink {
	display:none;
}
/* BUSINESS Header */
.Header {
	background-image: url(../images/BusHeader.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
.MainImage {
	background-image: url('../images/BusMainImage.jpg');
	background-repeat: no-repeat;
	background-position:center;
}
.NavPipe {
	background-image: url('../images/NavBusVerticalBar.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position: center;
}
/* BUSINESS Homepage */
.HPBottomLeftSlot, .sidenav ul {
	background-image: url('../images/HPBottomLeftSlot.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#98AB43
}
.HPBottomRightSlot {
	background-image: url('../images/BusHPBottomRightSlot.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color:#98AB43;
}
.HPTopLeftSlot, .sidenav ul {
	background-image: url('../images/BusHPTopLeftSlot.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color:#98AB43;
	margin-bottom: 10px;
}
.HPTopRightSlot, .sidenav ul {
	background-image: url('../images/BusHPTopRightSlot.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color:#98AB43;
	margin-bottom: 10px;
}
/* BUSINESS General Page/Section Page Slots*/
.LeftSlotBottom, .sidenavh6 {
	background-image: url('../images/BusLeftNavSlotBottom.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#98AB43
}
.LeftSlotMiddle, .sidenavh6 {
	background-image: url('../images/BusLeftNavSlotMiddle.gif');
	background-repeat: repeat;
	background-position:center;
	background-color:#98AB43
}
.LeftSlotTop, .sidenavh6 {
	background-image: url('../images/BusLeftNavSlotTop.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#98AB43
}
.RightSlotBottom, .sidenavh6 {
	background-image: url('../images/BusGPRightSlotBottom.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#98AB43
}
.RightSlotMiddle, .sidenavh6 {
	background-image: url('../images/BusGPRightSlotMiddle.gif');
	background-repeat: repeat;
	background-position:center;
	background-color:#98AB43
}
.RightSlotTop, .sidenavh6 {
	background-image: url('../images/BusGPRightSlotTop.gif');
	background-repeat: no-repeat;
	background-position:center;
	background-color:#98AB43;
}
/* Navigation Flyouts */
#nav, #nav UL {
	padding: 0px; MARGIN: 0px; LINE-HEIGHT: 1.5; LIST-STYLE-TYPE: none;
	float: right;
}
#nav LI {
	padding: 0px;
	FLOAT: left; WIDTH: auto;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	background-image: none;
}
#nav LI UL {
	BACKGROUND: #7f6c3d; LEFT: -999em; WIDTH: 11em; POSITION: absolute;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#nav LI:hover UL, #nav LI.sfhover UL {
	LEFT: auto;
}
#nav A {
	DISPLAY: block;
	WIDTH: auto;
	height: auto;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 2px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	margin: auto;
}
#nav A.NavTop_1 {
	white-space: nowrap;
	height: auto;
	padding-bottom: 0px;
	padding-right: 0px;
}
#nav HR {
	border: none 0;
	border-top: 1px dashed #ffffff;
	width: 11em;
	height: 1px;
}

