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

body {
	padding: 0;
	color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	background-size: cover;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
p       {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	border-bottom-width: thick;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #FFF; */
	-webkit-box-shadow: 0px 0px 15px 2px;
	box-shadow: 0px 0px 15px 2px;
	height: 130px;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	background-color: #FFF;
	border: thin none #FFFFFF;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content {
	width: 960px;
	float: left;
	text-align: center;
	background-repeat: repeat;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000000;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-color: #F5F5F5;
	border-style: none;
	/* [disabled]border-width: thin; */
	-webkit-box-shadow: 0px 2px 15px 1px;
	box-shadow: 0px 2px 15px 1px;
	background-image: url(images/content.png);
}
.content2 {
	width: 800px;
	text-align: center;
	background-image: none;
	background-repeat: repeat-x;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000000;
	padding-bottom: 0;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: thin none #450000;
	padding-right: 20px;
	padding-left: 20px;
	/* [disabled]border-bottom-color: #666; */
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	color: #FDFDFD;
	padding-right: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/* [disabled]height: 27px; */
	padding-top: 0px;
	border-bottom-width: medium;
	border-bottom-color: #900;
	background-image: url(images/Nav%20Bar2.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 960px;
	border-right-width: thin;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	border-left-width: thin;
	padding-bottom: 6px;
	border-style: none;
	background-color: #383838;
	background-repeat: repeat-x;
	text-align: center;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h2 {
	font-size: 14px;
	color: #000;
}

h5 {
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 0px;
}

h6 {
	font-size: 12px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
}





/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	padding-top: 0;
	right: auto;
	padding-left: 0px;
	padding-right: 0px;
	height: 14px;
	left: auto;
	margin-right: -3px;
	margin-left: 1px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 12pt;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 104.6px;
	font-family: Rockwell;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	background-image: url(images/Nav%20Bar.jpg);
	/* [disabled]text-shadow: 1px 2px #000; */
	border-color: #FBFBFB;
	height: 25px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	/* [disabled]width: 191px; */
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal a.current {
	color: #FFFFFF;
	background-color: #030303;
	background-image: url(images/Nav%20Bar2.jpg);
	/* [disabled]text-shadow: 1px 2px #000; */
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	/* [disabled]border: 1px solid #CCC; */
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #F5F5F5;
	/* [disabled]text-decoration: none; */
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	/* [disabled]text-shadow: 1px 2px 0px #000; */
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 14px;
	margin-left: -1px;
	background-image: url(images/Nav%20Bar.jpg);
	height: 26px;
	padding-top: 3px;
	width: auto;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #030303;
	color: #FFFFFF;
	background-image: url(images/Nav%20Bar2.jpg);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #030303;
	color: #FFFFFF;
	background-image: url(images/Nav%20Bar2.jpg);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(file:///C|/Users/Jared/Desktop/Work/LewisAuto/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border-right-width: thin;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	border-style: none;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(file:///C|/Users/Jared/Desktop/Work/eam5FA4.tmp/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(file:///C|/Users/Jared/Desktop/Work/LewisAuto/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(file:///C|/Users/Jared/Desktop/Work/eam5FA4.tmp/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

.emaillink {
	color: #FFFFFF;
}

a:hover {
	color: #A9A9A9;
}
a:active {
	color: #024B80;
}
