/*----------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexPersonnel.css                                 */
/*                                                                                  */
/* Contains:  www.MintexAppliance.com Personnel Page Layout and Style Definitions   */
/*                                                                                  */
/* Date Changed  Name                  Change                                       */
/* ============  ====================  ============================================ */
/* 12/23/2008    Brandon Hofmann       New Cascading Style Sheet                    */
/*----------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* Primary Division Layer and the ONLY one with a Relative Position  */
/* permitting entire page to resize according to browser window size */
/*                                                                   */
/* Contains all subsequent Division Layers                           */
/*-------------------------------------------------------------------*/
#personnelContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 887px;
}

/*----------------------------*/
/* Contains Personnel Content */
/*----------------------------*/
#personnelContent
{
   background-color: #D8D8D8;
   background-image: url(../images/stainlessSteel.gif);
   background-repeat: repeat;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-bottom: 4px solid #000000;
   position: absolute;
   top: 215px;
   left: 20px;
   width: 832px;
   height: 668px;
}

/*---------------------------------*/
/* Contains Personnel Header Image */
/*---------------------------------*/
#personnelHeader
{
   background-image: url(../images/personnelHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 10px;
   width: 812px;
   height: 35px;
}

/*--------------------------------------------*/
/* Contains Personnel Information - Section 1 */
/*--------------------------------------------*/
#personnelContent_1
{
   position: absolute;
   top: 40px;
   left: 16px;
   width: 800px;
   height: 348px;
}

/*---------------------------------------*/
/* Contains Personnel Image - Section 1a */
/*---------------------------------------*/
#personnelContent_1a
{
   background-image: url(../images/ChrisDidlot.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 360px;
   height: 348px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 1b Description Properties */
/*------------------------------------------------------*/
#personnelContent_1b
{
   background-color: #CCCFE0;
   position: absolute;
   top: 2px;
   left: 361px;
   width: 440px;
   height: 345px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 2 */
/*--------------------------------------*/
#personnelContent_2
{
   background-image: url(../images/CindyDidlot.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 408px;
   left: 96px;
   width: 280px;
   height: 190px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 2a Description Properties */
/*------------------------------------------------------*/
#personnelContent_2a
{
   background-color: #CCCFE0;
   position: absolute;
   top: 413px;
   left: 377px;
   width: 440px;
   height: 180px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#personnelFooter
{
   position: absolute;
   top: 608px;
   left: 0px;
   width: 832px;
   height: 60px;
}
