/* Global */
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #000000;
  background-image: url(/images/vertical_bkg_tile.gif);
  background-repeat: repeat-x;
  background-color: #F5B702;
  margin: 0;
  padding: 0;
}

object.indexPosition {
  z-index: 1;
  position: relative;
}

/* Global Text Elements */
h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #BB0E11;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #2A509E;
}

a:link, a:visited {
  text-decoration: none;
  color: #2A509E;
}

a:hover {
  text-decoration: underline;
  color: #2A509E;
}

th {
  text-align: left;
}

#skipNav { /* Skips repetitive navigation */
  position: absolute;
  left: -9999px;
  font-weight: bold;
  font-size: 1em;
}

.sideHighlight {
  color: #2A509E;
}

.bigBlue {
  font-size: 1.2em;
  font-weight: bold;
  color: #2A509E;
}

/* Global Element Styles */
img {
  border: 0px;
}

.clear {
  clear: both;
}

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
}

#blackBox { /* Drop shadow behind legal ease */
  background-color: #000000;
  position: absolute;
  left: -9999px;
  top: 170px;
  display: block;
  padding: 1em 1em 1em 1em;
  width: 1px;
  height: 1px;
  z-index: 99;
}

#gradientShadow { /* Puts shadow on the side grey box */
  position: absolute;
  top: 141px; /* Height of navigation */
  left: 728px;
  background-image: url(/images/side_bar_shadow.gif);
  background-repeat: no-repeat;
  width: 19px;
  height: 233px;
  z-index: 2;
}

.imageFloatRight {
  float: right;
  padding: 0em 1em 1em 1em;
  text-align: center;
  color: #2A509E;
  font-size: 1em;
  font-weight: bold;
}

#definition {
  background-image: url(/images/blue_bar_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 32em;
}

#definition h2 {
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #F8C945;
  background-image: url(/images/blue_bar_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  line-height: 30px;
}

#example {
  background-image: url(/images/yellow_bar_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 32em;
}

#example h2 {
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #0038E3;
  background-image: url(/images/yellow_bar_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  line-height: 30px;
}

#definitionLong {
  background-image: url(/images/blue_bar_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 34em;
}

#definitionLong h2 {
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #F8C945;
  background-image: url(/images/blue_bar_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  line-height: 30px;
}

#exampleLong {
  background-image: url(/images/yellow_bar_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 34em;
}

#exampleLong h2 {
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #0038E3;
  background-image: url(/images/yellow_bar_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  line-height: 30px;
}

#signs {
  background-image: url(/images/orange_bar_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 32em;
}

#signs h2 {
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(/images/orange_bar_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  line-height: 30px;
}

.instructions {
  background-color: #FDEBBA;
}

.instructionsText {
  padding: 1em 1em 1em 1em;
}

#iconTable {
  border: solid 2px #EBEBEB;
}

#iconTable .firstCell {
  white-space: nowrap;
  font-weight: bold;
}

.feedbackBorder {
  border: 2px solid #EBEBEB;
  margin-bottom: 1em;
  background-color: #FFFFFF;
  padding: 1em 1em 1em 1em;
}

#blueButton {
  background-image: url(/images/button_left.gif);
  background-repeat: no-repeat;
  height: 29px;
  line-height: 29px;
  width: 15em;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
}

#blueButton a:link, #blueButton a:visited {
  background-image: url(/images/button_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 29px;
  line-height: 29px;
  margin-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}

.leftPad {
  padding-left: 2em;
}

/* Page Layout */
#mainContainer { /* Main wrapper */
  width: 1032px;
  height: 100%;
  height: auto !important; 
  min-height: 100%;
  background-image: url(/images/horizontal_page_tile.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  position: relative;
}

#shadowContainer { /* gives global padding to the area to compensate for shadows in the tile */
  padding: 0px 4px 0px 4px;
  padding-bottom: 62px;
  height: 100%;
}

/* Top Navigation */
#topNavigation {
  width: 1024px;
  height: 141px;
}

#topNavigation img {
  float: left;
}

#topNavigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#topNavigation ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1em;
  font-weight: bold;
  float: left;
  height: 44px;
  line-height: 44px;
}

#topNavigation ul li a {
  color: #FFFFFF;
  text-decoration: none;
  height: 44px;
}

#topNavigation ul li a:hover {
  color: #FCEA5E;
  text-decoration: none;
  height: 44px;
}

#navOne {
  width: 68px;
  height: 44px;
  background-image: url(/images/red_bar_2.jpg);
  background-repeat: no-repeat;
}

