@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

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;
}
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;
}


/** General Properties **/

html
{
	overflow:auto;
}

body
{
	background-color:#e0e0e0;
	color: #333;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:visible;
}


br.clearall
{
	clear: both;
}


/** Link Properties **/

a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

a
{
	outline: 0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	font-weight:bold;
}

a.button-link,
a.button-link-disabled
{
	display: block;
}

.rounded-corners {
  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  border-radius: 8px; /* CSS3 */
}

/** Header properties **/

h1
{
	color: #0078AE;
	font-size: 150%;	
}

h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 125%;
}

h3
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 110%;
	font-style: italic;
}

/** Table Properties **/

table
{
	border: 1px solid #000;
	padding: 0px;
	border-collapse:collapse;
}

th
{
}

td
{
	border: 1px solid #000;
	margin: 0px;
}

dd
{
	white-space: nowrap;
}

/** Layout Properties **/

div#container
{
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}

/** Header **/

div#header
{
	width: 1000px;
	height: 165px;
	margin: 0px;
	padding: 0;
	background: #aa9999;
	border-top: none;
}

div#header div
{
	float: left;
}

div#header div.first
{
	margin-left: 10px;
}

div.logo
{
	width: 190px;
	margin-top: 15px;
	height: 50px;
	background: #cccccc;
}

div.logo h1
{
	margin: 15px auto;
	text-align: center;
}

div#header-logo
{
	cursor: pointer;
}

div.menu
{
}

div.menu ul
{
	padding: 0px;
	margin: 0px;	
	list-style: none;
}

div.menu ul li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

div#page-nav 
{
	float: right;
	clear: none;
	width: 700px;
	height: 20px;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

div#page-nav ul
{
	padding: 5px 15px;
	width: 50%;
	text-align: right;
}

div#main-nav ul li
{
	font-size: 12px;
	float: left;
}


div#main-nav ul li ul {  
     position: absolute;  
     left: -999em;  
     height: auto;  
     overflow: visible;  
     width: 175px;  
     font-weight: normal;  
     margin: 41px 0 0 0px;  
     padding: 0;  
     background-color: #333;
     border-right: 1px solid #7D211E;
     border-bottom: 1px solid #7D211E;
     float: left;
}  
   
#main-nav ul li ul li {  
     padding-left: 4px;  
     padding-right: 10px; 
     line-height: 20px;  
     width: 175px;  
     text-align: left;  
     clear: both;  
     float: left;  
     margin-left: -4px;
}

#main-nav li ul.list-right li {  
 /*  float: right !important; */  
 }  

#main-nav li ul li a
{
	width: 155px;
}

#main-nav li:hover ul ul, #main-nav li:hover ul ul ul, #main-nav li.sfhover ul ul, #main-nav li.sfhover ul ul ul {  
     left: -999em;  
}  
   
#main-nav li:hover ul, #main-nav li li:hover ul, #main-nav li li li:hover ul, #main-nav li.sfhover ul, #main-nav li li.sfhover ul, #main-nav li li li.sfhover ul {  
     left: auto;  
}     

#main-nav li:hover, #main-nav li.sfhover {  
}    

div#live-chat
{
	width: 240px;
	height: 46px;
}


div#address
{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 175px;
	width: 395px;
	padding: 0;
	clear: left;
	text-align: left;
}

div#phone
{
	padding: 0;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 0;
	float: right;
	clear: none;
	margin-right: 0px;
	text-align: right;
}

div#main-nav
{
	float: right;
	width: 995px;
	margin-right: 0px;
	padding-right: 5px;
	margin-top: 0;
	padding-bottom: 4px;
	text-align: right;
}

/** Content Properties **/

div#content
{
	min-height: 400px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	clear: both;
}

div#banner-holder
{
	width: 1000px;
	height: 298px;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	text-align: left;
	float: left;
	overflow: hidden;
	vertical-align: top;
}

object#banner
{
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	width: 1000px;
	vertical-align: top;
}

div#sections
{
	width: 1000px;
	margin: 0px 5px;
	float: left;
	clear: both;
}

