@charset "utf-8";
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }


body  {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #dae3e8;
	background-repeat:repeat;
	background-image:url(../img/bg_stripes.gif);
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

* + html h1,h2,h3,h4 {
    margin-top:7px;
}
* html h1,h2,h3,h4 {
    margin-top:7px;
}
* + img {
    margin-top:7px;
}
* img {
    margin-top:7px;
}
/* Opacity classes */
.opaque_25 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25); opacity: 0.25; }
.opaque_50 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity: 0.5; }
.opaque_75 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); opacity: 0.75; }

/* navigation */
a:active {
	outline: none;
}
:focus {
	outline: none;
}

/****************/

/* Basic code - don't modify */
 
 #menu1 { display: block; margin: 0; padding: 0; position: relative; z-index:500; }
  #menu1 li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #menu1 a { display: block; }
  #menu1 ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #menu1 ul { line-height: 0; } /* IE6 "fix" */
  	#menu1 ul a { zoom: 1; } /* IE6/7 fix */
    #menu1 ul li { float: none; }
    #menu1 ul ul { top: 0; }
    
/* Essentials - configure this */

#menu1 ul { width: 150px; }
#menu1 ul ul { left: 131px; }

/* Everything else is theming */
#menu1 li img { margin: 0; padding: 0 1px 0 1px;}
#menu1 { background:url(../img/bg_menu.gif); color:#000;  height: 28px; margin-right:7px; margin-left:6px;}
#menu1 *:hover { background-color: none; }
#menu1 a { text-decoration:none; color: #000; font-size: 12px; padding: 0px; line-height: 1; background:url(../img/menu_divider.gif) top right repeat-y;}
  #menu1 li.hover a { background-color: #2b2b2b; color:#fff; }
  #menu1 ul { top: 28px; }
    #menu1 ul li a { padding: 6px; font-weight:bold; background-color: #2b2b2b; background-image:none; color:#fff;  opacity: 0.8; filter: alpha(opacity=80);}
      #menu1 ul a.hover { background-color: #30A8C3; font-weight:bold; opacity: 0.9; filter: alpha(opacity=90);}
   #menu1 ul a { margin-bottom:0px; border-bottom:1px solid black; opacity: 0.9; filter: alpha(opacity=90); }
/* #menu1 ul a { border-bottom: none; } - I also needed this for IE6/7 */



/****************/

#dc_menu {z
    position:relative;
    background:url(../img/dc_menu_tab.gif) no-repeat;
    height:50px;
	padding:0;
    margin:0;
	bottom:15px;
}
#dc_menu a {
    position:relative;
    top:5px;
    text-decoration:none;
    margin-right:30px;
    left:25px;
	font: bold 13px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#000;
}
#dc_menu a:hover {
	font: bold 13px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#bf2b37;
}
#about_menu {
    position:relative;
    background:url(../img/about_menu_tab.gif) no-repeat;
    height:50px;
	padding:0;
    margin:0;
	bottom:15px;
}
#about_menu a {
    position:relative;
    top:5px;
    text-decoration:none;
    margin-right:30px;
    left:25px;
	font: bold 13px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#000;
}
#about_menu a:hover {
	font: bold 13px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#bf2b37;
}
#nav {
    position:absolute;
    z-index:100;
    margin:0;
    padding:0;
    top:340px;
    left:24px;
}
#nav a { 
    background:url(../img/slidenav.gif) no-repeat; 
    text-decoration: none; 
    font: bold 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color:#FFF;
    margin:0px;
    padding: 2px 10px 3px 7px;
    height:35px;
    width:35px;
    display:inline;
    z-index:200;
}

* + html #nav a {
    padding: 2px 10px 3px 6px;
}

#nav a:focus { outline: none; }

#nav a.activeSlide { 
    background:url(../img/slidenav_active.gif) no-repeat; 
    font: bold 13px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color:#085fa7;
}


#header .atdlogo {
    position:absolute;
    top:0px;
    left:0px;
    text-indent:-7000px;
    background-color:white;
    opacity:0;
    filter: alpha(opacity=0);
    cursor:hand;
    width:350px;
    height:79px;
    display:block;
    z-index:100;
}
/*************************************************************************/

a.menubutton {
    position:relative;
    color: #FFF;
    display: block;
    float: left;
    height: 26px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 0 10px; /* sliding doors padding */
    text-decoration: none;
}

