@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. */
section, footer, aside, nav, article, figure {
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #FFFFFF;
	font-family: PoetsenOne-Regular;
	font-size: 13pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	background-image: url(../../project0_NEW/Background3.jpg);
}
#centeringDiv {
	width: 800px;
	min-height: 600px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	width: 180px;
	height: 630px;
	position: absolute;
	top: 110px;
	left: 0px;
}
.textHighlight {
	text-align: left;
	font-size: large;
	text-shadow: rgba(0,0,0,0.5);
	color: #0066CC;
}
#allArticles {
	width: 670px;
	height: 500px;
	overflow: hidden;
	padding-top: 0px;
	position: relative;
	top: 0px;
}
.articleBox {
	width: 650px;
	height: 2000px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding:0px;
}
#articleBox1 {
	text-align: left;
}
footer {
	width: 330px;
	margin-left: -165px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	font-style: normal;
	font-size: 0.8em;
	color: rgba(72,198,240,1);
	text-align: center;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 18000px;/*total height of all individual articles including padding and margin*/
	width: 650px;
	left: 0px;
	top: 95px;
}
.centerObject {
	text-align: center;
}
.btn {
	width: 200px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(../../project0_NEW/p0-Button-Image-Sprite2.png);
	overflow: hidden;
	background-position: -200px 0px;
	position: relative;
	left: -50px;
	z-index: 0;
}
.btn:hover {
}
.imgBtn{
	width: 160px;
	height: 100px;
	overflow: hidden;
	background-image: url(../../project0_NEW/ImgBtn_Sprite.png);
	cursor: pointer;
	float: left;
}
#imgBtn1{
	background-position: 0px -200px;
}
#imgBtn2{
	background-position: -160px -200px;
}
#imgBtn3{
	background-position: -320px -200px;
}
#imgBtn4{
	background-position: -480px -200px;
}
#imgBtn5{
	background-position: 0px -300px;
}
#imgBtn6{
	background-position: -160px -300px;
}
#imgBtn7{
	background-position: -320px -300px;
}
#imgBtn8{
	background-position: -480px -300px;
}
#imgBtn1 img {
	margin-top: 0px;
	margin-left: 0px;
}
#imgBtn2 img {
	margin-top: 0px;
	margin-left: -160px;
}
#imgBtn3 img {
	margin-top: 0px;
	margin-left: -320px;
}
#imgBtn4 img {
	margin-top: 0px;
	margin-left: -480px;
}
#imgBtn5 img {
	margin-top: -100px;
	margin-left: 0px;
}
#imgBtn6 img {
	margin-top: -100px;
	margin-left: -160px;
}
#imgBtn7 img {
	margin-top: -100px;
	margin-left: -320px;
}
#imgBtn8 img {
	margin-top: -100px;
	margin-left: -480px;
}
.center {
	text-align: center;
}
#btn1 {
	background-position: -200px -4px;
}
#btn2 {
	background-position: -200px -74px;
}
#btn3 {
	background-position: -200px -144px;
}
#btn4 {
	background-position: -200px -214px;
}
#btn5 {
	background-position: -200px -284px;
}
#btn6 {
	background-position: -200px -354px;
}
#btn7 {
	background-position: -200px -424px;
}
#btn8 {
	background-position: -200px -494px;
}
#btn9 {
	background-position: -200px -564px;
}
#btn1 img {
	margin-top: -4px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn2 img {
	margin-top: -74px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn3 img {
	margin-top: -144px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn4 img {
	margin-top: -214px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn5 img {
	margin-top: -284px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn6 img {
	margin-top: -354px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn7 img {
	margin-top: -424px;
	margin-left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn8 img {
	margin-top: -494px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn9 img {
	margin-top: -564px;
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#btn1 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn2 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn3 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn4 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn5 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn6 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn7 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn8 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn9 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

@media screen and (max-width:1175px) {
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #FFFFFF;
	font-family: "Poetsen One";
	font-size: 13pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	background-image: url(../../project0_NEW/Background2.jpg);
}
#centeringDiv {
	width: 550px;
	min-height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
nav {
	width: 180px;
	height: 700px;
	position: absolute;
	top: 95px;
	left: 0px;
}
.textHighlight {
	text-align: left;
	font-size: large;
	text-shadow: rgba(0,0,0,0.5);
	color: #0066CC;
}
#allArticles {
	width: 570px;
	height: 500px;
	overflow: hidden;
	padding-top: 0px;
	position: relative;
	top: 0px;
}
.articleBox {
	width: 550px;
	height: 2000px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding: 0px;
}
#articleBox1 {
	text-align: left;
}
footer {
	width: 330px;
	margin-left: -165px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	font-style: normal;
	font-size: 0.8em;
	color: rgba(72,198,240,1);
	text-align: center;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 18000px;/*total height of all individual articles including padding and margin*/
	width: 550px;
	left: 0px;
	top: 95px;
}
}
 @media screen and (max-width:900px) {
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #FFFFFF;
	font-family: "Poetsen One";
	font-size: 13pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	background-image: url(../../project0_NEW/Background2.jpg);
}
#centeringDiv {
	width: 500px;
	min-height: 600px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	width: 180px;
	height: 700px;
	position: absolute;
	top: 110px;
	left: 0px;
}
.textHighlight {
	text-align: left;
	font-size: large;
	text-shadow: rgba(0,0,0,0.5);
	color: #0066CC;
}
#allArticles {
	width: 520px;
	height: 500px;
	overflow: hidden;
	padding-top: 0px;
	position: relative;
	top: 0px;
	margin-left: 140px;
}
.articleBox {
	width: 500px;
	height: 2000px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-right: 5px;
}
#articleBox1 {
	text-align: left;
}
footer {
	width: 330px;
	margin-left: -165px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	font-style: normal;
	font-size: 0.8em;
	color: rgba(72,198,240,1);
	text-align: center;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 18000px;/*total height of all individual articles including padding and margin*/
	width: 500px;
	left: 0px;
	top: 95px;
}
