@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;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#centeringDiv {
	width: 980px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
header {
	background-color: #9999FF;
	width: 49%;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
nav {
	opacity: 0.8;
	width: 460px;
	height: 120px;
	position: absolute;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	top: -11px;
	right: 471px;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
#allArticles {
	background-color: #FFFFFF;
	width: 960px;
	height: 600px;
	overflow-x: hidden;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 600px;/*total height of all individual articles including padding and margin*/
	width: 8820px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 960px;
	height: 600px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#articleBox1 {
	background-color: #CCCCCC;
	background-image: url(../images/HomeBackground.png);
}
#articleBox2 {
	margin-left: 20px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/p1Background.png);
}
#articleBox3 {
	margin-left: 20px;
	background-image: url(../images/p2Background.png);
	color: #FFFFFF;
	text-align: center;
}
#articleBox4 {
	margin-left: 20px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/p3Background.png);
}
#articleBox5 {
	margin-left: 20px;
	text-align: center;
	background-image: url(../images/p4Background.png);
}
#articleBox6 {
	background-color: #006699;
	margin-left: 20px;
	text-align: center;
}
#articleBox7 {
	background-color: #CC6633;
	margin-left: 20px;
	text-align: center;
}
#articleBox8 {
	background-color: #FF00FF;
	margin-left: 20px;
	text-align: center;
}
#articleBox9 {
	background-color: #FF00FF;
	margin-left: 20px;
	text-align: center;
}
.btn {
	text-align: center;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	left: 350px;
	top: 71px;
}
.btn:hover {
	background-color: #0099FF;
}
#btn9 {
	width: 110px;
	height: 50px;
	background-color: #ED1B23;
}
#btn8 {
	width: 110px;
	height: 50px;
	background-color: #003470;
	top: -1px;
	left: 350px;
}
#btn7 {
	width: 110px;
	height: 50px;
	top: 71px;
	left: 222px;
	background-color: #0072BA;
}
#btn6 {
	width: 110px;
	height: 50px;
	top: -1px;
	left: 223px;
	background-color: #EC008B;
}
#btn5 {
	width: 40px;
	height: 120px;
	top: 0px;
	left: 160px;
	background-color: #F26321;
}
#btn4 {
	width: 60px;
	height: 50px;
	top: 71px;
	left: 80px;
	background-color: #39B44A;
}
#btn3 {
	width: 60px;
	height: 50px;
	left: 0px;
	top: 71px;
	background-color: #855FA8;
}
#btn2 {
	width: 140px;
	height: 50px;
	background-color: #00BFF3;
	top: 1px;
	left: 0px;
}
.btnBG {
	position: absolute;
	top: 0px;
	left: -1px;
	height: 120px;
	width: 140px;
}
#centeringDiv #allArticles #allArticlesWrapper #articleBox1 #photoOfSelf img {
}#photoOfSelf     {
	width: 117px;
	height: 186px;
	position: absolute;
	left: 15px;
	top: 171px;
}
#photoOfSelfCaption {
	height: 190px;
	width: 700px;
	position: absolute;
	left: 208px;
	top: 188px;
	text-align: center;
	text-shadow: 0px 0px;
	color: #FFFFFF;
}
footer {
	background-color: #00CC33;
	width: 960px;
	height: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/Footer.png);
}
