section#billboard div {
	width: 405px;
	height: 185px;
	padding-left: 510px;
	padding-right: 37px;
	padding-top: 26px;
    position:absolute;
    top:0;
    left:0;
    z-index:88;
    opacity:0.0;
}
/* this styles affects the 'active' division, which is set via the Javascript function */
#billboard div.active {
    z-index:100;
    opacity:1.0;
}

/* this is also set via Javascript and it affects whichever images came last */
#billboard div.last-active {z-index:92;}
section#billboard div h2 span {
	display: block;
	font-size: 18px;
}
section#billboard h2 {
	line-height: 30px;
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
}
section#billboard p {
	font-size: 16px;
	line-height: 18px;
	font-style:italic;
	padding-top: 10px;
}
section#billboard p.callToAction a {
	color:#FFFFFF;
	font-style: italic;
	text-decoration: none;
	padding-left: 20px;
}
section#billboard div#slideOne{background-image:url(/images/backg-branding-whitepaper.jpg);
	background-repeat:no-repeat;
	color: #ab5a07;
}
section#billboard div#slideOne h2 {
	border-bottom: 1px solid #d06e0a;
}
section#billboard div#slideOne p.callToAction {background-image:url(/images/backg-branding-cta-whitepaper.gif);
	position: absolute;
	left: 594px;
	top: 159px;
	background-repeat:no-repeat;
	width: 338px;
	height: 37px;
	padding-top: 12px;
	padding-left: 30px;
}
section#billboard div#slideOne p.callToAction a {
	padding-left: 41px;
}
section#billboard div#slideTwo{background-image:url(/images/backg_branding_astronaut.jpg);
	background-repeat:no-repeat;
	color: #111c78;
}
section#billboard div#slideTwo h2 {
	border-bottom: 1px solid #b5b7cf;
}
section#billboard div#slideTwo p.callToAction {background-image:url(/images/backg-branding-cta-astronaut.gif);
	position: absolute;
	left: 632px;
	top: 159px;
	background-repeat:no-repeat;
	width: 361px;
	height: 37px;
	padding-top: 12px;
}
section#billboard div#slideThree {background-image:url(/images/backg-branding-business.jpg);
	background-repeat:no-repeat;
	color: #7a5d51;
}
section#billboard div#slideThree p.callToAction {background-image:url(/images/backg-branding-cta-business.gif);
	position: absolute;
	left: 652px;
	top: 159px;
	background-repeat:no-repeat;
	width: 375px;
	height: 37px;
	padding-top: 12px;
}
section#billboard div#slideThree h2 {border-bottom:solid 1px #efeeef;}

section#billboard div#slideThree h2 span,
section#billboard div#slideFive h2 span {
	display:block;
	font-size:26px;
}

section#billboard div#slideFour {background-image:url(/images/backg-branding-accounting.jpg);
	background-repeat:no-repeat;
	color: #0f487d;
}
section#billboard div#slideFour h2 {
	line-height: 26px;
	font-size: 22px;
}
section#billboard div#slideFour h2 span {
	line-height: 36px;
	font-size: 32px;
}
section#billboard div#slideFour p.callToAction {background-image:url(/images/backg-branding-cta-accounti.gif);
	position: absolute;
	left:696px;
	top: 159px;
	background-repeat:no-repeat;
	width: 312px;
	height: 37px;
	padding-top: 12px;
}
section#billboard div#slideFour p.callToAction a {
	padding-left: 36px;
}
section#billboard div#slideFive {background-image:url(/images/backg-branding-401k.jpg);
	background-repeat:no-repeat;
	color: #6a7b8a;
}
section#billboard div#slideFive p.callToAction {background-image:url(/images/backg-branding-cta-401k.gif);
	position: absolute;
	left: 603px;
	top: 159px;
	background-repeat:no-repeat;
	width: 360px;
	height: 37px;
	padding-top: 12px;
}
section#billboard div#slideFive h2 {border-bottom:solid 1px #eaeef2;}

