﻿/*---Site Colors----
	Blue:#1b5796
	Gray:#e7e7e7
	Red:#df0000
*/

body {
	background:#e7e7e7;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#df0000;
}

img {
	border:0;
}

p {
	margin:0 0 15px;
	display:block;
	line-height:18px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	display:block;
	margin:0 0 10px;
}


/*-----------------Header Section----------------*/

#header-btm {
	background:url(/PublishingImages/siteart/header-btm-new.gif) no-repeat center center;
	padding:8px 10px;
	font-family:"Times New Roman", Times, serif;
}

#web-address {
	float:right;
	margin-right:20px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	/*color:#1b5796;*/
	color:#013ee0;
	padding:3px 0;
	width:300px;
}

#number {
	float:left;
	margin-left:20px;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	/*color:#1b5796;*/
	color:#013ee0;
	width:300px;
}


/*------------------Navigation Section----------------*/

#nav {
	background:url(/PublishingImages/siteart/navbg.gif) no-repeat left top;
	padding:8px;
	font-weight:bold;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#000;
	padding:0 10px;
}

#nav a:hover {
	color:#df0000;
}


/*----------------Content Section----------------*/

#content {
	vertical-align:top;
	padding:10px 0;
}

#main {
	vertical-align:top;
	width:589px;
	padding-right:20px;
	border-right:1px #000 dotted;
}

#state {
	vertical-align:top;
	width:144px;
	padding:0 20px;
	border-right:1px #000 dotted;
}

#oem {
	vertical-align:top;
	width:167px;
	padding:0 25px;
	text-align:center;
}

#sidebar {
	vertical-align:top;
	width:397px;
	padding-left:20px;
}

#slide {
	text-align:center;
	border-top:1px #1b5796 solid;
	border-bottom:1px #1b5796 solid;
	padding:10px 0;
}

#footer {
	text-align:center;
	padding:15px;
	margin:0 auto;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a.footerlink:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

.divfooter {
	width:450px;
	text-align:center;
	margin:0 auto;
}