body {
  background: #dedbae;
  margin: 50px 0 0 0;
  font-family: verdana, arial;
  text-align: center;
}

#hold {
  margin: 0 auto;
  width: 750px;
  text-align: left;
}

.top {
  width: 750px;
  margin-bottom: 10px;
  background: #d0cda3;
}

#content .left {
  float: left;
  margin-right: 10px;
  /*background: url(gradient.gif) center bottom repeat-x #fdfac6;*/
  background: #fdfac6;
  width: 200px;
}

#content .leftImage {
  border-top: solid 10px #999;
}

#right {
  float: left;
  width: 540px;
  background: #fdfac6;
}

#content ul {
  margin: 0;
  padding: 10px 0 5px 0;
  background: #fdfac6;
  border-bottom: solid 2px #dedbae;
}

#content li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#content li a {
  text-decoration: none;
  background: #fdfac6;
  color: #a9532b;
  /*color: #85554c;*/
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 11px;
  border-right: solid 2px #dedbae;
}

#content li a:hover {
  color: #adaa77;
}

#content li a#on {
  background: #d0cda3;
  color: #74724f;
}

#right p {
  padding: 0 10px 10px 10px;
  margin: 0;
  color: #74724f;
  font-size: 11px;
  line-height: 18px;
}

#content p.title {
  font-weight: bold;
  margin-top: 0;
}

#content p.indent {
  margin: 0 15px;
}

#content div.contact {
  padding: 10px;
  margin: 0;
  color: #74724f;
  font-size: 10px;
  line-height: 15px;
  font-family: georgia;
}

input, textarea, select {
  font-size: 11px;
}

#content p.contactTitle {
  padding: 8px 10px 2px 10px;
  margin: 0;
  border-bottom: solid 2px #dedbae;
  font-weight: bold;
  font-family: georgia;
  font-size: 11px;
  line-height: 18px;
  color: #adaa77;
}

#content a { text-decoration: underline; color: #74724f; font-weight: bold; }
#content a:hover { color: #adaa77; }
#content a.red { text-decoration: underline; color: #a9532b; font-weight: bold; }
#content a.red:hover { color: #adaa77; }

#footerlinks {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 540px;
  background: #fdfac6;
  float: right;
  text-align: left;
  font-size: 9px;
  color: #74724f;
}

#footerlinks a { text-decoration: underline; color: #74724f; font-weight: normal; }
#footerlinks a:hover { color: #adaa77; }

#footer {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 540px;
  height: 25px;
  background: url(kuniholm_k_red2.gif) center right #fdfac6 no-repeat;
  float: right;
  text-align: left;
  font-size: 9px;
  color: #74724f;
}

#footer a { text-decoration: underline; color: #74724f; font-weight: bold; }
#footer a:hover { color: #adaa77; }

a.home { text-decoration: underline; color: #74724f; font-weight: normal; }
a.home:hover { color: #adaa77; }

img {
  border: 0;
}

#content a.attorney { text-decoration: underline; color: #74724f; font-weight: normal; }
#content a.attorney:hover { color: #adaa77; }

/* CONTACT PAGE STYLES */
.label {
	font-size:11px;
	text-align:right;
}
span.redtext {
	color:#ff6600;
}
.disclaimer {
	line-height:14px;
}
.profile {
	min-height:200px;
	padding:0 10px;
	margin:10px 0;
}
#right .profile_text {
	margin:0 0 0 125px;
}