a.menucurrent {
    position:relative;
    background:url(../img/bg_menu.gif); color:#000;  height: 28px; margin-right:7px; margin-left:6px;}
    display: block;
    float: left;
    height: 26px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0 10px 0 30px; /* sliding doors padding */
    text-decoration: none;
}

/******************************************************************/
#header_links {
    position:absolute;
    top:0px;
    right:0px;
	clear: both;
	margin: 0; 
	padding: 0;
}

#header_links ul {
	list-style: none;
	display:block;
	margin:0;
}
#header_links ul li {
    position:relative;
	display: block;
	float:left;
	color:#388cc9;
	padding:0;
	margin-right:5px;
	font: 11px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
    bottom:5px;
}
#header_links ul li a {
	font: 11px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
	display: block;
	color:#388cc9;
	outline: none;
	text-decoration: none;
}
#header_links ul li a:focus {
	outline: none;
	color:#bf2b37;
}
#header_links ul li a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}
img.hl_feature {
    margin:0;
    padding:0;
}
a.hl_feature {
	display: block;
	float: left;
	position: relative;
	border: 1px solid #000;
	margin:5px;
}
a.hl_feature:hover { 
    border: 1px solid #000; 
}
 
a.hl_feature:hover .hl_overlay {
	position: absolute;
	z-index: 3;
	bottom:-1px;
	left:-1px;
	width: 297px;
	height: 127px;
	border: 4px solid #2b83d2;
}
	
a.hl_feature img { display: inline;    margin:0;
    padding:0;}

.highlights {
    background:url(../img/bg_highlights.gif) #f5e2b1;
    border:1px solid #d69b00;
    height:145px;
    width:941px;
    margin-left: auto;
    margin-right: auto;
    padding:0;
}
.highlights ul {
    display:block;
    float:left;
    list-style-type:none;
    height:144px;
    width:30%;
    margin:0;
    text-align:left;
    padding:0px 10px 0 10px;
}
.splash {
    background:url(../img/splash1.jpg);
    height:214px;
    position:relative;
    background-repeat: no-repeat;
    margin-left:6px;
    margin-right:auto;
    padding:0;
    z-index:0;
    vertical-align:top;
}
.splash2 {
    background:url(../img/splash2.jpg);
    height:91px;
    position:relative;
    background-repeat: no-repeat;
    margin-left:6px;
    margin-right:auto;
    padding:0;
    z-index:0;
    vertical-align:top;
}
.subSplash {
    background-image:url(../img/sub_splash.jpg);
    background-repeat: no-repeat;
    height:145px;
    width:956px;
    margin:0;
    padding:0;
}

/******************************************************************/
.atd_main #container {
    position:relative;
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	right:1px;
}
* + html .atd_main #container {
    left:1px;
}
.atd_main #header { 
	background: #DDDDDD; 
	background-image:url(../img/banner.jpg);
	background-repeat: no-repeat;
	height:71px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.atd_main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.atd_main #footer {
    margin-top:20px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
} 
.atd_main #footer p {
	margin: auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font: 11px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color: #808080;
}
.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;
}

/*********************************/
/*   Locations Formatting        */
/*********************************/

.dc_info {
    position:relative;
    float:left;
    bottom:275px;
    color: #000;
}
.dc_info img {
    position:relative;
    clear:both;
    padding:10px;
    right:25px;
}
.dealer_locations {
    position:relative;
    float:right;
    margin-bottom:-300px;
    left:50px;
    bottom:442px;
    color: #000;
}
.dealer_locations img {
    position:relative;
    clear:both;
    padding:10px;
    right:25px;
}


/*********************************/
/*   Content Boxes               */
/*********************************/
#mainTextArea {
    position:relative;
    float:left;
    margin:0 10px 0 15px;
    width:44%;
}
#mainTextArea h1{
    color:#1b95c2;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea h2{
    color:#244d9f;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea h3{
    color:#c02b37;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea h4{
    color:#1b95c2;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea ul{
    clear:both;
    margin:5px 10px 5px 10px;
    padding:5px 10px 5px 10px;
    list-style-type: none;
}
#mainTextArea li{
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
    clear:both;
}
#mainTextArea a{
    font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#388cc9;
	outline: none;
	text-decoration: none;
    padding:0px;
}
#mainTextArea a:focus {
	outline: none;
	color:#bf2b37;
}
#mainTextArea a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}
#mainTextArea img.ctr {
	outline: none;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
#subTextArea img.ctr {
	outline: none;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
