  /* tooltip styling. by default the element to be styled is .tooltip  */
  .tooltip {
    display:none;
    background:transparent url(../images/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }


  .tooltip2 {
    display:none;
    background:transparent url(../images/Body/CamdentonBubble.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }

    /* style the trigger elements */
  #demo {
    border:0;
    cursor:pointer;
    /*margin:0 1px;*/
  }


a:active {
    outline:none;
     border:0;
}

a:focus {
    -moz-outline-style:none;
    border:0;
}


:active {
outline:none;
}


:focus {

-moz-outline-style: none;

outline-color: invert;

outline-style: none;

outline-width: medium;

}


#LAButton{
	background-image:url(../images/LakeAreaLogo_WhiteBG.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 370px;
	left: 60%;/*1090px;*/
	width: 332px;
	height: 164px;/*32*/
}

#LAButton2{
	background-image:url(../images/LakeWestLogo_WhiteBG.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 374px;
	left: 36%;/*1090px;*/
	/*margin-left:100px;*/
	width: 332px;
	height: 164px;
}


#LAButton3{
	background-image:url(../images/CamdentonLogo_WhiteBG.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 870px;
	left: 50%;/*1090px;*/
	width: 332px;
	height: 164px;
}


  #pulse,
  .pulse {
    
    background:#fff;
    
    border-radius:90px;
    text-align:center;
    text-shadow:none;
	position: absolute;
	background-image:url(../images/Body/button.png);
	background-repeat:no-repeat;
	margin-top: 175px;
	margin-left: 25px;
	width: 32px;
	height: 32px;
	filter: none !important;
  }