<!--
body, td, p, div, span, input, textarea, select, option {
  font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
  color: #18426A;
  font-size: 10pt;
}

a {
  text-decoration: none;
  color: #912A14;
}

/* links in top navigation */
a.topNavi {
  font-size: 11px;
  color: #912A14;
  text-transform: uppercase;
}

h1 {
  font-size: 16px;
}

/* header indicating the category path on listings pages */
.listingHeader {
  font-size: 12px;
  color: #416527;
  text-transform: uppercase;
}

/* indicates the city on listings pages */
.listingSubHeader {
  font-size: 16px;
  color: #416527;
  font-weight: bold;
  text-transform: uppercase;
}

/* name of the company on listings pages */
.listingName {
  font-size: 14px;
}

/* DIV of that class surrounds a listing */
.listingBox {
  padding-left: 11px;
}

/* address bar at the bottom of each page */
.layoutFooter {
  font-size: 11px;
  color: #7A3515;
  font-weight : normal;
}

/* box for photos placed on jump pages */
div.photoBox {
  float: left;
}

/* for required form fields */
.formRequired {
  color: #912A14;
}

/* for explanations in forms */
.explanation {
  font-size: 11px;
}

/* for text input boxes in forms */
.formField {
  border: none;
  background-color: white;
  font-size: 11px;
}

/* for the container surrounding input bxoes */
.formFieldBox {
  border: 1px solid black;
  background-color: white;
}

.formSubHeader {
  font-size: 14px;
}

.formNote {
  font-weight: bold;
  color: #456228;
  font-style: italic;
}

/* for error messages */
.formError {
  font-weight: bold;
}

div.naviMainItem {
  padding: 4px 4px 4px 12px;
  font-size: 12px;
  font-weight : normal;
  color: #144065;
  text-decoration: none;
}

#feature {
  color: #8E3719;
}

div.naviSubMenu {
  position: absolute;
  top: 0px;
  width: 130px;
  border: 1px solid #96B06C;
  background-color: #DBE9C4;
  visibility: hidden;
}

div.naviSubItem {
  /* due to an IE bug/feature, this class must have a fixed width 
     IE needs that to register the onmouseover event for a DIV element */
  width: 130px;
  cursor: hand;
  padding: 3px 4px 3px 4px;
  font-size: 12px;
  font-weight : normal;
  color: #496619;
  text-decoration: none;
  background-color: #DBE9C4;
}

div.naviSubDivider {
  width: 130px;
  background-color: #96B06C;
}

.contentMainItem {
  font-size: 11px;
  color: #7A3515;
}



a.footer:link {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #808080;
}

a.footer:visited {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #707070;
}

a.footer:hover {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #B1B1B1;
}

.footer {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 16px;
	color: #808080;
}

-->