@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #DDD;
}
.oneColLiqCtrHdr #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #DDD;
}
#container #mainContent h4 {
	color: #FFF;
	font-family: LindeDaxOffice;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 10px;
}
#container #footer #visa {
	color: #FFF;
	float: left;
}
.oneColLiqCtrHdr #container #footer #contact #info1 {
	font-family: LindeDaxOffice;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}

.oneColLiqCtrHdr #header {
	height: 201px;
	color: #CCC;
	background-color: #A00022;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	color: #FFF;
	font-family: LindeDaxOffice;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}
#container #mainContent h3 {
	color: #FFF;
	font-family: LindeDaxOffice;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}


#container #mainContent h1 {
	font-family: LindeDaxOffice;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	font-size: 46px;
	font-variant: small-caps;
	text-transform: none;
	line-height: 100px;
	margin: 30px;
}
#container #mainContent h2 {
	color: #F00;
	font-weight: bold;
	font-variant: small-caps;
	font-family: LindeDaxOffice;
	font-size: 36px;
	line-height: 30px;
}


.oneColLiqCtrHdr #footer {
	background-color: #333;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #container #footer #contact {
	font-family: LindeDaxOffice;
	font-size: 16px;
	color: #FFF;
	margin-left: 50%;
	margin-top: 20px;
}

.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-family: LindeDaxOffice;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}
#container #footer #visa p {
	font-family: LindeDaxOffice;
	font-weight: bold;
	color: #FFF;
	line-height: 10px;
	font-size: 12px;
}
.oneColLiqCtrHdr #container #footer #visa p img {
	margin-left: 30px;
}
