@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;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.jpg);
	color: #000000;
}
#centeringDiv {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 100%;
	height: 50px;
	color: #eef8fc;
	text-align: center;
}
nav {
	width: 100%;
	height: 50px;
}
#allArticles {
	height: 550px;
	width: 1000px;
	overflow: hidden;/*Necessary to hide non-visible articles*/
	position: relative;
	background-image: url(../images/quick-test.jpg);
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	left: -1px;
	top: 1px;
	width: 9000px;
	height: 530px;
}

.articleBox {
	margin:10px 10px;
	float: left;/*allows articles to be horizontal*/
	height: 530px;
	width: 980px;
	position: relative;
	opacity: 0.85
}
#articleBox1 {
	background-color: #EDF7F7;
}
#articleBox2 {
	background-color: #EDF7F7;
}
#articleBox3 {
	background-color:#EDF7F7;
}
#articleBox4 {
	background-color:#EDF7F7;
}
#articleBox5 {
	background-color:#EDF7F7;
}
#articleBox6 {
	background-color:#EDF7F7;
}
#articleBox7 {
	background-color:#EDF7F7;
}
#articleBox8 {
	background-color:#EDF7F7;
}
#articleBox9 {
	background-color:#EDF7F7;
}
.btn {
	height: 20px;
	width: 100px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin-left: 8px;
	margin-top: 14px;
}
.btnImg:hover {
	margin-top: -20px;
	}
#btnImg1 {
	margin-left: 0px;
	}
#btnImg2 {
	margin-left: -100px;
	}
#btnImg3 {
	margin-left: -200px;
	}
#btnImg4 {
	margin-left: -300px;
	}	
#btnImg5 {
	margin-left: -400px;
	}	
#btnImg6 {
	margin-left: -500px;
	}	
#btnImg7 {
	margin-left: -600px;
	}	
#btnImg8 {
	margin-left: -700px;
	}	
#btnImg9 {
	margin-left: -800px;
	}
.floatLeft {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
}
.floatRight {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: right;
	text-align: center;

}
#footer {
	text-align: center;
	color: #eef8fc;
	font-size: x-small;
}