/*-----------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  AltomConstructionEmployment.css                      */
/*                                                                                   */
/* Contains:  www.AltomConstruction.com Employment 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                           */
/*-------------------------------------------------------------------*/
#employmentContainer
{
   position: relative;
   border: 10px solid #3F4D56;
   margin: 15px auto 0 auto;
   background-color: #FFFFFF;
   width: 880px;
   height: 689px;
}

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

/*-----------------------------*/
/* Contains Employment Content */
/*-----------------------------*/
#employmentContent
{
   background-color: #FFFFFF;
   position: absolute;
   top: 247px;
   left: 16px;
   width: 849px;
   height: 377px;
   text-align: justify;
}

/*---------------------------*/
/* Contains Employment Image */
/*---------------------------*/
#employmentContent_1
{
   background-image: url(../images/employmentContent.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 90px;
   left: 0px;
   width: 425px;
   height: 287px;
}

/*---------------------------------*/
/* Contains Employment Description */
/*---------------------------------*/
#employmentContent_1a
{
   background-color: #DBE1DD;
   position: absolute;
   top: 10px;
   left: 435px;
   width: 414px;
   height: 267px;
}

/*--------------------------------------------*/
/* Contains Employment Description Properties */
/*--------------------------------------------*/
#employmentContent_1b
{
   position: absolute;
   top: 10px;
   left: 10px;
   width: 329px;
   height: 0px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

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