/*---------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSPersonnel.css                                         */
/*                                                                                       */
/* Contains:  www.EliteTrackingSolutions.com Personnel Page Layout and Style Definitions */
/*                                                                                       */
/* Date Changed  Name                  Change                                            */
/* ============  ====================  ================================================= */
/* 01/19/2009    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
{
   background-color: #FFF7E0;
   background-image: url(../images/parchment.gif);
   background-repeat: repeat;
   position: relative;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-top: 4px solid #000000;
   border-bottom: 4px solid #000000;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 1450px;
}

/*----------------------------*/
/* Contains Personnel Content */
/*----------------------------*/
#personnelContent
{
   position: absolute;
   top: 170px;
   left: 10px;
   width: 860px;
   height: 1211px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

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

/*-----------------------------------------------------*/
/* Contains Personnel Section 1 Description Properties */
/*-----------------------------------------------------*/
#personnelContent_1
{
   position: absolute;
   top: 65px;
   left: 15px;
   width: 830px;
   height: 45px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 2 */
/*--------------------------------------*/
#personnelContent_2
{
   background-image: url(../images/BrandonHofmann.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 130px;
   left: 15px;
   width: 360px;
   height: 342px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 2a Description Properties */
/*------------------------------------------------------*/
#personnelContent_2a
{
   position: absolute;
   top: 156px;
   left: 385px;
   width: 455px;
   height: 290px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 3 */
/*--------------------------------------*/
#personnelContent_3
{
   background-image: url(../images/DianaHofmann.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 492px;
   left: 135px;
   width: 240px;
   height: 234px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 3a Description Properties */
/*------------------------------------------------------*/
#personnelContent_3a
{
   position: absolute;
   top: 534px;
   left: 385px;
   width: 455px;
   height: 150px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------------*/
/* Contains Personnel Image - Section 4 */
/*--------------------------------------*/
#personnelContent_4
{
   background-image: url(../images/JoyceHofmann.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 746px;
   left: 15px;
   width: 360px;
   height: 275px;
}

/*------------------------------------------------------*/
/* Contains Personnel Section 4a Description Properties */
/*------------------------------------------------------*/
#personnelContent_4a
{
   position: absolute;
   top: 829px;
   left: 385px;
   width: 455px;
   height: 110px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*-----------------------------------------------------*/
/* Contains Personnel Section 5 Description Properties */
/*-----------------------------------------------------*/
#personnelContent_5
{
   position: absolute;
   top: 1041px;
   left: 15px;
   width: 830px;
   height: 50px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*---------------------------------------------*/
/* Contains Personnel Left Corner Border Image */
/*---------------------------------------------*/
#personnelLeftCornerBorderImage
{
   background-image: url(../images/leftCornerBorder.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 1111px;
   left: 0px;
   width: 99px;
   height: 100px;
}

/*----------------------------------------------*/
/* Contains Personnel Right Corner Border Image */
/*----------------------------------------------*/
#personnelRightCornerBorderImage
{
   background-image: url(../images/rightCornerBorder.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 1111px;
   left: 761px;
   width: 99px;
   height: 100px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#personnelFooter
{
   position: absolute;
   top: 1390px;
   left: 0px;
   width: 880px;
   height: 25px;
}