#service p {
  text-align: left;
  font-family: georgia, times new roman, times, serif;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 150%;
  margin-left: 5px;
  }

#service h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 24px;
	font-weight: normal;
  font-style: normal;
	line-height: 1.5;
	color: #ffb400;
  margin: 0px 0 5px 5px;
  text-align: left;
  padding: 0 0 10px 0;
  }

#service h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffb400;
  margin: 0 0 5px 5px;
  text-align: left;
  }

#service img {
  float: left;
  border: 1px dashed #ffb400;
  margin: 0 10px 20px 5px;
  padding: 3px;
	}

#service a.inv, 
#service a.inv:link, 
#service a.inv:active,
#service a.inv:visited,
#service a.inv:hover {
  border: none;
  margin: 0;
  padding: 0;
  }

#service ul {
	margin: 0 10px 10px 5px;
	padding: 0;
	}
	
#service ul li {
	list-style: none;
	background: url(bullet.gif) no-repeat 5px 4px;
  font-family: georgia, times new roman, times, serif;
  font-size: 15px;
	margin: 0;
	padding: 0 0 8px 28px;
	line-height: 1.5em;
	}

#service table {
  padding: 20px 0 0 0;
	border-collapse:collapse;
  }

#service td {
  padding: 5px 0px 5px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  }

#service th {
  padding: 5px 0px 5px 5px;
  text-align: right;
  font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  }

#service td.tight {
  padding: 0px 0px 0px 5px;
  }

#service td.error {
  background: #ffb400;
  color: #000000;
  font-weight: bold;
  text-align: center;
  }

/* form classes */
.formtext {
  border: 1px dashed #ffb400;
  background: transparent;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffb400;
  padding: 2px 0 2px 2px;
  margin: 1px;
  }

.formtextarea {
  border: 1px dashed #ffb400;
  background: transparent;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffb400;
  padding: 2px 0 2px 2px;
  margin: 1px;
  }

.formradio {
  background: transparent;
	color: #ffb400;
  }

.formsubmit {
  border: 2px outset #808080;
  background: #ffb400;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
  font-weight: normal;
	color: #000000;
  }