#subTextArea ul {
    clear:both;
    margin:5px 10px 5px 10px;
    padding:5px 10px 5px 10px;
    list-style-type: none;
}
#subTextArea ol li {
    position:relative;
    padding-left:0px;
    clear:both;
    background:none;
}
#subTextArea li {
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
    clear:both;
}
#aboutTextArea img.ctr {
	outline: none;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
#indexTextArea {
    position:relative;
    float:left;
    margin:0 10px 0 15px;
    width:60%;
}
#indexTextArea img.ctr {
	outline:none;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
#indexTextArea h1{
    color:#1b95c2;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#indexTextArea h2{
    color:#244d9f;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#indexTextArea h3{
    color:#c02b37;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#indexTextArea ul{
    clear:both;
    float:left;
    margin:5px 10px 5px 10px;
    padding:5px 10px 5px 10px;
    list-style-type: none;
}
#indexTextArea li{
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
    clear:both;
}
indexTextArea a{
    font: 13px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#388cc9;
	outline: none;
	text-decoration: none;
    padding:0px;
}
#indexTextArea a:focus {
	outline: none;
	color:#bf2b37;
}
#indexTextArea a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}


#aboutTextArea {
    position:relative;
    float:left;
    margin:0 10px 0 15px;
    width:95%;
}
#aboutTextArea h1{
    color:#1b95c2;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#aboutTextArea h7{
    color:#1b95c2;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#aboutTextArea h2{
    color:#244d9f;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#aboutTextArea h3{
    color:#c02b37;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#aboutTextArea ul{
    float:left;
    margin:0;
    padding:10px;
    list-style-type: none;
}
#aboutTextArea li{
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
}
#aboutTextArea a{
    font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#388cc9;
	outline: none;
	text-decoration: none;
    padding:0px;
}
#aboutTextArea a:focus {
	outline: none;
	color:#bf2b37;
}
#aboutTextArea a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}

#gradient-style {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    margin:5px;
    text-align:left;
    width:620px;
}
#gradient-style th {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:url(../img/table_gradhead.png) #B9C9FE  repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:2px solid #D3DDFF;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    padding:8px;
}
#gradient-style td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#d2eafa url(../img/table_gradback.png) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
color:#114a83;
padding:8px;
}

#gradient-style-cb {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:14px;
    margin:5px;
    text-align:center;
    width:400px;
}
#gradient-style-cb th {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:url(../img/table_gradhead.png) #B9C9FE  repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:2px solid #D3DDFF;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    padding:8px;
}
#gradient-style-cb td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#d2eafa url(../img/table_gradback.png) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
color:#114a83;
padding:8px;
}


.datatable  {
    border: 1px solid #1b4496;
    margin:5px 0 5px 0;
}
.calcform {
    float:left;
    display:block;
    margin:auto;
    border: 1px solid #1b95c2;
    background:#f9cc3f;
}
.calcform tbody {
    display:block;
    margin:auto;
}
.calcform label {
    color:#000;
    display:block;
    margin:auto;
    text-align:center;
}
.calcform form {
    background:url(../img/bg_form.gif) #f9cc3f;
    border:1px solid #dea303;
}
.quote {
    background:url(../img/bg_quote.gif) #f9cc3f;
    border:1px solid #dea303;
}
.quote p {
    padding:3px;
}
.quote h2 {
    padding:3px;
}
.quote, .col {
    width:300px;
}
.calcform input {
    width:100px;
    background:#fff8a6;
    display:block;
    margin:auto;
    margin-right:10px;
    text-align:center;
}
.calcform input.disabled{
    background:#9fcaf6;
    color:#000;    
    font-weight:bold;
}
.calcform input.profitloss{
    background:#3f90e2;
    color:#000;
    font-weight:bold;
}
.calcform td {
    margin:auto;
    margin-right:10px;
    padding:0 5px 5px 5px;
}

