body {
  font-family: "FontSiteSansLight", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42;
  margin-top: 16px;
  background-image: url('../images/top_gradient.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  color: #444444;
  /* This needs to be set or some font faces look bold on Mac. */ 
  -webkit-font-smoothing: antialiased; 
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: "FontSiteSans", Arial, sans-serif;
  color: black;
}

h3 {
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

ul, ol {
  padding-left: 20px;
}

ul li {
  list-style-image: url( "../images/dash_bullet.png" );
}

a, a:visited, a:active, a:hover, a:focus {
  color: #2e90be;
  text-decoration: none;
}

caption {
  font-size: 19px;
  color: black;
  text-align: left;
  margin: 10px;
}

table {
  width: 100%;
  margin-bottom: 0;
}

tbody {
  border-top: none;
}

th {
  color: black;
  border-bottom: 1px solid black;
  vertical-align: bottom;
  line-height: 1.2;
}

th, td {
  padding: 5px 10px 5px 10px;
  border-bottom-style: solid;
  background-color: transparent;
  font-size: 14px;
}

td, tr.even, tr.odd {
  background-color: transparent;
}

#logo {
  margin-left: 6px;
}

/*** SEARCH FORM ***/

#block-search-form {
  float: right;
  margin-bottom: 15px;
}

#block-search-form input {
  vertical-align: middle;
}

#edit-search-block-form--2 {
  border: none;
  border-radius: 4px;
  padding: 4px;
  width: 200px;
  height: 15px;
}

#block-search-form .form-submit {
  width: 26px;
  height: 23px;
  padding: 23px 0 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background-image: 
    url('/sites/all/themes/fingerprint/images/search_button_standard.jpg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: middle;
}

#site-subheader {
  z-index: 500;
  margin-bottom: 15px;
}

.field {
  margin-bottom: 1em;
}

.field-type-text-long {
  margin-bottom: 0;
}

/*** Page Ordering ***/
/* 
 *  Commented out due to inconsistencies on IE
 *  Feature allows for header to be put at the bottom for SEO.
 */
/*
#page {
  position: relative;
}

#site-subheader {
  position: absolute;
  left: 0;
  top: 39px;
}

#sidebar-left, #right-column, #footer {
  top: 182px;
}

.front #sidebar-left, .front #right-column, .front #footer {
  top: 106px;
}
*/
/*** Heading Bar ***/

.heading-bar {
  border-radius: 2px;
  margin-top: 54px;
  height: 21px;
}

#main-heading-bar {
  background-color: #c8e4ba;
  width: 700px;
}

/* Career page has a custom color */
.page-node-60 #main-heading-bar {
  background-color: #b7a9a2;
}

#sidebar-heading-bar {
  background-color: #EEE;
  width: 239px;
}

/*** Sidebar ***/
.sidebar,
.sidebar h2 {
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin-bottom: 0px;
}

.sidebar .field-content {
  display: inline;
}

/*** Footer ***/

#footer {
  font-size: 12px !important;
  margin-top: 115px;
}

#block-menu-menu-footer-links {
  float: right;
}

#block-menu-menu-footer-links ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

#block-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #808080;
}

#block-block-2 p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.table {   
    margin-top: 30px;
}                                  

.table th {                        
    padding: 10px 10px 10px 10px;  
    border-top: 4px solid #34A8DF; 
}                                  
                                   
.table tbody > tr {                
    border-bottom: 1px dotted gray;
}                                  

