/*---------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSMarketing.css                                         */
/*                                                                                       */
/* Contains:  www.EliteTrackingSolutions.com Marketing 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                           */
/*-------------------------------------------------------------------*/
#marketingContainer
{
   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: 1565px;
}

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

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

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

/*-----------------------------------------------------*/
/* Contains Marketing Section 2 Description Properties */
/*-----------------------------------------------------*/
#marketingContent_2
{
   position: absolute;
   top: 185px;
   left: 160px;
   width: 170px;
   height: 515px;
   font-size: normal;
   font-weight: normal;
   text-align: justify;
}

/*---------------------------------------*/
/* Contains Marketing Image - Section 2a */
/*---------------------------------------*/
#marketingContent_2a
{
   background-image: url(../images/marketingContent_2a.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 185px;
   left: 400px;
   width: 330px;
   height: 480px;
}

/*--------------------------------------*/
/* Contains Marketing Image - Section 3 */
/*--------------------------------------*/
#marketingContent_3
{
   background-image: url(../images/marketingContent_3.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 715px;
   left: 15px;
   width: 830px;
   height: 521px;
}

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

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

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