.article_date {
    color:#123a6e;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    top:5px;
}
.article_main {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    top:5px;
}
#subTextArea {
    position:relative;
    float:right;
    margin:0 10px 0 15px;
    width:45%;
}
#subTextArea h1{
    color:#1b95c2;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#subTextArea h2{
    color:#244d9f;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#subTextArea a{
    font: 13px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#388cc9;
	outline: none;
	text-decoration: none;
    padding:0px;
}
#subTextArea a:focus {
	outline: none;
	color:#bf2b37;
}
#subTextArea a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}
#subTextArea ol li{
    clear:left;
    position:relative;
}
#bioslist {
    margin-top:25px;
}
#bioslist ul li {
    float:left;
    background:none;
    margin-right:35px;
    list-style-type:none;
    display:inline;
    text-align:center;
}
#bioslist a {
    text-decoration:none;
    color:#2f5ea3;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    line-height:12px;
}
#bioslist_vert {
    position:relative;
    margin-top:10px;
    right:0px;
    float:left;
}
#bioslist_vert ul {
    float:left;
}
#bioslist_vert img {
    position:relative;
    margin-bottom:-5px;
}
#bioslist_vert ul li {
    display:block;
    background:none;
    margin-right:0px;
    list-style-type:none;
    text-align:center;
}
#bioslist_vert a {
    text-decoration:none;
    color:#2f5ea3;
    font: bold 9px Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    line-height:10px;
}
.bio_title {
    color:#A0A0A0;
}


.bios_template {
    padding:10px;
}
.bios_template img {
    float:left;
    padding:0 15px 0 0;
}
.bios_template ul {
    position:relative;
    clear:left;
    right:35px;
    list-style-type: none;
}
#dclocations {
    position:relative;
    padding:10px;
    height:130px;
}
#dclocations img {
    position:relative;
    right:2px;
}
.bios_template li {
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
}
   
#sitelinks {
    position:relative;
    background:url(../img/site_links_banner.jpg) no-repeat;
    height:120px;
    width:946px;
    float:left;
    padding:0;
    margin:0;
}
#sitelinks a {
    cursor:hand;
}
#sitelinks h1{
    position:relative;
    left:10px;
    color:#2f5ea3;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
* + html #sitelinks h1{
    top:10px;
} 

#sitelinks span.atdonline {
    display:block;
    position:absolute;
    text-indent:-7000px;
    bottom:45px;
    left:10px;
    width:293px;
    height:96px;
    z-index:50;
}
#sitelinks span.tirebuyer {
    display:block;
    position:absolute;
    text-indent:-7000px;
    bottom:45px;
    left:303px;
    width:257px;
    height:96px;
    z-index:50;
}
#sitelinks span.servicebay {
    display:block;
    position:absolute;
    text-indent:-7000px;
    bottom:45px;
    left:560px;
    width:383px;
    height:96px;
    z-index:55;
}
.faqs {
    position:relative;
    background-color:#f2f2f2;
    border:1px solid #e1e1e1;
    float:left;
    height:100%;
    margin-left:6px;
    margin-top:1px;
    width:35%;
}
.faqs img {
    display:block;
    margin:auto;
}
.faqs h1{
    position:relative;
    background:url(../img/hdr_faqs.png) no-repeat;
    height:35px;
    left:10px;
    top:5px;
    color:#1b95c2;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.pageHeader img {
    margin:5px 0 3px 7px;
}

.promotions {
    background-color:#f2f2f2;
    border:1px solid #e1e1e1;
    float:right;
    height:300px;
    margin-right:7px;
    margin-top:1px;
    width:25%;
}
.promotions h1{
    position:relative;
    background:url(../img/headlines_txt.gif) no-repeat;
    height:28px;
    bottom:5px;
    left:10px;
    color:#2f5ea3;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.promotions img {
    display:block;
    margin:auto;
}
.promotions h3{
    color:#2f5ea3;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.news_headlines ul {
    margin:0;
    padding:0;
    position:relative;
    left:10px;
    bottom:20px;
    list-style-type:none;
}
.news_headlines li {
    position:relative;
    padding:2px 0;
}
.news_title a {
    color: #2f5ea3;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
.news_title a:hover {
    color: #C02B37;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
.news_title {
    display:block;
    padding-left:85px;
}
.news_more {
    position:absolute;
    bottom:0;
    right:0;
    color:#2f5ea3;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.news_date {
    position:absolute;
    top:0;
    left:0;
    margin:0 10px 0px 0;
    color:#4171a3;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}


.contactus {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color:#808080;
}
.contactus span {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color:#808080;
}
#aboutus ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
#aboutus ul li {
    position:relative;
    top:15px;
    margin:0;
    padding:0;
    float:left;
    display:inline;
    text-align:center;
    width:33%;
}
#aboutus p {
    position:relative;
    bottom:10px;
}
#aboutus a,img {
    border:0;
}
#products ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
#products ul li {
    position:relative;
    top:15px;
    left:20px;
    margin:auto;
    padding-right:10px;
    float:left;
    display:inline;
    text-align:center;
}
#products p {
    position:relative;
    bottom:10px;
}
* + html #products p {
    bottom:15px;
    left:20px;
}
#products a,img {
    border:0;
}

