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

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


/*-----------------Billboard------------------------ */
#billboard {
 position: relative;
 width: 520px;
 height: 266px;
 padding:10px;
 margin-bottom: 20px;
 background:#e0e0cb;
 }
#billboard h3 {
 float: left;
 text-align:center;
 color:#9ca9b7;
 margin-right:8px;
 font-size: 1px;
 position:relative;
 top:282px;
 left:38%;
 }
#billboard h3 a {
 color:#9ca9b7;
 background:url(images/bannerNav.gif) no-repeat bottom left;
 border:none;
 display: block;
 width:12px;
 height: 12px;
 text-decoration: none;
 margin: 0;
 vertical-align: middle;
  text-align:center;
 }
/*#billboard #promo_1 h3 a {
 border-top: none;
 height: 34px;
 }*/
#billboard h3 a:hover {
 background:url(images/bannerNav.gif) no-repeat top left;
 }
#billboard h3.on a {
 background:url(images/bannerNav.gif) no-repeat top left;
 }
#billboard h3.on a:hover {
 }
#billboard p {
 position: absolute;
 top: 10px;
 left:0;
 margin: 0;
 margin-left:10px;
 padding: 0;
 clear: none;
 width:520px;
 }
#billboard p a {
 display: block;
 width: 520px;
 height: 266px;
 }
.alt {
 display: none;
 }

