@charset "utf-8";
body {
	background: #FFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFF;
	padding: 1.4em 0 0 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 */
	padding: 20px 0 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	background-image: url(../images/myway_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}


.oneColLiqCtrHdr #mainContent {
	padding: 2em 10px 44px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px 435px 0px 0;
	border-top-width: 10px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #75B845;
	border-right-color: #75B845;
	border-bottom-color: 0;
	border-left-color: #75B845;
	font-size: 15px;
}

.oneColLiqCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#064c8a;
	text-align: center;
} 
.oneColLiqCtrHdr #preFooter {
	background-color: #2c64b1;
	vertical-align:middle;
	text-align: left;
	background-image: url(../images/bg_homepage_preFooter02.jpg);
	background-repeat: no-repeat;
	padding: 0 10px;
	height: 60px;
	width:900;
}
.oneColLiqCtrHdr #footer a { 
	color:#FFFFFF;
} 
.oneColLiqCtrHdr #footer p {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.oneColLiqCtrHdr  #footer  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.oneColLiqCtrHdr #flash {
	margin: 0 4px 0 0;
	padding: 0px 0 5px 0px;
	float: right;
	border-top-width: 5px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #75B845;
	border-right-color: #75B845;
	background-color: #75B845;
	z-index: 0;
	height: 20.3em;
}

h1, h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0375BE;
	padding: 0 0 0 0;
}
#container #mobileContent {
	display: none;
	visibility: hidden;
}

