/*---------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSTracking.css                                          */
/*                                                                                       */
/* Contains:  www.EliteTrackingSolutions.com Tracking Page Layout and Style Definitions  */
/*                                                                                       */
/* Date Changed  Name                  Change                                            */
/* ============  ====================  ================================================= */
/* 01/21/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                           */
/*-------------------------------------------------------------------*/
#trackingContainer
{
   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: 1281px;
}

/*---------------------------*/
/* Contains Tracking Content */
/*---------------------------*/
#trackingContent
{
   position: absolute;
   top: 170px;
   left: 10px;
   width: 860px;
   height: 1042px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

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

/*----------------------------------------------------*/
/* Contains Tracking Section 1 Description Properties */
/*----------------------------------------------------*/
#trackingContent_1
{
   position: absolute;
   top: 65px;
   left: 15px;
   width: 830px;
   height: 55px;
   font-size: small;
   font-weight: normal;
   text-align: justify;
}

/*-------------------------------------*/
/* Contains Tracking Image - Section 2 */
/*-------------------------------------*/
#trackingContent_2
{
   background-image: url(../images/trackingContentTransparent_1.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 140px;
   left: 15px;
   width: 830px;
   height: 782px;
}

/*--------------------------------------------*/
/* Contains Tracking Left Corner Border Image */
/*--------------------------------------------*/
#trackingLeftCornerBorderImage
{
   background-image: url(../images/leftCornerBorder.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 942px;
   left: 0px;
   width: 99px;
   height: 100px;
}

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

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