#telno {
    float: left;
    height: 50px;
    padding: 24px 5px;
    font-size: 20px;
    line-height: 10px;
	font-weight: bold;
	color: #fff;
	cursor: none;
	}

A.telno {
    float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	color: #fff;
	}
	
A.telno:link  {
    float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	color: #fff;
	}

A.telno:visited {
    float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	color: #fff;
	}

A.telno:hover {
    float: left;css 
    height: 50px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	color: #fff;
	}

A.telno:active {
    float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	color: #fff;
	}
	

#telsym {

    float: left;
    height: 50px;
    padding: 18px 10px;
    font-size: 20px;
    line-height: 10px;
	font-weight: bold;
	color: #fff;
	cursor: none;
	}
	
	#telno2 {
    font-size: 20px;
    line-height: 22px;
	font-weight: bold;
	color: #0695fe;
	}
	
.smllogo {
	background-image: url("../imgs/smllogo.png");
	padding-right: 323px;
	background-repeat: no-repeat;
	height: 208px;width: 343px;
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	}
	
.2col{
    -webkit-column-count: 2;
    -webkit-column-rule: 0px;
    -moz-column-count: 2;
    -moz-column-rule: 0px;
  }