.box {
	position:relative;
	margin:0 0 18px 10px;
	width:95%;
	z-index:0;
}

.box .sidemenu {
	padding:9px 9px;
	margin-right:-9px;
	margin-left:9px;
	background-color:#FFFFFF;
	z-index:0;
}
.box .subContent {
    overflow: hidden;
	padding:9px 9px;
	margin-right:-9px;
	margin-left:9px;
	background-color:#FFFFFF;
	z-index:0;
}
.box .info {
	padding:0px 0px;
	margin-right:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	z-index:0;
}
	
.box .crnr {
	position:absolute;
	top:0;
	left:0;
	height:9px;
	width:9px;
	font-size:1px;
	background:url(../img/panel/lightblue.png) 0 0;
	z-index:0;
}
.box .tr {
	left:auto;
	right:-18px;
	background-position:-9px 0;
	z-index:0;
}
.box .bl {
	top:auto;
	bottom:-9px;
	background-position:0px -9px;
	z-index:0;
}
.box .br {
	left:auto;
	top:auto;
	right:-18px;
	bottom:-9px;
	background-position:-9px -9px;
	z-index:0;
}

.box .edge {
	position:absolute;
	z-index:0;
	}

.box .top {
	top:0px;
	left:9px;
	width:100%;
	height:9px;
	border-top:1px solid #dae1e8;
	z-index:0;
	}
.box .lt {
	top:9px;
	left:0px;
	height:97%;
	width:9px;
	border-left:1px solid #dae1e8;
	z-index:0;
	}
.box .rt {
	top:9px;
	right:-18px;
	height:97%;
	width:18px;
	border-right:1px solid #dae1e8;
	z-index:0;
}
.box .bot {
	bottom:-9px;
	left:9px;
	height:9px;
	width:100%;
	border-bottom:1px solid #dae1e8;
	z-index:0;
}

/******************/


.subContent .rt, .subContent .lt {
	height:95%;
	z-index:0;
}
.biosContent .rt, .biosContent .lt {
    height:98%;
    z-index:0;
}
.locatorContent .rt, .locatorContent .lt {
    height:98%;
    z-index:0;
}
.equipContent .rt, .equipContent .lt {
    height:90%;
    z-index:0;
}
.wheelsContent .rt, .equipContent .lt {
    height:98%;
    z-index:0;
}

.miniContent {
    position:relative;
    right:25px;
    bottom:10px;
    padding:5px 0 0 15px;
    float:right;
    width:155px;
}

.miniContent .rt, .miniContent .lt {
	height:60%;
	z-index:0;
}
.biosContent {
    position:relative;
    right:35px;
    width:80%;
    float:right;
}
.hallContent {
    position:relative;
    right:35px;
    width:80%;
    float:right;
}
.locatorContent {
    position:relative;
    right:35px;
    width:95%;
    float:right;
}
.prodContent {
    position:relative;
    right:15px;
    bottom:10px;
    padding:5px 0 0 0px;
    float:right;
    width:395px;
}
* + html .prodContent {
    right:45px;
}

.prodContent .rt, .prodContent .lt {
	height:95%;
	z-index:0;
}

.wheels .rt, .wheels .lt {
	height:99.6%;
	z-index:0;
}



/***********************************************************/
/*   Dealer Results Styles                                 */
/***********************************************************/
#dealer_results {
    position:relative;
    bottom:20px;
    z-index:0;
}
#dealer_form {
    position:relative;
    z-index:20;
}

#dealer_form form {
    position:relative;
    margin-bottom:20px;
}
caption, th {
    text-align:left;
}

* + html #dealer_form form {
    position:relative;
    bottom:20px;
    margin-bottom:0px;
}
td .dealer_pin {
    margin:0 auto;
}
a .dealer_pin, .dealer_pin a, .dealer_pin {
    background:transparent url(img/ico_pin.png) no-repeat scroll center top;
    display:block;
    font-size:10px;
    height:17px;
    line-height:15px;
    text-align:center;
    width:17px;
}
.hit_results {
    position:relative;
    bottom:20px;
}
#dealer_view #dealer_list {
    width:800px;
    margin:auto;
}
#dealer_view thead th.first {
    text-align:center;
    width:6%;
}
#dealer_view tbody tr.row_even td {
    background:#E8E8E8 none repeat scroll 0 0;
}
#dealer_view tbody tr.row_odd td {
    background:#FFFFFF none repeat scroll 0 0;
}


