/*--------------------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSContactUs.css                                                    */
/*                                                                                                  */
/* Contains:  www.EliteTrackingSolutions.com Contact Us Page Layout and Style Definitions           */
/*                                                                                                  */
/* Date Changed  Name                  Change                                                       */
/* ============  ====================  ============================================================ */
/* 01/19/2009    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
{
   background-color: #FFF7E0;
   background-image: url(../images/parchment.gif);
   background-repeat: repeat;
   position: relative;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-top: 4px solid #000000;
   border-bottom: 4px solid #000000;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 1029px;
}

/*-----------------------------*/
/* Contains Contact Us Content */
/*-----------------------------*/
#contactUsContent
{
   position: absolute;
   top: 170px;
   left: 10px;
   width: 860px;
   height: 789px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

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

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: 65px;
   left: 15px;
   width: 440px;
   height: 297px;
}

/*-------------------------------------------------------*/
/* Contains Contact Us Section 1a Description Properties */
/*-------------------------------------------------------*/
#contactUsContent_1a
{
   position: absolute;
   top: 10px;
   left: 460px;
   width: 385px;
   height: 100px;
   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: 372px;
   left: 15px;
   width: 440px;
   height: 297px;
}

/*----------------------------------------------*/
/* Contains Contact Us Description - Section 2a */
/*----------------------------------------------*/
#contactUsContent_2a
{
   background-color1: #E6FFE6;
   position: absolute;
   top: 10px;
   left: 450px;
   width: 395px;
   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 Contact Us Left Corner Border Image */
/*----------------------------------------------*/
#contactUsLeftCornerBorderImage
{
   background-image: url(../images/leftCornerBorder.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 689px;
   left: 0px;
   width: 99px;
   height: 100px;
}

/*-----------------------------------------------*/
/* Contains Contact Us Right Corner Border Image */
/*-----------------------------------------------*/
#contactUsRightCornerBorderImage
{
   background-image: url(../images/rightCornerBorder.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 689px;
   left: 761px;
   width: 99px;
   height: 100px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#contactUsFooter
{
   position: absolute;
   top: 969px;
   left: 0px;
   width: 880px;
   height: 25px;
}