/* CS Transport Style Sheets */

/* ------------------------------------------------------------ */
/* Core Elements */
body {
	background-color: #FFFFFF;
	margin: 0 0 45px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	}

a {color: #800D1E;}
a:visited {color: #666666;}
a:hover {color: #000;}
strong {font-weight: bold;}
sup {font-size: 10px}
form {margin: 0px;}

#main {
  width: 777px; margin: 0 auto 0 auto;
	text-align: left;
}

/* ------------------------------------------------------------ */
/* Header Elements */

#header {
  width: 777px; height: 65px; position: relative;
}

#logo a {
  background: transparent url("/images/logo.png") top left no-repeat;
  display: block;
  position: absolute; top: 0; left: 0;
  width: 276px; height: 61px;
  text-indent: -1000em;
  overflow: hidden;
}

#login {
  width: 350px; position: absolute; top: 20px; right: 0px; text-align: right;
}

#divider.divider {
	background: #800d1e url("/images/divider.gif") top left no-repeat;
  height: 29px; 
  voice-family:"\"}\"";
  voice-family:inherit;
  height: 24px;
}

/* ------------------------------------------------------------ */
/* Navigation Elements */
ul#menu	{
	margin: 0; padding: 0;
	height: 31px; width: 590px;
	background: #eed;
	background: transparent url("/images/tabs.gif") top left no-repeat;
	position: relative;
}

ul#menu li {
	list-style: none;
	position: absolute;
	top: 0;
}

ul#menu li, ul#menu a {
	height: 31px;
	display: block;
}

ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
}

/* Tabs */
#home		{left: 0; width: 31px;}
#about		{left: 32px; width: 95px;}
#services	{left: 128px; width: 90px;}
#driver 	{left: 219px; width: 158px;}
#contact 	{left: 377px; width: 128px;}

/* Tab Mouseover */
#home a:hover		{background: transparent url("/images/tabs.gif") 0 -40px no-repeat;}
#about a:hover 		{background: transparent url("/images/tabs.gif") -32px -40px no-repeat;}
#services a:hover 	{background: transparent url("/images/tabs.gif") -128px -40px no-repeat;}
#driver a:hover 	{background: transparent url("/images/tabs.gif") -219px -40px no-repeat;}
#contact a:hover 	{background: transparent url("/images/tabs.gif") -377px -40px no-repeat;}

/* Tab Sticky */
#home #current		{background: transparent url("/images/tabs2.gif") 0 0px no-repeat;}
#about #current 	{background: transparent url("/images/tabs2.gif") -32px 0px no-repeat;}
#services #current 	{background: transparent url("/images/tabs2.gif") -128px 0px no-repeat;}
#driver #current 	{background: transparent url("/images/tabs2.gif") -219px 0px no-repeat;}
#contact #current 	{background: transparent url("/images/tabs2.gif") -377px 0px no-repeat;}

#divider.divider {
	background: #800d1e url("/images/divider.gif") top left no-repeat;
  height: 29px; 
  voice-family:"\"}\"";
  voice-family:inherit;
  height: 24px;
}

#request a, a.hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 11px;
        font-weight: normal;
        letter-spacing: normal;
        text-decoration: none;
        color: #800d1e;
}

/* ------------------------------------------------------------ */
/* Footer Elements */

#footer {
	width:777px; /* for IE5/Win only */
	height: 42px; /* for IE5/Win only */
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 747px; height: 27px;
	}

#footerbanner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	letter-spacing: normal;
	padding: 5px 0 4px 15px;
	}

#footerbanner #footer {
	background: transparent url("/images/footer.gif") top left repeat-x;
	margin: 0;
	padding: 11px 15px 0 15px;
	}

#footerbanner #footer {
  	height: 37px; /* for IE5/Win only */
	voice-family:"\"}\"";
  	voice-family:inherit;
	height: 26px;
	}
	
#footer a { color: #0d4680; }
#footer a:hover { color: #000; }

#footer p {
	margin: 0; padding: 0;
	font: normal 11px "Arial", sans serif;
	}

#footer div {
	float: right;
	text-align: right;
	width: 333px;
	}

/* ------------------------------------------------------------ */
/* Page Elements */

td#sidebar {
	padding: 5px 0 0 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content td {  }

#content p {
	line-height: 140%;
	margin: 0 0 10px 0;
}

#content p.introduction {
	line-height: 20px;
	margin: 8px 0px;
}

#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 14px 0;
}

#content ul.bulleted, #content ul.bulleted2 {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

#content ul.bulleted-about {
    line-height: 135% !important;
    list-style: none !important;
    margin-left: 5px !important; padding: 0 !important;
}

#content ul.bulleted li {margin: 0 0 0 10px;}

#content ul.bulleted2 li {margin: 0;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin: 0;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3.padded {
  	margin: 15px 0 5px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

hr {
	height: 1px;
	color:#999999;
	margin-bottom: 20px;
	border: none;
}

hr.breaker {
	    display: none; clear: both; visibility: hidden; margin: 0; height: 0;
}

a.back-to-top {
    display: block;
    float: right;
    vertical-align: bottom;
    width: 72px; height: 12px;
    text-indent: -1000em;
    overflow: hidden;
    background: transparent url('/images/backtop.gif') top left no-repeat;
}

.contactTop td {
	background: url("/images/contacttop.gif") repeat-y left top;
	padding: 6px 10px 2px 10px;
	margin: 0px 2px 0px;
	}

.contactBottom td {
	background: url("/images/contactbottom.gif") repeat-y left top;
	padding: 6px 10px;
	margin: 0px 2px 20px 2px;
	}

	.contactTop h3 {
  	margin-bottom: 14px;
	}

	.contactTop p {
  	margin-right: 2px;
	}

td#core {padding: 17px 0 0 18px;}

#core {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.invoices {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(153, 0, 51) rgb(153, 0, 51) rgb(153, 0, 51) rgb(153, 0, 51);
	border-collapse: collapse;
	background-color: white;
}

.invoices th {
	padding: 6px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: url("/images/contactbottom.gif") repeat-y left top;
	}

.invoices td {
	padding: 6px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

.highlight td {background-color:#F4EFE5;}

/* ------------------------------------------------------------ */
/* Header of the box */
.box {
        padding-left:1;
        padding-right:1;
        background: transparent url("/images/footer.gif") top left repeat-x;
}
/* Formatting for links and text in boxes */
.boxtext {
        font: normal 12pt Verdana;
        color : #000000;
}

