
/* homepage styles */

	#divHmTop10 { margin-bottom:17px;padding-top:20px;height:275px;
	position:relative;
	border-bottom:1px solid #d0d6d5; }
		
		#divHmTop10 #divModTop10 { position:absolute;top:19px;right:27px;z-index:50; }
	
	#divHmTiles { height:185px; }
	#divHmTiles ul { padding:0 0 0 25px;
	float:left; }
	#divHmTiles ul li.liTop { width:278px;margin-right:15px;padding-bottom:20px;
	float:left;border:1px solid #d0d6d5;
	background:#f5f9f9 url(/images/home/bg_tiles.jpg) repeat-x 0 54px; }
	#divHmTiles ul li p { margin:0 8px;height:55px;
	font-size:.8em; }
		#divHmTiles ul li ul { margin:0 0 0 8px;padding:0; }
		#divHmTiles ul li ul li { margin-right:7px;padding-right:7px;border-right:1px solid #669900;
		float:left;font-size:.8em; }
	#divHmTiles ul li h2 { width:278px;height:54px;margin-bottom:14px; }
	
	#divHmTiles ul li h2 a { width:278px;height:54px;text-indent:-9999px;display:block;background:url(/images/home/sprite_career_college_military.jpg) no-repeat; }
		#divHmTiles ul li #h2Career a { background-position:left top; }
			#divHmTiles ul li #h2Career a:hover { background-position:left bottom; }
		#divHmTiles ul li #h2College a { background-position:center top; }
			#divHmTiles ul li #h2College a:hover { background-position:center bottom; }
		#divHmTiles ul li #h2Military a { background-position:right top; }
			#divHmTiles ul li #h2Military a:hover { background-position:right bottom; }
			
			
			

/* fader div */

#slideshow { width:920px;height:276px;z-index:1;
position:absolute;top:19px;left:0; }
#slideshow img { padding:0;background-color: #eee; }

#fadeNav { z-index:100;width:200px;height:19px;
position:absolute;top:277px;left:360px; }

#fadeNav a { width:21px;height:17px;margin-right:4px;
border:1px solid #99a7b1;
display:block;float:left;
text-indent:-9999px; }
	#divHmTop10 div#fadeNav a#fadenav_1 { width:21px;height:17px;background:url(/images/home/one.gif) no-repeat top left; }
	#divHmTop10 div#fadeNav a#fadenav_2 { width:21px;height:17px;background:url(/images/home/two.gif) no-repeat top left; }
	#divHmTop10 div#fadeNav a#fadenav_3 { width:21px;height:17px;background:url(/images/home/three.gif) no-repeat top left; }
	#divHmTop10 div#fadeNav a#fadenav_4 { width:21px;height:17px;background:url(/images/home/four.gif) no-repeat top left; }

#fadeNav a.activeSlide { background-position:0px -17px !important; }
#aPause { width:21px;height:17px;
position:absolute;top:277px;left:468px;z-index:101;
border:1px solid #99a7b1;
display:block;text-indent:-9999px;
background:url(/images/home/pause.gif) no-repeat top left; }
#aPause:focus { -moz-outline: none; }
	
		
