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

body {
	font: 100% 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;
	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;
	background-color: #ffffff;
	background-image: url(images/bgmain.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColLiqCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 130px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto;
}
.oneColLiqCtrHdr #header {
	background: #ffffff;
	padding: 0px 74px 0px 74px;  /* 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. */
	height: 80px;
}
.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 */
	height: 80px;
}
.oneColLiqCtrHdr #header2 {
	background: #DDDDDD; 
	padding: 90px 10px 10px 10px;  /* 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 #header2 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0px 74px 0px 74px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer {
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	font-size: 12px;
	background-image: url(images/footerbg.jpg);
	height: 108px;
	position: absolute;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	width: 100%;
	bottom: 0; 
	left: 0; 
} 
.oneColLiqCtrHdr #spacer {
	height: 60px;
	padding: 20px 74px 0px 74px;
	}
	
.oneColLiqCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer a:link, .footer a:visited, .footer a:active {
	color:#000000;
	}

.oneColLiqCtrHdr #menu {
	font-size: 16px;
	text-align: center;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}	


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #00000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 5000;
}
.style1 {font-size: 100px}
.style2 {font-size: 12px}
.style3 {font-size: 12}
.style4 {font-size: 10px}
.style5 {font-style: italic}

