﻿/* SECTION STYLES */

/* section graphics / title header */
div#header {
	padding-top: 0px;
	padding-left: 15px;
	height: 135px;
	
}   
h3
{
    padding-top: 5px;
}


.imageBlock
{
    padding: 5px;
    background-color: White;
    border: 1px solid #CCC;
    margin: auto;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 2px;
}


div#contentheader
{
    position: absolute;
    overflow:auto;
    display: block;
    margin-top: 0px;
    vertical-align: top;
    height: 135px;
    padding-top: 20px;
    z-index: 5;
}
div#contentheader img
{
    top: 0px;
}
/* Page Heading */
#contentTitle
{
  position: absolute;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: top;
  overflow:auto;
  display: block;
  margin-top: 100px;
  height: 50px;
  font-size: 25px;
  right: 0px;
  float: right;
  color: #333;
  
}
#contentTitle .bolder
{
  font-weight: bold;
  
}

div#contentmain
{
    margin-left: 179px;
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 5px;
}

/* White top strip */
div#headertop
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background:url("../images/shadow.png") repeat-x scroll center bottom transparent;
    height:40px;
}
  /* Menu */
div#headermenu
{
        float: right;
        bottom: 0px;
        vertical-align: bottom;
        padding-top: 9px;
}

      /* Nav Buttons */
      .navLinkNext
      {
          float: right;
          font-weight: bold;
          font-size: 12px;
      }
      .navLinkBack
      {
          float: left;
          font-weight: bold;
          font-size: 12px;
      }
      
            /* Content */
      #contentmain table td ul li
      {
          list-style-type: disc;
          display: list-item;
          margin-left: 20px;
          padding-right: 4px;
          padding-left: 4px;
          padding-bottom:3px;
          padding-top:0px;
          line-height: 16px;
          
      }
      
      #contentmain ul
      {
          padding:0 0 3px 0;
          margin:0;
      }
      #contentmain ul li
      {
          list-style-type: disc;
          display: list-item;
          margin-left: 30px;
          padding-right: 5px;
          padding-left: 20px;
          padding-bottom:3px;
          padding-top:0px;
          line-height: 16px;
          
      }
      
      #contentmain ol
      {
          padding:0 0 3px 0;
          margin:0;
      }
      #contentmain ol li
      {
          list-style-type: decimal;
          display: list-item;
          margin-left: 30px;
          padding-right: 5px;
          padding-left: 20px;
          padding-bottom:3px;
          padding-top:0px;
          line-height: 16px;
      }
      
      
      #contentmain h2
      {
          font-size: 20px;
          padding-bottom: 2px;
          padding-top: 25px;
          color: #333;
      }


