@charset "UTF-8";
/* CSS Document */

/* code from flyout_2.css */

/* http://www.duoh.com/csstutorials/cssverticalmenu/final/menu.css */



 [if IE]>
  <style type="text/css">
   body {behavior: url(csshover.htc);}
  </style>
 <![endif]
 

body {
	behavior:url("csshover.htc");
	/*padding: 10px; */
}
	
* {
	font: normal Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}
.tbl_centertxt {
	text-align: center;
}
.td_header {
	font-weight: normal;
	color: #FFF;
	background-color: #339;
	text-align: center;
}
.middle_center {
	text-align: center;
	vertical-align: middle;
}
.tbl_centertxt .td_header a:link {
	color: #FFF;
	text-decoration: none;
}
.tbl_centertxt .td_header a:visited {
	color: #6CF;
	text-decoration: none;
}
.tbl_centertxt .td_header a:hover {
	color: #363297;
	text-decoration: none;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone {
	padding-left: 20px;
	border: thin solid #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #000;
}
.motto {
	text-align: center;
	font-style: italic;
}
.envelope {
	width: 1024px;
}

.topheader {
	background-image: url(../images/blue_Gradient.gif);
	height: 225px;
	background-repeat: repeat-x;
	width: 1024px;
}
.navback {
	background-image: url(../images/redbar.gif);
	background-repeat: repeat-x;
	background-color: #900;
	height: 36px;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	height: 36px;
	vertical-align: middle;
}
.topnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.toplogo {
	width: 1024px;
	padding-bottom: 10px;
}
.td_buttonvalign {
	vertical-align: bottom;
}
.header_separator {
}
.footer {
	background-image: url(../images/footerband.jpg);
	text-align: center;
	vertical-align: middle;
	height: 200px;
	color: #FFF;
	font-size: 10px;
	padding: 0;
	clear: both;
	width: 1024px;
}
.movebody {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
}
.footer a:link {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
}

.sidepanel {
	background-image: none;
	background-repeat: repeat-y;
	padding: 4px;
	height: 800px;
	width: 200px;
	color: #FFF;
	float: left;
}
.mainpanel {
	padding: 0px;
	width: 800px;
	margin: 4px;
	right: 0px;
	top: 0px;
	float: right;
	height: 800px;
	text-indent:2em;
	text-align:justify;
}


#mainpanelleft {
	width:575px;
	height:800px;
	padding:6px;
}

#mainpanelright {
	float:right;
	width:200px;
	height:792px;
	padding:6px;
	text-indent: 0em;
	text-align:center;
	background-color:#EEE;
}

ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	width: 200px;
	background: #fff;
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 2px 0 4px 15px;
	background-color: #EFEFEF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}	

li.folder:hover {
	z-index: 10;
	background-color:#006;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 5px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 200px;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

a.btnlink {
	text-decoration: none;
}

li>a { 
	width: auto;
}

li a.submenu {
	background-color: #EEE;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
}

li a.submenu:hover {
	background-color:#006;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
}

li.explain { 
	font: bold 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #DCEAF9;
	border-bottom: 1px solid #FFFFFF;
	color: #6699CC;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;	
}


/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #666;	
}

a:hover {
	color: #6CF;	
}

#menu {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    width: 150px;
}

#link {
    font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}
.topnav a:visited {
	color: #FFF;
	text-decoration: none;
}

.topnav a:hover {
	color: #FFF;
	text-decoration:underline;
}


.topheaderphoto {
	background-image: url(../images/schoolBus_full.png);
	height: 225px;
	background-repeat: no-repeat;
	width: 555px;
	float: right;
	margin-top: -36px;
	z-index: 1000;
}
.lefttext {
	float: left;
	width: 400px;
	vertical-align: bottom;
	padding-top: 50px;
	text-align: center;
}
.addressblock {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #331A5E;
	background-image: url(../images/purpleHoriz.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.InventoryButton a:link {
	width:185px;
	padding-left:16px;
	padding-top:5px;
	padding-bottom:6px;
	display:block;
	background-color:#900;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	}


.InventoryButton a:hover {
	
	padding-left:16px;
	padding-top:5px;
	padding-bottom:6px;
	display:block;
	background-color:#006;
	color:#FFF;
	}





/*INFORMATION page - request form */

.infotable {
	border-left:1px solid #111111;
	border-right-style:none;
	border-right-width:medium;
	border-top-style:none;
	border-top-width:medium;
	border-bottom-style:solid;
	border-bottom-width:1;
}


/* LOCATION page */

 #location {
	width:760px;
	height:670px;
	margin-left:210px;
	margin-top:6px;
	margin-bottom:6px;
	text-align:center;
}

#location a:link {
color:#09F
}

#location a:hover {
color:#0C0;
text-decoration:underline;
}

/* PARTS page */

.partsmainpanel {
	background-repeat:no-repeat;
	background-position:100px -100px;
	padding: 0px;
	width: 800px;
	margin:4px;
	right: 0px;
	top: 0px;
	float: right;
	height: 800px;
	text-indent:2em;
	text-align:justify;
	background-image: url(../images/Parts%20page/parts-fade-page-back.jpg);
}

.partsmainpanel h3 {
	text-indent:0px;
}


.partsub1 {
	width: 400px;
	text-align:justify;
	margin-left:-10;
	
}

.partsupply {
    width: 120px;
	text-indent:0px;
	text-align:left;
}

