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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***** END OF MEYER RESET *****/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #eee;
}

p, h2,h3,h4,h5,h6 {
  margin-bottom: 1em;
  line-height: 1.2;
}
p, li, a {
  line-height: 1.5;
}
p img {
  float: left;
  margin: 0 1em 1em 0;
}

ul, ol {
  margin: 1em 2em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
}
#container {
  width: 800px;
  margin: 1em auto;
  border: 2px solid #444;
  background-color: white;
}
#header {
  height: 150px;
  background-image: url(/furniture/banner.png);
  text-indent: -99999em;
}
ul#nav {
  border-top: 2px solid #444;
  list-style-type: none;
  overflow: auto;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.1em;
  background-color: #eee;
  height: 22px;
}
ul#nav li {
  display: inline;
  overflow: auto;
}
ul#nav li a {
  display: block;
  float: left;
  padding: 0 1em 0 1em;
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
ul#nav li a:hover,
ul#nav li a.on {
  text-decoration: underline;
}

#page {
  padding: 1.5em 1em;
  overflow: auto;
  border-top: 2px solid #444;
}

.required,
.error {
  color: red;
}
form fieldset {
  width: 400px;
  border: 3px solid #eee;
  margin-bottom: 1em;
  padding: 2em 1em;
}
form label, form .input {
  display: block;
  margin-bottom: 10px;
  float: left;
}
form span.error {
  display: block;
  float: left;
  width: 300px;
}
form label {
  width: 150px;
}
form .input {
  width: 216px;
}

#map_canvas {
  float: left;
}
#map_content {
  float: left;
  width: 300px;
  padding-left: 2em;
}

#content table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
#content table th {
  font-weight: bold;
  background-color: #ccc;
}
#content table th,
#content table td {
  border: 1px solid #111;
  padding: 0.5em;
}

img.logo {
  float: right;
}