@charset "UTF-8";
/* CSS Document */

.ruleBlue {
	background-color: #087fe2;
	height: 15px;
}

/* This creates a blue background bar spanning the width of the page */
.navHomeTopContainer {
	width: 100%;
	background-color: #087fe2;
	margin-top: -1.1em;
}

/* This contains the navigation to 900px in the center of the page and styles the nav text */
.navHomeTopContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	height: 2em;
}
li.navHomeTop {
	list-style-type: none;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	border-right: thin solid white;
	margin-top: .3125em;
	margin-bottom: .3125em;
}
li.navHomeTopLast {
	list-style-type: none;
	float:left;
	padding-left: 25px;
	margin-top: .3125em;
	margin-bottom: .3125em;
}
a.navHomeTop:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.navHomeTop:visited {
	color: #FFFFFF;
}
a.navHomeTop:hover {
	color: #ffa923;
}
a.navHomeTop:active {
	color: #FFFFFF;
}
a.navHomeTopLast:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.navHomeTopLast:visited {
	color: #FFFFFF;
}
a.navHomeTopLast:hover {
	color: #ffa923;
}
a.navHomeTopLast:active {
	color: #FFFFFF;
}






#graphics {
	width: 900px;
	height: 346px;
	margin-left: auto;
	margin-right: auto;
}
#diagram {
	width: 500px;
	height: 346px;
	float: left;
}
#fadeshow {
	float: left;
	margin-right: 2px;
}
.navHomeContainer {
	width: 100%;
	height: 244px;
	background-color: #ffa923;
	margin-top: -16px;
}
.navHomeContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
li.navHome {
	list-style-type: none;
	float:left;
	margin: 0;
}

.copy {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#087fe2;
	line-height:1.3em;
}
