/*------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  ETSVision.css                                         */
/*                                                                                    */
/* Contains:  www.EliteTrackingSolutions.com Vision 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                           */
/*-------------------------------------------------------------------*/
#visionContainer
{
   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: 1250px;
}

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

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

/*-----------------------------------*/
/* Contains Vision Section 1 Content */
/*-----------------------------------*/
#visionContent_1
{
   position: absolute;
   top: 65px;
   left: 10px;
   width: 840px;
   height: 510px;
}

/*------------------------------------*/
/* Contains Vision Image - Section 1a */
/*------------------------------------*/
#visionContent_1a
{
   background-image: url(../images/visionContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 17px;
   left: 424px;
   width: 425px;
   height: 287px;
}

/*-----------------------------------*/
/* Contains Vision Section 2 Content */
/*-----------------------------------*/
#visionContent_2
{
   position: absolute;
   top: 585px;
   left: 230px;
   width: 400px;
   height: 155px;
}

/*------------------------------------*/
/* Contains Vision Image - Section 2a */
/*------------------------------------*/
#visionContent_2a
{
   background-image: url(../images/visionContent_2.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 595px;
   left: 215px;
   width: 400px;
   height: 150px;
}

/*-----------------------------------*/
/* Contains Vision Section 3 Content */
/*-----------------------------------*/
#visionContent_3
{
   position: absolute;
   top: 755px;
   left: 10px;
   width: 840px;
   height: 155px;
}

/*------------------------------------*/
/* Contains Vision Image - Section 3a */
/*------------------------------------*/
#visionContent_3a
{
   background-image: url(../images/visionContent_3.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 74px;
   left: 424px;
   width: 425px;
   height: 287px;
}

/*-----------------------------------*/
/* Contains Vision Image - Section 4 */
/*-----------------------------------*/
#visionContent_4
{
   background-image: url(../images/visionContent_4.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 1080px;
   left: 0px;
   width: 849px;
   height: 287px;
}

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

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

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