
/*----Page Structural Elements/Wraps--------------------------------------------*/

  .parentWrap{
    width:98%;
  }
  
  
  .parentWrap.imageDetail{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
  }
  
  .contentSection{
    width:92%;
  }

/**/

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:100%;
    height:auto;
    border-bottom:2px solid #046225;
  }
  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Image Detail Popup--------------------------------------------------------*/

  .parentWrap.imageDetail img{
    float:left;
    display:inline;
    border:1px solid #ccc;
    margin:28px 50px;
  }


/**/

/*----Careers Popup-------------------------------------------------------------*/

  h1#hCareers{
    background:url(images/bgH1Careers.gif) no-repeat 0 0;
  }

/**/

