/*Styles specific to the pages under "Corporate Development" menu */


#pagegraphiccorporatedevelopment  {
      width:100%;
      height:182px;
      float: left;
      padding: 0;
      background: url(../textures/corporatedevelopment.gif) no-repeat top left;
                    }
 


/*Styles for the links to products under the partnering opportunities page*/ 
#products     {
      padding: 0;
      margin:0;
            }
            
#products ul {
     padding:0;
     margin:0;
          }
          
#products li {
      padding:0;
      list-style-type: none; 
      padding-bottom:15px;
              }
              
#products li a {
      text-decoration:none;
      color:#5C5C5C;
            }
            
#products li a:hover {
      color:#000000;
                  }




/*Formatting specific to corporate development pages*/				  
p.corporateheading {
      font-weight:bold;
      color:#CD0007;   
      letter-spacing:1px;
                   }
                   
span.corporatesubheading {
      font-weight:bold;
      letter-spacing:1px;
                      }
                      
                   
span.dark {
      font-weight:bold;
          }