/* Default CSS Stylesheet for a new Web Application project */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TD 
{
	font-weight: normal;
	font-size: 12px;
}

/* STANDARD BEGIN 
A:link
{
	color: ghostwhite;
	text-decoration: none;
	font-size: 14px;
}	
		
A:visited	{	
	text-decoration:	none;
	color: ghostwhite;
	font-size: 14px;
	}	
		
A:active	{	
	text-decoration:	none;
	color: ghostwhite;
	font-size: 14px;
	}	
		
A:hover
{
	color: black;
	background-color: ghostwhite;
	text-decoration: underline;
	font-size: 14px;
}

STANDARD END  */


/* NEW BEGIN */
A:link
{
	color:  Navy;
	text-decoration: none;
	font-size: 12px;
}	
		
A:visited	{	
	text-decoration:	none;
	color: Navy;
	font-size: 12px;
	}	
		
A:active	{	
	text-decoration:	none;
	color: Navy;
	font-size: 12px;
	}	
		
A:hover
{
	color: black;
	background-color: ghostwhite;
	text-decoration: underline;
	font-size: 12px;
}
/* NEW END  */

.dark_beige_link A:link
{
	color: saddlebrown;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	
		
.dark_beige_link A:visited	{	
	text-decoration:	none;
	color: saddlebrown;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
.dark_beige_link A:active	{	
	text-decoration:	none;
	color: saddlebrown;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
.dark_beige_link A:hover
{
	color: black;
	background-color: ghostwhite;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	16px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.strong_black
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.strong_black_big
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}		
.gray
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Gray
}
		
.Page_Content
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: ghostwhite;
}

.white_font
{
	font-weight: lighter;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_header_font
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.normal_input
{
	color: black;
	background-color: #eeead9;
}

.small_input
{
	border-right: 0px;
	border-top: 0px;
	font-size: 8pt;
	border-left: 0px;
	color: black;
	border-bottom: 0px;
	background-color: #eeead9;
}

.small_button
{
	border-right: olive 1px solid;
	border-top: olive 1px solid;
	font-size: 8pt;
	border-left: olive 1px solid;
	color: ghostwhite;
	border-bottom: olive 1px solid;
	background-color: transparent;
}

.small_text	{	
	font-size:	.8pt;
	}
		
.nobgBody BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: whitesmoke;
}
P.BlogTitle 
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:black;
}

P.BlogBody 
{
	font-family:Arial;
	font-size:12px;	
}

P.tagline 
{
	font-family:Arial;
	font-size:12px;	
	color:666666;
}

A.BlogLink 
{
	text-decoration: none;
	color: saddlebrown;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

A.BlogLink:Hover 
{
	text-decoration:underline;
	color: saddlebrown;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

A.BlogLink:visited	{	
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

SPAN.dateposted 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:666666;
}

.link_box { color: #FFFFFF; background-color: #668ECC; border: 1px solid #FFFFFF; padding: 10px; margin: 12px 4px 12px 0px; font-size: 14px;}

.square_table_border
{
	background-color: midnightblue;
}

.press_box_acura
{
    BORDER-RIGHT: #4e778d 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #4e778d 1px solid;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    MARGIN: 12px 4px 8px 0px;
    BORDER-LEFT: #4e778d 1px solid;
    COLOR: #ffffff;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #4e778d 1px solid;
    BACKGROUND-COLOR: #1b2830
}

/* STANDARD BEGIN */


BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
}
.lh_banner
{
	background-image: url(images/logo.jpg);
}
.beige
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeead9;
}

.beige_darker
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCB4;
}

.beige_font
{
	font-size: 12px;
	color: #eeead9;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top_top_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.menu_top_middle_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.menu_top_bottom_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.bg_tan_empty_vert
{
	background-image: url(images/bg_tan_empty_vert.gif);
}

/*   STANDARD END */


/* JULY 4 BEGIN 
BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
}
.lh_banner
{
	background-image: url(images/july4_theme/logo.jpg);
}
.beige
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeead9;
}

.beige_darker
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCB4;
}

.beige_font
{
	font-size: 12px;
	color: #eeead9;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top_top_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.menu_top_middle_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.menu_top_bottom_bg
{
	background-image: url(images/bg_tan_empty_horiz.gif);
}
.bg_tan_empty_vert
{
	background-image: url(images/july4_theme/bg_tan_empty_vert.jpg);
}

/* JULY 4 END */


/* CHRISTMAS BEGIN 
BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
}
.lh_banner
{
	background-image: url(images/christmas_theme/logo_christmas.jpg);
}
.beige
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeead9;
}

.beige_darker
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCB4;
}

.beige_font
{
	font-size: 12px;
	color: #eeead9;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top_top_bg
{
	background-image: url(images/christmas_theme/bg_tan_empty_horiz.jpg);
}
.menu_top_middle_bg
{
	background-image: url(images/christmas_theme/bg_tan_empty_horiz.jpg);
}
.menu_top_bottom_bg
{
	background-image: url(images/christmas_theme/bg_tan_empty_horiz.jpg);
}
.bg_tan_empty_vert
{
	background-image: url(images/christmas_theme/bg_tan_empty_vert.jpg);
}

/* CHRISTMAS END */
