/*----------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  AltomConstructionPersonnel.css                      */
/*                                                                                  */
/* Contains:  www.AltomConstruction.com Personnel Page Layout and Style Definitions */
/*                                                                                  */
/* Date Changed  Name                  Change                                       */
/* ============  ====================  ============================================ */
/* 11/05/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;
   border: 10px solid #3F4D56;
   margin: 15px auto 0 auto;
   background-color: #FFFFFF;
   width: 880px;
   height: 1202px;
}

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

/*----------------------------*/
/* Contains Personnel Content */
/*----------------------------*/
#personnelContent
{
   background-color: #FFFFFF;
   position: absolute;
   top: 247px;
   left: 16px;
   width: 849px;
   height: 890px;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 1 */
/*--------------------------------------*/
#personnelContent_1
{
   background-image: url(../images/KevinAltom.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 39px;
   left: 37px;
   width: 273px;
   height: 201px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 1a Description Properties */
/*------------------------------------------------------*/
#personnelContent_1a
{
   position: absolute;
   top: 10px;
   left: 320px;
   width: 529px;
   height: 260px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 2 */
/*--------------------------------------*/
#personnelContent_2
{
   background-image: url(../images/GregAltom.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 330px;
   left: 0px;
   width: 310px;
   height: 210px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 2a Description Properties */
/*------------------------------------------------------*/
#personnelContent_2a
{
   position: absolute;
   top: 323px;
   left: 320px;
   width: 529px;
   height: 225px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 3 */
/*--------------------------------------*/
#personnelContent_3
{
   background-image: url(../images/BobMattes.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 642px;
   left: 0px;
   width: 310px;
   height: 210px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 3a Description Properties */
/*------------------------------------------------------*/
#personnelContent_3a
{
   position: absolute;
   top: 602px;
   left: 320px;
   width: 529px;
   height: 290px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#personnelFooter
{
   background-image: url(../images/footer.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 1142px;
   left: 0px;
   width: 880px;
   height: 25px;
}