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

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

/*-----------------------------*/
/* Contains Contact Us Content */
/*-----------------------------*/
#contactUsContent
{
   background-color: #FFFFFF;
   position: absolute;
   top: 247px;
   left: 16px;
   width: 849px;
   height: 604px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

p
{
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
   font-size: medium;
   font-weight: normal;
}

/*---------------------------------------*/
/* Contains Contact Us Image - Section 1 */
/*---------------------------------------*/
#contactUsContent_1
{
   background-image: url(../images/contactUsContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 440px;
   height: 297px;
}

/*-------------------------------------------------------*/
/* Contains Contact Us Section 1a Description Properties */
/*-------------------------------------------------------*/
#contactUsContent_1a
{
   position: absolute;
   top: 10px;
   left: 460px;
   width: 379px;
   height: 0px;
   font-size: small;
   font-weight: normal;
   text-align: left;
}

/*---------------------------------------*/
/* Contains Contact Us Image - Section 2 */
/*---------------------------------------*/
#contactUsContent_2
{
   background-image: url(../images/contactUsContent_2.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 307px;
   left: 0px;
   width: 440px;
   height: 297px;
}

/*----------------------------------------------*/
/* Contains Contact Us Description - Section 2a */
/*----------------------------------------------*/
#contactUsContent_2a
{
   background-color: #DBE1DD;
   position: absolute;
   top: 10px;
   left: 450px;
   width: 399px;
   height: 277px;
}

/*-------------------------------------------------------*/
/* Contains Contact Us Section 2b Description Properties */
/*-------------------------------------------------------*/
#contactUsContent_2b
{
   position: absolute;
   top: 10px;
   left: 10px;
   width: 329px;
   height: 0px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

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