@font-face {
    font-family: 'FreestyleScript';
    src: url('../fonts/FreestyleScript-fontfacekit/freestyle-script-webfont.eot');
    src: url('../fonts/FreestyleScript-fontfacekit/freestyle-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FreestyleScript-fontfacekit/freestyle-script-webfont.woff') format('woff'),
         url('../fonts/FreestyleScript-fontfacekit/freestyle-script-webfont.ttf') format('truetype'),
         url('../fonts/FreestyleScript-fontfacekit/freestyle-script-webfont.svg#FreestyleScriptRegular') format('svg');
    font-weight: normal; font-style: normal;
}





a:link { text-decoration: none; color: #003399; }
a:active { text-decoration: none; color: #ff9900; }
a:visited { text-decoration:none; color: #003399; }
a:hover { font-weight: none; color: #ff6600; }


.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16;
	font-weight: bold;
	color: #C03;
}
.tableBorder { border: 1px solid #000099 }
.tableBorderLeft {
	border-top: 1px none #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px none #000099;
	border-left: 1px none #000099;
}
.tableBorderTop {
	border-top: 1px solid #000099;
	border-right: 1px none #000099;
	border-bottom: 1px none #000099;
	border-left: 1px none #000099;
}
.bottomPageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.bottomPageLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15pt;
	color: #003399;
} 
.picBorder { border: 1px solid #000099}
.heading .style3 a strong font { color: #C03 }




#header { height: 120px !important }



a #special-banner
{ -webkit-transition: all 300ms; -khtml-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }

a img { border: none }





/* #special-banner:hover { background-color:#29C572; -webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,0), 0 2px 8px rgba(0,0,0,0.7) } */
/* #special-banner:hover #special-banner-strip { opacity: 0.8 } */

/* #special-banner-link { display: block; } */

#special-banner {
	width: 701px; height: 180px;
	cursor: pointer;
	margin: 10px 0 16px 0;
	position: relative;
	border: 1px solid #AAA;
	overflow: hidden;
	background-color: #29C572;
	background-image: url(../images/2012-special-bg.jpg);
	-webkit-box-shadow: inset 0 2px 15px black; -moz-box-shadow: inset 0 2px 15px black; -o-box-shadow: inset 0 2px 15px black; box-shadow: inset 0 2px 15px black;
}
@-webkit-keyframes special-banner {
	0% { left: 0; top: 0; }
	50% { left: 0; top: 0; }
	70% { left: -110px; top: 110px; }
	71% { left: -110px; top: -110px; }
	72% { left: 110px; top: -110px; }
	90% { left: 0; top: 0; }
	100% { left: 0; top: 0; }
}
@-moz-keyframes special-banner {
	0% { left: 0; top: 0; }
	50% { left: 0; top: 0; }
	70% { left: -110px; top: 110px; }
	71% { left: -110px; top: -110px; }
	72% { left: 110px; top: -110px; }
	90% { left: 0; top: 0; }
	100% { left: 0; top: 0; }
}
@-ms-keyframes special-banner {
	0% { left: 0; top: 0; }
	50% { left: 0; top: 0; }
	70% { left: -110px; top: 110px; }
	71% { left: -110px; top: -110px; }
	72% { left: 110px; top: -110px; }
	90% { left: 0; top: 0; }
	100% { left: 0; top: 0; }
}
@keyframes special-banner {
	0% { left: 0; top: 0; }
	50% { left: 0; top: 0; }
	70% { left: -110px; top: 110px; }
	71% { left: -110px; top: -110px; }
	72% { left: 110px; top: -110px; }
	90% { left: 0; top: 0; }
	100% { left: 0; top: 0; }
}


#special-banner-strip {
	position: absolute; top: -110px; left: -110px;
}

#special-banner-strip-text {
	position: absolute; top: -110px; left: 110px;
	-webkit-animation: special-banner 5s 5s infinite;
	-moz-animation: special-banner 5s 5s infinite;
	-ms-animation: special-banner 5s 5s infinite;
	animation: special-banner 5s 5s infinite;
/*
	-webkit-animation-delay: 5s;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
*/
}

#special-banner .book-link {
	position: absolute; left: 13px; bottom: -50px;
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: 0 1px 3px black;
	-webkit-transition: none; -khtml-transition: none; -moz-transition: none; -o-transition: none; transition: none;
}
#special-banner:hover .book-link { text-shadow: 0 1px 10px #FFF }

#special-banner p {
	font: 38px 'FreestyleScript';
	color: #FFFF4A;
	text-shadow: 0 1px 3px black;
	position: relative; right: -500px;
	text-align: right;
	margin: 0 15px;
}
#special-banner p.date { padding-top: 23px }







