﻿
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	vertical-align: top;
	margin-top: 0px;
	background-color: #748490;
}
a:link
{
	color: blue;
	font-size:12px;
	font-family:Arial;
}
a:visited
{
	color: blue;
	font-size:12px;
	font-family:Arial;
}
a.presslink:link
{
	text-decoration:underline;
	color:#333333;
}
a.presslink:visited
{
	text-decoration:underline;
	color:#333333;
}
a.presslink:hover
{
	text-decoration:underline;
	color:white;
	display: block;
	background-color:#666666;
}
.oneColLiqCtrHdr #container
{
	width: 950px; /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #topheader
{
	background: #5a5b5e;
	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. */
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtrHdr #topheader a
{
	text-decoration: none;
}
.oneColLiqCtrHdr #header
{
	background: #DDDDDD;
	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. */
	text-align: right;
	padding-top: 10px;
	background-image: url(/images/design/header.jpg);
	height: 128px;
}

.oneColLiqCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent
{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer
{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
A.topNav:link
{
	color: White;
	font-size: 10px;
	font-family: Arial;
	word-spacing: 2px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu
{
	margin: 0;
	padding: 0;
}
table.menutop
{
	
	float: left;
	color: white;

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
table.menutop td
{
		text-align: center;
	width: 158px;
	text-decoration: none;
	background-color: #5a5b5e;
	
}
table.menutop td a
{
	
	color: white;
	text-align: center;
	width: 150px;
	text-decoration: none;
	background-color: #5a5b5e;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}
a.navcucentral:link
{
	float: left;
	color: white;
	text-align: center;
	width: 150px;
	text-decoration: none;
	background-color: #5a5b5e;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
table.sample
{
	border-collapse: separate;
	background-image: url(/images/design/top.jpg);
	background-repeat: no-repeat;
}
table.sample th
{
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 1;
}
table.sample td
{
	border-collapse: separate;
	font-size: 10px;
}
table.sample tr
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 1;
}

table.main
{
	vertical-align: top;
	margin-top: 0px;
	border: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}
td.tophead
{
	background-color: #ebeff3;
	padding: 0 0 0 0;
}
td.tophead2
{
	background-color: #ebeff3;
}

img.corner
{
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}
SELECT.cars
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58575c;
	size: landscape;
	width: 160px;
}
SELECT.dealerDist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58575c;
	size: landscape;
	width: 100px;
}
SELECT.year
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58575c;
	size: landscape;
	width: 50px;
}
Input.zip
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px;
	width: 80px;
	color: #58575c;
}
Input.prange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px;
	width: 50px;
	color: #58575c;
}
blockquote {
	float:left;
	background: url(quoteleft.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0em auto 2em auto;
}
blockquote p {
	float:right;
	line-height: 1.5;
	margin: 0;
	
	display: inline;
	padding-right: 20px;
	background: url(quoteright.jpg);
	background-position: 95% 100% ;
	background-repeat: no-repeat;
}

.quote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style:italic;
	text-indent:50px;
	text-align:justify;

}
.quotename
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF9900;
	text-align:left;
	margin-left:350px;

}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.pageTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;

}
.texttitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF9900;

}
.subtitleitalic
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	color: #FF9900;

}
.homecarstitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px;
	color: #58575c;
}
.homecarstitlenew
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px;
	color: #f90;
}
.homecarstitleresearch
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px;
	color: #fff;
}

.button
{
	width: 25px;
	background-image: url(/images/add.png);
	background-position: top;
	background-repeat: no-repeat;
	font: arial;
	font-weight: bold;
	color: White;
}
.button2
{
	background-image: url(/images/check-mark.png);
	background-position: top;
	background-repeat: no-repeat;
	font: arial;
	font-weight: bold;
	color: White;
}

.headerStyle a:link
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
.headerStyle a:hover
{
	color: #59585d;
	font-size: 8pt;
	font-weight: bold;
}
table.refinesearch
{
	text-align: left;
}

table.signup
{
}
table.signup SELECT
{
	width: 250px;
}
table.signup INPUT
{
	width: 245px;
	border: 1px;
}
table.signup td
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	font-size: 13px;
}
table.signup th
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	font-size: 15px;
}

table.carlist td
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	font-size: 13px;
}
table.carlist th
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	font-size: 15px;
}
table.carcatselect td
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	text-align: center;
	padding:0px 15px 0px 0px;
}
table.usedcarshome td
{
	border-width: 0px;
	border-spacing: 0;
	border-style: groove;
	width: 35%;
}
.home_title
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.curlycontainerhome
{
	border: 1px solid #b8b8b8;
	margin-bottom: 5px;
	width: 214px;
	padding: 2px 2px 2px 2px;
}
.curlycontainermidhome .innerdivmidhome
{
	position: relative;
	padding-top: 2px;
}
.curlycontainermid
{
	border: 1px solid #f7901e;
	margin-bottom: 5px;
	width: 275px;
}
.curlycontainermidmid .innerdivmidmid
{
	position: relative;
	padding-top: 2px;
}
.curlycontainerhomeright
{
	border: 1px solid #8f8f8f;
	margin-bottom: 5px;
	width: 192px;
}
.curlycontainerhomeright .innerdivmidhomeright
{
	position: relative;
	padding-top: 2px;
}
