@charset "utf-8";
/* CSS Document */

/*-----------------Change CSS to what specs you desire for display--------------------------------*/

#galleryWrapper{
position:relative;
}
/*-----------------Billboard------------------------ */
#billboard {
 position: relative;
 border-top: 8px solid #999;
 border-bottom: 14px solid #999;
 width:868px;
 height: 228px;
 background:#999;
 }
#billboard h3 {
 float: left;
 clear: left;
 margin: 0;
 padding: 0;
 font-size: 2px;
 font-weight: normal;
 text-align: left;
 }
#billboard h3 a {
 display: block;
 width: 80px;
 text-decoration: none;
 margin: 0;
 vertical-align: middle;
 text-align:left;
 border-left:2px solid #999;
 }
#billboard #promo_1 h3 a{
height:228px;
left:622px;
position:absolute;
background:url(images/leadershipVertBtn.jpg) no-repeat top left;
 }
#billboard #promo_2 h3 a{
height:228px;
left:704px;
position:absolute;
background:url(images/experienceVertBtn.jpg) no-repeat top left;
 }
#billboard #promo_3 h3 a{
height:228px;
left:786px;
position:absolute;
background:url(images/expertiseVertBtn.jpg) no-repeat top left;
 }
#billboard #promo_1 h3 a:hover,
#billboard #promo_2 h3 a:hover,
#billboard #promo_3 h3 a:hover {
background-position:right;
 }
#billboard #promo_1 h3.on a,
#billboard #promo_2 h3.on a,
#billboard #promo_3 h3.on a{
background-position:right
}
#billboard h3.on a:hover {
 }
#billboard p {
 position: absolute;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
 clear: none;
 }
#billboard p a {
 display: block;
 width: 503px;
 height: 228px;
 border:none;
 }
.alt {
 display: none;
 }
 
 
.r2bBox{
position:absolute;
width:117px;
height:228px;
top:8px;
left:503px;
border-left:2px solid #999;
}
.r2bBox a{
display:block;
height:228px;
width:117px;
text-decoration:none;
background:url(images/r2b.gif) no-repeat top left;
}
