@charset "UTF-8";

body {
    margin: 0;
    background: black;
	background-attachment: fixed;
	font-family: "Trebuchet MS";
    text-decoration: none;
    outline: none;
    width: 100%;
}

#bodyContainer {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin-top: 50px;
    margin-bottom: 50px;
}

#logo {
    text-align: left;
    font-style: italic;
    padding-left: 5px;
}

.logo1 {
    font-size: 16pt;
    color: #6eafdf;
}

.logo2,.logo3,.logo4 {
    font-size: 34px;
}

.logo2 {
    color: #ffffff;
}

.logo3 {
    color: #ffffff;
}

.logo4 {
    color:#ffffff;
}

#nav {
    text-align: left;
    padding-left: 147px;
}
#nav span {
    line-height: 150%;
    color: #ffffff;
    margin-left: 7px;
    margin-right: 7px;
}

#nav .current {
	color: #6eafdf;
}

.nav-option { 
	cursor: pointer;
}

.page-content {
	display: none;
}

.viewing {
	display: block;
}

fieldset,img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #6eafdf;
}

h1, h2, h3 {
    color: #6eafdf;
    color: #a8a8a8;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0px;
    text-align: left;
    padding-left: 5px;
}

h1 {
}

h2 {
    margin-top: 25px;
}

tr,p,ul,ol,li {
    margin: 5px;
    margin-bottom: 10px;
    color:#a8a8a8;
}

.float-clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.showcaseMovie {
    margin-bottom: 20px;
}

.officer-image {
    width: 200px;
    height: 200px;
    margin: 14px;
}

.officer-name {
    text-align: left;
    font-size: 20pt;
	font-weight: bold;
    color: #ffffff;
}

.officerTable p {
    margin: 3px;
}

.officerDatumKey {
    font-size: 12pt;
    color: #ffffff;
}

.officerDatumValue {
}

.officer-thumb-container {
	margin: 10px;
	border: solid 5px transparent;
}

.officer-thumb {
	width: 50px;
	height: 50px;
}

.officer-thumbs   .highlighted {
	border-color: white;
}

.officer-view  .shown {
	display: block;
}

.officer-panel {
	display: none;
	padding-top: 65px;
	padding-left: 10px;
}

.officer-info {
	padding-top: 35px;
	width: 230px;
}

.officer-info p {
	margin: 0px;
    margin-bottom: 0px;
}