

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #663300;
}
h1 {
	text-align: center;
	font-size: 14pt;
	zoom: 1;
/*	margin-top: 12px;  - left white space at the top of divs */
}

h2 {
	text-align: 			center;
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*
 *	Dealer Listings Seection
 */


#dealer_main table {
	width: 80%;
}

#dealer_main table.listingItem table {
	width: 100%;
}

#dealer_main a, .popup-dealer a {
	color: white;
	font-weight: bold;
}

#dealer_main a:hover, .popup-dealer a:hover {
	color: yellow;
}

.listingItem
{
	border: 0;
	border-collapse: collapse;
	font-size: 8pt;
	background: azure;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	width: 90%;
	zoom: 1;
	padding-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

/* 'Easy Clearing Method' (to stop floats escaping from the bottom of a div) */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

/* End easy clearing */



.listingItemTitleRow
{
	height: 20px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	color: white;
	font-size: 9pt;
	background: darkslategray; 	/* #2f4f4f; */
	border-style: none;
	text-align: left;
	vertical-align: middle;
	border: 0;
}
.dealerListButton  /* For 'Website' and 'Email' buttons */
{
	border-bottom-color: 	MidnightBlue;
	border-right-color: 	MidnightBlue;
	border-top-color: 		MediumSeaGreen;
	border-left-color: 		MediumSeaGreen;
	border-collapse:		separate;
	border-style: 			solid;
	border-width:	 		1px;
	margin-left: 			5px;
	margin-right:		 	5px;
	padding-left:			8px;
	padding-right:			8px;
	background: 			#336600;
	white-space:			nowrap;
	font-size:				8pt;
	font-weight:			normal;
	text-align:				center;
}

.listingItem p {
	font-size: 8pt;
	font-weight: 100;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 4px;
}

.slogans
{
	font-size:	7pt;
	font-weight:	bold;
	overflow:	hidden;
	display:	inline;
}

.slogan1
{
	color:	gold;
	background: slategray;
	font-weight: bold;
	font-size: 0.8em;
}

.slogan2
{
	color: #664400;
	font-weight: bold;
	font-size: 1.5em;
	text-align:	right;
	position: absolute;
	left: 480px;
	right: 0px;
	top: 36px;
/*	width: 100%; */
	padding-top: 0;
}

/*
 *	Dealer Directory
 */
.dealerDir
{
	background-color:	#666600;
}


td.dealerDir
{
/*	border-width:	1px;
	border-color:	SandyBrown;
	border-style:	solid; */
	padding: 3px;
}


#dealer_main a.dealerDir
{
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			9pt;
	font-weight:		normal;
	color:				white;
}

#dealer_main a:hover.dealerDir
{
	color:				yellow;
}

p.dealerDir {
	font-size:		8.5pt;
	text-indent:	-1.5em;
	margin-left:	1.5em;
	margin-bottom:		0.3em;
	line-height: 120%;
}
/*
 *	Dealer Menu and Classifieds Menu
 */

.dealerMenu
{
	background: #CEBB89;
	font-weight: bold;
	border: none; }

td.dealerMenu {	
	color: black;
	font-size: 10pt;
}


.paleMenuItem
{
	background: LemonChiffon;
}

.darkMenuItem
{
	background: PaleGoldenrod;
}

.selectedMenuItem
{
	background: #33ff44;
}

.subheading {
	background-color: #ffaa88;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 2px;
}

.subtitle
{
	font-weight: bolder;
	text-transform: uppercase;
	color: SaddleBrown;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #99cccc;
}


/*  Using CSS for layout instead of tables */
#wrap
{
	background-color:	Blue;
	width:	95%;
}

#screen
{
	background-color: yellow;
}

#menu
{
	background-color: #CEBB89;
	width:	200px;
	height: 100%;
	float:left;
}

#content
{
	background-color: #CEBB89;
	float: none;
	height: 100%;
}

table.archive {
	border-collapse: collapse;
	margin: 20px 50px;
}
table.archive td {
	border: 2px solid darkgrey;
	padding: 5px;
}