.DIV_Seal {
	position: absolute;
	border: 0px solid #303030;
	top: 50px;
	left: -25px;
  	width: 200px;
	height: 200px;
	z-index: 1; /* Set this higher, and the Datepicker will go under it in a small window environment*/
}

.DIV_Horz_Nav_Wrap {
	background: transparent url(../images/skin_bl/body_shadows.png) repeat-y;
	width: 968px;
	margin-left: auto ;
  	margin-right: auto ;
	z-index: 1;	
}

/* Colors Main Nav in static state */
.DIV_Horz_Nav {
	background: #ffffff url(../images/skin_bl/horz_nav_bg.png);
	font-family: Verdana, Geneva, sans-serif;
	width: 940px;
	height: 31px;
	border-top: 0px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 0px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 12px;
}

/* Colors Sub Nav in static state */
.DIV_Horz_Sub_Nav {
	background: #ffffff url(../images/skin_bl/horz_sub_nav_bg.png);
	width: 940px;
	height: 45px;
	border-top: 0px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: 2px solid #303030;
	margin-left: 12px;
	margin-top: 0px;
	text-align: right;
}


/*
.DIV_Horz_Nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.DIV_Horz_Nav li {
	float: left;
	background: transparent url(../images/common/nav_divider.png) no-repeat bottom right;
	padding:0px 0px 0px 0px;
}
*/
