/*------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MountainViewNature.css                          */
/*                                                                              */
/* Contains:  www.MountainViewNature.com Home Page Layout and Style Definitions */
/*                                                                              */
/* Date Changed  Name                  Change                                   */
/* ============  ====================  ======================================== */
/* 01/29/2009    Brandon Hofmann       New Cascading Style Sheet                */
/*------------------------------------------------------------------------------*/

/*----------------------------------------------------*/
/* Contains Background Image and every Division Layer */
/*----------------------------------------------------*/
body
{
   margin: 0px;
   padding: 0px;
   background-color: #2E2E2E;
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
}

p
{
   margin-top: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
   margin-left: 10px;
}

ul
{
   padding: 0px;
   line-height: 15px;
   list-style-position: outside;
   list-style-type: disc;
   font-size: medium;
   font-weight: normal;
}

/*----------------------------------*/
/* Contains List Display Properties */
/*----------------------------------*/
#listProperties
{
   margin-top: 0px;
   margin-right: 5px;
   margin-bottom: 5px;
   margin-left: 50px;
}

/*-------------------------------------------------------------------*/
/* Primary Division Layer and the ONLY one with a Relative Position  */
/* permitting entire page to resize according to browser window size */
/*                                                                   */
/* Used on Home Page and contains all subsequent Division Layers     */
/*-------------------------------------------------------------------*/
/*--------------------------------------------------*/
/* Contains Company Logo and Navigation Image Links */
/*--------------------------------------------------*/
#homeContainer
{
   background-image: url(../images/logCabin.jpg);
   background-repeat: no-repeat;
   position: relative;
   margin: 0 auto 0 auto;
   width: 1200px;
   height: 1000px;
}

/*-------------------------------------------*/
/* Contains Home Navigation Image Label Link */
/*-------------------------------------------*/
#homeImages
{
   position: absolute;
   top: 523px;
   left: 295px;
   width: 69px;
   height: 25px;
}

/*------------------------------------------------*/
/* Contains Our Story Navigation Image Label Link */
/*------------------------------------------------*/
#ourStoryImages
{
   position: absolute;
   top: 523px;
   left: 424px;
   width: 121px;
   height: 29px;
}

/*-----------------------------------------------*/
/* Contains Products Navigation Image Label Link */
/*-----------------------------------------------*/
#productsImages
{
   position: absolute;
   top: 523px;
   left: 605px;
   width: 108px;
   height: 25px;
}

/*-------------------------------------------------*/
/* Contains Contact Us Navigation Image Label Link */
/*-------------------------------------------------*/
#contactUsImages
{
   position: absolute;
   top: 522px;
   left: 773px;
   width: 132px;
   height: 26px;
}

/*----------------------------*/
/* Image Placement Properties */
/*----------------------------*/
img.floatLeft
{
   float: left;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 0px;
}

img.floatRight
{
   float: right;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 10px;
}

/*-----------------------*/
/* Contains Home Content */
/*-----------------------*/
#homeContent
{
   background-image: url(../images/logSectionTransparent.png);
   background-repeat: repeat;
   position: absolute;
   top: 560px;
   left: 176px;
   width: 848px;
   height: 376px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*------------------------------*/
/* Contains Information Content */
/*------------------------------*/
#homeInformationContent
{
   background-color: #C19D79;
   position: absolute;
   top: 0px;
   left: 102px;
   width: 644px;
   height: 330px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*------------------------------------*/
/* Contains Introduction Header Image */
/*------------------------------------*/
#introductionHeader
{
   background-image: url(../images/introductionHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 10px;
   left: 10px;
   width: 624px;
   height: 35px;
}

/*-------------------------------*/
/* Contains Introduction Content */
/*-------------------------------*/
#introduction
{
   background-color_OFF: #FFFFFF;
   position: absolute;
   top: 45px;
   left: 6px;
   width: 612px;
   height: 185px;
   text-align: justify;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#homeFooter
{
   position: absolute;
   top: 270px;
   left: 102px;
   width: 644px;
   height: 60px;
}

/*--------------------*/
/* Contains Copyright */
/*--------------------*/
#copyright
{
   background-image: url(../images/copyright.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 644px;
   height: 25px;
}

/*-----------------------------------------------------------*/
/* Contains Elite Tracking Solutions Credit and Company Link */
/*-----------------------------------------------------------*/
#ets
{
   background-image: url(../images/ets.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 30px;
   left: 10px;
   width: 624px;
   height: 25px;
}

/*----------------------------------------------*/
/* Contains Elite Tracking Solutions Image Link */
/*----------------------------------------------*/
#etsName
{
   background-image: url(../images/etsName.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 2px;
   left: 369px;
   width: 143px;
   height: 20px;
}