div#sections .jcarousel-clip-horizontal {
	width: 905px;
	margin-left: 0;
	padding-left: 4px;
	padding-bottom: 0;
}

div#sections .jcarousel-next-horizontal,
div#sections .jcarousel-prev-horizontal {
	top: 20px;	
}


div#sections ul li 
{
	width: 165px;
	height: 84px;
	margin: 0px 20px 0px 0px;
	padding: 0;
}

div#sections ul li a.first
{
}

div#sections ul li a.last
{
	margin-right: 0px;
	margin-top: 0px;
}

div#sections ul li a
{
	width: 100px;
	height: 82px;
	margin: 0;
	float: left;
	background: #666666;
	text-align: center;
	padding-left: 55px;
	padding-top: 18px;
	font-weight: bold;
	color: #ffffff;
	font-size: 150%;
}

div.main
{
	width: 700px;
	margin: 5px 15px 0px 0px;
	padding: 5px 0px;
	float: left;
	overflow: visible;
	clear: both;
}

div.main p
{
	text-align: justify;
	padding: 5px;
	line-height: 1.5em;
}

div#banner-ad
{
	float: left;
	padding-top: 20px;
	text-align: center;
	width: 700px;
}

div.sidebar
{
	width: 285px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}

div.sidebar div
{
	margin-bottom: 10px;
}

div.sidebar p
{
	line-height: 1.5em;
}



/** Car Finder **/

div#car-finder
{
}

div#car-finder h2
{
}

div#car-finder form
{
}

div#car-finder form fieldset
{
	border: none;
	margin: 0px;
}

div#car-finder form fieldset legend
{
	display: none;
}

div#car-finder form input[type=radio]
{
	padding-right: 0;
	margin-right: 0;
}

div#car-finder form fieldset label
{
	margin-left: 1px;
	margin-right: 2px;
}

div#car-finder form select
{
	width: 90%;
}

div#recent-widget
{
}

div#recent-widget ul
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

div#recent-widget ul li
{
	padding: 1px 10px;
	background: #aaa;
	margin: 2px;
	clear: both;
	height: 95px;

}

div#recent-widget .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 280px;
    height: 320px;
    padding: 34px 0;
    margin: 0;
}

div#recent-widget .jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 280px;
    height: 320px;
}


div#recent-widget .jcarousel-skin-tango .jcarousel-next-vertical,
div#recent-widget .jcarousel-skin-tango .jcarousel-prev-vertical {
	left: 125px;
}

div#recent-widget .jcarousel-skin-tango .jcarousel-next-vertical
{
	top: 355px;
}

div#recent-widget h3
{
	display: block;
}


div#recent-widget img
{
	display: inline;
	float: left;
	width: 88px;
	height: 66px;
	clear: left;
}


div#recent-widget dl
{
	width: 130px;
	height: 72px;
	float: left;
	clear: right;
	margin-left: 4px;
	margin-top: 0;
}

div#recent-widget dt
{
	float: left;
	clear: left;
	text-align: left;
	width: 54px;
	margin-right: 0;
	padding-right: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

div#recent-widget dt:after
{
	content: ":";
}

div#recent-widget dd
{
	float: left;
	clear: right;
	text-align: left;
	width: 50px;
	margin-left: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}

div#specials
{
	width: 700px;
	margin: 0px 0px;
	float: left;
	clear: both;
}

div#specials-gallery
{
	margin-top: 10px;
	text-align: center;
	width: 690px;
}

div#specials-gallery a
{
	margin: 5px;
}

div#specials-gallery .jcarousel-container-horizontal {
	width: 610px;	
	height: 240px;
}

div#specials-gallery .jcarousel-clip-horizontal {
	width: 600px;
	height: 240px;
}

div#specials-gallery .jcarousel-next-horizontal,
div#specials-gallery .jcarousel-prev-horizontal {
	top: 97px;	
}

div#specials-gallery ul#specials-list,
div#specials-gallery ul#specials-list li
{
	height: 240px;
}


/** Results page properties **/

