/* Diligent Delivery Systems (February 2008)
   Developed by: Interlevel Technologies [http://www.interlevel.com] */
/* CSS Fixes for IE6 and older */

html {
	background:url(../images/bg.gif) top center repeat;}
body {
	background:url(../images/background2.png) top center repeat-x;}


#sitemap {
	display:inline-block; padding:10px 0 0 0;}
#sitemap ul li.first {
	width:80px;}
#sitemap ul li {
	width:100px; height:80px; float:left; padding:0 10px;
	border-left:solid 1px #ccc;}
#sitemap ul li ul li {
	padding:0 10px 0 0; height:auto;
	border:none;}

form div input {
	width:100%;}
form div input.submit, form div input.checkbox {
	width:auto;}

body.home #main .clearfix {
	height:0; margin:-10px; padding:0;}
body.home .news, body.home .success, body.home .drivers, body.home .tools {
	margin:0 5px; padding:0 5px;}
	
table table tr .CalcName{
	width:50%;}

#admin-careers,
#admin-opportunities,
#admin-events,
#admin-logout {
	position:relative;}
#admin-careers {
	top:-50px;}
#admin-opportunities {
	top:-100px;}
#admin-events {
	top:-150px;}
#admin-logout {
	top:-200px;}
