/* @override http://newchurches.cpmpreview1.com/css/tutorial.css */

#tutorial #mainContent h2 { width:80%;  }
#primaryContent { position:relative; }

/*----- DIRECTIONAL ARROWS -----*/
#top-directions 			{ position:absolute; top:2px; right:0; margin:0; padding:0; list-style:none; }
#top-directions li,
#bottom-directions li 	{ float:left; }
#top-directions li span { float:left; margin:10px 5px; }
#top-directions li a 	{ display:block; float:left; font-size:0.9em; color:#d07b22; margin-top:1em;}
#top-directions li.prev a,
#bottom-directions li.prev a { display:block; background:url(/images/prev.gif) no-repeat;  width:87px; height:27px; text-indent:-999em; margin:0 0 0 10px;  }
#top-directions li.next a,
#bottom-directions li.next a { display:block; background:url(/images/next.gif) no-repeat; width:65px; height:27px; text-indent:-999em; margin-top:0;}

#bottom-directions 		{ background:url(/images/dotted_bg.gif) repeat-x left 10px; clear:both; padding-top:1em;}
#bottom-directions ul 	{ margin:0 auto; padding:10px 0 0; list-style:none; width:160px; }
#bottom-directions li.prev a { margin:0; }
