/*
******************************************************************
** File Name: horiz_layout_nyahsa-org.css
** Author: Steve Davies
** Create Date: 5/21/2007
** Desc: extensions and overrides for all NYAHSA-ORG 'Type II' (aka, "horiz") Pages.
**
******************************************************************
** Change Log:
**
**  2008-09-30 S. Davies: removed the border-top rule for the 'footer' DIV, so it could
**                     inherit the  '1px solid silver' properties.
**
**  2008-10-10 S. Davies: moved the paragraph in "rightHeaderBizName" away from
**                     RIGHT edge to avoid clipping, i.e. "right: 1%;".  
**
******************************************************************
**  begin style sheet file
*/


/* debug 
div#topOuter {
  border: 1px dashed red;
    background: #f9f;
}


div#mainOuter {
  border: 1px dashed aqua;
}


div#sbLeftUpperNav {
  border: 1px dashed green;
    background: yellow;
}


*/


/*  ------------- */

div#sbLeftUpperNavInner {
/* debug
  border: 1px dashed cc66ff;
  background: gray;
*/
    width: 99%;
    height: 99%;
    z-index: 1;
}


/*  ------------- */

/*  temp. suppress until a common arch. is approved */
div#sbLeftUpperNavHome {
    display: none;
}

/*  ------------------------------------------------ right-side rules  ------------------------------------ */

div#rightHeader {
	font-size: 0.75em;
    z-index: 30;
}



div#rightHeaderBizName p {
    right: 1%;  /*  2008-10-10 S. Davies: move it over to avoid clipping */
	font-size: 1.2em;  /*  2007-10-09  needed to increase the font-size on the Type II pages */
}



/*  end of stylesheet file */

