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

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

/*---------------------------*/
/* Contains About Us Content */
/*---------------------------*/
#aboutUsContent
{
   background-color: #FFFFFF;
   position: absolute;
   top: 247px;
   left: 16px;
   width: 849px;
   height: 1265px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*-------------------------------------*/
/* Contains About Us Section 1 Content */
/*-------------------------------------*/
#aboutUsContent_1
{
   background-color: #FFFFFF;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 414px;
   height: 322px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 1a */
/*--------------------------------------*/
#aboutUsContent_1a
{
   background-image: url(../images/aboutUsContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 17px;
   left: 424px;
   width: 425px;
   height: 287px;
}

/*-------------------------------------*/
/* Contains About Us Image - Section 2 */
/*-------------------------------------*/
#aboutUsContent_2
{
   background-image: url(../images/aboutUsContent_2.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 332px;
   left: 0px;
   width: 425px;
   height: 287px;
}

/*--------------------------------------*/
/* Contains About Us Section 2a Content */
/*--------------------------------------*/
#aboutUsContent_2a
{
   background-color: #FFFFFF;
   position: absolute;
   top: 13px;
   left: 435px;
   width: 414px;
   height: 263px;
}

/*-------------------------------------*/
/* Contains About Us Section 3 Content */
/*-------------------------------------*/
#aboutUsContent_3
{
   background-color: #FFFFFF;
   position: absolute;
   top: 630px;
   left: 0px;
   width: 414px;
   height: 435px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 3a */
/*--------------------------------------*/
#aboutUsContent_3a
{
   background-image: url(../images/aboutUsContent_3.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 74px;
   left: 424px;
   width: 425px;
   height: 287px;
}

/*-------------------------------------*/
/* Contains About Us Image - Section 4 */
/*-------------------------------------*/
#aboutUsContent_4
{
   background-image: url(../images/aboutUsContent_4.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 1080px;
   left: 0px;
   width: 849px;
   height: 287px;
}

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