/*-----------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSWebDesign.css                                           */
/*                                                                                         */
/* Contains:  www.EliteTrackingSolutions.com Web Design 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                           */
/*-------------------------------------------------------------------*/
#webDesignContainer
{
   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: 1334px;
}

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

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

/*---------------------------------------*/
/* Contains Web Design Image - Section 1 */
/*---------------------------------------*/
#webDesignContent_1
{
   background-image: url(../images/webDesignContentTransparent_1.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 65px;
   left: 15px;
   width: 451px;
   height: 910px;
}

/*------------------------------------------------------*/
/* Contains Web Design Section 2 Description Properties */
/*------------------------------------------------------*/
#webDesignContent_2
{
   position: absolute;
   top: 115px;
   left: 476px;
   width: 354px;
   height: 270px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*------------------------------------------------------*/
/* Contains Web Design Section 3 Description Properties */
/*------------------------------------------------------*/
#webDesignContent_3
{
   position: absolute;
   top: 534px;
   left: 476px;
   width: 354px;
   height: 200px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

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

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

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