@font-face {
    font-family: headerFont;
    src: url(LeagueGothic-Regular.otf);
}

@font-face {
    font-family: bodyFont;
    src: url(Actor-Regular.ttf);
}

@font-face {
    font-family: mainFont;
    src: url(Helvetica.otf);
}

@keyframes example {
    from {color: Initial; padding-left:5px}
    to {color: #46d; padding-left:10px}
}


body {background:"white"; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;font-family:"mainFont" ;}
a {text-decoration: none; color:#aaaaaa;font-weight:normal}
a.headerLink:hover {color:#46d; text-decoration:overline;font-weight:normal}
a.headerLinkActive {color:#46d; text-decoration:overline; font-weight:normal}


#headerBlock {
font-family:"bodyFont";  color:#aaaaaa; font-size:20pt;
position:fixed; top:0; left:0; width:100%; z-index:2}

.footer {text-align:center; background:#363839; color:#aaa; font-family:"bodyFont";}

.faders {color:black; font-size:30px; font-family:"Times"}

.phone {color:#aaaaaa}

p {margin-left:30%; margin-right: 30%; color:#444;   font-size:13pt}

ul {margin-left:30%; margin-right: 30%; color:#666; font-size:13pt}

li {margin-left:30; line-height:150%}

hr {color:#666; width:60%; }

b {color:black; font-family:"bodyFont"}

h1 {color:#46d; font-size:40px;margin-left:30%; margin-right:30%; font-family:"bodyFont"}

h2 {color:#444; font-size:22px;margin-left:30%; margin-right:30%; font-family:"bodyFont"}

.faq {font-size:14pt ;margin-left:30%; margin-right:30%; font-family:"bodyFont"; line-height:100%;font-weight:bold; color:#444; display:inline-block; padding:10px}




.faq:hover {
	animation-name: example;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
}



.fullWidth {margin-left:20%; margin-right:20%; color:#444; font-size:14pt}


.faqContent {color:#666; overflow:hidden}





#splash {width: 100%; height:100%; background:white; position:fixed; top: 0; left:0; z-index:10; visibility:display; font-size:60px}




