﻿

/* Drop shadow effect */
div.divshadowouter
{
    border: 1px solid #EEE;
    margin: 0;
    padding:0;
}
div.divshadow
{
    border: 1px solid #ddd;
    margin: 0;
    padding:0;
}

    
    /* Home Page styles */
    html
    {
        background-color: #F8F8F8 ;
    }
    body
    {
         background: #F8F8F8 url('../images/home_base.jpg') repeat-x; 
    }
    /* Content Area Divs */
    div#sideMenu
    {
        float: left;
        width: 490px;
        padding-left: 18px;
        margin-top: 32px;
       
    }
    div#contentmain
    {
        margin-left: 530px;
        
        border-left: 1px solid #CCC;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
        margin-top: 32px;
    }

    
    /* 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:80px;
    }  


    /* Page Heading */
        .selectedTab
    {
        color: #FE8E38;
    }
    #contentTitle a
    {
        text-decoration: none;
        color: #333;
        padding-right: 2px;
        padding-left: 2px;
    }
    #contentTitle a:hover
    {
        text-decoration: underline;
        color: #FE8E38;
        
    }
    
    .partAHighlight
    {
        color: #FAAF1D;
        font-size: 14px;
    }
    .partBHighlight
    {
        color: #9576FF;
        font-size: 14px;
    }
    .partCHighlight
    {
        color: #ACD159;
        font-size: 14px;
    }


    /* section graphics / title header */
    #contentTitle
    {
      position: absolute;
      display: block;
      margin-top: 150px;
      z-index: 0;
      background-image: url('../images/tabtile.jpg');
      background-repeat:no-repeat;
      background-position: top right;
      right: 20px;
      width: 220px;
    }
    #contentTitleInner
    {
      border-top:1px solid #ccc;
      border-right:1px solid #ccc;
      border-left:1px solid #ccc;
      border-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 7px;
      vertical-align: top;
      overflow:auto;
      height: 22px;
      font-size: 14px;
      font-weight: bold;
      color: Black;
      text-align: center;
       
    }
    div#header {
	    
	    padding-top: 0px;
	    padding-left: 15px;
	    height: 180px;
    	
    }
    
    div#contentheader
    {
        position: absolute;
        overflow:auto;
        display: block;
        margin-top: 0px;
        vertical-align: top;
        height: 135px;
        padding-top: 65px;
        z-index: 5;
    }
    #logo
  {
      float: left;
      z-index: 99;
      padding-top: 5px;
  }
      /* Menu */
    div#headermenu
    {
        float: right;
        bottom: 0px;
        vertical-align: bottom;
        padding-top: 47px;
    }


    /* Content Scenario Areas*/
      .contentblockright
      {
          padding:5px;
          border: 1px solid #CCC;
          margin:0px;
          background-image: url('../images/tabtile.jpg');
          background-repeat:repeat-y;
          background-position: top right;
          background-color: #fff;
          
      }
      .contentblockright img
      {
          padding-right:5px;
      }
      .contentblockright h3
      {
          padding: 0 0 0 0;
          margin: 0;
          font-size: 14px;
          color: #333;
      }
      
      
      /* Text Styles */
      h1
      {
          font-size: 20px;
          padding-bottom: 10px;
          color: #333;
      }
      h2
      {
          font-size: 14px;
          font-weight: bold;
          padding-top: 20px;
          padding-bottom: 10px;
          color: #333;
      }
      p
      {
          line-height: 16px;
          margin-bottom: 11px;
      }
      .frontPageImg
      {
          padding-bottom: 5px;
      }


        /* Scenario Media */
        .scenariomedia
        {
            padding-top:4px;
        }
        .scenariomedia  a img
        {
               padding:  0;
               margin: 0;
        }
        .scenariomedia a
        {
               padding:  0;
               margin: 0;
        }
        
          .divpdf
      {
          border: 0;
          height: 31px;
          width: 250px;
          padding-left: 12px;
          padding-bottom: 2px;
          padding-right:0;
          padding-top:14px;
          background-image: url('../images/blank_pdf.png');
          background-repeat: no-repeat;
          background-position: top left;
          font-weight: bold;
          vertical-align: top;
          text-align: left;
          font-size: 12px;
          font-family: Arial;
          margin: 0;
          background-color: Transparent;
      }
            .divpdf a
      {
          text-decoration: none;
      }
      .divpdf a:hover
      {
          text-decoration: underline;
      }
        
        .divword
      {
          border: 0;
          height: 31px;
          width: 270px;
          padding-left: 12px;
          padding-bottom: 2px;
          padding-right:0;
          padding-top:14px;
          background-image: url('../images/blank_word.png');
          background-repeat: no-repeat;
          background-position: top left;
          font-weight: bold;
          vertical-align: top;
          text-align: left;
          font-size: 12px;
          font-family: Arial;
          margin: 0;
          background-color: Transparent;
      }
            .divword a
      {
          text-decoration: none;
      }
      .divword a:hover
      {
          text-decoration: underline;
      }