/* Main Navigation */
#main-nav {list-style:none; margin:0; padding:0; height:34px;}
#main-nav li {display:inline-block; margin:0; padding:0; float:left;}
#main-nav li a {display:inline-block; background:url('/images/nav-sprite.png') no-repeat; text-indent:-9999px; padding:0; height:34px;}

#main-nav.ket li a {background:url('/images/nav-sprite-ket.png') no-repeat;} 
#main-nav.pet li a {background:url('/images/nav-sprite-pet.png') no-repeat;} 
#main-nav.fce li a {background:url('/images/nav-sprite-fce.png') no-repeat;} 

#main-nav #home a {width:130px;}
#main-nav #about-target a {width:156px; background-position:-130px 0;}
#main-nav #teachers-area a {width:156px; background-position:-286px 0;}
	#main-nav.pet #teachers-area a {width:163px; background-position:-286px 0;}
#main-nav #students-area a {width:156px; background-position:-442px 0;}
	#main-nav.pet #students-area a {width:163px; background-position:-449px 0;}
#main-nav #home a:hover, #main-nav #home.selected a {background-position:0px -36px;}
#main-nav #about-target a:hover, #main-nav #about-target.selected a {background-position:-130px -36px;}
#main-nav #teachers-area a:hover, #main-nav #teachers-area.selected a {background-position:-286px -36px;}
#main-nav #students-area a:hover, #main-nav #students-area.selected a {background-position:-442px -36px;}
	#main-nav.pet #students-area a:hover, #main-nav.pet #students-area.selected a {background-position:-449px -36px;}
	
	
	
/*
	Accordian Styling
*/	

#accordian {}
#accordian .container {padding:0 0 20px}
#accordian .container a { background:url('/images/togglerch.gif') no-repeat right center; display:block; border:1px solid #D31145; color:#D31145; font-size:14px; font-weight:bold; line-height:30px; padding:0 0 0 20px}
#accordian .container a.panel-open { background:url('/images/toggleroh.gif') no-repeat right center; }
#accordian .container a:hover {text-decoration:underline; border-color:#FFE250 } 
#accordian .container div {background:#EFEFEF; padding:20px; font-size:14px;}
#accordian .container div ul {padding:10px; margin:0; list-style:none;}
#accordian .container div ul li {padding:0 0 12px 15px; background:url('/images/bullet_peq_pet.gif') no-repeat 0 3px;}
#accordian .container div ul li p {padding:0;}

#accordian.pet-style a { background:url('/images/togglerch.gif') no-repeat right center;  border:1px solid #D31145; color:#D31145; }	
#accordian.pet-style a.panel-open {background:url('/images/toggleroh.gif') no-repeat right center; }	
#accordian.pet-style a:hover { border-color:#FFE250}
#accordian.pet-style .container div ul li {background:url('/images/bullet_peq_pet.gif') no-repeat 0 3px;}

#accordian.ket-style a { background:url('/images/togglerch_ket.gif') no-repeat right center;  border:1px solid #00A9A7; color:#00A9A7; }	
#accordian.ket-style a.panel-open {background:url('/images/toggleroh_ket.gif') no-repeat right center; }	
#accordian.ket-style a:hover { border-color:#FFE250}
#accordian.ket-style .container div ul li {background:url('/images/bullet_peq.gif') no-repeat 0 3px;}

#accordian.fce-style a { background:url('/images/togglerch_fce.gif') no-repeat right center;  border:1px solid #40993C; color:#40993C; }	
#accordian.fce-style a.panel-open {background:url('/images/toggleroh_fce.gif') no-repeat right center; }	
#accordian.fce-style a:hover { border-color:#FFE250}
#accordian.fce-style .container div ul li {background:url('/images/bullet_peq_fce.gif') no-repeat 0 3px;}
	
	
	
/*
#top-strap .top-strap-default {}
#top-strap .top-strap-students-area, #top-strap .top-strap-teachers-area {display:none; margin:0 0 0 65px;}

table {border:0px; border-spacing:0px; font-family:"Verdana"; font-size:14px; font-weight:bold; color:#fff; text-align:center; width:725px;}
table tr {height:45px;}
table .header-column td.no-bg {border:none; background:#fff;}
table .header-column {background:#40abd5;}
table .header-column td {border-top:#31598b solid 1px; border-left:#31598b solid 1px;}
table .header-row {background:#40abd5; border-top:#31598b solid 1px; border-left:#31598b solid 1px; text-align:left; padding-left:10px; width:127px;}
table .standard-row {border-top:#31598b solid 1px; border-left:#31598b solid 1px; width:217px;}
table .audio-row {border-top:#31598b solid 1px; border-left:#31598b solid 1px; border-right:#31598b solid 1px;}
table .header-row-bottom {background:#40abd5; border-left:#31598b solid 1px; border-top:#31598b solid 1px; border-bottom:#31598b solid 1px; text-align:left; padding-left:10px;}
table .standard-row-bottom {border-bottom:#31598b solid 1px; width:200px; border-top:#31598b solid 1px; width:200px; border-left:#31598b solid 1px; width:200px;}
table .audio-row-bottom {border:#31598b solid 1px;}
table .standard-row img, table .standard-row-bottom img {margin-top:10px;}*/