@charset "utf-8";
/* CSS Document */


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: x-small;
}

.thrColFixHdr #footer #foot_pic {
	height: 141px;
	width: 738px;
	margin-left: 2px;
}
.thrColFixHdr #help_form  {
	height: 275px;
	width: 780px;
	background-image: url(../images/contact-bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	font-weight: bold;
}
.thrColFixHdr #help_form form #inner_form {
	width: 660px;
	margin-left: 50px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.thrColFixHdr #inner_form #csubmit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.thrColFixHd #inner_form table td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.no_bar {
	overflow: auto;
}
.fsubmit {
	font-size: 18px;
	width: 94px;
	overflow: auto;
}
