﻿/* Resetting */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup {
    vertical-align: top;
}


/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


.cnr5 {
    width: 10px;
    height: 10px;
    background: url('/driverapps/images/bg_cnr5.png');
    position: absolute!important;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_cnr5.png', sizingMethod='crop'); 
    font-size: 0;
}
.cnr5.t,
.cnr5.b {
    margin-top: -5px;
}
.cnr5.l,
.cnr5.r {
    margin-left: -5px;
}
.t { top: 0; }
.l { left: 0;}
.r { left: 100%;}
.b { top: 100%;}

.br {
    clear: both;
    display: block;
    height: 4px;
    font-size: 0;
}
blockquote {
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}

/* Layout */
#wrapper {
    width: 792px;
    margin: 0 auto;
    text-align: left;
}
.header {}
.navigation {
    clear: both;
    background: #555556;
    position: relative;
    overflow: hidden;
    //display: inline-block;
}
.navigation:after {
    content: '';
    clear: both;
    display: block;
}
.main {
    clear: both;
    background: #aeadad url('/driverapps/images/bg_main.gif') repeat-x;
    position: relative;
    margin: 5px 0;
    min-height: 251px;
    padding: 10px 0 4px 0;
    //display: inline-block;
}
.main:after {
    content: '';
    display: block;
    clear: both;
}
.footer {
    clear:both;
    background: #edeff2;
    position: relative;
    overflow: hidden;
    //display: inline-block;
}
.footer:after {
    content: '';
    clear: both;
    display: block;
}

/* Typo */
body {
    margin: 10px 0;
    font-size: 1em;
    color: #7b7575;
    font-family: Verdana, Arial, Sans-Serif;
}
a:link {
    color: #abadaf;
    text-decoration: underline;
}
a:visited {
    color: #abadaf;
    text-decoration: underline;
}
a:hover, a:active {
    color: #555556;
    text-decoration: none;
}

.inner .label {
  font-size: 100%;
}

.inner a:link {
  font-size: 0.8em;
}

.inner p a:link {
  font-size: 1em;
}
.inner p a:hover {
  font-size: 1em;
}
.inner p a:visited {
  font-size: 1em;
}
em {
    font-style: normal;
    color: #f26101;
}

.header p {
    float: right;
    margin: 60px 10px 10px 10px;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    line-height: 1.25em;
}
h1 {
    text-indent: -9999px;
    display: block; 
    width: 128px;
    height: 94px;
    float: left;
    margin: 15px 10px 10px 0;
    background: url('/driverapps/images/img_logo.gif') no-repeat; 
}
.dave {
    background: url('/driverapps/images/dave.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/dave.png', sizingMethod='crop'); 
    position: absolute;
    width: 264px;
    height: 347px;
    bottom: -4px;
    right: 10px;
}