div#navigator
{
	margin-top: 0;
	margin-left: 12px;
	height: 25px;
	width: 988px;
}

div.vehicle-navigator
{
	padding: 5px 0;
	width: 300px;
	margin: 0px;
	height: 15px;	
	clear: left;
	float: left;
}

div#navigator ul
{
	background: #aa0000;
	float: left;
	height: 15px;
	padding: 6px 10px 5px 10px;
	width: 305px;
	margin: 0px;	
}

div#navigator ul li
{
	display: inline;
	height: 20px;
	margin: 1px 5px;
}

div#navigator ul li a
{
	color: #ffffff;
}


li#navigator-section a
{
	font-weight: bold;
}

div#navigator ul li#navigator-previous
{
	float: left;
}

div#navigator ul li#navigator-previous:before
{
	content: "\00AB";
	padding-right: 5px;
	color: #ffffff;
}

div#navigator ul li#navigator-next
{
	float: right;
}

div#navigator ul li#navigator-next:after
{
	padding-left: 5px;
	 content: "\00BB"; 
	color: #ffffff;
}

div#navigator div#action-print
{
	float: left;
	margin: 0 0 0 540px;
	width: 100px;
	text-align: center;
	
}

div#navigator div#action-print a
{
	height: 15px;
	padding: 5px;
	width: 190px;
	background: #666;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	display: block;
	text-align: center;
	color: #fff;
}

div#navigator div#action-print a:hover
{
	background: #aa0000;
}

div#finder-main
{
	width: 100%;
}

div.vehicle-results-content
{
	margin: 5px 33px;
	clear: both;
	width: 100%;
	overflow: auto;
}



ul#vehicle-results
{
	list-style: none;
	padding: 0 0 0 1em;
	text-indent: -1em;
	display: block;
	clear: both;
}


li.vehicle-result
{
	border: 1px solid #aa0000;
	color: #fff;
	width: 930px;
	height: 152px;
	padding: 5px;	
	margin: 0 0 10px 0;
	display: block;
	text-indent: 0;
}

#search-results-internet-specials li.vehicle-result
{
	width: 450px;
	height: 420px;
	margin: 0 5px 5px 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	clear: none;
}

div.vehicle-result-image
{
	width: 102px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
	vertical-align: top;
}

div.vehicle-result-image img
{
	vertical-align: top;
	width: 100px;
	border: 1px solid #333333;
}

div.vehicle-result-info
{
	float: left;
	clear: right;
	width: 870px;
	padding-right: 0;
}

div.vehicle-result-emblems
{
	float: left;
	clear: none;
	width: 200px;
	margin: 0 10px;
}

div.vehicle-result-emblem
{
	float: left;
	clear: none;
	width: 96px;
	margin: 2px;
}

#search-results-internet-specials div.vehicle-result-info
{
	width: 350px;
	overflow: visible;
}

h3.vehicle-result-name
{
	text-decoration: none;
	font-style: normal;
	font-size: 1.4em;
	margin: 0 0 0 0;
	clear: right;
	float: left;
	width: 700px;
}

#search-results-internet-specials h3.vehicle-result-name
{
	width: 280px;
}

div.vehicle-result-summary
{
	margin: 0 0 0 10px;
	width: 170px;
	padding: 0;
	float: left;
	clear: right;
}

#search-results-internet-specials div.vehicle-result-summary
{
	width: 120px;
}

div.vehicle-result-price
{
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-size: 1.5em;
	line-height: 2em;	
}

a.vehicle-result-view-details
{
	border: 1px solid #333;
	padding: 5px;
	width: 90px;
	margin: 15px auto 0px auto;
	text-align: center;
	background: #ccc;
}

#search-results-internet-specials a.vehicle-result-view-details
{
	margin: 5px auto 0 auto;
	padding: 4px;
}

div.vehicle-result-summary dl.vehicle-result-details dt
{
	float: left;
	clear: none;
}

div.vehicle-result-summary dl.vehicle-result-details dd
{
	float: left;
	clear: none;
}

dl.vehicle-result-details
{
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 380px;
	float: left;
}

