/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* TRGB Styles */

body {
	background-image: url("/img/background.gif");
	border: double #00217B;
	font-family: sans-serif;
	line-height: 130%;
	margin: 10px;
}

p {
  text-align: justify;
  padding: 0.5em 1em;
}

h1 {
  text-indent: -9999px;
  background: url("/img/logo.gif");
  height: 109px;
  width: 250px;
  margin: 0px auto;
}

h2 {
  text-align: center;
  color: #00217B;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

h3 {
  text-align: center;
  color: #00217B;
  font-size: 32px;
  font-weight: normal;
  padding: 20px;
}

h4 {
  text-align: center;
  color: #00217B;
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
}

#navigation ul {
  margin-bottom: 20px;
  text-align: center;
}

#navigation ul.topnav {
  margin-top: 20px;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  background: #00217B;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #000D30;
}

#navigation ul li a:hover {
  background: #FFFF7F;
  color: #00217B;
}

div.image {
  float: right;
  margin: 20px;
  clear: left;
}

div.image img {
  border: 1px solid black;
}

#footer {
  clear: both;
}

#footer #subnavigation ul {
  text-align: center;
  margin-top: 10px;
}

#footer #subnavigation ul.topnav {
  margin-top: 30px;
}

#footer #subnavigation ul li {
  display: inline;
}

#footer #subnavigation ul li a {
  border-right: 1px solid #000D30;
  padding: 0px 5px;
  padding-left: 2px;
}

#footer #subnavigation ul li a.nb {
  border-right: 1px solid #fff;
}

#footer #subdetails {
  display: block;
  margin: 0px auto;
  width: 638px;
  padding: 30px;
  margin-bottom: 30px;
}

#footer h5.signature {
  text-indent: -9999px;
  margin: 0px auto;
  height: 100px;
  width: 250px;
  background: url("/img/signature.gif");
}

#footer h6.bh {
  float: left;
  text-indent: -9999px;
  height: 73px;
  width: 170px;
  background: url("/img/bh.jpg");
}

#footer address {
  float: left;
  text-align: center;
  padding-bottom: 30px;
}

#footer h6.trr {
  float: left;
  text-indent: -9999px;
  height: 73px;
  width: 110px;
  background: url("/img/logo_98.gif");
}

#footer #buttonbar {
  clear: both;
}

#footer #buttonbar p {
  text-align: right;
}

div.clear {
  clear: both;
}

em {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 130%;
}

#carsforsale, div.table {
  width: 90%;
  margin: 0px auto;
}

table {
  border-collapse: collapse;
}

td {
  border: 1px solid #000D30;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  line-height: 160%;
}

td img {
  border: 1px solid #000D30;
}

#wufooform {
  width: 70%;
  margin: 0px auto;
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 20px;
}

#map {
  width: 500px;
  margin: 0px auto;
  text-align: center;
}

#map p {

}

#map input, #map label {
  display: block;
  margin: 0px auto;
  text-align: center;
}
