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

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

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

/*---------------------------------------------------*/
/* Contains Services Description Headers - Section 1 */
/*---------------------------------------------------*/
#servicesDescriptionHeader
{
   background-color: #DBE1DD;
   position: relative;
   top: 0px;
   left: 0px;
   width: 849px;
   height: 20px;
   font-size: medium;
   font-weight: bold;
   text-align: left;
}

/*----------------------------------*/
/* Contains List Display Properties */
/*----------------------------------*/
#servicesListProperties
{
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 20px;
   margin-left: 17px;
}

/*--------------------------------------------*/
/* Contains Services Descriptions - Section 1 */
/*--------------------------------------------*/
#servicesContent_1
{
   position: absolute;
   top: 100px;
   left: 0px;
   width: 849px;
   height: 0px;
   font-size: medium;
   font-weight: bold;
   text-align: left;
}

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