@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
}
.mainContentText {
	font-family: "Times New Roman", Times, serif;
	font-size: 120.01%;
	color: #333;
	position: relative;
	top: 50%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.subcopymark {
	font-size: 60%;
	vertical-align: top;
}
.city     {
	font-size: 70%;
	color: #666;
	text-align: center;
	word-spacing: 3pt;
	position: relative;
	top: 75.01%;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.oneColLiqCtrHdr #container {
	width: 100.01%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 8% auto 0%;
}
.oneColLiqCtrHdr #header {
	background: #7C7F5F;
	padding: 0 10px 0 20px;  /* 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: 10%;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #CCC url(../images/logosection.png) no-repeat center;
	color: #333;
	height: 292px;
	width: 100.01%;
	border-bottom: thin solid #999;
	text-align: center;
}
.oneColLiqCtrHdr #footer {
	background:#7b7f5f;
	text-align: center;
	font-size: 150.01%;
	color: #dbdbdb;
	padding-top: 1%;
	padding-bottom: 1%;
	text-decoration: blink;
	margin: 20px 0px 0px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	word-spacing: 1%;
	border-top: thin solid #666;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
} 
.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: 0 20px 0 20%;
}
.italic {
	font-style: italic;
}
.cityitalic {
	color: #fff;
}
