﻿body {
background-color:#FFFFFF;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0px; /*--changed this from "margin:25px;" to get rid of white space at top of page--works! */
}
.bigfont {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.mainfont {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.submitbutton {
background-color:#C32F2F;
color:black;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:900;
}
.tblhdr {
background-color:black;
border-bottom:1px solid white;
color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:900;
}
.tblcolhdr {
background-color:#3B1D9B;
border-right:1px solid white;
color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:900;
}
.tblcolhdrright {
background-color:#3B1D9B;
color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:900;
}
.tblcol {
border-bottom:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.tblcolleft {
border-bottom:1px solid #C0C0C0;
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.tblcolul {
border-bottom:1px solid black;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.tblcolleftul {
border-bottom:1px solid black;
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.tblcolgrayul {
border-bottom:1px solid #404040;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
.tblcolgrayleftul {
border-bottom:1px solid #404040;
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:500;
}
/* a:link {
color:#BB2929;
text-decoration:underline;
} /*--removed to fix red underlined menu item in IE6-works!  Will need to add an inline-style to pages where I want links in red underlined style */
/* a:visited {  
color:#BB2929;
text-decoration:underline;
} /*--removed to fix red underlined menu item in IE6-works!  Will need to add an inline-style to pages where I want links in red underlined style */
a:hover {
color:#BB2929;
text-decoration:underline;
}
.wrapper
{
	text-align:center;
	width:100%;
}
.content
{
	margin: 0px auto; 
	width:780px;
	text-align:left;
}
ul.menu 
{
	list-style:none; 
	margin:0; 
	padding:0;
}
ul.menu * 
{
	margin:0; 
	padding:0;
}
ul.menu a 
{
	display:block; 
	color:#ffffff; 
	text-decoration:none;
}
ul.menu li 
{
	position:relative; 
	float:left; 
}
ul.menu ul 
{
	position:absolute; 
	top:21px; 
	left:0; 
	background:#d1d1d1; 
	display:none; 
	opacity:0; 
	list-style:none;
	top:auto; /* added to fix recess into button menu issue ... didn't work */
}
ul.menu ul li 
{
	position:relative; 
	border:2px solid #C0C0C0; 
	border-top:none; 
	width:185px; 
	margin:0;
	font-size:10px;
	font-weight:bold; /*--added this to get matching font to original design--works! */
	font-family:Arial,Helvetica,sans-serif; 
}
ul.menu ul li a 
{
    display:block;
	padding:3px 7px 5px; 
	background-color:#42229F;
}
ul.menu ul li a:hover 
{
	background-color:#FFFFFF;
	color:#42229F;
	text-decoration:none;
}
ul.menu ul ul 
{
	left:185px; 
    top:-1px; /* changed to 0px from "top:-1px;" to fix recess into button menu issue ... didn't work */
}

ul.menu .menulink 
{
	border:0px solid #aaa; 
	font-weight:bold; 
	background:url(../images/header.gif); 
	width:95px;
	height:22px;
}

ul.menu .menulink:hover, ul.menu .menuhover 
{
	background:url(../images/header_over.gif);
}

ul.menu .topline 
{
	border-top:2px solid #C0C0C0;
}

ul.menu ul.menuMargins  /*used to pad the drop down menus to try and align them under the first letter of the button*/
{
	margin-left:8px;
}

.menuMargins a  
/* IE6 hack used to make mouseover menu buttons function properly*/
/*'.menuMargins a' style the first level menu, '.subMenu a' style the second level menus.*/
{
	width:171px;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

#products_submenu
{
	margin-left:10px;
}
#request_submenu
{
	margin-left:20px;
}

#btnHome
{
	background-image:url(../images/buttons/home-off.jpg);
	width:59px;
}

#btnHome:hover
{
	background-image:url(../images/buttons/home-on.jpg);
}

#btnClasses
{
	background-image:url(../images/buttons/classes-off.jpg);
	width:118px;
}

#btnClasses:hover
{
	background-image:url(../images/buttons/classes-on.jpg);
}

#btnTransportation 
{
	background-image:url(../images/buttons/transport-off.jpg);
	width:107px;
}
#btnTransportation:hover 
{
	background-image:url(../images/buttons/transport-on.jpg);
}
#btnRegistration 
{
	background-image:url(../images/buttons/registration-off.jpg);
	width:94px;
}
#btnRegistration:hover 
{
	background-image:url(../images/buttons/registration-on.jpg);
}
#btnGeneral 
{
	background-image:url(../images/buttons/general-off.jpg);
	width:95px;
}
#btnGeneral:hover 
{
	background-image:url(../images/buttons/general-on.jpg);
}
#btnMaps 
{
	background-image:url(../images/buttons/maps-off.jpg);
	width:57px;
}
#btnMaps:hover 
{
	background-image:url(../images/buttons/maps-on.jpg);
}
#btnLinks 
{
	background-image:url(../images/buttons/links-off.jpg);
	width:57px;
}
#btnLinks:hover 
{
	background-image:url(../images/buttons/links-on.jpg);
}
#btnContact
 {
	background-image:url(../images/buttons/contact-off.jpg);
	width:88px;
}
#btnContact:hover {
	background-image:url(../images/buttons/contact-on.jpg);
}