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

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #000000;
	color: #b2b2b2;
	line-height: 1.2;
}
div#container {
	width: 1030px;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 10px;
	overflow: visible;
}
div#navigation {
	height: 1em;
	margin-bottom: 170px;
	font-size: 18px;
	position: relative;
}
div#content {
	position: relative;	
}
div#copy {
	width: 500px;	
}

div#content img.home {
	margin-left: -25px;	
}
div#content p.home {
	font-size: 15px;	
	margin-bottom: 1em;
	padding-top: 12px;
}
div#content p.nextL {
	position: absolute;
	top: 22px;
	left: 530px;
	z-index: 10;
}
div#content p.nextA {
	position: absolute;
	top: 37px;
	left: 628px;
}
div#content a.replay {
	color: #434343;	
	padding-left: 12px;
	background-image: url(/_images/arrowBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
div#content a.replay:hover {
	color: #b2b2b2;	
	background-image: url(/_images/arrowBackH.gif);	
}


div#navigation a {
	color: #b2b2b2;
	text-decoration: none;
}
div#navigation a:hover {
	color: #d9d9d9;
}
div#navigation span {
	float: left;	
}
div#navigation span span {
	float: none;	
	color: #DE1700;
}
div#navigation ul {
	position: absolute;
	left: 530px;
	z-index: 100010;
}
div#navigation li {
	float: left;	
	padding: 0 .7em;
	border-left: 2px solid #434343;
}
div#navigation li#first {
	border-left: none;	
	padding-left: 0;
}
div#navigation li#last {	
	padding: 0 0 0 .5em;
}
div#navigation ul a.selected {
	color: #DE1700;	
}
div#navigation ul span {
	float: none;
	display: block;
}
div#navigation ul ul.dropdown {
	display: none;
	position: static;
	left: auto;
	font-size: 14px;
	padding-top: 10px;
	width: 280px;
	margin-left: -1.2em;
}
div#navigation ul ul a {
	color: #434343;
}
div#navigation ul ul a:hover {
	color: #b2b2b2;
}
div#navigation ul li:hover ul.dropdown {
	display: block;	
}
div#navigation ul.dropdown li {
	float: none;	
	padding-left: 1.2em;
	border-left: 0px solid #ffffff;
}
div#navigation ul.dropdown li:hover {
	background-image: url(/_images/li.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
div#navigation li#leadership {
	width: 4.9em;	
}
div#navigation li#about {
	width: 2.7em;	
}

div#copy p {
	font-size: 15px;	
	margin-bottom: 1em;	
}
div#copy a {
	color: #b2b2b2;
	text-decoration: none;
}
div#copy a:hover {
	color: #d9d9d9;	
}
div#copy a.next {
	color: #434343;	
	padding-right: 12px;
	background-image: url(/_images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#copy a.back {
	color: #434343;	
	padding-left: 12px;
	background-image: url(/_images/arrowBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#copy a.next:hover {
	color: #b2b2b2;	
	background-image: url(/_images/arrowH.gif);
}
div#copy a.back:hover {
	color: #b2b2b2;	
	background-image: url(/_images/arrowBackH.gif);
}


div#content img.heroTop {
	position: absolute;
	top: 0;
	left: 530px;
}
div#content img.heroBottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
div#content h4 {
	color: #DE1700;
}
div#content h5 {
	color: #DE1700;
	margin: 1em 0;
}
div#content img.arrow {
	margin-bottom: -1px;	
}

<!-- Popup Styles -->
<style type="text/css">
/* Dim the background behind the close button */ 
div#popBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 100000;
}
/* Position the Popup */ 
div#pop {
	position: fixed;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	width: 640px; /* Change width as needed */
	height: auto; /* Height expands with content */
	padding: 0;
	margin-left: -320px; /* Divide width by 2 and add left padding to center the div using a negative left margin */ 
	z-index: 100001;
}
/* Position the close button */ 
div#pop embed, div#pop object {
	z-index: 15;
	position: absolute;
}
/* Position the close button */ 
div#pop img.close {
	position: absolute;
	top: -10px;
	left: -10px;
	cursor: pointer;
	z-index: 100003;
}
/* Show/hide the popup */
.none {
	display: none;	
}
.block {
	display: block;	
}
</style>