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

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL {
    font-size : 10pt;
    color: #DAC58B;
}

html, body {
    background-color: black;
    scrollbar-base-color: #3A0808;		
}

/* Links */ 
a:hover, a:active {
    color: white;
    background-color : #BB4314;
    text-decoration: none;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
    text-decoration: none;	
    display: block;
}
a:hover.nav, a:active.nav {
    text-decoration: none;
    display: block;
    color: white;
    background-color : #BB4314;
}
/* Links for scrolling through photos */
a:link.photonav, a:visited.photonav {
    font-size : 8pt;
    text-decoration: none;	
}
a:hover.photonav, a:active.photonav {
    font-size : 8pt;
    color: white;
    text-decoration: none;
    background-color : #BB4314;
}

SMALL, .small, .blog_date  {
	font-size : 8pt;
	color : #CEA469;	
}

H2, .heading2, .blog_name  {
	font-size : 18pt;
	font-weight: normal;
	font-style : italic;	
	color : #FB8318;
}

H3, .heading3, .blog_title, .heading_blog  {
    font-size : 14pt;
    font-weight: normal;
	font-style : italic;		
    color : #FB8318;
}

H4, .heading4  {
    font-size : 10pt;
    font-weight: bold;
    color : #FB8318;
}

.heading3b  {
    font-size : 13pt;
    font-weight: normal;
	font-style : italic;	
    color : black;
}

.pullquote  {
    font-size : 12pt;
    font-weight: bold;
	font-style : italic;	
    color : #CEA469;
}

.customer_list  {
    font-size : 10pt;
    font-weight: bold;
}

select, input, textarea {
	font-size : 10pt;
	color: #FCEDC2;
	background-color: #3A0808;
	border: 1px solid #874B05;
}

input.button {
	color: white;
	background-color: #BB4314;
	border: 1px solid #874B05;
}

hr {
	border: none;
	color: #874B05;
	background-color: #874B05;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}

.photo_border {
	border: 2px solid #874B05;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_left_border {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	border: 2px solid #874B05;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.align_right_border {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: 2px solid #874B05;
}

.dealer_table {
	border: 0;
}
.dealer_table tr, .dealer_table td {
	border: 1px solid #874B05;
	border-collapse: collapse;
	background-color: #3A0808;
        padding: 8px;
}
.dealer_normal tr, .dealer_normal td {
	border: 0;
        padding: 0;
}
.dealer_header tr, .dealer_header td {
	border: 0;
	padding: 0;
	background-color: black;
}
.dealer_sep tr, .dealer_sep td {
	border: 0;
        padding: 0;
	background-color: #E1B772;
	background-image: url(table_header_center.jpg);
}
ul.noindent {
	margin-top: 5px;
	margin-left: 17px;
	padding-left: 0px;
	margin-bottom: 5px;
}
ul.compact, ol.compact {
	margin-top: 2px;
}
