@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	background: #ffffff;
	background-image:url(images/bottom-bg2.gif);
	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;
}

a {
color:#0093D0;
}

a:hover {
color:#003399;
}


.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* 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 {
	background: #ffffff;
	background-image:url(images/top-bg.gif);
	padding: 0px;  /* 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 */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/middle.jpg);
	background-position:center;
}

.oneColLiqCtrHdr #mainContent p {
	margin:0 16px 0 10px;
}


.oneColLiqCtrHdr #mainContent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-position:center;
	padding:0 0 0 8px;
}

.oneColLiqCtrHdr #mainContent2 p {
	margin:0 16px 0 10px;
	line-height:20px!important;
	
}

.oneColLiqCtrHdr #tipsabout {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-about.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tips p{
	padding:86px 34px 80px 35px;
	line-height:16px!important;
}


.oneColLiqCtrHdr #tipsabout {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-about.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tipsabout p{
	padding:86px 34px 60px 35px;
	line-height:16px!important;
	color:#FFFFFF;
}

.oneColLiqCtrHdr #tipservices {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-services.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tipservices p{
	padding:86px 34px 80px 35px;
	line-height:16px!important;
	color:#FFFFFF;
}

.oneColLiqCtrHdr #tipswhy {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-why.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tipswhy p{
	padding:86px 34px 60px 35px;
	line-height:16px!important;
	color:#FFFFFF;
}

.oneColLiqCtrHdr #tipsresources {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-resources.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tipsresources p{
	padding:86px 34px 80px 35px;
	line-height:16px!important;
	color:#FFFFFF;
}
.oneColLiqCtrHdr #tipscontact {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/tips-contact.gif);
	background-repeat:no-repeat;
	width:270px;
	margin: 0 10px 0 0;
	text-align:left;
	}
	
.oneColLiqCtrHdr #tipscontact p{
	padding:86px 34px 60px 35px;
	line-height:16px!important;
	color:#000000;
}




.oneColLiqCtrHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url(images/bottom-bar.gif);
	background-repeat: no-repeat;
background-position: top center; 
overflow:visible;
} 


.oneColLiqCtrHdr #subfooter { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url(images/bottom-bar3.gif);
background-repeat: no-repeat;
background-position: top center; 
} 
