@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/field_bg.jpg);
}
.oneColLiqCtrHdr #header {
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0px;
}
Content table home {
	text-align: center;
}
.white_transparent {
	background-image: url(images/transwhitebg.png);
}
.black_trans {
	background-image: url(images/transblackbg.png);
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 15px;
}
.BlackStaffPhotoContainer {
	width: 156px;
	background-image: url(images/transblackbg.png);
	text-align: center;
}
.StaffDescriptions {
	font-size: 14px;
	font-weight: bold;
}
.BesideImageCenteredType {
	line-height: 20px;
	font-size: 16px;
	text-align: right;
}
.oneColLiqCtrHdr #footer {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF9;
} 
.FooterNav {
	background-color: #000;
	color: #FF9;
}
#container #mainContent table tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.PreFooter {
	background-image: url(images/transwhitebg.png);
}
.PostFooter {
}
bottom bins {
	text-align: center;
}
.photoPlacement {
	text-align: left;
}
.blackTransWithLeftType {
	text-align: left;
}
.therapyimagestable {
	text-align: center;
	background-image: url(images/transblackbg.png);
	padding: 5px;
}
.coxTableImage {
	text-align: right;
	padding: 10px;
	background-image: url(images/transblackbg.png);
}
