/**
 * Styles:
 *   Body:
 *     Background Color: a4b4ce
 *     Font: Arial,Verdana,Helvetica,sans-serif
 *   Header:
 *     Font Color: 003768
 *     Hover Color: b30739
 *   Main:
 *     Background Color: ffffff
 *     Text Color: 231f20
 *   Footer:
 *     Font Color: 888888
 *   Contact Us:
 *     Font Color: 003768
 *     Hover Color: b30739
 */
/**
* Main DIVs for 2-Column Layout
* Total Width: 855px
* Inner Width: 841px (+ 14px for side gradiants)
*   841px = 616px (left) + 225px (right)
*/
div#all {
  margin: auto;
  width: 855px;
  text-align: center;
}

/* Header */
div#header {
  background-image: url('../images/home_header_heading.jpg'); /* h:152 w:855 */
  background-repeat: no-repeat;
  height: 152px;
  position: relative;
  top: 0;
  width: 855px;
}

div#header h1 {
  color: #002d54;
}

div#header-image {
  background-image: url('../images/home_header_buildings.jpg'); /* h:208 w:855 */
  background-repeat: no-repeat;
  height: 208px;
  width: 855px;
}

div#main {
  background-image: url('../images/home_body.jpg'); /* h:5 w:855 */
  background-repeat: repeat-y;
  float: left;
  width: 855px;
}

div#section-one {
  display: inline; /* IE6 */
  float: left;
  margin: 0;
  margin-left: 7px;
  margin-right: 1px;
  padding: 5px 10px;
  text-align: left;
  width: 595px;
}

div#services-table {
  float: left;
  width: 297px;
}

div#resources-table {
  float: right;
  width: 283px;
}

div.table-heading {
  float: left;
  width: 18px;
  text-align: center;
}

div#services-table .table-heading {
  margin-top: 8px;
  margin-bottom: -4px;
}

div#resources-table .table-heading {
  margin-top: 4px;
}

div.table-links {
  float: left;
  height: 108px;
  border-left: thin solid;
  border-color: #255887;
}

div.table-links ul {
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
}

div.table-links li {
  list-style-type: none;
}

div.table-links a {
  font-family: Verdana;
  color: #255887;
  font-size: 10px;
}

div.table-links a:hover {
  color: #013766;
}

div.table-links a:visited {
  color: #255887;
}

div h1 {
  font-family: Verdana;
  color: #255887;
  font-size: 10px;
  line-height: 11px;
  margin: 0px;
  height: 103px;
}

div#section-two {
  display: inline; /* IE6 */
  float: right;
  margin: 0 7px 110px 1px; /* 110px + 30px (footer) = 140px (contact-us) */
  padding: 5px 10px;
  text-align: left;
  width: 204px;
}

/* Footer */
div#footer {
  background-image: url('../images/home_footer.jpg'); /* h:35 w:855 */
  height: 30px;
  clear: both;
  margin: 0;
  padding: 0;
  width: 855px;
}

/* Contact Us */
div#contact-us {
  display: inline; /* IE6 */
  float: right;
  height: 130px;
  margin: -110px 7px 0 1px;
  _margin: -124px 7px 0 1px; /* IE6 */
  padding: 0 20px 10px 20px;
  position: relative; /* IE6 */
  width: 184px;
  text-align: left;
}

div#contact-image {
  background-color: #fff;
  background-image: url('../images/contact_jres.png'); /* w:83 h:58 */
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '../images/contact_jres.png', sizingMethod = 'crop');
  margin: 0;
  margin-top: 2px;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 9px;
}

/** CMS classes */

.cms-node-editable {
  border: 1px dashed black;
}