#search-results-internet-specials dl.vehicle-result-details
{
	width: 380px;
	clear: both;
}

dl.vehicle-result-details dt
{
	float: left;
	clear: none;
	margin: 0 5px 0 0;
	width: 75px;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0;
}

dl.vehicle-result-details dt.dt-left
{
	clear: left;
}

dl.vehicle-result-details dt:after
{
	content: ":";
}


dl.vehicle-result-details dd
{
	float: left;
	clear: none;
	width: 135px;
	margin: 0 5px 0 0;
	line-height: 1.25em;
	padding: 0;
}

p.vehicle-result-notes
{
	float: left;
	clear: left;
	width: 635px;
	margin-left: 0;
}

/** 
 * Vehicle Details Page:
   This is broken up into 4 major sections:
 + vehicle-left-sidebar: images, video, and comments
 + vehicle-main: title, pricing, summary, dealer notes, location, and map
 + vehicle-right-sidebar: print, phone, actions, modules
 + vehicle-specs: options, specifications, and financing info
**/

div.vehicle-details-content
{
	clear: left;
	width: 1000px;
	padding-top: 10px;
}

div#vehicle-left-sidebar
{
	width: 320px;
	height: 1000px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	clear: left;
}

div#vehicle-image-area 
{
	width: 320px;
	margin: 10px 0;
	height: 355px;
	padding: 0;
	float: left;
	clear: both;
}

div#vehicle-image-area img#vehicle-slideshow
{
	width: 320px;
	height: 240px;
	border: 1px solid #aa0000;
}

div#vehicle-image-area div.jcarousel-container
{
	width: 240px;
	height: 58px; 
	
}

div#vehicle-image-area .jcarousel-clip-horizontal
{
	width: 240px;
	height: 54px;
}

div#vehicle-image-area div.jcarousel-container .jcarousel-prev-horizontal,
div#vehicle-image-area div.jcarousel-container .jcarousel-next-horizontal 
{
	top: 20px;
}

div#vehicle-image-area div.jcarousel-container
{
}

div#vehicle-image-area div.jcarousel-container .jcarousel-item
{
	width: 72px;
	height: 54px;
}

a#vehicle-large-images-link,
a#vehicle-video-link
{
	float: left;
}

div#vehicle-image-actions
{
	margin: 5px 0;
	width: 310px;
	height: 35px;
}

ul#vehicle-additional-images
{
	width: 310px;
}

ul#vehicle-additional-images li
{
	display: inline;
}

ul#vehicle-additional-images li img
{
	width: 72px;
	height: 54px;
}

div#vehicle-comments
{
	width: 310px;
	height: 710px;
	margin: 10px 0;
	padding: 5px;
	float: left;
	clear: left;
}

div#vehicle-main
{
	float: left;
	width: 445px;
	height: 700px;
	margin: 10px 5px 5px 10px;
}

div#vehicle-summary-area
{
	float: left;
	width: 440px;
	height: 230px;
}

dl#vehicle-details-summary
{
	width: 330px;
	height: 150px;
	float: left;
}

dl#vehicle-details-summary dt
{
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	clear: left;
}

