/*
****************************************************
*** File Name: nyahsa-org.css
*** Author: Steve Davies
*** Create Date: 6/9/2005
*** Desc: specific to all NYAHSA.ORG pages and documents,
*** derived from adhcc.css.
***
*** Change Log:
***
***  2007- 11-05 S.Davies: Renamed the "navBarMenuDDdynPublicationsData" DIV 
***                      to "navBarMenuDDdynPressCenter" to reflect its departure from 
***                      the ADHCC version from which is was derived.
***
*** 2008-05-16 S. Davies: for div.menu, increased the line-height: 1.5,
***                    to accomodate the 'service mark' superscript, in hover state, for IE7.
***
*** 2010-03-31 S. Davies: override for "Menu" item container with ID of "div#menuDDdynBox1Level1"
***                     to accomondate the increase due to the consolidation of the visitor and Member items.
***
***  YYYY-MM-DD XXXXXX xxxxxxxxxxxxxxxxxxxxxxxxx
***
****************************************************
**  begin style sheet file
*/


/*   ------  general styles, potentially redundant (or overrides!) to those found in the "global" CSS modules   -------   */


.serifFont { font-family: "Times New Roman", Times, serif; }

.singleLine { white-space: nowrap;}

.decimalAlign { text-align:right; padding: 0 0.25em}

table.hdrVAlignBottom tr th { vertical-align:bottom; }

.vAlignBottom { vertical-align:bottom; }


/*  --- promoted to global.css on 8/31/2007

div img.fillContainer
,  p img.fillContainer { 
      width: 100%; 
	  height: 100%;
}
*/


/*  --- this general selector could be deployed in the "global" CSS modules  ----   */

table img { width: auto; height: auto; }


/* ---------------- BEGIN - sbLeftUpperNav internals  ----------------  */


/* --------  redefine the class for left Upper Nav  DIVs, in order to remove the need for any ID selectors ---------- */

div.leftUpperNav {
    position: relative;
    top: auto;
    left: auto;
    width: auto; 
    height: auto;
    padding-left: 1em;
/*    padding-bottom: 0.7em;  5/3//2007 - when all four links are needed, use this*/
    padding-bottom: 1em;

}


/*  ---------------- END - sbLeftUpperNav internals  ----------------  */

/*    ----------------------------- END: LEFT SIDE  -------------------------   */


/*    ----------------------------- BEGIN: RIGHT SIDE  -------------------------   */

/*  ------------  right banner styles for N-Org  ------------  */
div#rightHeaderImage {
/*	this could also be deployed in vert_layout_nyahsa-org ? */
    float: left;
    padding: 0.2em 0 0 15px;
    height: 92%; 
	width: 45%;
}



div#rightHeaderAcronym {
   position: absolute; /*  due to IE bug, can't use float for descender overhang */
/*   left: 23%;  prev 5/18/07  */
/*   left: 60%;  prev 5/30/07  */
/*   left: 2.5%; */
/*   left: 10%; */
   left: 8%;
   bottom: 0;  /* allow the Top offset to be auto-calculated (with this large a font-size, should force Top into a negative number */   

/*	 default font properties are particularly germaine to this type of module  */

/*	font-family: "Microsoft Sans Serif", Arial, Verdana, Geneva, Helvetica,  sans-serif ; */
    font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 5em; 
	font-style: italic;
   /*	font-weight: bold;  was used for Times font */
    padding: 0 0.25em 0 0.25em;
}



div#rightHeaderBizName {
/*	this could also be deployed in vert_layout_adhcc */
/*	 5/30/07 - this is now serving as a container for a positioned paragraph */
    position:absolute;  /*   float: left; prev 5/30/07  */
    right: 0;
	overflow: visible;

/*   prev 5/31/07
    height: 80%; 
	width: 40%;
*/

    height: 98.5%; 
	width: 67%;

    /*	 font info is more germaine to this type of module  */

    /*	font-family: inherit; */
    font-family: Arial, Verdana, Geneva, Helvetica,  sans-serif ; 
	font-size: 1.7em;	
	font-style: normal;
/*	font-weight: bold; */

/* text-align: center;  this WOULD have an effect on a child span, but not what is desired */
}


div#rightHeaderBizName p {
    position: absolute;
    right: 0;
    bottom: 18%;
    margin: 0;
}



/*  ************** BEGIN: right Nav Menu  for N-Org **************************  */

div.menuBar {
	top:15%; 
}


div.menuBar a.menuButton {
    padding-right: 1em;
}


div.menu {
	width: 125%;
    line-height: 1.5; /* 2008-05-16 S. Davies - to accomodate the 'service mark' superscript */
    padding-bottom: 1em; 
}



/*  ********* ID's for nav "MenuBar" items  ************************  */

div#navBarMenuDDdynBox1 {
	left: 2%;
    width: 23%;
}


div#navBarMenuDDdynEducation {
	left: 27%;
    width: 23%;
}


div#navBarMenuDDdynProductsServices {
	left: 52%;
    width: 24%;
}


div#navBarMenuDDdynPressCenter {
	left: 77%;
}


/*  ********* override: ID's for "Menu" items  ************************  */

div#menuDDdynBox1Level1 {
    padding-top: 0.25em; 
    padding-bottom: 0.5em; 
    line-height: 1.3; 
}



/*  ************** END: right Nav Menu  for N-Org **************************  */


/*  end of stylesheet file */

