@charset "utf-8";
/*********************************************
CSS Document - Style for Printing
HANDS in Autism Program
Christian Sarkine Autism Treatment Center
Indiana University, Department of Psychiatry

Created by Heather Coates
Property of Indiana University
Last Revised: 11/03/09

Color Scheme:
Background colors
	main background: #7F895F (medium sage)
	wrapper background: #F8FAEC (off-white)
	header background: #535B37 (dark green)
	sidebar2 background: #C2C494 (light sage)
	mainNav background: #C2C494 (light sage)
	secondaryNav background: #7F895F (medium sage)
	button hover background: #68342F (wine)
	
Text colors
	h1: #F8FAEC (off-white)
	mainNav, secondaryNav, p: #353535 (dark grey)
	h2: #68342F (wine)
	h3, h4: #000000 (black)
	
*********************************************/

body {
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	margin: 0;
}

#wrapper { /* encloses all divs for this design and provides the off-white background */
	background: transparent;
	width: 800px;
}

	#pageHeader {  /* this div style encompasses the HANDS in Autism header */
		background: transparent;
		color: black;
		text-align: center;
	}
	
	#mainNav {  /* this div style encompasses the main navigation menu, which includes the About Us, News, Events, Information, Kids Corner, Training, Research, Site Map */
		width: 800px;
		background: transparent;
		border: 0;
		color: black;
	}
	
	#container1 {  
		position: relative;
		left: -160px;
	}
	
		#sidebarL {  /* this will hold the secondary navigation menu -- MAY NEED TO CREATE AN IE VERSION OF THIS SECTION TO FIX DISAPPEARING NAVMENU*/
			width: 0;
		}
		
	#mainContent.simple {  /* this layout for the mainContent div is the default for most pages */
		width: 600px;
		font: 13px Arial, Helvetica, sans-serif;
		color: black;
		background: transparent;
		border: 0;
	}

		#mainContent.simple a {  /* this layout for the mainContent div is the default for most pages */
			text-decoration: underline; 
		}

	#mainContent.opac {  /* this layout for the mainContent div is used for creating the OPAC-like layout of elements for the info.html page */
		width: 600px;
		font: 13px Arial, Helvetica, sans-serif;
		color: black;
		background: transparent;
		border: 0;
	}

		#mainContent.opac a {  /* this layout for the mainContent div is the default for most pages */
			text-decoration: underline; 
		}

	#sidebarR {  /* this will hold the media and highlights for each page */
		display: none;
		width: 0;
	}
	

	#footer { 
		clear: both;
		font: 10px Arial, Helvetica, sans-serif;
		background: transparent;
		color: black;
	}
		
		#footer a {
			text-decoration: underline; 	
			color: black;
		}
	
/* begin non-section styling */	
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: 900;
	background: transparent;
	color: black;
}

	h1#subtitle {
		font: 16px Arial, Helvetica, sans-serif; 
		font-weight: 800;
	}

h2 {
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight: 700;
	background: transparent;
	color: black;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif; 
	font-weight: 600;
	color: black; 
	background: transparent;
	border-top: thin solid #000000; 
	border-bottom: thin solid #353535; 
}

h4 {
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight: 600;
	color: black; 
	background: transparent;
	text-align: left;
	border-bottom: thin solid #000000;
}

p { color: black; font: 13px Arial, Helvetica, sans-serif; }

ul.basic {  /* used to control the layout of the people page and sitemap */
	list-style-type: none;
}

ul.sitemap {  /* used to control the layout of the people page and sitemap */
	font: 13px;
	list-style-type: none;
}

img {
	display: none;
}


/* The mainNav list creates the horizontal navigation bar located on top of the two-column layout created for the page within the wrapper div. */	
ul#mainNav {
	font: 14px Arial, Helvetica, sans-serif;
	background: transparent;
	color: black;
	list-style-type: none;
}

	ul#mainNav a {
		text-decoration: underline;
	}
		
	
/* accessibility list with links to other formats -- currently only plain text and PDf, but will add audio files for some content; this style is not used for forms (i.e., hands-form.css) */
ul#accessible {
	display: none;
}

/* Secondary vertical navigation bar located in the left sidebar - to assist navigating through main sections */	
ul#secondaryNav {
	display: none;
}


/* Tertiary horizontal navigation bar located on top of two columns - used for wbt content */	
ul#tertiaryNav {
	display: none;
}

