/*
***************************************************************
** File Name: home_nyahsa-org.css
** Author: Steve Davies
** Create Date: 4/25/2007
** Desc: extensions and overrides specific to 'NYAHSA Org' Home Page
- for a rule to qualify to be declared in this module, it cannot be applied to:
1) all pages
2) all Home pages
3) all Type I (vertical) pages
4) all pages (Type I and Type II ) for a given biz area
***************************************************************
** Change Log:
**
** 2007-10-29 S. Davies: removed any suppression of display for Job Mart link,
**                     to allow it to be viewed in the Left-side nav-bar.
**
**  2008-05-14 S.Davies: Added 'override' styles for sbNav 'Archived Docs' link.
**
**  2008-05-20 S.Davies: for "div#rightSubHdrBottomRight p", increased font-size to 0.9em.
**
**  2009-08-11 S. Davies: styled a new box for a link that exits to ProCare sub-site.
**
***************************************************************
**  begin style sheet file
*/

/* ---- pull in all rules common to all Type I pages, for the "'NYAHSA Org'" biz section --------- */

@import url(vert_layout_nyahsa-org.css);


/* ----------------------------- BEGIN - left side  ---------------------------  */


/*
  Note: this is considered a Type I page.  For Type II pages, you need an explicit foreground-color to override the "topOuter " DIV.
*/


/*   clyde says:  
"margins only add to the confusion, 
when thrown into the 'absolute positioning' mix 
- do not use them -use offsets instead." 
*/  


/* ---  div's of class "sbMenuBar": the ID's are being used here to further qualify  ---- */
/* ----  overrides for the TOP setting; note that the Z Indexes have already been set    ---- */

div#sbLeftMidNavBoxHome {
	display: none;  /*  a home page does not need a link to itself, so suppress it */
}


div#sbLeftMidNavBoxAboutUs {
	top: 0.5%;  /* for Home pages, this item is the topmost */
}


div#sbLeftMidNavBoxLAC {
/*	top: 39%; */
		top: 10%;
}


div#sbLeftMidNavBoxProCare {
	top: 20%;
}


div#sbLeftMidNavBoxConsumer {
	top: 30%;
}


div#sbLeftMidNavBoxCalndr {
	top: 40%;
}


div#sbLeftMidNavBoxBuyers {
	top: 50%;
/* 	z-index: 20	 */
}


div#sbLeftMidNavBoxJobMart {
	top: 60%;
}


div#sbLeftMidNavBoxLinks {
/*  prev 10/10/07  -  top:63% */
/*  10/29/2007 - if a temp adjust. is needed to suppress the Job Mart, then use Job Mart positioning above  */
	top: 70%;
}


div#sbLeftMidNavBoxDocArchive {
    /* added 2008-05-14*/
    top: 80%;
}



/* ----------------------------- END - left side  ---------------------------  */


/* ----------------------------- BEGIN - right side  ---------------------------  */


/* ----------------- BEGIN: rightHeader internals  -----------------  */


div#rightHeaderAcronym {
   /*  produce desired overhang of descenders */ 
    bottom: -30%;	  /* -25% for Times New Roman */
    font-size: 6.5em; 
}


div#rightHeaderBizName p {
     /* for the Home page, move the BizName down  */
    bottom: -2%;
}


/* ----------------- END: rightHeader internals  -----------------  */


/* ----------------- BEGIN:  rightSubHeader internals  -----------------  */

div#rightSubHeader {
/*  display: none;   temp debug   */
}


div#rightSubHdrTop {
/*    position: relative; */
    position: absolute;
/*    height: 19%; */
    height: 17%;
    width: 99.75%;
/* border-bottom: 1px solid silver; */
}


/*  ----------------------  */

div#rightSubHdrBottom {
/*    position: relative; */
    position: absolute;
top: 17.75%;

/*    height: 80%; */
    height: 76%;
    width: 100%;
    display: block;
}


div#rightSubHdrBottomLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}


/*  --------------------    */ 

div#rightSubHdrBottomRight {
    position: absolute;
    top: 0;
/*    left: 23%; */
    left: 50%;
/*    width: 77%; */
    width: 50%;
    height: 99.75%;
}

div#rightSubHdrBottomRight p {
/*	font-size: 0.875em; changed 2008-06-02 */
	font-size: 0.9em;
	line-height:  1.5;
	margin: 1%;
}


/* the following are rules for the containers of the rightSubHeader graphics */

div.rightSubHdrBottomLeftImgBox {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
}


div#rightSubHdrBottomLeft01 {
    left: 0;
}

div#rightSubHdrBottomLeft02 {
    left: 25%;
}

div#rightSubHdrBottomLeft03 {
    left: 50%;
}

div#rightSubHdrBottomLeft04 {
    left: 75%;
}

/* ----------------- END: rightSubHeader internals  -----------------  */


/*  a rare color override coded in a 'structural' module  */
div#rightNavBar {
/*    background: #E1ECFB;  light powder blue */ 
     background: #BFD9FF;   /*  medium powder blue */
}



/* ----------------- BEGIN: mainContent and internals  -----------------  */

div#mainContent {
    width: 99.5%;
/* debug */	
/*	border: 1px dashed green;  */
}


div#mainContent  p {
    margin-left: 2%;
    margin-right: 2%;
/* debug */	
/* border: 1px dashed red;  */
}

/* the following is a rule for the Hot News, to temporarily reduce space between news items
   until the items have title AND abstract */
div#hotNewsBlock  p{
	margin-top: 1.2%;
	margin-bottom:	1.2%;
}



/*  end of stylesheet file */