dl#vehicle-details-summary dd
{
	float: left;
	width: 210px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#vehicle-details-more
{
	float: right;
	clear: right;
	width: 100px;
	height: 10px;
	margin-right: 10px;
	padding-top: 27px;
	vertical-align: bottom;
}

a#vehicle-details-more-link
{
}

div#vehicle-notes
{
	margin-top: 5px;
	width: 430px;
	height: 65px;
	padding: 0;
	float: left;
	clear: both;
}

div#vehicle-notes h3
{
	margin: 0 0 5px 0;
	padding: 0;
}

div#vehicle-notes p
{
	margin: 0;
	padding: 0;
}

div.hidden
{
	display: none;
	visibility: hidden;
}

div#inline_dealer_notes
{
	padding: 10px;
	line-height: 16px;
	text-align: justify;
}

div#vehicle-location
{
	width: 400px;
	height: 395px;
	float: left;	
	padding: 0 24px;
	float: left;
	clear: both;
	text-align: center;
}

div#vehicle-location h3
{
	width: 120px;
	margin-top: 0px;
	padding: 0;
	font-size: 1.05em;
	float: left;
	font-style: normal;
}

div#vehicle-location h3:after
{
	content: ":"
}

div#vehicle-location address
{
	font-size: 1.05em;
	width: 280px;
	margin-top: 0px;
	float: left;
}

div#vehicle-location a
{
	margin: 8px 0 5px 95px;	
	float: left;
	width: 200px;
	height: 16px;
	padding: 4px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}


iframe#vehicle-map 
{
	clear: both;
	float: left;
	border: 1px solid #aa0000;
}


div#vehicle-location span
{
}

div#vehicle-location span#address-dealership-name
{
	font-weight: bold;
}

div#vehicle-sidebar-right
{
	width: 220px;
	height: 700px;
	margin: 10px 0 8px 0;
	float: left;
	padding: 0;
	text-align:center;
}

div#vehicle-actions
{
	width: 220px;
	height: 370px;
	float: left;
	padding-top: 5px;
}

div#action-phone
{
	font-size: 1.5em;
	text-align: center;
}

div#vehicle-actions ul
{
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#vehicle-actions ul li
{
	display: block;
	margin: 10px;
	padding: 0;
}


div#vehicle-actions ul li a
{
}


div#vehicle-details-fuel-economy,
div#window-sticker-fuel-economy
{
	float: left;
	clear: both;
	margin: 10px;
	width: 180px;
	height: 60px;
	background-color: #33aa33;
}

div#vehicle-details-fuel-economy div,
div#window-sticker-fuel-economy  div
{
	float: left;
	height: 41px;
	width: 80px;
	margin: 0 5px;
	text-align: center;
}

div#vehicle-details-fuel-economy div#vehicle-details-fuel-disclaimer,
div#window-sticker-fuel-economy  div#vehicle-details-fuel-disclaimer
{
	border-top: 1px solid #aa0000;
	background-color: #aaa;
	font-size: 0.75em;
	width: 180px;
	margin: 0;
	padding: 0;
}

div#vehicle-details-carfax
{
	float: left;
	clear: both;
	margin: 10px 0 10px 10px;
	padding-top: 10px;
	width: 180px;
	text-align: center;
	height: 30px;
	background-color: #FFCC66;
	border: 1px solid #aa0000;
}


div#vehicle-specs
{
	width: 680px;
	padding: 0px;
	height: 420px;
	margin: 0 0 10px 0;
	float: left;
	clear: right;
}

div#vehicle-specs h2
{
	padding: 0 10px;
}

div#spec-tabs
{
	height: 360px;
}

div#spec-tabs h3
{
	display: none;
	visibility: hidden;
}

div#spec-tabs div
{
	overflow-y: scroll;
	overflow-x: auto;
	height: 278px;
}


div#spec-tabs div ul
{
	margin: 0;
	padding: 0;
}

div#tabs-tech div
{
	width: 230px;
	height: auto;
	overflow: visible;
	overflow-y: visible;
	float: left;
}

div#spec-tabs div#tabs-tech h4
{
	width: 220px;
	padding: 0;
	float: left;
	margin: 0;
	clear: left;
	color: #FFCC00;
}

div#spec-tabs div#tabs-tech ul
{
	clear: left;
	width: 220px;
	float: left;
	margin: 0 0 8px 8px;
	padding: 0 0 0 8px;
}

div#spec-tabs div#tabs-tech ul li 
{
	width: 212px;
}


div#spec-tabs div ul li
{
	width: 295px;
	float: left;
	padding-right: 15px;
}

div#tabs-finance div
{
	overflow-y: visible;
	overflow: visible;
}

div#tabs-finance p
{
	margin: 0 0 5px 0;
	float: left;
	overflow: visible;
	padding: 0;
}

div#tabs-finance form
{
	float: left;
	overflow: visible;
	padding: 0;	
	margin: 0;
}

div#tabs-finance h3
{
	padding-top: 0;
	margin-top: 0;
}

div#tabs-finance label
{
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	float: left;
	clear: both;
}

div#tabs-finance input
{
	width: 85px;
	margin: 0;
	float: left;
}

div#tabs-finance select
{
	width: 85px;
	margin-bottom: 5px;
	float: left;
}

div#tabs-finance div#pmtTable
{
	float: left;
	width: 530px;
	padding: 0;
	margin: 0;
	clear: none;
	overflow: visible;
	overflow-y: visible;
}

div#spec-tabs div#pmtTable
{
	overflow: visible;
	overflow-y: visible;
}

div#tabs-finance table
{
	border: 1px solid #fff;
	border-collapse: collapse;
}

div#tabs-finance table tr td
{
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 50px;
}

div#tabs-finance table thead td
{
	font-weight: bold;
}

/** Footer Properties **/

div#footer
{
	clear: both;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	background: #aa9999;
	font-size: 13px;
}

div#footer div
{
	float: left;
}

div#footer div.first
{
	clear: left;
}

div#footer div.last
{
	clear: right;
	float: right;
	margin-right: 10px;
}

div#footer-nav div
{
	width: 160px;
}


div#footer-nav ul li
{
	text-align: left;
}

div#footer-nav a
{
	text-transform: capitalize;
}

div#share-nav
{
	margin: 5px 0px;
}

div#footer-address
{
}

div#legal
{
	margin: 5px auto;
	padding-left: 10px;
	padding-top: 10px;
}

div#legal div
{
	float: none;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 6px;
}

div#legal div:after
{
	content: "|";
}

div#legal div#legal-privacy
{
	text-align: left;
	float: none;
}

div#legal div#legal-terms:after
{
	content: "";
}

div#powered
{
	clear: none;
}

div#powered:after
{
	content: "";
}

div#powered a
{
}

div#powered a img
{
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 0;
	vertical-align: bottom;
}


/* Colorbox forms */

body.colorbox-page
{
	padding-top: 0;
	margin-top: 0;
}

div#colorbox-body
{
	overflow: visible;
	width: 100%;
	height: auto;
	clear: both;
}

div.map
{
	height: auto;
	clear: both;
	overflow: visible;	
}

body.colorbox-page p
{
	width: 455px;
	clear: left;
	float: left;
	text-align: left;
	margin: 0 10px 10px 10px;
}

form.colorbox-form p
{
	margin: 0 0 10px 0;
}

form.colorbox-form label
{
	clear: left;
	width: 125px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}

form.colorbox-form label:after { content: ":" }

form.colorbox-form label.required:before { content: "*" }

form.colorbox-form p#p_preferred-contact label
{
	float: left;
	clear: none;
}

form.colorbox-form p#p_preferred-contact label:after { content: "" }

form.colorbox-form input
{
	float: left;
	clear: right;
	width: 200px;
}

form.colorbox-form input[type=radio]
{
	width: 20px;
}

form.colorbox-form textarea
{
	width: 200px;
	float: left;
	clear: right;
}

form.colorbox-form p.required
{
	float: left;
	width: 200px;
	clear: left;
	margin-left: 10px;
}

form.colorbox-form p.required:before
{
	content: "*";
}

form.colorbox-form input[type=submit]
{
	width: 150px;
	text-align: center;
	clear: right;
	float: right;
	margin-right: 20px;
	height: auto; /* needed so Submit button doesn't cut off in Firefox */
}

body#driving-directions-page
{
	background-position: 0 -77px;
}

#driving-directions-page h1
{
	width: 932px;
}

p#p_end
{
	clear: left;
	float: left;
	width: 350px;
}

p#p_end label
{
	width: 100px;
}


p#p_end-zip
{
	clear: none;
	float: left;
	width: 350px;
}

p#p_end-zip label
{
	width: 75px;	
}

input#getdirections
{
	float: left;
}

a#print-directions-link
{
	margin: 8px auto 5px 180px;
	float: left;
	clear: left;
	width: 200px;
	height: 16px;
	padding: 4px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.error 
{
	color: red;
}