#navTwo {
  width: 63px;
  height: 44px;
  background-image: url(/images/red_bar_3.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#navThree {
  width: 207px;
  height: 44px;
  background-image: url(/images/red_bar_4.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#navFour {
  width: 161px;
  height: 44px;
  background-image: url(/images/red_bar_5.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#navFive {
  width: 136px;
  height: 44px;
  background-image: url(/images/red_bar_6.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#navSix {
  width: 76px;
  height: 44px;
  background-image: url(/images/red_bar_7.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#peopleHeader {
  width: 313px;
  height: 97px;
  background-image: url(/images/header_1.jpg);
  background-repeat: no-repeat;
  float: left;
}

#peopleHeaderFeet {
  width: 313px;
  height: 44px;
  background-image: url(/images/red_bar_1.jpg);
  background-repeat: no-repeat;
  float: left;
}

/* Content */
#leftSide { /* Makes a container for the left side content */
  width: 724px;
  float: left;
}

#leftSide .content { /* Adds the margin to left side content */
  margin: 20px 64px 20px 60px;
}

#rightSide {
  float: left;
  width: 300px;
  background-image: url(/images/side_bar_shadow.gif);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 233px;
}

#rightSide .content {
  margin: 20px 20px 20px 20px;
}

.bulletColumn {
  width: 45%;
  float: left;
}

/* Content Navigation */
#topArrows {
  float: right;
  width: 100px;
}

#topArrows p { /* Page x of xx text */
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 100px;
}

#topArrowContainer { /* Holds the arrows */
  width: 100px;
  text-align: center;
}

#topArrowContainer img {
  padding: 0px 1em 0px 0px;
}

#topArrowContainer .first { /* Does not center correctly, so pushed another 10px */
  padding-left: 1em;
}

#bottomArrowContainer {
  padding-top: 2em;
}

#bottomArrowContainer img {
  float: left;
  padding-right: 1.5em;
}

/* Icons */
#tip {
  background-image: url(/images/tip_icon.jpg);
  background-repeat: no-repeat;
  height: 36px;
  line-height: 36px;
  padding-left: 46px;
}

#tip h2 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

#legal {
  background-image: url(/images/legal_icon.jpg);
  background-repeat: no-repeat;
  height: 36px;
  line-height: 36px;
  padding-left: 46px;
}

#legal h2 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

#resources {
  background-image: url(/images/resources_icon.jpg);
  background-repeat: no-repeat;
  height: 36px;
  line-height: 36px;
  padding-left: 46px;
}

#resources h2 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

#rightSide ul {
  padding: 10px 0px 20px 10px;
  margin: 0px;
}

#rightSide ol {
  padding: 10px 0px 20px 20px;
  margin: 0px;
}

#rightSide .clear {
  padding: 0px 0px 20px 0px;
}

/* Legal Ease Segments */
#legal1, #legal2, #legal3, #legal4, #legal5, #legal6 {
  position: absolute;
  left: -9999px;
  top: 150px;
  width: 900px;
  background-color: #FFFFFF;
  border: solid 2px black;
  z-index: 100;
  padding: 1em 1em 1em 1em;
}

.legalClose {
  float: right;
}

/* Welcome Page */
#welcomeLinks ul li{
  list-style-image: url(/images/small_arrow.gif);
  font-size: 1em;
  font-weight: bold;
}

#welcomeLinks ul li a {
  color: #BB0E11;
  font-size: 1.1em;
  font-weight: bold;
}

/* Evaluation */

.evalTable th {
  border: solid 1px #EBEBEB;
  text-align: center;
  font-weight: bold;
}

.tdBold {
  text-align: left;
  font-weight: bold;
}

.evalTable td {
  border: solid 1px #EBEBEB;
}

/* Popup Images */
#photoa, #photob, #photoc {
  position: absolute;
  top: -2000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 1em 1em 1em 1em;
  text-align: center;
  width: 1%;
  height: 1%;
  border: solid 2px black;
}

.photoClose {
  float: right;
}

/* Form Formatting */
.nameSpacing {
  height: 1.5em;
  line-height: 1.5em;
  padding-bottom: .5em;
}

.nameSpacing p {
  width: 7em;
  float: left;
  margin: 0;
}

.nameSpacing label {
  width: 7em;
  float: left;
  margin: 0;
}

.passwordSpacing {
  height: 1.5em;
  line-height: 1.5em;
  padding-bottom: .5em;
}

.passwordSpacing label {
  width: 11em;
  float: left;
  margin: 0;
}

.formSpacing {
  height: 1.5em;
  line-height: 1.5em;
  padding-bottom: .5em;
}

.formSpacing label {
  padding-right: 1em;
  float: left;
  margin: 0;
}

.formSpacing label.noFloat {
  clear: both;
  padding-left: 1em;
}

fieldset {
  border: none;
  padding: 0;
  border: 0;
}

legend {
  color: #000000;
  padding-bottom: .5em;
}

.selectWidth {
  width: 250px;
}

/* Footer */
#footer {
  height: 62px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 400px;
}

#footer img {
  float: left;
  padding-right: 1em;
}