@charset "UTF-8";
/* CSS Document */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}
@font-face {
 font-family: Waukegan;
 src: url("Waukegan.eot"), /* EOT file for IE */
 		url("Waukegan.ttf")
}
body {
	margin: 0px;
	position: relative;
	color: #000000;
	font-size: 100%;
}
#centeringDiv {
	width: 100%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 330px;
	height: 50px;
	position: relative;
	float: right;
	overflow-stack: hidden;
}
nav {
	height: 100%;
	width: 300px;
	position: relative;
	left: 0px;
	float: left;
	top: 0px;
	opacity: 1;
	z-index: 500;
	background-color: #65696E;
	overflow-x: hidden;
}
#allArticles {
	width: 810px;
	height: 800px;
	position: relative;
	overflow: hidden;
	margin-left: 300px;
	padding: 100px 0px 0px;
	top: 0px;
	overflow: hidden;
	font-family: "Waukegan LDO";
	color: #333333;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
.articleBox {
	height: 800px;
	width: 810px;
	position: relative;
	margin-top: 0px;
	overflow: hidden;
	padding-left: 10px;
}
footer {
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	opacity: 1;
	font-family: "Waukegan LDO";
	z-index: 300;
}
#allArticlesWrapper {
	position: relative;
	z-index: 100;
	height: 6500px;/*total height of all individual articles including padding and margin*/
	width: 610px;
	left: 0px;
	top: 0px;
}
.btn {
	height: 55px;
	width: 300px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../images/SPRITE.png);
	background-position: -300px 0px;
}
#btn1 img:hover, #btn2 img:hover, #btn3 img:hover, #btn4 img:hover, #btn5 img:hover, #btn6 img:hover, #btn7 img:hover, #btn8 img:hover, #btn9 img:hover{
	cursor: pointer;
	opacity: 0;
}
#btn1 img {
	margin-top: 0px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn2 img {
	margin-top: -55px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn3 img {
	margin-top: -110px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn4 img {
	margin-top: -165px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn5 img {
	margin-top: -220px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn6 img {
	margin-top: -275px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn7 img {
	margin-top: -330px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn8 img {
	margin-top: -385px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn9 img {
	margin-top: -440px;
	opacity: 1;
	-webkit-transition: all .22s linear 0s;
	-moz-transition: all .22s linear 0s;
	-ms-transition: all .22s linear 0s;
	-o-transition: all .22s linear 0s;
	transition: all .22s linear 0s;
}
#btn9 {
	background-position: -300px -440px;
}
#btn8 {
	background-position: -300px -385px;
}
#btn7 {
	background-position: -300px -330px;
}
#btn6 {
	background-position: -300px -275px;
}
#btn5 {
	background-position: -300px -220px;
}
#btn4 {
	background-position: -300px -165px;
}
#btn3 {
	background-position: -300px -110px;
}
#btn2 {
	background-position: -300px -55px;
}
#btn1 {
	background-position: -300px 0px;
	margin-top: 150px;
}
audio {
	position: absolute;
	top: 27px;
	left: -175px;
	width: 200px;
	height: 25px;
}
#Box5img {
	width: 800px;
	height: 245px;
}
#Box3img {
	width: 800px;
	height: 200px;
	stack-overflow: hidden;
}
.img1Right {
	position: relative;
	float: right;
	height: 500px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
}
.img4Left {
	position: relative;
	float: right;
}
#btnView5:hover, #btnView2:hover, #btnView3:hover, #btnView4:hover {
	cursor: pointer;
}

#btnView2 {
	margin: 0 auto;
	border-radius: 15px;
}
#btnView3 {
	margin: 0 auto;
	border-radius: 15px;
}
#btnView4 {
	margin: 0 auto;
	border-radius: 15px;
}
#btnView5 {
	margin: 0 auto;
	border-radius: 15px
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}