/*
*********************************************************
** File Name: horiz_expand_layout.css
** Author: Steve Davies
** Create Date: 2008-12-30
**
** Desc: common rules for the "horizontal/expanded" variation of 
** the"Type II" template series.
**
** Note: this module was originally derived from rules in "horiz_layout.css"
** and "horiz_common_layout.css"  files.
**
*********************************************************
** Change Log:
**
** 2009-04-20 S. Davies:  Amended "mainOuterInner" DIV to have a 
**                     a "fixed" width instead of "auto". The "auto" setting for
**                     this property should be an override instead.  Adjusted the
**                     margins to push the container away from the top and left
**                     edges of its container.
** 
** 2009-04-24 S. Davies:  Added (factored-up, to this) a rule for SPANs
**                     found in navBarTop DIV, margin-left of 0.5%.  In this
**                     subset of Type II pages, navBarTop is largely unstructured,
**                     permitting the use of a general selector.
**
**
*********************************************************
**  begin style sheet file
*/

/* ---- pull in all rules common to all Type II pages --------- */

@import url(horiz_common_layout.css);


/*  ---  primary areas  ('primary' implies that  'Width' should equal 100% )  --- */


div#mainOuter {
    overflow: auto;  /* override to provide a scrollbar on condition */
}



/*   --------------------- primary "internal" sub-containers    ---------------------  */


/* ---  BEGIN: for those in topOuter ---  */


/* ---  END:  in topOuter ---  */


/*    ---------------------  mainOuter internals  ---------------------  */


div#mainOuterInner { 
    position: relative; 
    margin: 0.5em 0 0 1%; 
    width: 98%;
    height: auto; 
    overflow: visible;
}




/*   ----------------------- for any rules internal to 'footer' -------------------------- */



/*     --------------------- END - primary "internal" containers   ---------------------  */



/*
 --------------------- BEGIN - "detailed "internal areas - Top Left  ---------------------
*/


/* --------  for any ID selectors for Left Upper Nav DIVs  ---------- */



/*
 --------------------- END - Top Left  ---------------------
*/



/*
 --------------------- BEGIN - Top Right (internal areas for topOuter)   ---------------------
*/


div#navBarTop span {
    margin-left: 0.5%;
}



/*
 --------------------- END - Top Right internals  ---------------------
*/



/*
 --------------------- BEGIN - "detailed "internal areas - 'mainOuter'   ---------------------
*/

div#mainOuterInner p { 
	margin: 0 0 1em 0; 
}



/*
 --------------------- END - "detailed" internal - Main Outer  ---------------------
*/


/*
 --------------------- BEGIN - detailed internal areas - Footer  ---------------------
*/


/*
 --------------------- END - detailed internal areas - Footer  ---------------------
*/


/*  end of stylesheet file */


