﻿.adjustedZIndex { z-index: 100; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 95%;
}
body
{
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    background-color: #758D1C;
}
h1 {
	font-size: 18px;
	color: Green;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #006;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-style: italic;
}
h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
ul {
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 10px;
}
ol {
	list-style: decimal;
	margin-left: 50px;
	margin-bottom: 10px;
}
li {
	padding-left: 5px;
}
blockquote {
	margin: 0 25px 10px 25px;
	padding: 15px;
	background: #999;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
}
#mainContent table tr td {
	vertical-align: top;
}
#container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background: #DDDDDD; 
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
	width: 650px;
	float:left;
	border-right-style: double;
    border-right-width: thin;
    border-right-color: #02366A;
}
#rightContent {
	padding: 0 20px;
	background: #FFFFFF;
	width: 250px;
	float: right;
}
#footer {
	padding: 0 10px;
	background: url(../images/body-bg.gif);
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
}
.top-menu 
{
    text-align: center;
    color: Black;  
    height: 20px;
    background-image: url(../images/jeep-warranty-nav-bg.jpg);
		background-repeat: repeat-x;
    width: 1000px;
}
.top-menu-item
{
    text-align: center;
    color: White;  
    height: 20px;
    width: 142px;
}