/*-----------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexContactUs.css                                  */
/*                                                                                   */
/* Contains:  www.MintexAppliance.com Contact Us Page Layout and Style Definitions   */
/*                                                                                   */
/* Date Changed  Name                  Change                                        */
/* ============  ====================  ============================================= */
/* 12/23/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;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 748px;
}

/*-----------------------------*/
/* Contains Contact Us Content */
/*-----------------------------*/
#contactUsContent
{
   background-color: #D8D8D8;
   background-image: url(../images/stainlessSteel.gif);
   background-repeat: repeat;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-bottom: 4px solid #000000;
   position: absolute;
   top: 215px;
   left: 20px;
   width: 832px;
   height: 529px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}



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

/*---------------------------------------*/
/* Contains Contact Us Image - Section 1 */
/*---------------------------------------*/
#contactUsContent_1
{
   background-image: url(../images/Chris&CindyDidlot.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 40px;
   left: 16px;
   width: 400px;
   height: 419px;
}

/*-------------------------------------------------------*/
/* Contains Contact Us Section 1a Description Properties */
/*-------------------------------------------------------*/
#contactUsContent_1a
{
   background-color: #CCCFE0;
   position: absolute;
   top: 9px;
   left: 401px;
   width: 400px;
   height: 400px;
   font-size: medium;
   font-weight: normal;
   text-align: left;
}

/*-------------------------------------------------------*/
/* Contains Contact Us Section 1b Description Properties */
/*-------------------------------------------------------*/
#contactUsContent_1b
{
   position: absolute;
   top: 200px;
   left: 0px;
   width: 400px;
   height: 200px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#contactUsFooter
{
   position: absolute;
   top: 469px;
   left: 0px;
   width: 832px;
   height: 60px;
}
