@charset "UTF-8";

/* BODY */
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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #392911;
}

/* CONTAINER */
.oneColLiqCtrHdr #container {
	width: 980px;
	background: #392911; 
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER */
.oneColLiqCtrHdr #header {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #392911;
	text-align: right;
}

.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 */
}

/* MAINCONTENT */
.oneColLiqCtrHdr #mainContent {
	padding: 0;
	background-color: #392911;
	width: 980px;
	margin-bottom: 10px;
}

.oneColLiqCtrHdr #mainContent img {
	/* style= border-style: none; */
	border-width: 0px;
}

.oneColLiqCtrHdr #mainContent p {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




/* FOOTER */
.oneColLiqCtrHdr #footer {
	background-color: #392911;
	margin-bottom: 10px;
	width: 980px;
	padding: 0;
	height:172px;
}

.oneColLiqCtrHdr #footer img
{
	float: left;
	border-width: 0px;
	margin-top: 0;
	margin-right: 11.6px;
	margin-bottom: 15px;
	margin-left: 0;
}

.oneColLiqCtrHdr #footer img.last
{
	margin: 0;
}

/* SECOND FOOTER */
.oneColLiqCtrHdr #secondfooter {
	background-color: #392911;
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.oneColLiqCtrHdr #secondfooter p {
	font-size: 13px;
	color: #F8F7E1;
	text-align: center;
}

.oneColLiqCtrHdr #secondfooter a:link {
	color: #F8F7E1
}

.oneColLiqCtrHdr #secondfooter a:visited {
	color: #F8F7E1
}

/* FORM FIELD CONTAINER */
.oneColLiqCtrHdr #formFieldLeft {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	background-color: #F8F7E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F8F7E1;
	border-right-color: #F8F7E1;
	border-bottom-color: #F8F7E1;
	border-left-color: #F8F7E1;
}

.oneColLiqCtrHdr #formFieldLeft p{
	font-size: 18px;
	color: #363;
	padding: 10px 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* FOOTER TWO */
.oneColLiqCtrHdr #footerTwo {
	background-color: #392911;
	margin-bottom: 10px;
	width: 980px;
	padding: 0;
	height: 44px;
	border: 0;
}

/* CLASSES FOR TABLE STYLES */

.labelColumn {
	width: 200px;
	text-align:right;
	padding: 0 10px 0 0;
	vertical-align: top;
	font-size: 14px;
	color: #000;

}

.formFieldColumn {
	width: 280px;
	text-align:left;
	padding: 0 0 5px 0;
	vertical-align: top;

}

.noteColumn {
	width: 200px;
	text-align:left;
	vertical-align:center;
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #000;
}

.borderColumn {
	width: auto;
	text-align:center;
}

.fieldColumn4 {
	vertical-align: top;
	width: 90px;
}

.faqColumn {
	width: 850px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.faqColumnTwo {
	
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.faqColumn h3{
	font-size: 14px;
	border: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.faqColumn h6{
	line-height: 0.5em;
	margin: 0.5em;
}

.faqColumn h5{
	line-height: 0.5em;
	margin: 1em;
}

.faqColumn li{
	margin: 0.5em 0 0 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.texthighlight {
	background-color: #FF9;
}

.cart {
	vertical-align: top;
	width: auto;
}

.center{
	text-align:center;
}

.center table{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.spacer{
	margin-top: 7px;
	
}

.stepFourHeader{
	font-style:bold;
	font-weight: bold;
}


/* MAIN CONTENT ACCORDION */
.oneColLiqCtrHdr #mainContentAccordion {
	padding: 0;
	background-color: #FFFFFF;
	width: 980px;
	margin-bottom: 10px;
}

.oneColLiqCtrHdr #mainContentAccordion p {
	margin-bottom: 15px;
	font-size: 21px;
	color: #999999;
}
