/* Start of CMSMS style sheet 'banners' */
#news_banner,#package_banner,#specials_banner,#whales_banner {
                width:251px;
                height:99px;
                float:right;
                clear:both;
}

#news_banner {
	background: url(uploads/images/page_graphics/banners/news.png) no-repeat left top;
}

#news_banner .text {
               width:200px;
               height:65px;
               margin-top:30px;
               margin-left:7px;
               float:left;
               color: #000;
}

#package_banner {
	background: url(uploads/images/page_graphics/banners/packages.png) no-repeat left top;
}

#package_banner .text {
                width:160px;
                height:85px;
                margin-top:5px;
                margin-right:5px;
                float:right;
                color: #fff;
}

#specials_banner {
	background: url(uploads/images/page_graphics/banners/specials.png) no-repeat left top;
}

#specials_banner .text {
                width:240px;
                height:65px;
                margin-top:30px;
                margin-left:7px;
                float:left;
                color: #fff;
}

#whales_banner {
	background: url(uploads/images/page_graphics/banners/whales.png) no-repeat left top;
}

#whales_banner .text {
                width:200px;
                height:90px;
                margin-top:0px;
                margin-left:4px;
                float:left;
                color: #000;
}

.text {
              font-size: 0.9em;
}
.text, .text strong, .text b, .text p {
               float: left;
}
.text strong {
              font-size: 14px;
              width: 200px;
              line-height:2em;
}
.text a {
              width: 251px;
              text-decoration: none;
              font-weight:bold; 
              font-size:1.1em; 
              color:#000;
              float: left;
              margin-top:7px;
              margin-left:-7px;
              padding:1px 1px 1px 25px;      
              background: url(uploads/images/page_graphics/bullet2.png) no-repeat left center;   
}

.text a:hover {
              text-decoration: none;
              background-color: #FFFFFF;
              width:251px;
}
/* End of 'banners' */

