﻿*
{
    /* 
    Defines the main font used throughout the entire site 
  */
  margin: 0px;
    font-family: Verdana,Geneva, Sans-Serif;
}

body
{

  background-color: White;
  height: 100%;
}

a
{
    /*
    Clears the underline on normal links, and gives them a purple text color.
  */
  text-decoration: none;
    color: #3A4F63;
}

a:hover
{
  /*
    Underlines links when the user hovers the mouse over them.
  */
  text-decoration : underline;
}

h1
{
  font-size: x-large;
  font-weight: bold;
  color: #3A4F63;
  padding-right:24px;
}

h2
{
  /* 
    Gives h2 elements a different background color and size, 
    and adds a bit of margin at the top to create room between the heading and the preceding element.
  */
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
  margin-right: 3px;
}
h3
{
  /* 
    Gives h2 elements a different background color and size, 
    and adds a bit of margin at the top to create room between the heading and the preceding element.
  */
  font-size: 14px;
  color: #3A4F63;
  margin-top: 10px;
  text-align: center;
  margin-right: 3px;
}
h4
{
  /* 
    Gives h2 elements a different background color and size, 
    and adds a bit of margin at the top to create room between the heading and the preceding element.
  */
  font-size: 14px;
  color: #3A4F63;
  margin-top: 10px;
  text-align: left;
  margin-right: 3px;
}
ul
{
    background-position: left center;
    list-style: none;
    background: url('../images/cubeBlue.png');
    list-style-position: outside;
    padding-bottom: 5px;
    padding-left: 45px;
    background-repeat: no-repeat;
    min-height: 26px;
}

#pageWrapper
{
    margin: 0px auto 0px auto;
    width: 1066PX;
    top: 0px;
    bottom: 0px;
    left: 50%;
    min-height: 200px;
    background-image: url('../images/ShadowBoxSides.png');
}

#pageLeft
{
    margin: 0px;
    float: left;
    width: 90px;
    min-height: 200px;
}
#pageCenter
{
  padding: 4px;
  float: left;
  width: 846px;
}
#pageRight
{
    margin:0px;
    float: left;
    width: 90px;
    min-height: 200px;
    
}

#PageHeader
{
    width: 858px;
    height: 100px;
    margin-left: 10px;
    margin-top: -4px;
}
.MaxTable
{
  width: 100%;
}
#MenuBar
{
    width: 858px;
    height: 36px;
    z-index: 100;
    margin-left: 10px;
    background-image: url('../images/menubackground.png');
}
.PDMLogoImage
{
  padding: 12px;
  width: 113px;
  height: 49px;
}
.MaxTable
{
  width: 100%;
}
.LSI
{
    margin-left:6px;
    margin-top:6px;
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    color: #FFCC00;
    position:absolute;
}
.LSIShadow
{
    margin-left:8px;
    margin-top:8px;
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    position:absolute;
}
.LSITitle
{
    position:absolute;
    margin-left: 200px;
    margin-top:12px;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}
.highlightedText
{
    font-style: italic;
    font-weight: bold;
    color: #4B6C9E;
}
.LSIText
{
  font-size: .80em;
  margin-left: 12px;
  margin-top: 52px;
  text-align: justify;
  color: #666666;
}
.LSITextWithImage
{
    background-position: right top;
    font-size: .80em;
    margin-left: 12px;
    margin-top: 52px;
    text-align: justify;
    color: #666666;
    background-image: url('../images/revenueCycle.png');
    background-repeat: no-repeat;
}

p
{
  margin: 0px;
  padding: 6px;
  font-size: small;
  text-align: justify;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index: 100;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 100;
}

div.menu ul li a, div.menu ul li a:visited
{
  background-color: #4B6C9E;
  border: 1px #4e667d solid;
  color: #FFCC00;
  display: block;
  line-height: 1.35em;
  padding: 4px 20px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  font-size: x-small;
  z-index: 100;
}

div.menu ul li a:hover
{
  background-color: #FFCC00;
  color: #4B6C9E;
  text-decoration: none;
  font-weight: bold;
  z-index: 100;
}

div.menu ul li a:active
{
    background-color: #4B6C9E;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 100;
}
hr
{
  color: #FFCC00;
  background-color: #FFCC00;
  line-height: 2px;
}
#ContentWrapper
{
    width: 844px;
    background-color: White;
    margin: auto;
    margin-top: 4px;
    margin-left: 16px;
}
#PrimaryContent
{
  width: 604px;
  float: left;
  padding: 6px;
  min-height: 340px;
}
#SecondaryContent
{
    width: 200px;
    float: right;
    margin: 6px;
    height: 560px;

}
#Footer
{
    margin-bottom: 0px;
    width: 844px;
    height: 37px;
    clear: both;
}

.clearFloat
{
  clear: both;
}
.DirectionsText
{
  margin: 12px;
  font-size: small;
  color: #000000;
}
.DirectionsTitle
{
  font-size: small;
  font-weight: bold;
  color: #000000;
}
.clearSideBar
{
  background-color: #FFFFFF;
  height: 560px;
}
.sideBarBulletPoints
{
  text-align: left;
  list-style-type: square;
  font-size: small;
  list-style-image: none;
  }
.FormLabel
{
  font-size: small;
}
.ErrorMessage
{
  font-size: x-small;
  color: #FF0000;
  font-weight: bold;
}
div.FooterMenu
{
  padding: 4px 0px 4px 8px;
  text-align: center;
}

div.FooterMenu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  text-align: center;
}

div.FooterMenu ul li a, div.FooterMenu ul li a:visited
{
  background-color: #3A4F63;
  border: 0px solid #4e667d;
  color: #FFCC00;
  display: block;
  line-height: 1.35em;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  font-size: xx-small;
}



div.FooterMenu ul li a:active
{
    background-color: #4B6C9E;
    color: #cfdbe6;
    text-decoration: none;
}
#FooterSpacer
{
  height: 20px;
}
.footerNavigation
{
    border: 0px solid #4e667d;
    color: #3A4F63;
    display: block;
    line-height: 1.35em;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: xx-small;
}
.LSISMall
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
    color: #FFCC00;
    background-color: #4E667D;
}
.NoBulletText
{
    margin-left: 20px;
    font-size: .80em;
    text-align: left;
    color: #666666;
}
#bottomBorder
{
    clear: both;
    background-image: url('../images/ShadowBoxBottom.png');
    height: 60px;
    margin: 0px 0px 0px 0px;
    width: 1044px;
}
