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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height:50px;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
}
h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.oneColLiqCtrHdr #mainContent {
	height:465px;
	width:1200px;
	background: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	height:260px;
	width:100%;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat;
	padding-left:200px;
}

.footer1 {
	display: inline-block;
	text-align: left;
	vertical-align:top;
	width: 250px;
}

.footer2 {
	display: inline-block;
	padding-top: 25px;
	text-align: left;
	vertical-align: top; 
	width: 750px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	padding: 0px;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.textContent {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.footer ul { line-height: 20px; margin: 0px; }
.footer ul li { margin-left: 0px; }
.footer ul li ul { margin-left: 20px; }
.footer4 { padding: 20px; text-align: center; vertical-align: middle; }
