/* CSS Document */

		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			padding: 0px;			
			outline: none;
			cursor: pointer;
			margin: 0px;
		}
		
		.accordion_toggle_active {
		}
		
		.accordion_content {
			overflow: hidden;  background: url(../images/Sch_bg.gif) repeat-x bottom right #FFF;
		}
			
			.accordion_content  {
				margin: 0px;
				padding: 0px;
			}
			
			.accordion_content {
				padding: 0px; margin: 0px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 0px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 0px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 222px;
			width: 30px;
			background:#979797 url(../images/Arrow_Active_Gray.gif) no-repeat top left;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #FFF; border-left: 1px solid #FFF;
			cursor: pointer;
			margin: 0px;
		}
		.horizontal_accordion_toggle:hover { background:#ff9c0a url(../images/Arrow_over.gif) no-repeat top left;
		border-right: 1px solid #FFF;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(../images/Arrow_Active_Blue.gif) no-repeat top left #0081c3;
			border-right: 1px solid #0081c3;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 220px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			
			overflow: hidden;
			color: #444444; 
			
		}
				
					
    /* Container styling*/
    #horizontal_container {
      margin: 0px; width: 730px; height: 222px;  overflow:hidden;  background: url(../images/Schbg.gif) no-repeat bottom right;
     
    }
    
    #vertical_nested_container {
      margin: 0px; width: auto; height: 0px;  
    }

/* New style added */

.brd3 {border-bottom:#0081c3 1px solid; border-top:#0081c3 1px solid; border-right:#0081c3 1px solid;}

.AccordionContent { padding:10px; height:200px; width:450px; font:11px normal Verdana, Arial, Helvetica, sans-serif ; color:#666666; overflow:hidden; }
.sch8_txt {background:#0081c3 url(../images/sch8_txt.gif) no-repeat bottom right;}

.sch8img { background: url(../images/Sch8.gif) no-repeat bottom right;}	
.sch6img { background: url(../images/Sch6.gif) no-repeat bottom right;}	
.sch5img { background: url(../images/Sch5.gif) no-repeat bottom right;}
.sch3img { background: url(../images/Sch3.gif) no-repeat bottom right;}	
.sch2img { background: url(../images/Sch2.gif) no-repeat bottom right;}	
.sch1img { background: url(../images/Sch1.gif) no-repeat bottom right;}	