/*
****************************************************
** File Name: services.css
** Author: Steve Davies and K. Webb
** Create Date: 4/1/2005
** Desc: common to all NYAHSA Services pages and documents
**Change Log:
**
****************************************************
**  begin style sheet file
*/


/************ Left Upper Nav "ordering" ***********************/

div#sbLeftUpperNavNYAHSA {
    top: 1%; /*  for Services, this will be listed first */
}

div#sbLeftUpperNavFLTC {
    top: 47%;  /*  this will be listed second */
}

div#sbLeftUpperNavADHCC {
    top: 77%; /*  this will be listed third */
}



/*********************** RIGHT SIDE *************************/

/****** right banner styles for Services *******/
div#rightHeader01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.9em;
	line-height: 1;
}

div#rightHeader01 span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: .6em;
}



/************** right Nav Menu - overrides and extensions  for Services ***************************/


/********** rightMenu Nav Button #1**********************/

div#navBarMenuDDdynBox1 {
	left: 2%;
    width: 21%;	
}



/*  ********* rightMenu Nav Button #2 ************************  */

div#navBarMenuDDdynBox2 {
	left: 25%;
    width: 23%;	
}


/*   ********* rightMenu Nav Button #3 ************************  */

div#navBarMenuDDdynBox3 {
	left: 50%;
    width: 22%;	
}


/*   ********* rightMenu Nav Button #4 ************************  */

div#navBarMenuDDdynBox4 {
	left: 75%;
}


/********** rightMenu Nav Button #4  descendants ******************/
div#menuDDdynBox4Level1 {
/* override the class */
    left: -25%;
    /*text-align: center;*/
}


div#menuDDdynBox4Level1 a.menuItem {
    width: 90%;
}


/******** under construction ***************************/

/*
div#menuDDdynBox1Level1Link4 {
    position: relative;
	overflow: visible;
	background-color: transparent;
}

div#menuDDdynBox1Level2 {
	position: absolute;
	z-index: 1;
	top: 2%;
	left: 50%;
	width: 100%;
	border: 1px solid silver;
	visibility: visible;
	display: none;
    background-color: #6CC;
	text-align: left;
}
*/



/*  end of stylesheet file */

