/*
****************************************************************************
*** File Name: lac.css
*** Author: Steve Davies
*** Create Date: 8/31/2007
*** Desc: styles common to all Legislative Action Center pages
***
****************************************************************************
*** 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 X XXXXX xxxxxxxxxxxxxxxxxxxxxxxxx
***
****************************************************************************
**  begin style sheet file
*/


/*   ------  general styles redundant to those found in global.css   -------   */

.singleLine { white-space: nowrap;}

.decimalAlign { text-align:right; padding: 0 0.25em}

table.hdrVAlignBottom tr th { vertical-align:bottom; }

.vAlignBottom { vertical-align:bottom; }


/*   ------  more general styles   -------   */

div.leftColumn {
    float: left;
    width: 50%;
    height: auto;  /*  the default */
}


div.rightColumn {
    float: right;
    width: 50%;
    height: auto;  /*  the default */
}



/* ---------------- 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;
}


/*  ---------------- END - sbLeftUpperNav internals  ----------------  */



/*    ----------------------------------------- RIGHT SIDE  --------------------------------------   */

div#rightHeader {
	font-family: "Microsoft Sans Serif", Arial, Verdana, Geneva, Helvetica,  sans-serif ;
	font-style: normal;
}


/*  ------------  right banner styles for LAC, derived from N-Org  ------------  */
div#rightHeaderImage {
/*	this could also be deployed in vert_layout_nyahsa-org ? */
    float: left;
    padding: 0.2em 0 0 0;
    height: 92%; 
	width: 9.6%;
	display: none;
}


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  */
    top: 0;
	left: 3%; /*  10/10/2007 temp amend  until acronym determined   right: 0; */

    height: 98.5%; 
	width: 67%;

    /*	 font info is more germaine to this type of module  */
	font-family: inherit;

/*	font-size: 1.7em;	 */
	font-size: 3em;	
}


div#rightHeaderBizName p {
    position: absolute;
    right: 0;
    bottom: 18%;
    margin: 0;
}



/*   ************** right Nav Menu - overrides and extensions  **************************   */

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; 
}



/*   ********* begin: 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%;
}

/*   ********* End:  ID's for Nav MenuBar item  ************************   */


/*  ********* 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 */