#dealer_view thead th {
    background:#E8E8E8 none repeat scroll 0 0;
    border-bottom:3px solid #FFFFFF;
    color:#999999;
    font-size:11px;
    font-weight:bold;
    padding:8px 4px 8px 0;
    vertical-align:top;
    width:23.5%;
}
#dealer_view tbody td {
    background:none repeat scroll 0 0;
    border-bottom:3px solid #FFFFFF;
    padding:4px 4px 8px 0;
    vertical-align:top;
}

caption, th {
    text-align:left;
}
#dealer_view table {
    border-collapse:collapse;
    border-spacing:0;
}
.record {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
}
.name {
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    text-align:left;
}  
.dealerinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color:#000000;
}
.maplink {
    text-align:left;      
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #2f5ea3;
}
/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {display:none}

#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:3px 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt,#TJK_DL dl {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0 7px 7px;}
/* image and left padding for DDs */
#TJK_DL dd {background:url(../img/answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 0 no-repeat;padding:5px 0 0 25px;color:#000;text-decoration:none; display:block; height:21px;}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(../img/toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(../img/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;
cursor:hand}

#frm_contact { 
    width: 575px;
    margin:0px auto;
    text-align:left;
}
.contact_buttons {
    position:relative;
    top:25px;
}
.required {
    position:absolute;
    left:0.8em;
    font-family:"Lucida Sans Unicode","Lucida Grande","Arial",Sans;
    color:#CC3333;
    font-size:11px;
    font-weight:bolder;
}
a.formbutton {
    background:transparent url(../img/formspan.gif) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}
a.formbutton span{
    background:transparent url(../img/formbutton.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 11px;
}
a.formbutton:hover {
    background-position: bottom right;
    padding-right: 11px; /* sliding doors padding */
}
a.formbutton:hover span{
    background-position: bottom left;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}
.frm { position: relative; background: #F9F9F9; border: 1px outset #666; padding: 1em; }
.frm .row { position: relative; clear: both; padding: 0.5em 0.25em; }
.frm .row2 { position: relative; clear: both; padding: 0.5em 0.25em; }
.frm .row3 { position: relative; clear: both; padding: 0.5em 0.25em; }

.frm .row label {position: absolute; left: 0.25em; top: 1em; text-transform: uppercase; font-size: 0.85em; font-weight: bold; padding: 0 0 0 1.75em; }
.frm .row2 label {position: absolute; left: 0.25em; top: 1em; width: 12em; text-transform: uppercase; font-size: 0.85em; font-weight: bold; padding: 0 0 0 1.75em; }
.frm .row3 label {position: absolute; left: 0.25em; top: 1em; width: 100%; text-transform: uppercase; font-size: 0.85em; font-weight: bold; padding: 0 0 0 1.75em; }

.frm .req label, .frm .req_desc { background: url(../img/rate.gif) no-repeat 0 -74px; }

.frm .row input.text, .frm .row select, .frm .row textarea { margin-left: 15.5em; font-size: 11px; width: 33.5em; 
    background: #F0F0F0; border: 1px inset #456645; padding: 0.2em; }
.frm .row2 input.text, .frm .row2 select, .frm .row2 textarea { margin-left: 15.5em; font-size: 11px; width: 13.5em; 
    background: #F0F0F0; border: 1px inset #456645; padding: 0.2em; }
.frm .row3 input.text, .frm .row3 select, .frm .row3 textarea { margin-left: 15em; font-size: 11px; width: 33.5em; 
    padding: 0.2em; text-align:left;}
    
.frm .row3 img {
    position:relative;
    left:175px;
    top:25px;
}
.frm .req_desc { position: absolute; top: -1.7em; right: 0.5em; background-position: 0 -75px; font-size: 0.75em; font-style: italic; padding-left: 18px; text-transform: uppercase; }
.frm input.submit {     
    position:absolute;
    right:0;
    background-color:#9CD275;
    border: 2px solid #6CA245;    
    color:#000;
    padding:4px 4px 2px 4px;
    font-family:"Lucida Sans Unicode","Lucida Grande","Arial",Sans;
    font-size:11px;
    font-weight:bolder;
    margin-top:24px;
}
.frm input.submit:hover, .frm input.submit:focus  {
    color:#dfffc8;
    text-decoration:none;
}
