#footer {
	background-color: #bdddec;
	padding: 0 0 2em;
	position: relative;
	border-top: 15px solid #fff;
	width: 100%;
	text-align: left;
	min-width: 775px;
	
/*	min-width: 900px; */
}
#footer .treatment, #footer .treatment .left, #footer .treatment .right {
	height: 102px;
}

#footer .treatment {
  background: #fff url(images/middle.gif) repeat-x bottom left;
  position: relative;
}

#footer .treatment .left {
  background: #fff url(images/left.gif) no-repeat bottom left;
  width: 516px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

#footer .treatment .left {  }

#footer .treatment .right {
  background: url(images/right.gif) no-repeat bottom left;
  width: 384px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}


#footer .content {
	position: relative;
	height: 12.5em;
	border: 1px solid #bdddec;
}

#footer .content .main {
	margin-left: 17px;
	margin-right: 230px;
	overflow: hidden;
}

#footer .content .main .col {
	width: 18em;
	margin-right: 0;
	float: left;
}

#footer .content .main .info {
	width: 148px;
	margin: 0 32px 0 0;
	float: left;
}

#footer .content .right {
  position: absolute;
  right: 0;
	top: 0;
  width: 192px;          /* LC width */
  margin: 0 25px 0 17px;
}
#footer .content .right, #footer .content .left, #footer .content .main {	margin-top: 8px; }

#footer h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #205F7A;
	margin: 0 0 .2em;
  padding: 0;	
}

#footer h5 {
	font: bold 8.5pt Verdana, Arial, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #205F7A;
	margin: 0;
	padding: 0;
}

#footer p, #footer li, #footer h5 {
	line-height: 1.4;
}

#footer p {
	margin: 0 0 1em;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;

}
#footer ul li {
  list-style: none;
}
#footer, #footer a { color: #205F7A; }
#footer a:hover {	color: #58879C; }	

#footer form.search {
	margin-bottom: 1em;
}
#footer form.search input {
	font-size: 8.5pt;
	padding: 3px;
	border: 1px solid #205F7A;
	color: #205F7A;
}
#footer form.search input.submit {
  color: white;
	padding: 2px;
  background-color: #205F7A;
}