body {
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 844px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainback3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
.question {
	color: #33CC33;
	background-image: url(images/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.answer {
	background-image: url(images/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #FEDA6E;
}


#masthead {
	background-image: url(images/mastheadback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 122px;
	text-align: right;
	margin: 0px;
	width: 844px;
	padding: 0px;
}
/* for driver training pages - different logo and image */
#masthead2 {
	background-image: url(images/mastheadback2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 122px;
	text-align: right;
	margin: 0px;
	width: 844px;
	padding: 0px;
}
.topphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9ec907;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#topnav {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, "Sans Serif";
}

#topnav a:link, #topnav a:visited, #topnav a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#topnav a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#topnav2 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, "Sans Serif";
}

#topnav2 a:link, #topnav2 a:visited, #topnav2 a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#topnav2 a:hover {
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
/* main sections to use css instead of table layout */
#sidebar {
	padding: 0px;
	margin: 0px;
}
#mainContent {
	text-align: left;
	margin: 0;
	padding: 0;
	} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebarTD {
	margin: 0px;
	padding: 0px;
}
#sidecontent {
	width: 185px;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 0px;
}
#sidecontent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sideheaderback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidecontent h3 {
	font-size: 15px;
	color: #000000;
	background-image: url(images/sideheaderback2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	text-align: center;
	height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
/* start of sidebar list style navigation */
#sidenav {
	margin: 0px;
	padding: 0px;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

#sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	}
#sidenav li {
	padding: 0px;
	background-image: url(images/navarrow1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 185px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#sidenav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 33px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	} 

#sidenav a:hover {
	color: #d7fa44;
	background-image: url(images/navarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#sidenav2 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

#sidenav2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	}
#sidenav2 li {
	margin: 0px;
	padding: 0px;
	background-image: url(images/navarrow3.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	width: 185px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
#sidenav2 a {
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	} 

#sidenav2 a:hover {
	color: #d7fa44;
	background-image: url(images/navarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}	
	

.mainContentTD {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(images/footerback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	height: 51px;
	width: 844px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer2 {
	background-image: url(images/footerback2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	height: 51px;
	width: 844px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footertext {
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #CCCCCC;
}
.sidebartext {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.homeorangebox {
	background-color: #fe9f07;
	background-image: url(images/orangeback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 7px;
	height: 150px;
}
.homegreenbox {
	background-color: #9ec907;
	background-image: url(images/greenback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 7px;
	height: 150px;
}
.homeyellowbox {
	background-color: #fad433;
	background-image: url(images/yellowback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 7px;
	height: 150px;
}
.homeyellowbox2 {
	background-color: #fad433;
	background-image: url(images/yellowback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 7px;
	height: 600px;
}
.homegreybox {
	background-color: #d6d6d6;
	background-image: url(images/greyback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 7px;
	height: 600px;
}
.homeboxheader {
	background-image: url(images/homeheaderback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 189px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.homeboxheader h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.homeboxheader2 {
	background-image: url(images/homeheaderback2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 383px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.homeboxheader2 h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#bannermovie {
	background-image: url(images/bannerback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 588px;
}
.hometopTD {
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.viewvideo {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: left;
}
.imgborders {
	padding: 0px;
	border: 1px solid #333333;
	margin: 5px;
}
a:link, a:visited, a:active {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #d7fa44;
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #e49920;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	color: #e49920;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
}
.taylorendnote {
	background-image: url(images/taylorlogo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
}

.logoedge {
	background-image: url(images/logoedge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 585px;
}
#insidecontainer {
	margin: 0px 25px 0px 10px;
	color: #FFFFFF;
}
.insidetext {
	color: #FFFFFF;
	padding: 10px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	background-image: url(images/insidecontentback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fancyimageborders-right {
	padding: 10px;
	border: 1px double #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #cccccc;
	background-image: url(images/pictback.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.fancyimageborders {
	padding: 9px;
	border: 1px double #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #cccccc;
	background-image: url(images/pictback.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.greentext {
	color: #33CC33;
}
#insideheader {
	padding: 0px;
	height: 30px;
	width: 567px;
	margin-top: 6px;
	margin-bottom: 10px;
}
#insideheader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF66;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.machinelink {
	background-image: url(images/machinebullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
.trucklink {
	background-image: url(images/truckbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
.safetylink {
	color: #FFFFFF;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.signuplink {
	background-image: url(images/signupbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.backtotop {
	text-align: right;
}
.insidetext ul li {
	font-weight: bold;
	background-image: url(images/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 8px;
}
.descriptiontext {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 85px;
}
.thumb-leftside {
	padding: 5px;
	border: 1px double #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #cccccc;
	background-image: url(images/pictback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial {
	background-image: url(images/testimonbullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	color: #CCFFCC;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.goldtext {
	color: #F5D22C;
}
.partnershiptext {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

.photodiv {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	height: 100%;
}

.photodiv img {
	border: 2px solid #F5D22C;
	padding: 4px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
#player {
	width: 358px;
	margin-bottom: 5px;
	height: 230px;
	padding-top: 5px;
}
#novbanner {
	width: 358px;
	margin-bottom: 5px;
	height: 230px;
	padding-top: 5px;
}
