@charset "utf-8";


.box3 {}
.box3 p {margin-top:-6px;line-height:16px;}

#fade-box{
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
  position:absolute;
  top:0px;
}

#fade-box li{
  list-style-type:none;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
  z-index: 0;
}

.heading-green{color:#317cd0;}

#fade-nav{
  float:right;
	line-height:14px;
	margin-top:18px;
  margin-right:10px;
  z-index:9000;
  position:relative;
}
#fade-nav a{
	background-image:url(../images/nav-cycle.png);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
	display:inline-block;
	text-indent:-9999px;
	margin-right:4px;
}

#fade-nav a.activeSlide{
	background-image:url(../images/nav-cycle-active.png);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}