@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7EC57F;
	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 {
    /*width:63em;*/
	/*width:872px; (54.5em) MPella's width his header is 873px for  maybe try 750px (46.875) - 740 is 46.25em 0.0625em  740 = 46.25em*/
	width:54.5em;
	background: #ffffff;
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
    color:#000000;
	background-color: #ACD6A8;
	text-align:center;
	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 img {
	vertical-align: middle; 
	display:inline; 
	padding:0px; 
	}
.oneColLiqCtrHdr #header #title {background-color:#C7BA9A;font-weight:bold; padding:7px;}
.oneColLiqCtrHdr #header #title .name {color:#ffffff;}
.oneColLiqCtrHdr #header h2, .oneColLiqCtrHdr #header h3 {
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:inline;
	text-align:center;
}
.oneColLiqCtrHdr #header2 {
    color:#000000;
	background-color: #ACC2D7;
	text-align:center;
	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 #header2 img {
	vertical-align: middle; 
	display:inline; 
	padding:0px; 
	}
.oneColLiqCtrHdr #header2 #title {background-color:#C7BA9A;font-weight:bold; padding:3px;}
.oneColLiqCtrHdr #header2 #title .name {color:#ffffff;}
.oneColLiqCtrHdr #header2 h2, .oneColLiqCtrHdr #header h3 {
	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: 10px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:inline;
	text-align:center;
}
.oneColLiqCtrHdr #nav {
	 /* 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 */
	background-color: #C7BA9A;
	/*background-color: #ffffff;*/
	font-size:smaller;
    padding:5px 0px 5px 0px;
	display:block;
	width:100%;
	text-align:center;
	margin:0px;	
}

.oneColLiqCtrHdr #nav .act {
   color:#000000;
   font-weight:bold;
   }

.oneColLiqCtrHdr #nav a {
   text-decoration:none;
   color: #ffffff;
   /*color:#000000;*/
   background-color: #C7BA9A;

}

.oneColLiqCtrHdr #nav a:active {
   text-decoration:none;
   color: #0000FF;
}

.oneColLiqCtrHdr #nav a:visited {
   text-decoration:none;
   /*color:#000000;*/
   color: #ffffff;
   background-color: #C7BA9A;
}

.oneColLiqCtrHdr #nav a:hover {
text-decoration:underline;
color: #0000FF;
}   
.oneColLiqCtrHdr #quote {
	text-align:right;
	font-style:italic;
	font-size:75%;
	background-color: #ACC2D7;
	/*#d2e0ef;*/
	padding:10px 10px 3px 20px;
	margin:0;
	display:block;
	color:#000000;
}
.oneColLiqCtrHdr #quote .author {font-weight:bold;}


.oneColLiqCtrHdr #mainContent {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;	
}

.oneColLiqCtrHdr #mainContent li {font-size:smaller;}

.oneColLiqCtrHdr #mainContent .mmcap {
font-size:smaller;
color: #666666;
text-align:left; 
}

.oneColLiqCtrHdr #mainContent p {font-weight:normal; font-size:80%;}

.oneColLiqCtrHdr #mainContent .emp {font-family:inherit;font-weight:bold; font-style:italic;font-size:inherit;}

.oneColLiqCtrHdr #mainContent .note {font-family:inherit;font-style:italic;font-size:inherit;}

.oneColLiqCtrHdr #mainContent .str {font-weight:bold;font-size:inherit;padding-right:2px;}

.oneColLiqCtrHdr #mainContent p.image, p.cent {text-align:center;}
.oneColLiqCtrHdr #mainContent p.address {margin-left:10px;}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#acd6a8;
	text-align:center;
} 
.oneColLiqCtrHdr #mainContent p.imgbox img {border:#CCCCCC solid .08em;}
.oneColLiqCtrHdr #mainContent p.imgbox {text-align:center;}

.oneColLiqCtrHdr #mainContent p.logobox img {border:#CCCCCC solid .08em;}
.oneColLiqCtrHdr #mainContent p.logobox {margin:0px;}

.oneColLiqCtrHdr #mainContent p.logobox {text-align:right;}

.oneColLiqCtrHdr #mainContent img {border:#CCCCCC solid .08em;margin-left:15px;}

.oneColLiqCtrHdr #footer a{ 
   text-decoration:none;
   border: none;
} 

.oneColLiqCtrHdr #footer img { 
    border:none;
	height:33px;
	width:88px;
	vertical-align:middle;
	margin-left:10px;
	
} 

.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 the margin would have, without the margin collapse issue */
	font-size:80%;
}







