@charset "utf-8";
body {
	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: #030;
	background-color: #FFF;
	background-image: url(../common/images/bodyBgBlack.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #headerPadding {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #container {
	width: 800px; /* 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-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../common/images/containerbg.gif);
}

.oneColLiqCtrHdr #header {
	background-image: url(../common/images/header_bg.jpg);
	padding-right: 10px;
	padding-left: 20px;
	height: 126px;
	float: left;
	width: 770px;
}
.oneColLiqCtrHdr #header #headerImg {
	top: -30px;
	position: relative;
}
.oneColLiqCtrHdr #header #headerText {
	position: relative;
	top: 50px;
}
.oneColLiqCtrHdr #header #headerShield {
	position: relative;
	top: -50px;
	left: 50px;
}

.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #homeContainer {
	width: auto;
	height: 600px;
	background-image: url(../common/images/mainPic.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #container #quoteContainer {
	width: auto;
	height: 700px;
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #mainContentPic {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	width: 300px;
}
.oneColLiqCtrHdr #container #mainContent img {
	padding: 10px;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #3B3A40;
} 
.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 */
	text-align: center;
	color: #FFF;
	font-size: 0.75em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColLiqCtrHdr #container #mainContent #mainContentText {
	position: relative;
	left: 20px;
	margin-left: 300px;
	padding-right: 20px;
}
.leftColumn {
	width: 380px;
	float: left;
	background-image: url(../common/images/paper.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.oneColLiqCtrHdr #container #mainContent div .leftColumn p {
	padding: 10px;
}

.rightColumn {
	margin-left: 400px;
}
.oneColLiqCtrHdr #container #mainContentVideo {
	left: 150px;
	color: #000;
	text-align: left;
	width: 480px;
	margin-left: 150px;
	margin-top: 20px;
}

.data {
	float:left;
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#242424;
	text-align:center;
	width:100px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 15;
	padding-left: 15;
}

.title { float: left; font: bold 14px Arial, Helvetica, sans-serif; color:#242424; margin:0; padding:0; margin:0; padding:0 15px;}
.oneColLiqCtrHdr #container #flyerContainer {
	background-color: #F90;
	text-align: center;
	color: #FFF;
}
.oneColLiqCtrHdr #container #flyerImg {
	float: left;
	width: 380px;
	background-image: url(../common/images/flyerHouse.jpg);
	height: 285px;
}
.colHeaderText {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	font-weight: bolder;
	font-size: 1.1em;
}



#leftCol {
	float: left;
	width: 236px;
	padding: 10px;
	font-size: .75em;
	background-color: #C2DD89;
}

#bigCol {
	float: left;
	width: 522px;
	padding: 10px;
	font-size: 0.75em;

}

#greenLogo {
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.oneColLiqCtrHdr #homeContainer #quoteButton {
	position: relative;
	left: -25px;
	width: 91px;
	height: 93px;
	top: -5px;
}
#greenLogo {
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.oneColLiqCtrHdr #homeContainer #surveyButton {
	position: relative;
	top: -98px;
	left: 25px;
	height: 93px;
	width: 91px;
	float: right;
}
img {
	border:0;
}
