/*
****************************************************
** File Name: fltc.css
** Author: Steve Davies
** Create Date: 7/1/2005
**
** Desc: common to all FLTC pages and documents
****************************************************
** Change Log:
**
** 2009-02-27  S. Davies:  took the content out of the span in div#rightHeader02, 
**                      and put it in its own positioned container ("#rightHeader03").
**                            
** 2009-04-29  S. Davies:  for div#rightHeader02, added the factored-up rules of
**                      "vertical-align: top", "width: auto", "text-align: left", and 
**                      "padding-left: 2%".
**
**
**  YYYY-MM-DD X. XXXXX: xxxxxxxxxxxxxxxxxxxxxxxxx
**
****************************************************
**  begin style sheet file
*/




/************ Left upper Nav "ordering" ***********************/

div#sbLeftUpperNavNYAHSA {
    top: 1%; /* for FLTC, this will be listed first */
}

div#sbLeftUpperNavServices {
    top: 47%;  /*  for FLTC, this will be listed second */
/* display: block !important; */
}

div#sbLeftUpperNavADHCC {
    top: 77%; /* for FLTC, this will be listed third */
}



/*  ********************** RIGHT SIDE ************************  */

/*  ***** right banner styles for FLTC ******  */

div#rightHeader {
	font-family: "Times New Roman", Times, serif;
}


/*  --  internals  --*/

div#rightHeader02 {
    position: absolute;
	font-size: 5em;
	font-style: italic;

    /* 2009-04-29 : (begin) added after factoring */
    vertical-align: top; 
    width: auto;
    text-align: left;
	padding-left: 2%;
    /* 2009-04-29 : (end) added after factoring */
}


/* 2009-03-02 : created */
div#rightHeader03 {
   position: absolute;
   width: 50%;
   padding-left: 1%; 
   font-size: 2em;
}


/*************** right Nav Menu - overrides and extensions for FLTC ***************************/


/********** Nav Button #1 **********************/

div#navBarMenuDDdynBox1 {
	left: 15%;
/*	
border-left: 1px solid silver;
	border-right: 1px solid silver;
	border: 1px solid gray;
*/
}


/********** Nav Button #2 *************************/

div#navBarMenuDDdynBox2 {
	left: 60%;
/*	
border-left: 1px solid silver;
	border-right: 1px solid silver;
	border: 1px solid gray;
*/
}



/*  end of stylesheet file */