/* Navigation  */
.navigation {
    padding: 10px;
}
.navigation ul {}
.navigation ul li {
    display: block;
    float: left;
    border-right: 1px solid #666667;
    border-left: 1px solid #3a3a3b;
}
.navigation ul li:first-child,
.navigation ul li.first {
    border-left-width: 0;
}
.navigation ul li:last-child,
.navigation ul li.last {
    border-right: 0;
}
.navigation ul li a,
.navigation ul li span {
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 0.875em;
}
.navigation ul li a:link,
.navigation ul li a:visited,
.navigation ul li span {
    color: #fff;
    text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a:active {
    color: #f26101;
}

/* Bottom Navigation */
.footer {
    padding: 10px;
}
.footer span {
    font-size: 0.6875em;
    color: #abadaf;
}
.footer p {
    margin: 5px 0;
    font-size: 0.6875em;
    line-height: 1.25em;
    color: #abadaf;
}

/* Primary */
.primary {
    width: 775px;
    /*float: right;*/
    min-height: 251px;
    _height: 251px;
    margin: 0 0 0 12px;
    _display: inline;
}

.primary .container .top {
    background: url('/driverapps/images/bg_big_panel_top.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_big_panel_top.png', sizingMethod='crop'); 
    width: 775px;
    height: 5px;
    font-size: 0;
}
.primary .container .bottom {
    background: url('/driverapps/images/bg_big_panel_bottom.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_big_panel_bottom.png', sizingMethod='crop'); 
    width: 775px;
    height: 12px;
    font-size: 0;
}
.primary .container .bg {
    background: url('/driverapps/images/bg_big_panel.png') repeat-y;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_big_panel.png', sizingMethod='scale'); 
    width: 775px;
}
.primary .container .inner {
    width: 765px;
    min-height: 234px;
    _height: 234px;
    margin: 0 7px 0 1px;
    background: url('/driverapps/images/bg_big_panel_inner.gif') repeat-x bottom;
    position: relative;
}

/* Secondary */
.secondary {
    width: 200px;
    float: left;
    margin: 0 0 0 10px;
    _display: inline;
}
.secondary .small_panel .top {
    background: url('/driverapps/images/bg_small_panel_top.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_small_panel_top.png', sizingMethod='crop'); 
    width: 200px;
    height: 5px;
    font-size: 0;
}
.secondary .small_panel .bottom {
    background: url('/driverapps/images/bg_small_panel_bottom.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_small_panel_bottom.png', sizingMethod='crop'); 
    width: 200px;
    height: 12px;
    font-size: 0;
}
.secondary .small_panel .bg {
    background: url('/driverapps/images/bg_small_panel.png') repeat-y;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_small_panel.png', sizingMethod='scale'); 
    width: 200px;
}
.secondary .small_panel .inner {
    width: 192px;
    min-height: 56px;
    margin: 0 7px 0 1px;
    background: url('/driverapps/images/bg_small_panel_inner.gif') repeat-x bottom;
}
.secondary .small_panel .inner h2 {
    margin: 0 9px;
    padding: 5px 0;
    font-size: 0.875em;
    font-weight: normal;
    color: #f26101;
}
.secondary .small_panel .inner p {
    margin: 0 9px;
    padding: 5px 0;
    font-size: 0.6875em;
    line-height: 1.25em;
}
.secondary .small_panel .inner blockquote {
    margin: 0 9px;
    padding: 5px 0;
    font-size: 1em;
    line-height: 1.25em;
}
.secondary .small_panel .inner cite {
    margin: 0 9px;
    padding: 5px 0;
    display: block;
    text-align: right;
    font-size: 0.6875em;
    line-height: 1.25em;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}


/* Only */
.only {
    width: 778px;
    float: right;
    min-height: 251px;
    _height: 251px;
    margin: 0 4px 0 0;
    _display: inline;
}
.only .container .top {
    background: url('/driverapps/images/bg_wide_panel_top.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_wide_panel_top.png', sizingMethod='crop'); 
    width: 778px;
    height: 5px;
    font-size: 0;
}
.only .container .bottom {
    background: url('/driverapps/images/bg_wide_panel_bottom.png') no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_wide_panel_bottom.png', sizingMethod='crop'); 
    width: 778px;
    height: 12px;
    font-size: 0;
}
.only .container .bg {
    background: url('/driverapps/images/bg_wide_panel.png') repeat-y;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/driverapps/images/bg_wide_panel.png', sizingMethod='scale'); 
    width: 778px;
}
.only .container .content {
    width: 770px;
    min-height: 234px;
    _height: 234px;
    margin: 0 7px 0 1px;
    background: url('/driverapps/images/bg_big_panel_inner.gif') repeat-x bottom;
    position: relative;
}





.content {
    margin: 0 9px;
    padding: 5px 0;
}
.content p {
    margin: 0 9px;
    padding: 5px 0;
    font-size: 0.6875em;
    line-height: 1.25em;
}
.content .label {
    font-size: 0.6875em;
    line-height: 1.25em;
}
.content h2 {
    margin: 0 9px;
    padding: 5px 0;
    font-size: 1em;
    line-height: 1.25em;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}
.content h3 {
    margin: 0 9px;
    padding: 5px 0 0 0;
    font-size: 0.875em;
    line-height: 1.25em;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}
.content h4 {
    margin: 0 9px;
    padding: 5px 0 0 0;
    font-size: 0.8125em;
    line-height: 1.25em;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}
.content ul {
    list-style: disc;
    margin: 0 9px 0 29px;
    padding: 5px 0 5px 0;
}
.content dl {
    margin: 0 9px 0 29px;
    padding: 5px 0;
}
.content dl dt,
.content dl dd {
    font-size: 0.6875em;
    padding: 3px 0;
    width: 200px;
}
.content dl dt {
    float: left;
    clear: left;
}
.content dl dd {
    margin-left: 210px;
}

.content ul li {
    font-size: 0.6875em;
    margin: 2px 0;
}
.testimonial {
    padding: 25px;
    margin: 0 9px;
}
.primary .info {
    margin: 0 9px;
    padding: 10px 25px 0 25px;
    /*margin-right: 224px;*/
    position:relative;
}
.primary .info p {
    font-size: 0.875em;
    line-height: 1.5em;
}
.primary .testimonial {
    margin-right: 274px;
    position:relative;
}
.testimonial blockquote {
    font-size: 1.5em;
    line-height: 1.25em;
    position: relative;
}
.testimonial blockquote span {
    position: absolute;
    font-size: 1.67em;
    font-weight: bold;
    color: #f26101;
    z-index: 1;
    overflow: visible;
}
.testimonial blockquote span.ldquo {
    top: -5px;
    left: -25px;
}
.testimonial blockquote span.bdquo {
    bottom: -5px;
    _position: relative;
    line-height: 1.25em;
    _line-height: 0;
}

/* table bacgrounds etc */
.resulttbl {
  margin: 0 0 20px 120px;
}

.resulttbl td {
  font-size: 0.8em;
  padding: 3px 3px 3px 5px;
}

.ltgreybg{
	background-color : #DCDCDC;
}
.midgreybg{
	background-color : #999999;
}
.pannelgreybg{
	background-color : #C0C0C0;
}
.drkgreybg{
	background-color : #666666;
}
.ltbluebg{
	background-color : #555556;
  color: #fff;
}
.ltbluebg a {
  color: #fff;
  font-weight: 700;
}
.ltbluebg a:link {
  color: #fff;
}
.ltbluebg a:hover {
  color: #fff;
}
.ltbluebg a:visited {
  color: #fff;
}
.drkbluebg{
	background-color : #555556; 
}
.blugreybg{
	background-color : #DCDCDC;
}

.tdHeaderText {
	color: #ffffff;
	font-weight: 700;
  background-color : #555556;
}

.DeallinkText {
  font-size: 0.8em;
}