.camp-logo img {
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.camp-logo {
		background-color:#e4ecf0;
		padding-right:8px;
		padding-top: 10px;
		padding-left: 8px;
		padding-bottom: 9px;
		border-radius: 4px;
		width:150px !important;
		text-align: center;
		height: 100%;
	}

	a.camp-website {
		display:block;
		color:#FFFFFF;
		font-weight: bold;
		width:100%;
		background-color: #85b547;
		border-radius: 3px;
		text-decoration: none !important;
		position: relative;
		
	}

	a.camp-website:hover {
		color: yellow;
	}

	a.camp-website:before {

	    background-image: url('/i/sprite_bbo_listings.png') ;
	    background-repeat: no-repeat;
	    background-position: -23px 0;
	    height: 13px;
	    position: absolute; 
	    width: 12px;
	    content: "";

	}

	a.camp-website.header:before {
		line-height: 30px;
		left: 18px;
		top: 8px;
	}

	a.camp-website:hover:before {
		background-position: -35px 0 !important;
	}

	a.camp-website.header {
		line-height: 30px;
	}


	a.camp-website.footer {
		line-height: 40px;
		font-size: 15px;
	}

	a.camp-website.footer:before {
		line-height: 40px;
		font-size: 15px;
		left: 87px;
		top: 13px;
	}

	a.camp-website-search {
           display: block;
           width: 120px; 
           line-height: 12px;
           border-radius: 2px;
           text-decoration: none !important;
           text-align: center;
           padding-left: 6px !important;
           padding-right: 0 !important;
           margin-right: 5px !important;
           margin-top: 2px;
           position: relative;
        }

      a.camp-website-search.url
      {
          background-color: #85b547;
          color: #FFFFFF !important;

      } 

      a.camp-website-search.contact
      {
          background-color: #e0e0e0;
          color: #3048ab !important;
      }
     
      a.camp-website-search.url:hover
      {
          color: yellow !important;
      }

      a.camp-website-search.contact:hover
      {
          background-color: #3048ab;
          color: #FFFFFF !important;
      }

      a.camp-website-search:before {

	   background-image: url('/i/sprite_bbo_listings.png') ;
	   background-repeat: no-repeat;
	   position: absolute;
	   content: "";
           left: 6px;
	}

     a.camp-website-search.url:before 
     {
        background-position: -23px 0;
        height:13px;
        width: 12px;
        top: 5px;


     }

     a.camp-website-search.contact:before
     {
         background-position: 0 -4px;
         height:12px;
         width: 12px;
         top:8px;
     }
 a.camp-website-search.url:hover:before {
		background-position: -35px 0 !important;
	}

 a.camp-website-search.contact:hover:before {
                background-position: -11px -4px !important;
        }
