@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(img/ab-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #017AD3;
	text-decoration: underline;
}
.tdbg1 {
	background-image: url(img/bot-bg.gif);
	background-repeat: repeat-x;
}
.bot-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.phone-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.email-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #017AD3;
	text-decoration: none;
}
.top-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #017AD3;
}



.top-link a{
	color: #000;
	text-decoration: none;
}

.td-link-bg {
	background-image: url(img/link-bg.gif);
	background-repeat: repeat-x;
}
.para-bg {
	background-color: #FFF;
	background-image: url(img/para-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.paraab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	text-align: justify;
}
.big-punch-line {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
}
.banner-about {
	background-repeat: no-repeat;
	background-position: center top;
}

.sm-punch-line {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
}

.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}