/********************************************
   
   Adapted Layout and
   Revisions:        Sally Ganley
                     ACCESS for Education Foundation
                     added vertical expanding menu
                     
   file name: print.css  
                           	
 *******************************************/
  
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #FFFFFF;
	font-size: 11 pt;
}

/* links */
a, a:visited {
	text-decoration: none;
    font-family: Sans-serif;
    font-size: 11 pt;
    font-weight: Bold; 
	color: #000000; 
	background: #FFFFFF;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 12 pt;	
}
h2 {
	font-size: 12 pt;
	text-transform: uppercase;
	color: #000000;
}
h3 {
	font-size: 12 pt;
	color: #000000; 
}
h4 {
	font-size: 11 pt;
	color: #000000; 
}
/* images */
/* images */
img {
	border: 0px solid #000000;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
h1, h2, p {
	padding: 0 px;		
	margin: 8 px;
}
h3, p {
    padding: 0 px;		
	margin: 8 px;
}
h4, p {
	padding: 0px;		
	margin: 8 px;
}
/*MARGIN first number is space beween bulleted lines and second is indent from the left*/
ul, ol {
    margin: 8px 20px; 
	padding: 0 20px;
	color: #000000;	
}
ul span, ol span {
    color: #000000;
    font-weight: normal; 
}
/* form elements */
form {
	display: none; 
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: auto;
	background: #FFFFFF;
	margin: 8px;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: auto;
	padding: 0; 
	margin: 8px;
}
#header {
	width: auto;
	position: relative;
	height: 106px;
	background: #FFFFFF;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	/* for letter "A" in ACCESS*/
    position: absolute;
	margin: 8 px; padding: 0;
	font: bolder 3.8em 'Georgia';
	letter-spacing: 2.5px;
	color: #cccccc;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 40px;	
}
#header h2#slogan {
	position: absolute;
	margin: 8 px; padding: 0;
	font: normal 1.6em 'Georgia';
    letter-spacing: 1px;
	text-transform: none;
	color: #cccccc;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 78px; left: 40px;		
}
#header h3#logo-texte {
	/* for letters "CCESS" in ACCESS*/
    position: absolute;
	margin: 8 px; padding: 0;
	font: bolder 3.0em 'Georgia';
	letter-spacing: 2.5px;
	color: #cccccc;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 35px; left: 80px;	
}
/* Menu - top, below search */
#menu {
	display: none;
}

/* Main Column */
#main {
	float: none;
	width: auto;
	padding: 0; margin: 8 px;
    overflow: none;
}
#main h1 {
	margin-top: 10px;
	font-family: Sans-serif;
    font-size: 14 px;
    font-weight: bold;
	color: #000000;
	/* PADDING distance from top, distance from left, distance from bottom, distance from right  */
    padding: 0 px; 	
	border-bottom: 1px solid #000000;
	background: #ffffff;	
}
#hidden { 
    display: block;
}
/* FAQ page and bulleted list */	
/*header for FAQs page  */
#faq {
	float: none;
	width: auto;
	padding: 0; margin: 8 px0;
    overflow: none;
}
#faq h4 {
	margin-top: 8px;
	font: 12 pt;
	color: #000000;
	/* PADDING distance from top, distance from left, distance from bottom, distance from right  */
    padding: 0px; 	
}
#faq p {
    font: 10 pt;
	border-bottom: 1px solid #000000;
    padding: 0 px; 
}
/*MARGIN first number is space beween bulleted lines for ul and second is indent from the left*/
#faq ul, ol {
    margin: 8px; 
	padding: 0 px;
	color: #000000;	
}
#faq ul span, ol span {
    color: #000000;
    font-weight: normal; 
}
#faq ul.list {
    margin: 3px 0 3px 0; 
	padding: 8px 0 8px 25px;
	text-decoration: none;
	color: #000000;
}
/* last number of padding - how far to right text starts for questions  */
#faq ul.list li {
	border-bottom: 1px solid #000000;
	padding: 8px 0 8px 0px;
	margin: 0 5px;
}    	


/* Sidebar 
using vertical expanding java script menu for sidemenu-submenu*/	
#sidebar {
	display: none;	
}	

/* Footer */	
#footer {
	display: none;
}



