body {
	background:#E9ECF0 url("images/bgTileblu.gif") repeat-x;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.menu:hover {
	color: #F26262;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.main {
	margin-right: 4px;
	margin-left: 7px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #404076;
	font-weight: bold;
	margin-left: 0px;
}
.leftmenu {
	font-size: 90%;
	font-weight: bold;
	color: #003399;
}
.download {
	font-size: 9pt;
	color: #FFFFFF;
}
.leftmenu:hover {

	font-size: 90%;
	font-weight: bold;
	color: #CC3333;
}
.footer {
	font-size: 9pt;
	color: #FFFFFF;
}
/*dropdown menu*/
#dropdownMenu ul {
	margin:0;
	padding:0;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
	font-family:'Verdana','Tahoma','Arial';
	background-color:#727272;
}
#dropdownMenu li {
	float:left;
	height:20px;
	line-height:20px;
	position:relative;
	list-style-type:none;
	list-style-image:none;
	border-left:solid 1px #000000;
	z-index:100;
	width:92px;
}
#dropdownMenu #ddSales {
	border-left:none;
}
#dropdownMenu li a.nav-main-link {
	display:block;
	background-color:#727272;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	font-size:10pt;
	text-align:center;
	text-decoration:none;
}
#dropdownMenu li a.nav-main-link:hover {
	color:#000000;
	background-color:#D7D8D8;
}
#dropdownMenu .submenu {
	position:absolute;
	z-index:100;
	width:129px;
	height:0px;
	overflow:hidden;
	top:21px;
}
#dropdownMenu .submenu ul {
	border-top:solid 1px #ffffff;
	position:absolute;
	bottom:0px;
	border:none;
}
#dropdownMenu .submenu li {
	float:none;
	width:129px;
	height:auto;
	display:block;
	border-left:none;
}
#dropdownMenu .submenu li a {
	display:block;
	border-bottom:solid 1px #ffffff;
	font-family:'Verdana','Tahoma','Arial';
	height:20px;
	line-height:20px;
	text-indent:10px;
	color:#ffffff;
	text-decoration:none;
	background-color:#727272;
}
#dropdownMenu .submenu li a:hover {
	color:#000000;
	background-color:#D7D8D8;
}
#dropdownMenu #ddLocations,
#dropdownMenu #ddLocations a {
	width:99px;
}
/* CLEARFIX */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0;
	line-height: 0;
	font-size: 0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1%;
}
/*slideshow*/
.yui-sldshw-displayer {
    position: relative;
    overflow: hidden;
	z-index:1;
}

.yui-sldshw-displayer img {
    position: absolute;
    width: 100%;
    height: 100%
}

.yui-sldshw-displayer table {
    position: absolute;
    width: 100%;
    height: 100%
}

.yui-sldshw-displayer div {
    position: absolute;
    width: 100%;
    height: 100%
}

.yui-sldshw-next {
    z-index: 1;
    display: block;
    opacity: 1.0;
}

.yui-sldshw-active {
    z-index: 10;
    display: block;
    opacity: 1.0;
}

.yui-sldshw-cached {
    display: none;
    z-index: 0;
    opacity: 1.0;
}

div.yui-sldshw-frame {
    background: white;
}
span.req {
	color:red;
	font-weight:bold;
	font-size:120%;
}
#First_Name,
#Last_Name, 
#Company_Name,
#Address,
#Phone,
#Fax,
#Email,
#Serial,
#Customer_lD,
#Equip_Make,
#Equip_Model,
#Equip_Serial,
#Equip_YrMfg,
#Equip_MilesHours ,
#Applicant_Name,
#Date,
#Address1,
#Address2,
#Address3,
#Purchase_order,
#Course_name,
#Starting_date,
#Authorized_supervisor,
#Authorized_supervisor_phone{
	width:260px;
}
#ScheduleDateTime,
#TypeofRepair {
	width:240px;
}
#City {
	width:100px;
}
#State {
	width:50px;
}
#Zip {
	width:86px;
}
#Information_Request,
#Work_required,
#Questions_Comments {
	width:439px;
	height:80px;
}
#LocationSelector {
	border-collapse:collapse;
}
#LocationSelector td {
	border:solid 1px #000000;
	vertical-align:top;
	width:234px;
}
#LocationSelector input {
	float:left;
	width:auto;
	height:auto;
}
#LocationSelector label {
	float:left;
}
form table td {
	vertical-align:top;
}
#Employment_App label {
	font-size:11px;
}