/* Orientation */
body.gateways.parents.orientation { background:#fff none; }
body.gateways.parents.orientation #page { border-top:1px solid #ccc; }
body.gateways.parents.orientation #search { top:0; }
body.gateways.parents.orientation #subnavigation.horizontal {}
body.gateways.parents.orientation #sidebar { padding-bottom:0; }
body.gateways.parents.orientation #main {margin-top:1.5em;}
body.gateways.parents.orientation #sidebar h4 { margin:20px 0 .3em; }
body.gateways.parents.orientation #quicklinks { margin:0 0 20px 15px; }
body.gateways.parents.orientation #quicklinks li { margin-bottom:.4em; }
body.gateways.parents.orientation #sidebar .gallery { margin-bottom:0; }
body.gateways.parents.orientation #dropshadow_bottom { background-image:url(/images/common/dropshadow_bottom_white.gif); }
body.gateways.parents.orientation #footer span { color:#666; }
body.gateways.parents.orientation #main ul {margin:0 0 1.5em 10px; }
body.gateways.parents.orientation .faq_list { margin-top:2em; border-top:1px solid #666; padding:1.5em 20px 0; }
body.gateways.parents.orientation .faq_list > li { margin-bottom:1.5em !important; }
body.gateways.parents.orientation .faq_list ul { margin-left:20px; }

body.gateways.students.orientation { background:#fff none; }
body.gateways.students.orientation #page { border-top:1px solid #ccc; }
body.gateways.students.orientation #search { top:0; }
body.gateways.students.orientation #subnavigation.horizontal {}
body.gateways.students.orientation #sidebar { padding-bottom:0; }
body.gateways.students.orientation #main {margin-top:1.5em;}
body.gateways.students.orientation #sidebar h4 { margin:20px 0 .3em; }
body.gateways.students.orientation #quicklinks { margin:0 0 20px 15px; }
body.gateways.students.orientation #quicklinks li { margin-bottom:.4em; }
body.gateways.students.orientation #sidebar .gallery { margin-bottom:0; }
body.gateways.students.orientation #dropshadow_bottom { background-image:url(/images/common/dropshadow_bottom_white.gif); }
body.gateways.students.orientation #footer span { color:#666; }
body.gateways.students.orientation #main ul {margin:0 0 1.5em 10px; }
body.gateways.students.orientation .faq_list { margin-top:2em; border-top:1px solid #666; padding:1.5em 20px 0; }
body.gateways.students.orientation .faq_list > li { margin-bottom:1.5em !important; }
body.gateways.students.orientation .faq_list ul { margin-left:20px; }
	
/*  Subnavigation: regular (vertical list) and horizontal bar with dropdowns  */

ul#subnavigation { font-size:1.2em; line-height:1.1em;list-style-type:none; padding:0;}
	#subnavigation li { margin-bottom:12px; }
	#subnavigation li a { color:#00434F; }
	#subnavigation li.active a { color:#000 !important; }
	#subnavigation li ul  {  padding-left:1em; list-style-type:disc; color:#ccc; }
	#subnavigation li ul li {margin:2px 0 4px 0; }
	#subnavigation li ul li a { font-size:.8em; font-weight:normal; line-height:1.1em; }

	#subnavigation.horizontal { text-transform:none; height:2em; font-size:1.1em; background-color:#000; }
	#subnavigation.horizontal li { float:left; position:relative; overflow:visible; margin:0; }
		#subnavigation.horizontal li.selected { z-index:1500; padding-right:0; }
		#subnavigation.horizontal li a { display:block; color:#fff; line-height:2em; padding:0 1em; font-weight:bold;}
		#subnavigation.horizontal li a:hover, #subnavigation.horizontal li.selected a { background-color:#bebebe; color:#000;  }					
			#subnavigation.horizontal ul.dropdown { display:none; position:absolute; top:29px; left:0; width:200px; background-color:#ddd; border:1px solid #9e9e9e; border-width:0 1px 1px 0; font-size:.9em; list-style-type:none; color:#000; padding:0; }
				#subnavigation.horizontal ul.dropdown li { margin:0; width:100%; padding:5px 0; }
				#subnavigation.horizontal ul.dropdown .odd_row { background-color:#e9e9e9; }
				 #subnavigation.horizontal li.selected ul.dropdown li a { color:#000; background-color:transparent; padding-left:1.1em;font-size:1em; line-height:1.3em; }
	
body.gateways.parents.orientation #main { padding-right:0; }
body.gateways.parents.orientation#index .gallery { border:none; }
body.gateways.students.orientation #main { padding-right:0; }
body.gateways.students.orientation#index .gallery { border:none; }

