@charset "utf-8";

body  {
	background: #6ec2e7; 		/* was #000670, then #40b0e2; */
}

.oneColLiqCtrHdr #container {
	position:relative;	
	width: auto;  
	min-width:800px;
	max-width:1148px;
	height:100%;
	background: #6ec2e7;
	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. */
}

html>body #container {
	position:relative;		
    height: auto;
	}


.oneColLiqCtrHdr #header { 
	position:relative;
	top:0; left:0;
	width:auto;	
	height:148px;	
} 

.oneColLiqCtrHdr #header table {
	width:100%;
	height:148px;
}

.oneColLiqCtrHdr #header1a {
	width:502px; height:74px;
	background:url(../images/PWDBlueWavesHeader_01.jpg) top left no-repeat; width:502px; height:74px; 
	position: absolute; top:0; left:0;
}
.oneColLiqCtrHdr #header1b {
	width:502px; height:74px;
	background:url(../images/PWDBlueWavesHeader_02.jpg) top left no-repeat; width:502px; height:74px;  
	position: absolute; top:0; left:502px;	
}
.oneColLiqCtrHdr #header2a {
	width:502px; height:74px; 	
	background:url(../images/PWDBlueWavesHeader_03.jpg) top left no-repeat; width:502px; height:74px; 
	position: absolute; top:74px; left:0;
}
.oneColLiqCtrHdr #header2b {
	width:502px; height:74px; 
	background:url(../images/PWDBlueWavesHeader_04.jpg) top left no-repeat; width:502px; height:74px;  
	margin:0;
	position: absolute; top:74px; left:502px;
}
.oneColLiqCtrHdr #headerExt {
	width:auto; height:148px;
	background:url(../images/PWDBlueWavesHeaderExt.jpg) top left repeat-x; width:405px; height:148px; 
}

.oneColLiqCtrHdr #navigation {
	position:absolute;
	bottom:0;
	width:100%;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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: 10px 0; /* padding on this element will create space, just as the margin would have, without the margin collapse issue */
}