/* Content CSS Document */


/* Navigation Styles */

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	padding: 1px 0 0 0;
	z-index: 20;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline: none;
}

#nav a:hover {
	text-decoration: none;
	color: #b6daff;
}

#nav li { /* all list items */
	float: left;
	height: 13px;
	background: url(../images/topnavlinks_bg.gif) top left no-repeat;
	padding: 10px; 
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #103060;
	margin: 1px 0 0 0px;
}

#nav li ul li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
	padding: 7px 10px 10px 10px;
	height: 10px;
	border-bottom: 1px solid #969696;
	background: url(../images/clear1x1.gif) top left no-repeat;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.TopNav2 {
	height: 36px;
	background: url(../images/topnav_bg2.gif) top left repeat-x;
}

#NavShell2
{
	width: 970px;
	margin: 0 auto;
}

#nav2, #nav2 ul { /* all lists */
	list-style: none;
	line-height: 1;
	padding: 1px 0 0 0;
	z-index: 20;
}

#nav2 a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
}

#nav2 a:hover {
	text-decoration: none;
	color: #444444;
}

#nav2 li { /* all list items */
	float: left;
	height: 13px;
	background: url(../images/topnavlinks_bg.gif) top left no-repeat;
	padding: 10px; 
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #103060;
	margin: 11px 0 0 -9px;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav2 li ul li { /* all list items */
	float: left;
	width: 130px; /* width needed or else Opera goes nuts */
	padding: 7px 10px 10px 10px;
	height: 10px;
	border-bottom: 1px solid #969696;
	background: url(../images/clear1x1.gif) top left no-repeat;
}

/* General */

p {
	line-height: 16px;
}

h1 {
	color: #231f20;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

h2 {
	color: #444;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #1b50a0;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #1b50a0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

h5 {
	color: #444;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	color: #1b50a0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #1b50a0;
}

.cover {
	padding: 2px;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.pnlFDContact 
{
 text-align:center;
}

#PreferredDealer {
	background-color: #fff;
}

#PreferredDealer p {
	line-height: 14px;
}

#citylist
{
	padding:5px;
	font-size:8px;
	font-family:Verdana;
}
#citylist a
{
	color:#999999;
	text-decoration:none;	
}

/* Links */

a { color: #1b50a0; text-decoration: none; outline:none;}
a:link { color: #1b50a0; text-decoration: none; outline:none;}
a:hover { color: #10793d; text-decoration: underline; outline:none;}
a:visited { color: #1b50a0; text-decoration: none; outline:none;}
a:visited:hover { color: #10793d; text-decoration: underline; outline:none;}

#HomeLink a { color: #b1c7e8; text-decoration: none; outline:none;}
#HomeLink a:link { color: #b1c7e8; text-decoration: none; outline:none;}
#HomeLink a:hover { color: #fff; text-decoration: underline; outline:none;}
#HomeLink a:visited { color: #b1c7e8; text-decoration: none; outline:none;}
#HomeLink a:visited:hover { color: #fff; text-decoration: underline; outline:none;}


#Footer a { color: #1b50a0; text-decoration: none; outline:none;}
#Footer a:link { color: #1b50a0; text-decoration: none; outline:none;}
#Footer a:hover { color: #10793d; text-decoration: underline; outline:none;}
#Footer a:visited { color: #1b50a0; text-decoration: none; outline:none;}
#Footer a:visited:hover { color: #10793d; text-decoration: underline; outline:none;}


