/* footer to bottom*/
/* commented backslash hack v2 \*/ 
html, body{height:100%;background-color:#000000;} 
/* end hack */ 
	
#header{ 
	/*position:relative;*/ 
	
	top:0; 
	left:0; 
	/*width:100%; */
	width:748px; /*if site is centered #header will need updated in JS for positioning*/
	height:103px;
	z-index:500;/*so nav appears above left side nav*/
	
	border-bottom: #000000 1px solid;
	margin-right: -15px;  /*use to get rid of hor scroll IE Mac */
	/* 	background-color:#C2178D; */
	/*overflow:hidden; color: #000000; 
	margin-bottom: -15px; */
    
	} 
#clearfooter{clear:both;height:27px;}/*needed to make room for footer*/ 
#minHeight{float:left;width:0px;height:100%;margin-bottom:-27px;} /* footer to bottom */
 /** html #minHeight{margin-bottom:-27px;} footer to bottom */
div,p {margin-top:0}/*clear top margin for mozilla*/

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/ 

#content{
	}
	
#home_content{
	padding: 0 40px 0 40px;
	}
form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/*//////////////////////////////////////////////////////////////////
drop down nav______________________________drop down nav////////////
////////////////////////////////////////////////////////////////////*/
#mainMenu {
	margin:0px;
	padding:0px;
	background:url(../images/main_images/menu.gif) repeat-x;
	height:30px;
	/*margin-left:12px; causes nav image to repeat*/
	}
	
#menuList {
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	/*background:url(../images/root_nav_bg_right.gif) no-repeat right top;*/
	}

#menuList ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	}

#mainMenu ul li{
	display: block;
	display:inline;
	list-style: none;
	}

#menuList li {
	list-style: none;
	}

a.starter {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #050531; 
	text-decoration: none;
	margin: 0px;
	padding:5px 40px 5px 4px;
	position:relative;
	line-height:15px;
	/*top:-9px;*/
	}
	
a.starter:hover, a.starter:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #003366; 
	text-decoration: none;
	margin: 0px;
	line-height:15px;
	padding:5px 40px 5px 4px;
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	display: block;
	color: #100158;
	position: absolute;
	visibility: hidden;
	width: 150px;
	}

.menu li a:hover, .menu li a:active {
	text-decoration: none;
	color: #003366;
	font-size: 11px;
	padding: 2px 2px 8px 8px;
	line-height:13px;
	text-decoration: underline;
	font-weight: bold;
	width: 150px;
}

.menu li a { /*does this permenately , .menu li a:visited*/
	font-family: Arial, Helvetica, sans-serif;
	color: #100158;
	display:block;
	/*display:inline;*/
	font-size: 11px;
	padding: 2px 2px 8px 8px;
	text-decoration: none;
	line-height:13px;
	font-weight: bold;
	width: 150px;
	/*border-left:2px solid #25167A;
	border-right:2px solid #25167A;
	letter-spacing: 1px;*/
}

/* all sub menus get same position
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 { 
	display: block;
	width: 733px;
	z-index:50;
	margin:2px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	line-height: 18px;
	left:15px;
	top:107px;
}*/
#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 
{	
	width: 137px;
	z-index:100;
	background-color:#EBE9DA;
	border-top:1px solid #25167A;
	border-left:2px solid #25167A;
	border-right:2px solid #25167A;
	border-bottom:2px solid #25167A;
}
#menu0
{
	width:100px;
}
#menu1
{
	width:150px;
}
#menu2
{
	width:195px;
}
#menu3
{
	width:100px;
}
#menu4
{
	width:195px;
}
#menu5
{
	width:150px;
}

#enriching_minds:hover{
	background:url(../images/nav_enriching_minds_over.gif); /*#25167A no-repeat right;  adding 1px after "right" will cause not to appear in net 6&7*/
	left:12px;
}
#enriching_minds{
	background:url(../images/nav_enriching_minds.gif); /* #808080 no-repeat right; */
	left:12px;
}

#advancing_healthcare:hover{
	background:url(../images/nav_advancing_healthcare_over.gif); /*no-repeat right #25167A;*/
	left:13px;
}
#advancing_healthcare{
	background:url(../images/nav_advancing_healthcare.gif); /*no-repeat right #808080;*/
	left:13px;
}

#enhancing_lives:hover{
	background:url(../images/nav_enhancing_lives_over.gif); /*no-repeat right #25167A;*/
	left:14px;
}
#enhancing_lives{
	background:url(../images/nav_enhancing_lives.gif); /*no-repeat right #808080;*/
	left:14px;
}

/*///////////////////////////////
footer____________footer____//////
//////////////////////////////////*/
#footer { 
	/*width:100%; */
	width: 748px; /*to cetner*/
	/*margin: 0 auto; to center*/
	clear:both; 
	height:25px; /* footer to bottom */
	border-top:1px solid #000; 
	border-bottom:1px solid #000; /* footer to bottom */
	background-color:#000000;
	
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	line-height:23px;
	text-align:center;
	} 
* html #footer {/*only ie gets this style*/ 
	\height:27px;/* for ie5 */ 
	he\ight:25px;/* for ie6 */ 
	}
/*///////////////////////////////
atach image to footer trick
//////////////////////////////////*/
.ap-test {
	position: absolute;
	top: -88px;
	width: 145px;
	height: 88px;
}

/* \*/
* html .ap-test {
	top: -89px;
	t\op: -90px;
}
/* */

.ap-left {left: 0;}
